/*
Theme Name: Gecko Child
Template: peepso-theme-gecko
Description: Thème enfant de Gecko
Author: LillyClo
Version: 7.0.4.0
*/

/* Réinitialisation forcée des variables */
:root,
.gc-header,
.gc-header__wrapper,
[class*="gc-header"] {
    --c-gc-header-link-active-indicator: transparent !important;
    --menu-link-color-indicator: transparent !important;
}

/* Suppression directe des éléments visuels */
.gc-header__menu .menu-icon-item::after,
.gc-header__menu .hint--top::after,
.gc-header__menu a::after,
.active-indicator,
[class*="indicator"] {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Style forcé pour les liens actifs */
.gc-header__menu-item--active > a,
.menu-item--active > a {
    border-bottom: none !important;
    text-decoration: none !important;
}
