.haolam-lexikon,
.haolam-lexikon-detail {
    margin: 0 auto;
    max-width: 980px;
}

.haolam-lexikon-list {
    display: grid;
    gap: 14px;
    margin: 0 0 28px;
}

.haolam-lexikon-entry {
    border-bottom: 1px solid #d9dee7;
    padding: 0 0 14px;
}

.haolam-lexikon-entry h3 {
    margin: 0 0 6px;
}

.haolam-lexikon-preview {
    color: #4b5563;
    font-size: 1.08em;
}

.haolam-lexikon-tip {
    display: inline;
    position: relative;
}

.haolam-lexikon-term {
    border-bottom: 1px dotted #0b6f69;
    color: inherit;
    text-decoration: none;
}

.haolam-lexikon-term:focus {
    outline: 2px solid #0b6f69;
    outline-offset: 2px;
}

.haolam-lexikon-popover {
    background: #111827;
    border-radius: 4px;
    bottom: calc(100% + 8px);
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.22);
    color: #fff;
    display: none;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.35;
    max-width: 320px;
    min-width: 240px;
    padding: 10px 12px;
    position: absolute;
    z-index: 20;
}

.haolam-lexikon-popover strong,
.haolam-lexikon-popover span,
.haolam-lexikon-popover a {
    display: block;
}

.haolam-lexikon-popover strong {
    margin-bottom: 6px;
}

.haolam-lexikon-more {
    color: #b8f3ee;
    font-weight: 700;
    margin-top: 8px;
    text-decoration: underline;
}

.haolam-lexikon-tip:hover .haolam-lexikon-popover,
.haolam-lexikon-tip:focus-within .haolam-lexikon-popover {
    display: block;
}

.haolam-lexikon-sources {
    padding-left: 22px;
}
