.gp-glossary-term {
    cursor: pointer;
    text-decoration: underline;
    font-weight: 500;
}

strong, h1, h2, h3, h4, h5 {
    .gp-glossary-term {
        font-weight: 700;
    }
}

.gp-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.gp-popup-inner {
    background: white;
    padding: 24px;
    max-width: 520px;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    touch-action: none;  
    user-select: none;
    cursor: grab;
    will-change: transform;
}

.gp-popup-inner:active {
    cursor: grabbing;
}

.gp-close {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 22px;
    background: none;
    border: none;
    cursor: pointer;
}

.gp-transcription {
    font-style: italic;
    opacity: 0.7;
    margin-bottom: 8px;
}

.gp-audio {
    width: 100%;
    margin: 10px 0;
}

.gp-definition {
    margin-top: 12px;
}
