/**
 * XAN Office v1.4.61.294
 * Ana menü sadeleştirmesi ve harita altı kurumsal açıklama.
 * Harita SVG yapısı, renkleri, şehir bağlantıları ve üst petrol-beyaz geçiş korunur.
 */

html body.mxh-theme .xan-home-network-stage__corporate-note {
  width: 100% !important;
  min-height: 64px !important;
  margin: 16px 0 0 !important;
  padding: 15px clamp(18px, 3vw, 42px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  background: #ffffff !important;
  border: 1px solid rgba(32, 80, 88, .16) !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 28px rgba(23, 59, 66, .05) !important;
  text-align: center !important;
}

html body.mxh-theme .xan-home-network-stage__corporate-note p {
  width: 100% !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
  color: #294f56 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: clamp(14px, 1.04vw, 17px) !important;
  font-weight: 500 !important;
  line-height: 1.65 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-shadow: none !important;
}

/* Şehir rehberi entegrasyonunun eski geçici bilgi satırı oluşursa yalnız o satır gizlenir. */
html body.mxh-theme .xan-home-network-stage .xan-v294-legacy-map-note {
  display: none !important;
}

@media (min-width: 1025px) {
  html body.mxh-theme.xan-v268-official-home .mxh-header .mxh-menu {
    column-gap: clamp(4px, .65vw, 12px) !important;
  }

  html body.mxh-theme.xan-v268-official-home .mxh-header .mxh-menu > li > a {
    white-space: nowrap !important;
  }
}

@media (max-width: 1024px) {
  html body.mxh-theme .xan-home-network-stage__corporate-note {
    min-height: 58px !important;
    margin-top: 12px !important;
    padding: 13px 16px !important;
    border-radius: 14px !important;
  }

  html body.mxh-theme .xan-home-network-stage__corporate-note p {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }
}
