/* Overrides for the contact page territory map.
   Loaded after global.css to customize map appearance. */

.us-territory-state {
    stroke-width: 1.4;
    stroke-dasharray: 6 4;
}

.us-territory-map__nation {
    fill: transparent;
    stroke: none;
}

.us-territory-state.is-hovered,
.us-territory-state.is-selected {
    filter: brightness(1.07) saturate(1.05);
}

.us-territory-label {
    fill: rgba(240, 240, 240, 0.95);
    font-weight: 900;
    text-shadow: none;
}

.us-territory-label--callout {
    fill: rgba(104, 104, 104, 0.95);
    font-size: 9px;
}

.us-territory-callout {
    stroke: rgba(84, 84, 84, 0.9);
    stroke-width: 0.95;
}

.us-territory-map__popover.us-territory-popover {
    max-height: calc(100% - 1.5rem);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
}
