/* ===== ELIMINAR TODOS LOS DELAYS ===== */

/* SIN TRANSICIONES EN MODALES - SOLO AL CERRAR */
.news-modal {
    transition: none !important;
}

.news-modal.show {
    transition: none !important;
}

.news-modal-close {
    transition: none !important;
}

.news-modal-close:hover {
    transition: none !important;
}

/* MANTENER TRANSICIONES EN BOTONES */
.menu-toggle,
.menu-toggle *,
.theme-toggle,
.theme-toggle * {
    transition: all 0.2s ease !important;
}

/* MANTENER TRANSICIONES EN MENÚ */
.categories-dropdown {
    transition: opacity 0.2s ease !important;
}

.categories-dropdown.active {
    transition: opacity 0.2s ease !important;
}

.categories-container {
    transition: transform 0.2s ease !important;
}

.categories-dropdown.active .categories-container {
    transition: transform 0.2s ease !important;
}

/* LÍNEAS DEL HAMBURGUESA CON TRANSICIÓN SUAVE */
.hamburger-line {
    transition: all 0.2s ease !important;
}

.menu-toggle.active .hamburger-line {
    transition: all 0.2s ease !important;
}
