/* Lead */
.b-blokada-page__lead a {
    text-decoration: underline;
}

/* Map Iframe */
.b-blokada-page__map-iframe {
    display: block;
    width: 1px; min-width: 100%; /* Using min-width to set the width of the iFrame, works around an issue in iOS that can prevent the iFrame from sizing correctly. */
    margin: 0 0 45px;
}

/* Main Button */
.b-blokada-page__main-button {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}