:root {
  --bg: #06111f;
  --bg-soft: #0a2033;
  --card: rgba(5, 17, 31, 0.88);
  --card-soft: rgba(9, 28, 45, 0.82);
  --line: rgba(49, 215, 255, 0.28);
  --line-soft: rgba(158, 184, 204, 0.18);
  --cyan: #31d7ff;
  --green: #43efaf;
  --yellow: #ffd54a;
  --orange: #ff9f43;
  --red: #ff5f6d;
  --pink: #ff7bc3;
  --blue: #7aa7ff;
  --text: #eff8ff;
  --muted: #9eb8cc;
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; background: #020a13; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  color: var(--text);
  overflow-x: hidden;
  background: transparent;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
button, a { font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }

.page-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background: #020a13 url("../img/demo-bg.png") center bottom / cover no-repeat;
  transform: translateZ(0);
}
.page-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(2, 10, 19, 0.34) 0%,
      rgba(3, 13, 24, 0.20) 48%,
      rgba(3, 10, 18, 0.36) 100%
    ),
    linear-gradient(
      180deg,
      rgba(2, 10, 19, 0.06) 0%,
      rgba(2, 10, 19, 0.14) 48%,
      rgba(2, 10, 19, 0.36) 100%
    );
}
.demo-page,
.demo-footer {
  position: relative;
  z-index: 1;
}
.demo-page { min-height: 100vh; }
.demo-hero { position: relative; overflow: hidden; padding-bottom: 64px; }
.hero-bg {
  display: none;
}
.container { position: relative; width: min(1420px, calc(100% - 48px)); margin: 0 auto; }
.demo-header {
  position: relative;
  z-index: 2;
  width: min(1420px, calc(100% - 48px));
  margin: 0 auto;
  padding: 16px 0 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 800; }
.brand img { width: 34px; height: 34px; object-fit: contain; }
.back-link,
.refresh-button,
.map-controls button,
.map-control {
  color: var(--text);
  text-decoration: none;
  border: 1px solid var(--line);
  background: rgba(5, 17, 31, 0.76);
  border-radius: 999px;
  padding: 10px 16px;
  transition: 0.2s ease;
}
.back-link:hover,
.refresh-button:hover,
.map-controls button:hover,
.map-control:hover,
.map-control.active {
  border-color: var(--cyan);
  color: var(--cyan);
  background: rgba(49, 215, 255, 0.1);
}
.eyebrow { margin: 0 0 12px; color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: 0.18em; text-transform: uppercase; }
.eyebrow.small { font-size: 10px; margin-bottom: 7px; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 12px; max-width: 980px; font-size: clamp(42px, 6vw, 82px); line-height: 0.98; letter-spacing: -0.045em; }
h2 { margin-bottom: 8px; font-size: clamp(28px, 3vw, 40px); letter-spacing: -0.025em; }
h3 { margin-bottom: 8px; font-size: 22px; }
.intro { max-width: 820px; color: #c9ddec; font-size: clamp(17px, 2vw, 22px); line-height: 1.55; }
.impact-strip {
  max-width: 1050px;
  margin: 24px 0 28px;
  padding: 16px 20px;
  border-left: 3px solid var(--green);
  border-radius: 14px;
  background: rgba(10, 75, 91, 0.68);
  color: #effbff;
  font-weight: 700;
}
.api-banner {
  margin: 0 0 18px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 95, 109, 0.65);
  border-radius: 14px;
  background: rgba(255, 95, 109, 0.12);
  color: #ffd8dc;
  font-weight: 700;
}
.api-banner.warning { border-color: rgba(255, 213, 74, 0.65); background: rgba(255, 213, 74, 0.1); color: #fff1a8; }

.status-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.status-panel article,
.kpi-card,
.wind-card,
.weather-card,
.chart-box,
.gps-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--card);
}
.status-panel article { min-height: 124px; padding: 20px; display: flex; flex-direction: column; justify-content: center; }
.status-panel span,
.kpi-card > span,
.wind-card span,
.weather-card span,
.gps-card span { color: var(--muted); font-size: 12px; }
.status-panel strong { margin-top: 8px; color: var(--green); font-size: clamp(21px, 2vw, 29px); }
.status-panel small { margin-top: 5px; color: var(--muted); }
.status-panel article.state-offline strong { color: var(--red); }
.status-panel article.state-stale strong { color: var(--yellow); }

.system-status {
  margin-bottom: 34px;
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(460px, 1.7fr);
  gap: 24px;
  border: 1px solid var(--line-soft);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(7, 27, 42, 0.96), rgba(5, 17, 31, 0.94));
}
.system-status.status-good { border-color: rgba(67, 239, 175, 0.55); }
.system-status.status-warning { border-color: rgba(255, 213, 74, 0.7); }
.system-status.status-critical { border-color: rgba(255, 95, 109, 0.75); }
.system-status.status-offline { border-color: rgba(158, 184, 204, 0.35); filter: grayscale(0.15); }
.system-overview > span { color: var(--muted); font-size: 12px; }
.system-overview > strong { display: block; margin: 9px 0; color: var(--green); font-size: clamp(28px, 3vw, 42px); }
.status-warning .system-overview > strong { color: var(--yellow); }
.status-critical .system-overview > strong { color: var(--red); }
.status-offline .system-overview > strong { color: var(--muted); }
.system-overview p, .system-disclaimer { color: var(--muted); line-height: 1.5; }
.system-notes { display: flex; flex-wrap: wrap; gap: 8px; }
.system-note { padding: 6px 10px; border-radius: 999px; border: 1px solid var(--line-soft); color: var(--muted); font-size: 12px; }
.system-note.warning { border-color: rgba(255, 213, 74, 0.5); color: #ffe889; }
.system-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.system-facts article { padding: 18px; border: 1px solid var(--line-soft); border-radius: 16px; background: rgba(5, 17, 31, 0.62); }
.system-facts span { color: var(--muted); font-size: 12px; }
.system-facts strong { display: block; margin: 8px 0 5px; font-size: 20px; }
.system-facts small { color: var(--muted); line-height: 1.4; }
.system-disclaimer { grid-column: 1 / -1; margin: 0; padding-top: 14px; border-top: 1px solid var(--line-soft); font-size: 11px; }

.data-section,
.map-section,
.charts-card { margin-top: 44px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; margin-bottom: 20px; }
.section-description { max-width: 820px; margin-bottom: 0; color: var(--muted); line-height: 1.5; }
.section-badge { flex: 0 0 auto; color: var(--cyan); font-size: 12px; font-weight: 800; }
.dashboard-grid { display: grid; gap: 16px; }
.environmental-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.technical-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.kpi-card { min-height: 170px; padding: 20px; }
.kpi-card::after,
.wind-card::after,
.gps-card::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -28px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(49, 215, 255, 0.08);
}
.kpi-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.kpi-icon { font-size: 24px; filter: drop-shadow(0 0 12px rgba(49, 215, 255, 0.55)); }
.sensor-badge { display: inline-flex; align-items: center; min-height: 25px; padding: 5px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--cyan) !important; font-size: 10px !important; font-weight: 900; text-transform: uppercase; }
.kpi-card > span { display: block; margin-top: 18px; }
.kpi-card > strong { display: block; margin: 8px 0 5px; font-size: clamp(23px, 2.4vw, 34px); line-height: 1.08; overflow-wrap: anywhere; }
.kpi-card > small { color: var(--muted); line-height: 1.4; }
.kpi-card.state-ok > strong { color: var(--green); }
.kpi-card.state-grace { border-color: rgba(255, 213, 74, 0.65); }
.kpi-card.state-grace > strong { color: var(--yellow); }
.kpi-card.state-error { border-color: rgba(255, 95, 109, 0.72); background: linear-gradient(135deg, rgba(255, 95, 109, 0.12), rgba(5,17,31,.95)); }
.kpi-card.state-error > strong { color: var(--red); }
.kpi-card.state-no-data { opacity: 0.78; border-color: rgba(158, 184, 204, 0.3); }
.kpi-card.state-offline { opacity: 0.58; filter: grayscale(0.72); }
.kpi-card.state-offline > strong { color: var(--muted); }

.wind-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.wind-card { padding: 22px; min-height: 420px; }
.wind-card-head { display: flex; justify-content: space-between; gap: 16px; }
.wind-card-head strong { display: block; margin-top: 7px; color: var(--cyan); font-size: clamp(34px, 4vw, 54px); }
.wind-card-head strong small { color: var(--muted); font-size: 16px; }
.wind-gauge { position: relative; width: min(320px, 80%); height: 180px; margin: 32px auto 10px; }
.wind-gauge-arc { position: absolute; inset: 10px 0 auto; height: 160px; border: 20px solid rgba(158,184,204,.18); border-bottom-color: transparent; border-radius: 180px 180px 0 0; }
.wind-gauge-needle { position: absolute; left: 50%; bottom: 22px; width: 40%; height: 5px; border-radius: 999px; background: var(--text); transform-origin: 0 50%; transform: rotate(180deg); transition: transform .45s ease; }
.wind-gauge-center { position: absolute; left: 50%; bottom: 14px; width: 20px; height: 20px; border-radius: 50%; background: var(--cyan); transform: translateX(-50%); }
.wind-gauge-min, .wind-gauge-max { position: absolute; bottom: 0; color: var(--muted); }
.wind-gauge-min { left: 5px; } .wind-gauge-max { right: 5px; }
.wind-compass { position: relative; width: 250px; height: 250px; margin: 12px auto; }
.wind-compass-ring { position: absolute; inset: 38px; border: 1px solid var(--line); border-radius: 50%; background: linear-gradient(90deg, transparent 49.7%, rgba(49,215,255,.2) 50%, transparent 50.3%), linear-gradient(0deg, transparent 49.7%, rgba(49,215,255,.2) 50%, transparent 50.3%); }
.wind-compass > span { position: absolute; color: var(--muted); font-size: 11px; font-weight: 800; }
.wc-n { top: 10px; left: 50%; transform: translateX(-50%); color: var(--cyan) !important; }
.wc-ne { top: 35px; right: 33px; } .wc-e { top: 50%; right: 7px; transform: translateY(-50%); }
.wc-se { right: 31px; bottom: 35px; } .wc-s { bottom: 8px; left: 50%; transform: translateX(-50%); }
.wc-so { left: 30px; bottom: 35px; } .wc-o { top: 50%; left: 7px; transform: translateY(-50%); } .wc-no { top: 35px; left: 29px; }
.wind-compass-arrow { position: absolute; left: 50%; top: 50%; width: 5px; height: 78px; border-radius: 999px; background: var(--cyan); transform-origin: 50% 100%; transform: translate(-50%, -100%) rotate(0deg); transition: transform .45s ease; }
.wind-compass-arrow::before { content: ""; position: absolute; top: -8px; left: 50%; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 16px solid var(--cyan); transform: translateX(-50%); }
.wind-compass-center { position: absolute; left: 50%; top: 50%; width: 15px; height: 15px; border: 4px solid rgba(49,215,255,.35); border-radius: 50%; background: var(--cyan); transform: translate(-50%,-50%); }
.wind-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.wind-facts div { padding: 13px; border: 1px solid var(--line-soft); border-radius: 13px; }
.wind-facts span { display: block; margin-bottom: 5px; }
.wind-facts strong { font-size: 16px; }
.sensor-message { min-height: 20px; margin: 13px 0 0; color: var(--muted); }
.dispersion-panel { margin-top: 18px; min-height: 510px; display: grid; grid-template-columns: minmax(240px, 0.38fr) minmax(0, 1fr); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: var(--card); }
.dispersion-side { padding: 22px; display: flex; flex-direction: column; gap: 18px; }
.dispersion-metrics { display: grid; gap: 10px; }
.dispersion-metric { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 11px 12px; border: 1px solid var(--line-soft); border-radius: 12px; }
.dispersion-metric span { color: var(--muted); } .dispersion-metric strong { color: var(--cyan); }
.model-note { margin-top: auto; color: var(--muted); line-height: 1.45; }
.dispersion-map { min-height: 510px; }

.gps-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; margin-bottom: 16px; }
.gps-card { padding: 16px; min-height: 118px; }
.gps-card strong { display: block; margin: 8px 0 4px; color: var(--cyan); font-size: 22px; }
.gps-card small { color: var(--muted); }
.node-map-layout { display: grid; grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: var(--card); }
.node-map-detail { padding: 22px; }
.node-map-detail dl { margin: 18px 0; }
.node-map-detail dl div { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line-soft); }
.node-map-detail dt { color: var(--muted); } .node-map-detail dd { margin: 0; font-weight: 800; text-align: right; }
.map-controls { display: flex; flex-wrap: wrap; gap: 8px; }
.map-controls.compact button { padding: 8px 11px; font-size: 12px; }
.node-map {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  background: rgba(4, 15, 27, 0.74);
}
.node-map iframe {
  display: block;
  width: 100%;
  min-height: 510px;
  border: 0;
  background: #071522;
}
.map-fallback-shell {
  position: relative;
  width: 100%;
  min-height: 510px;
}
.map-fallback-note {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  max-width: min(420px, calc(100% - 28px));
  padding: 9px 12px;
  border: 1px solid rgba(49, 215, 255, .28);
  border-radius: 12px;
  background: rgba(5, 17, 31, .86);
  color: var(--muted);
  font-size: 12px;
  backdrop-filter: blur(10px);
}
.map-fallback-link {
  color: var(--cyan);
  font-weight: 800;
  text-decoration: none;
}
.map-fallback-link:hover { text-decoration: underline; }
.telemetry-marker-wrapper { background: transparent; border: 0; }
.telemetry-marker { width: 22px; height: 22px; border: 4px solid #fff; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 6px rgba(49,215,255,.22), 0 0 24px rgba(49,215,255,.85); }
.leaflet-popup-content-wrapper, .leaflet-popup-tip { color: var(--text); background: #071522; }
.leaflet-popup-content { line-height: 1.5; }

.weather-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.weather-card { padding: 18px; min-height: 145px; }
.weather-main { grid-column: span 2; }
.weather-card-head { display: flex; align-items: center; gap: 12px; }
.weather-icon { font-size: 25px !important; }
.weather-card-head div span { display: block; color: var(--text); font-weight: 700; }
.weather-card-head small { color: var(--muted); }
.weather-card > strong { display: block; margin-top: 18px; font-size: 28px; color: var(--cyan); }
.weather-card p { margin: 8px 0 0; color: var(--muted); }
.weather-meta { text-align: right; }
.weather-meta span { display: block; color: var(--cyan); font-weight: 900; font-size: 12px; }
.weather-meta small { color: var(--muted); }
.weather-note { margin-top: 14px; padding: 12px 14px; border-left: 3px solid var(--cyan); background: rgba(49,215,255,.08); color: var(--muted); }
.weather-note.error { border-color: var(--red); background: rgba(255,95,109,.08); color: #ffd5da; }
.weather-note.success { border-color: var(--green); }

.charts-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.chart-box { padding: 18px; }
.chart-title { display: flex; justify-content: space-between; margin-bottom: 14px; }
.chart-title strong { color: var(--cyan); }
.chart-canvas-wrap { height: 250px; }

.demo-footer { border-top: 1px solid var(--line-soft); background: #040d17; }
.footer-inner { padding: 24px 0; display: flex; justify-content: space-between; gap: 24px; color: var(--muted); }
.footer-inner div { display: flex; flex-direction: column; } .footer-inner strong { color: var(--text); }
.footer-inner p { max-width: 720px; margin: 0; text-align: right; }

@media (max-width: 1120px) {
  .environmental-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .technical-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .gps-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .system-status { grid-template-columns: 1fr; }
  .dispersion-panel, .node-map-layout { grid-template-columns: 1fr; }
  .dispersion-map, .node-map { min-height: 460px; }
}
@media (max-width: 820px) {
  .container, .demo-header { width: min(100% - 28px, 1420px); }
  .demo-header { padding-bottom: 46px; }
  .status-panel, .wind-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .environmental-grid, .weather-grid, .gps-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .technical-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .weather-main { grid-column: span 2; }
  .charts-grid { grid-template-columns: 1fr; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .weather-meta { text-align: left; }
}
@media (max-width: 560px) {
  .status-panel, .environmental-grid, .technical-grid, .weather-grid, .gps-grid, .wind-grid, .system-facts { grid-template-columns: 1fr; }
  .weather-main { grid-column: auto; }
  .system-status { padding: 18px; }
  .wind-card { min-height: 380px; padding: 17px; }
  .wind-compass { transform: scale(.88); margin-left: auto; margin-right: auto; }
  .footer-inner { flex-direction: column; }
  .footer-inner p { text-align: left; }
  h1 { font-size: 44px; }
}


/* Telemetry Demo Ambiental V3 */
.demo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(49, 215, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(49, 215, 255, .035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 720px);
}
.demo-hero::after {
  content: "";
  position: absolute;
  top: 120px;
  right: -160px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(49, 215, 255, .14);
  box-shadow: 0 0 0 70px rgba(49, 215, 255, .025), 0 0 0 140px rgba(67, 239, 175, .018);
  pointer-events: none;
}
.header-actions { display: flex; align-items: center; gap: 10px; }
.refresh-button { appearance: none; }
.refresh-button[disabled] { cursor: wait; opacity: .65; }
.api-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px;
  padding: 10px 14px;
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  background: rgba(5, 17, 31, .66);
  color: var(--muted);
}
.api-meta > span { display: flex; align-items: center; gap: 9px; }
.api-meta strong { color: var(--text); font-size: 13px; }
.api-meta small { font-size: 12px; }
.api-indicator {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--muted);
  box-shadow: 0 0 0 5px rgba(158, 184, 204, .1);
}
.api-indicator.ok { background: var(--green); box-shadow: 0 0 0 5px rgba(67, 239, 175, .12); }
.api-indicator.warning { background: var(--yellow); box-shadow: 0 0 0 5px rgba(255, 213, 74, .12); }
.api-indicator.error { background: var(--red); box-shadow: 0 0 0 5px rgba(255, 95, 109, .12); }
.api-indicator.pending { animation: telemetry-pulse 1.25s infinite ease-in-out; }
@keyframes telemetry-pulse { 50% { opacity: .35; transform: scale(.82); } }
.status-panel article,
.kpi-card,
.wind-card,
.chart-box,
.gps-card,
.system-status,
.node-map-layout,
.dispersion-panel { backdrop-filter: blur(12px); }
.status-panel article::before,
.kpi-card::before,
.wind-card::before,
.chart-box::before,
.gps-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(49, 215, 255, .55), transparent);
  opacity: .55;
}
.map-unavailable {
  display: grid;
  place-items: center;
  min-height: 280px;
  padding: 28px;
  color: var(--muted);
  text-align: center;
  border: 1px dashed var(--line);
  border-radius: 20px;
  background: rgba(5,17,31,.72);
}
.noscript-banner {
  position: fixed;
  inset: auto 16px 16px;
  z-index: 9999;
  padding: 14px 16px;
  border: 1px solid var(--red);
  border-radius: 14px;
  background: #291019;
  color: #fff;
}
:focus-visible { outline: 3px solid rgba(49, 215, 255, .75); outline-offset: 3px; }
@media (max-width: 680px) {
  .demo-header { align-items: flex-start; }
  .header-actions { flex-direction: column-reverse; align-items: stretch; }
  .header-actions > * { text-align: center; }
  .api-meta { align-items: flex-start; flex-direction: column; }
  .demo-hero::after { display: none; }
}


/* =========================================================
   FONDO AMBIENTAL GLOBAL v3.2
   Una única capa fotográfica fija detrás de toda la demo.
   ========================================================= */
.demo-page,
.demo-hero {
  background: transparent;
}
.demo-hero::after {
  display: none;
}
.demo-hero::before {
  opacity: 0.42;
}
.demo-footer {
  background: rgba(4, 13, 23, 0.82);
  backdrop-filter: blur(8px);
}
.intro,
.section-description {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.72);
}
.status-panel article,
.kpi-card,
.wind-card,
.weather-card,
.chart-box,
.gps-card,
.system-status,
.node-map-layout,
.dispersion-panel {
  background-color: rgba(5, 17, 31, 0.84);
  backdrop-filter: blur(7px);
}
@media (max-width: 760px) {
  .page-background {
    background-position: 29% bottom;
  }
  .node-map iframe,
  .map-fallback-shell {
    min-height: 400px;
  }
}
