/* ============================================================
   KissTour front-end CSS -- ported from Code Snippet 11 (Natalie 2026-07-11)
   Sitewide (header nav + one header-cluster hide). The snippet's two
   card-tint rules (Fast Track teal, Saigon By Night navy) are NOT here --
   they are superseded by assets/css/tour-card-colors.css (see that file's
   header comment). Enqueued unconditionally on every front-end page,
   same as the original footer-content scope, via
   kisstour_enqueue_site_header_tweaks() in functions.php.
   ============================================================ */

/* Task 2 -- header submenu: 1 dòng/mục, dropdown vừa nội dung.
   CHỈ áp cho nav desktop (>=768px) -- KHÔNG dùng menu hamburger mobile
   (submenu mobile cũng mang class brx-submenu-positioned, cần full-width). */
@media (min-width: 768px){
  .bricks-nav-menu .sub-menu.brx-submenu-positioned,
  header .sub-menu.brx-submenu-positioned{
    width:max-content !important;
    min-width:220px !important;
    max-width:340px !important;
  }
  .sub-menu.brx-submenu-positioned > li > a{
    white-space:nowrap !important;
  }
}

/* Bỏ cụm thừa bên trái header (ô Search + nút điện thoại xanh trùng số ở thanh cam).
   Cụm này làm header cao 156px và đè lên breadcrumb; ẩn đi -> header còn 116px, breadcrumb hết bị đè. */
#brxe-awgpph{ display:none !important; }
