/* Las citas bíblicas dentro de las enseñanzas llevan al lector. */
.cita-biblica {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dashed rgba(146, 199, 244, 0.55);
    padding-bottom: 0.02em;
    transition: color 150ms ease, border-color 150ms ease, background 150ms ease;
}

.cita-biblica:hover,
.cita-biblica:focus-visible {
    color: #92c7f4;
    border-bottom-color: #92c7f4;
    background: rgba(146, 199, 244, 0.10);
    border-radius: 3px;
}

html:not(.dark) .cita-biblica {
    border-bottom-color: rgba(11, 99, 197, 0.45);
}

html:not(.dark) .cita-biblica:hover,
html:not(.dark) .cita-biblica:focus-visible {
    color: #0b63c5;
    border-bottom-color: #0b63c5;
    background: rgba(11, 99, 197, 0.08);
}
