


/* Main Service Area landing page ------------------------------ */


.service-areas-maps .tab-northeast .flex {
  display: flex;
}

.service-areas-maps .tab-northeast .textbox {
  width: 39%;
}

.service-areas-maps .tab-northeast .flex .map {
  width: 61%;
}


/* Hover clickable state */
.service-areas-maps .map .states a.clickable:is(:hover, :focus-visible) path {
  fill: var(--ws-orange-3);
}

/* Hover map marker */
.service-areas-maps .map .map-markers a:is(:hover, :focus-visible) path:first-child {
  fill: #3B5CAB;
}

/* Hover popup address */
.service-areas-maps .dialog-content a:is(:hover,:focus-visible) strong {
  color: var(--ws-orange);
}





/* ########## ========== SERVICE-AREAS-D.CSS ========== ########## */
