.mm-us-state-map { padding: 2rem 0; }
.mm-us-state-map__heading {
    font-family: var(--wp--preset--font-family--montserrat);
    font-weight: 700;
    color: var(--wp--preset--color--ink);
    margin: 0 0 1rem;
    text-align: center;
}
.mm-us-state-map svg {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.mm-us-state-map svg path {
    fill: var(--wp--preset--color--light-grey);
    stroke: var(--wp--preset--color--mist-0);
    stroke-width: 1;
    transition: fill 120ms ease;
}
.mm-us-state-map svg a:hover path,
.mm-us-state-map svg path:hover { fill: var(--wp--preset--color--orange); cursor: pointer; }
