/* NLKT Core - popup câu Kinh Thánh (từ snippet #7) */
.nlkt-bible-ref {
    color: #0b5cad;
    cursor: pointer;
    border-bottom: 1px dotted #0b5cad;
    font-weight: 500;
}

#nlkt-bible-popup {
    display: none;
    position: absolute;
    z-index: 999999;
    max-width: 520px;
    max-height: 70vh;
    overflow-y: auto;
    background: #fff;
    color: #222;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 14px 16px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
    font-size: 15px;
    line-height: 1.6;
}

.nlkt-popup-verse {
    margin-bottom: 8px;
}

.nlkt-popup-verse:last-child {
    margin-bottom: 0;
}

.nlkt-popup-note {
    margin-top: 8px;
    color: #777;
    font-size: 13px;
}

@media (max-width: 600px) {
    #nlkt-bible-popup {
        position: fixed;
        left: 12px !important;
        right: 12px;
        top: auto !important;
        bottom: 18px;
        max-width: none;
        max-height: 60vh;
    }
}
