/*-------------------------------------------------------------------------------------
Theme Name: Kidsa Child Theme
Theme URI: https://gramentheme.com/wp/kidsa/
Description: Kidsa - Kindergarten School WordPress Theme
Author: Gramentheme
Author URI: https://gramentheme.com/
Template: kidsa
Version: 1.0.0
Text Domain: kidsa-child-theme
-------------------------------------------------------------------------------------*/
/*
Please Add your custom styles here
*/

/* === Ajustements header : logo + menu sur 1 ligne (demande client) === */

/* Logo du header réduit (le logo offcanvas/sidebar n'est pas touché) */
.header-left .logo img,
.header-main .logo img {
  max-height: 44px !important;
  width: auto !important;
  height: auto !important;
}

/* Icône de recherche supprimée pour gagner de l'espace */
.search-trigger.search-icon {
  display: none !important;
}

/* Le menu principal tient sur une seule ligne */
.mean__menu-wrapper {
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
}
#menu-main-menu {
  white-space: nowrap;
  display: flex !important;
  flex-wrap: nowrap !important;
}
#menu-main-menu > li {
  margin-right: 16px !important;
}
#menu-main-menu > li:last-child {
  margin-right: 0 !important;
}
#menu-main-menu > li > a {
  font-size: 13px !important;
}
.header-right {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

/* Menu centré dans l'espace blanc à droite du logo */
#menu-main-menu {
  justify-content: center !important;
}

/* Sous-menus : même taille de police que le menu principal */
.sub-menu a,
.sub-menu li a {
  font-size: 13px !important;
}
