
.multi-drodown.experiences_sub_menu,
.multi-drodown.plan_sub_menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: max-content;
  min-width: 250px;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: none;
}

.nav-item:hover > .multi-drodown,
.nav-item:focus-within > .multi-drodown {
  display: block;
}

.multi-drodown.planning_sub_menu {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.nav-item {
  position: relative;
}

/* Site text zoom: --site-text-scale set from js/main.js (localStorage). */
html {
  --site-text-scale: 1;
}

@supports (zoom: 1) {
  html {
    font-size: 16px;
    zoom: var(--site-text-scale);
  }
}

@supports not (zoom: 1) {
  html {
    font-size: calc(16px * var(--site-text-scale));
  }
}

.subheader {
  width: 100%;
  min-height: 34px;
  background: #fafafa;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}

.subheader .subheader-inner {
  max-width: 1580px;
  margin: 0 auto;
  padding: 4px 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.subheader .font-size-buttons {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 2px;
  background: #ececec;
  border-radius: 6px;
}

.subheader .font-size-buttons .font-size-btn {
  min-width: 30px;
  height: 26px;
  padding: 0 6px;
  border: none;
  border-radius: 4px;
  background: transparent;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  line-height: 1;
  transition: background 0.15s ease, color 0.15s ease;
}

.subheader .font-size-buttons .font-size-btn:hover {
  color: #334155;
  background: rgba(255, 255, 255, 0.7);
}

.subheader .font-size-buttons .font-size-btn:focus {
  outline: none;
}

.subheader .font-size-buttons .font-size-btn:focus-visible {
  box-shadow: 0 0 0 2px #fafafa, 0 0 0 4px #860038;
}

.subheader .font-size-buttons .font-size-btn[aria-pressed="true"] {
  background: #860038;
  color: #fff;
  box-shadow: none;
}

.subheader .font-size-buttons .font-size-btn[aria-pressed="true"]:hover {
  color: #fff;
  background: #6b002d;
}

@media (max-width: 576px) {
  .subheader .subheader-inner {
    justify-content: center;
  }
}

/* Text size in mobile menu — match minimal subheader */
.collapse-menu-font-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 14px;
  border-bottom: 1px solid #ececec;
  background: #fafafa;
}

.collapse-menu-font-toolbar .font-size-buttons-wrap {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 2px;
  background: #ececec;
  border-radius: 6px;
}

.collapse-menu-font-toolbar .font-size-btn {
  min-width: 34px;
  height: 28px;
  padding: 0 8px;
  border: none;
  border-radius: 4px;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  line-height: 1;
  transition: background 0.15s ease, color 0.15s ease;
}

.collapse-menu-font-toolbar .font-size-btn:hover {
  color: #334155;
  background: rgba(255, 255, 255, 0.7);
}

.collapse-menu-font-toolbar .font-size-btn[aria-pressed="true"] {
  background: #860038;
  color: #fff;
  box-shadow: none;
}
