/*
 * XAN Office v1.4.61.290
 * 81 il alanı: yalnız interaktif harita, geniş ve responsive görünüm.
 */
html body.mxh-theme .xan-footer-v113__network-layout {
  display: block !important;
  width: 100% !important;
}

html body.mxh-theme .xan-footer-v113__city-block,
html body.mxh-theme .xan-footer-v113__turkiye-map-wrap,
html body.mxh-theme .xan-tr-map-card {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

html body.mxh-theme .xan-tr-map-card {
  padding: clamp(10px, 1.35vw, 18px) !important;
}

html body.mxh-theme .xan-footer-v113__svg-map--interactive {
  width: 100% !important;
  aspect-ratio: 16 / 8.2 !important;
  min-height: 520px !important;
  padding: clamp(8px, 1.2vw, 16px) !important;
}

html body.mxh-theme .xan-footer-v113__svg-map--interactive svg {
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 1024px) {
  html body.mxh-theme .xan-footer-v113__svg-map--interactive {
    min-height: 390px !important;
    aspect-ratio: 16 / 9 !important;
  }
}

@media (max-width: 640px) {
  html body.mxh-theme .xan-tr-map-card {
    padding: 7px !important;
    border-radius: 18px !important;
  }

  html body.mxh-theme .xan-footer-v113__svg-map--interactive {
    min-height: 260px !important;
    aspect-ratio: 16 / 10.5 !important;
    padding: 5px !important;
    border-radius: 15px !important;
  }
}
