/* nur in suchetext_lat.php und suchetext_deu.php als stylesheet */

p {
    font-size: 18px;
}

.treffer {
    background-color: yellow;
    font-weight: bold;
}

.trefferzeile {
    position: relative;
    /* ← wichtig für Popover-Positionierung */
    display: flex;
    align-items: center;
    gap: 1em;
    margin: 1em 0;
}

.trefferzeile button {
    font-size: 0.8em;
    padding: 0.2em 0.4em;
    border: 1px solid #999;
    border-radius: 4px;
    cursor: pointer;
    line-height: 1;
}

.vorschau {
    margin-left: 1em;
    font-style: italic;
}

.vorschaulat {
    margin-left: 1em;
    font-style: italic;
}

.vorschaudeu {
    margin-left: 1em;
}

.popover {
    display: none;
    position: absolute;
    top: 1em;
    left: 3em;
    background-color: #f9f9f9;
    color: #000;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 100;
    max-width: 600px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    white-space: pre-wrap;
}

.textblock1 {
    margin-bottom: 10px;
    font-style: italic;
}

.textblock2 {
    margin-bottom: 10px;
    font-style: normal;
}

.trefferzeile form {
    margin: 0;
}