/* Zmiana tła całego menu (zielonego kontenera) */
#mega-menu.bgc-light-green {
  background-color: #f5c34b !important;
}

/* Styl przycisku "Kategorie" */
#mega-menu .btn-mega {
  background-color: #f5c34b !important;
  color: #000 !important;
  border: 1px solid #f5c34b !important;
}

/* Efekt po najechaniu */
#mega-menu .btn-mega:hover {
  background-color: #e8b336 !important;
  border-color: #e8b336 !important;
}

/* Ikony i tekst w przycisku */
#mega-menu .btn-mega span,
#mega-menu .btn-mega img {
  filter: none;
}
