.page--clinic-finder {
    overflow-x: hidden;
}

.page--clinic-finder .main-content,
.cf,
.cf .cf-row {
    width: 100%;
    max-width: 100%;
}

.cf .cf-row {
    margin-right: 0;
    margin-left: 0;
}

.cf .cf-row,
.cf .cf-row .col-filters,
.cf .cf-row .col-map {
    box-sizing: border-box;
    min-width: 0;
}

.cf .cf-row .col-map {
    overflow: hidden;
}

.cf .map-float-button {
    box-sizing: border-box;
    flex-direction: row;
    justify-content: center;
    left: 50%;
    right: auto;
    width: 15.625rem;
    max-width: calc(100% - 2rem);
    padding: 0.875rem 1rem;
    text-align: center;
    transform: translateX(-50%);
    z-index: 2;
}

.cf .map-float-button i {
    flex: 0 0 auto;
}

.cf .map-float-button p {
    white-space: nowrap;
}

.cf.map-consent-required .col-map #map {
    display: none;
}

.cf .clinic-map-consent--map {
    width: 100%;
    height: 100%;
    background: #f4f4f4;
}

.cf .clinic-map-consent__content {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 2rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cf .clinic-map-consent__content i {
    margin-bottom: 1rem;
    color: #e86825;
    font-size: 2rem;
}

.cf .clinic-map-consent__content p {
    margin-bottom: 0.5rem;
}

@media (max-width: 575.98px) {
    .cf .cf-row .col-filters,
    .cf .cf-row .col-map {
        width: 100%;
    }

    .cf .clinic-map-consent--map {
        display: none !important;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .cf .map-float-button {
        width: auto;
        max-width: calc(100% - 2rem);
        padding: 0.875rem 1.25rem;
    }
}

@media (min-width: 576px) {
    .cf .cf-row .col-filters {
        flex: 0 0 41.6666667%;
        max-width: 41.6666667%;
    }

    .cf .cf-row .col-map {
        flex: 1 1 0;
        width: 0;
        max-width: 58.3333333%;
    }

    .cf.map-consent-required.show-list-view .col-map {
        display: flex;
    }

    .cf .clinic-map-consent--list {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .cf .map-float-button {
        width: auto;
        max-width: calc(100% - 4rem);
        padding: 1.0625rem 1.875rem;
    }
}
