/*
 * JaimeDiaz.TV — navegación activa
 */

.jdr-mobile-menu__body a.is-active {
    background: rgba(244, 115, 33, 0.1);
    color: var(--jdr-orange-700, #e85d0f);
    font-weight: 750;
}

.jdr-mobile-menu__body a.is-active i {
    color: var(--jdr-orange-700, #e85d0f);
}
