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

.map svg{width:100%;height:auto;}
.map g{color:#E4E4E4;}
.map g *{transition:0.2s all;}
.map g.active{color:var(--wp--preset--color--exxon-red);cursor:pointer;}
.map g.active:hover{color:var(--wp--preset--color--exxon-blue);}
.map text{font-size:20px;font-weight:bold;}

.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;}
}