.filter-form-wrapper {
    margin: 0 0 20px;
    padding: 20px 50px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
    position: relative; }
@media (max-width: 767px) {
    .filter-form-wrapper {
        padding: 33px 30px 40px; } }


.image-post {
    border-radius: 20px;
    max-width: 800px;
    max-height: 500px;
    width: auto !important;
    height: auto !important;
}



/* For Mobile */
@media screen and (max-width: 540px) {
    .bg_hero {
        background-image: url(../images/hero/PenisolaSorrentinaMattinaMob_o.webp);
    }
}

/* For Tablets */
@media screen and (min-width: 540px) and (max-width: 780px) {
    .bg_hero {
        background-image: url(../images/hero/PenisolaSorrentinaMattinaTab_o.webp);
    }
}

/* For PC */
@media screen and (min-width: 780px) {
    .bg_hero {
        background-image: url(../images/hero/PenisolaSorrentinaMattina_o.webp);
    }
}

/* Sistemazioni Slider Styles */
.single-place-item .place-content .info .location {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.single-place-item .place-content .info .location i {
    margin-right: 5px;
    color: #f2a800;
}

.single-place-item .place-img {
    height: 250px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.single-place-item .place-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.single-place-item:hover .place-img img {
    transform: scale(1.05);
}

.single-place-item .place-content {
    padding: 20px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.single-place-item .ratings li i.far {
    color: #e0e0e0;
}

.single-place-item .meta span {
    font-size: 13px;
    color: #666;
}

/* Responsive design per lo slider sistemazioni */
@media (max-width: 768px) {
    .single-place-item .place-img {
        height: 200px;
    }
    
    .single-place-item .place-content {
        padding: 15px;
    }
}