/* Command Center v1.1 — seven-map layout */
@media (min-width: 1201px) {
  .map-select-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); min-height: 840px; }
  .map-select-card { min-height: 252px; padding: 19px; }
  .map-select-card h3 { font-size: clamp(23px, 1.65vw, 31px); }
  .map-select-card p { font-size: 12px; }
}

@media (max-width: 1200px) and (min-width: 651px) {
  .map-select-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
