/* =========================================================
   Murphy Dealer Manager — Map Styles
   ========================================================= */

#mapMessage { position: absolute; top: 0px; left: 0; width: 100%; z-index: 10; text-align: center; background: oklch(from var(--red) l c h / 0.95); color: var(--white); padding: 15px 20px; font-size: 16px; display: none; pointer-events: none; } 
#mapMessage.visible { display: block; }

/* ---------- County Dropdowns ---------- */
.county-select-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.countySelect { height: 44px; cursor: pointer; font-weight: 500; font-family: var(--fontBody); border: 0;font-size: var(--f18); color:var(--text);}


.countySelect:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/* ---------- Reset Button ---------- */
.map-reset-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}


