/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
.swiper-horizontal {
    overflow: hidden;
}

/* Карточка объекта */
.apartment-card {
    display: flex;
    flex-wrap: wrap;
}

/* Блок с описанием под галереей */
.apartment-details {
    width: 100%;
    margin-top: 20px;
}
.apartment-details h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.apartment-info {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.apartment-info li {
    margin-bottom: 5px;
}

/* Адаптив */
@media (max-width: 768px) {
    .apartment-card {
        flex-direction: column;
    }
}
