/* Harita kartı: adres ve aksiyon barı haritanın üstüne binmez. */
body:not(.lion-reference-home) .reference-map-panel.map-panel-live {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 480px !important;
  padding: 0 !important;
}

body:not(.lion-reference-home) .reference-map-panel.map-panel-live iframe {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  flex: 1 1 0 !important;
  border: 0 !important;
}

body:not(.lion-reference-home) .reference-map-panel.map-panel-live .map-panel-action {
  position: static !important;
  inset: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 16px 24px !important;
  gap: 18px !important;
  background: #f5ebd8 !important;
  border-top: 1px solid #e5cfaa !important;
}

body:not(.lion-reference-home) .reference-map-panel.map-panel-live .map-action-text {
  display: block !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

body:not(.lion-reference-home) .reference-map-panel.map-panel-live .map-action-text b,
body:not(.lion-reference-home) .reference-map-panel.map-panel-live .map-action-text span {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #302618 !important;
}

body:not(.lion-reference-home) .reference-map-panel.map-panel-live .map-action-text b { font-size: 16px !important; font-weight: 800 !important; }
body:not(.lion-reference-home) .reference-map-panel.map-panel-live .map-action-text span { margin-top: 4px !important; font-size: 13px !important; line-height: 1.4 !important; color: #5d4529 !important; }
body:not(.lion-reference-home) .reference-map-panel.map-panel-live .map-action-btn { flex: 0 0 auto !important; margin: 0 !important; }

@media (max-width: 760px) {
  body:not(.lion-reference-home) .reference-map-panel.map-panel-live { min-height: 0 !important; }
  body:not(.lion-reference-home) .reference-map-panel.map-panel-live iframe { flex: none !important; height: 330px !important; }
  body:not(.lion-reference-home) .reference-map-panel.map-panel-live .map-panel-action { flex-direction: column !important; align-items: stretch !important; padding: 22px !important; }
  body:not(.lion-reference-home) .reference-map-panel.map-panel-live .map-action-btn { width: 100% !important; min-height: 52px !important; }
}
