.block-byv-map{padding-bottom:var(--wp--preset--spacing--30);padding-top:var(--wp--preset--spacing--30);}

.usmap{display:flex;gap:var(--wp--preset--spacing--30);}
.usmap--center{flex-direction:column-reverse;text-align:center;}
.usmap--bottom{flex-direction:column;text-align:center;}
.usmap--left{text-align:left;align-items:center;flex-direction:row-reverse;}
.usmap--right{text-align:right;align-items:center;flex-direction:row;}

.map{font-family:var(--wp--custom--font--heading);font-weight:var(--wp--custom--font--heading-weight)}
.map svg{width:100%;height:auto;}
.map g{color:rgba(0,0,0,0.2);}
.map g *{transition:0.2s all;}
.map g.active{color:var(--wp--preset--color--primary);cursor:pointer;}
.map g.active:hover{color:var(--wp--preset--color--secondary);}

.mode-dark .map text{fill:var(--block-base);font-size:20px;}
.mode-dark .map path,
.mode-dark .map polygon{stroke:var(--block-base);}
.mode-dark .map g{color:rgba(255,255,255,0.2);}
.mode-dark .map g.active{color:rgba(255,255,255,0.5);cursor:pointer;}
.mode-dark .map g.active:hover{color:var(--wp--preset--color--primary);}

.mode-dark .map g.active:hover text{fill:#fff;}

.usmap__content .grid{align-items:center;}



.stateselect{border-radius:6px;display:none;margin:2rem auto;border:1px solid rgba(0,0,0,0.2);padding-right:40px;background-image: url('data:image/svg+xml;urf8,<svg style="opacity: 0.2;" viewBox="0 0 27 7" xmlns="http://www.w3.org/2000/svg" width="25"><polyline fill="none" stroke="currentColor" points="1,1 6,6 11,1"  stroke-width="1.5px" stroke-linejoin="round" stroke-linecap="round"/></svg>');background-position: right 50%;background-repeat:no-repeat;}
@media (max-width: 767px) {
  .stateselect{display:block;}
  .usmap--left, .usmap--right {
      text-align: center;
      flex-direction: column-reverse;
  }
  .usmap .button-set{justify-content: center;}
}