/* Styling the word in your text to look like a reference */
.gloss-term {
    text-decoration: none;
    border-bottom: 1px dotted #666; 
    cursor: help;
    color: inherit;
}

.gloss-term:hover {
    color: #0d6efd; /* Bootstrap blue */
    border-bottom: 1px solid #0d6efd;
}

/* Forcing the wide width in Litera/Brand themes */
.popover {
    --bs-popover-max-width: 500px !important; 
    width: 500px !important;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.popover-header {
    font-weight: bold;
    background-color: #f8f9fa;
}