/* Local overrides: fonts (no external CSS), cookie UI, map placeholder */
:root {
  --dm-font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body,
.lx-fonts-style {
  font-family: var(--dm-font) !important;
}

.dm-cookie-banner {
  position: fixed;
  z-index: 10050;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 1.25rem;
  background: rgba(20, 24, 28, 0.97);
  color: #f2f4f6;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.25);
  font-size: 0.95rem;
  line-height: 1.45;
}

.dm-cookie-banner[hidden] {
  display: none !important;
}

.dm-cookie-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-end;
  justify-content: space-between;
}

.dm-cookie-text {
  flex: 1 1 280px;
  max-width: 720px;
}

.dm-cookie-text a {
  color: #7dd3fc;
  text-decoration: underline;
}

.dm-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.dm-cookie-actions button {
  border: none;
  border-radius: 6px;
  padding: 0.55rem 1rem;
  font-size: 0.9rem;
  cursor: pointer;
  font-family: var(--dm-font);
}

.dm-cookie-accept {
  background: #2ec4b6;
  color: #0b1412;
  font-weight: 600;
}

.dm-cookie-reject {
  background: transparent;
  color: #e5e7eb;
  border: 1px solid #6b7280 !important;
}

.dm-cookie-settings {
  background: #374151;
  color: #f9fafb;
}

.dm-cookie-panel {
  flex-basis: 100%;
  margin-top: 0.75rem;
  padding: 1rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  display: none;
}

.dm-cookie-panel.dm-open {
  display: block;
}

.dm-cookie-panel label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.35rem 0;
  cursor: pointer;
}

.dm-cookie-panel input:disabled + span {
  opacity: 0.75;
}

.site-map-placeholder {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border-radius: 12px;
  padding: 2rem;
}

.site-map-address {
  text-align: center;
  color: #f8fafc;
  max-width: 420px;
}

.site-map-address strong {
  font-size: 1.15rem;
  display: block;
  margin-bottom: 0.5rem;
}

.form-status-msg {
  margin-bottom: 1rem;
}
