.content-map {
    width: 100%;
    height: 100%;
    padding: 3rem 3rem 3rem 0;
}

#map {
    border-radius: 2rem;
    border: 1px solid #ccc;

    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
}

section {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.accordion-item {
    border-radius: 1rem !important;
    border-color: #ddd;

    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
}

.cerca-pv {
    border-radius: 1rem !important;
}

.distanza {
    background-color: #eee;
    border-radius: 0.5rem;
    padding: 0.3rem 0.5rem;
    width: fit-content;
    margin-top: 0.2rem;
}

@media (orientation: portrait) {
/*     .distanza {
        position: absolute;
        margin-top: 0.2rem;
        top: 1rem;
        right: 7rem;
    } */

    #punti_vendita {
        background-color: #fff !important;
        border-radius: 1rem 1rem 0 0;
        width: 100%;
    }

    .accordion-item {
        /*         
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
        margin-bottom: 0 !important; 
        */

        padding: 0.5rem !important;
        margin: 0 !important;
        border: 0;
        box-shadow: none;
        border-bottom: 1px solid #eee;
        border-radius: 0 !important;
    }

    .accordion-item h5 {
        font-size: 1rem;
        margin: 0;
    }

    .accordion-item div {
        font-size: .8rem;
    }

    #CookiebotWidget {
        display: none !important;
    }
}