<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.select-locator {
    width: 90%;
    height: 30px;
    font-size: 1rem;
    margin: 0 5%;
    border: 1px solid var(--verde-medio);
    font-weight: 300;
    padding: 0 1%;
    outline: none;
    flex-shrink: 0;
    border-radius: 0 0;
    color: var(--verde-scuro)
}

.locator-map-ctn, .locator-salon-ctn {
    width: 90%;
    height: 60%;
    margin: 10px 5%;
    background-color: var(--verde-scuro);
    flex-shrink: 0;
}



#locator-salon-ctn {
    height: auto;
    background-color: white;
    padding: 2% 0;
}



.locator-map-ctn iframe {
    width: 100%;
    height: 100%;
}

.salon-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: var(--verde-40);
    margin: 10px 0;
    cursor: pointer;
}

.salon-box.physia-studio {
    background-color: var(--verde-20);
}

.salon-box .affiliazione span {
    font-size: 1rem;
    color: var(--verde-scuro);
    font-weight: 300;
}

.salon-box .row {
    padding: 0 10px;
    margin: 3px 0;
    height: auto;
    width: 100%;
    font-size: 1rem;
    font-weight: 300;
}

.salon-box .row.column {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.salon-box .row.affiliazione {
    font-size: .9rem;
    display: flex;
    align-items: center;
}

.salon-box .row.affiliazione img {
    height: 25px;margin-right: 5px;
}

.salon-box .row .salone-nome {
    font-size: 1rem;
    font-weight: 400;
    color: var(--verde-scuro);
    text-transform: uppercase;
}

.salon-box .row .salone-indirizzo, .salon-box .row .salone-telefono {
    font-size: .8rem;
    font-weight: 300;
    color: var(--verde-scuro);
    text-transform: capitalize;
}

#map div {
    pointer-events: none;
}

#map.active div {
    pointer-events: auto;
}


@media screen and (max-width: 992px) {

    .box-locator {
        width: 100%;
        height: auto;
        display: flex;
        align-items: flex-start;
        justify-self: flex-start;
        flex-direction: column;
    }

    .locator-map-ctn {
        height: 400px;
        width: 90%;
        flex-shrink: 0;
    }

}

@media screen and (min-width: 992px) {

    .box-locator {
        width: 90%;
        height: 90%;
        flex-shrink: 0;
        margin-bottom: 3%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: row-reverse;
        margin-top: 30px;
        margin: 1% 5%;
    }

    .locator-map-ctn {
        height: 100%;
        width: 49%;
        flex-shrink: 0;
        margin: 0 0;
    }

    .locator-salon-ctn {
        width: 49%;
        margin: 0 0;
        height: 100% !important;
        padding: 0 0 !important;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        gap: 10px;

    }

    .salon-box {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        background-color: var(--verde-40);
        margin: 0 0;
        padding: 1% 1%;
    }

    .select-locator {
        height: 60px;
        height: 50px;
        font-size: 1.2rem;
        font-weight: 300;
        width: 44%;
    }


    h1.align-center.locator, h2.align-center.locator {
        text-align: left;
        padding: 0 5%;
        margin: 1% 0;
        
    }    



}</pre></body></html>