.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
        
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

a:focus, 
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 3px solid #97BF0D;
  outline-offset: 2px;
}

.map-container {
    position: relative;
}

.map-alternative {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    padding: 2rem;
    z-index: 10;
}

iframe {
    display: block;
}