/* Additional styles - style(1).css */

/* Clearfix */
.clearfix::after {
    content: '';
    display: table;
    clear: both;
}

/* Order block enhancements */
.order0 {
    margin: 20px 0 10px;
}

/* Price block */
.price_land_curr {
    font-size: 0.85em;
}

.price_land_s4 {
    font-size: 1em;
}

/* Header item */
.header__item a {
    color: #fff;
}

/* Lazy images */
img.lazy {
    opacity: 0;
    transition: opacity 0.4s;
}

img.lazy.loaded,
img.lazy[src] {
    opacity: 1;
}

/* Comments item full width images */
.comments__item .comments__img {
    width: 100%;
    flex-basis: 100%;
}

/* Info/promo section */
.promo__info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

/* Post section layout */
.post .video {
    margin-bottom: 14px;
}

.post .yazi h4 {
    margin-bottom: 10px;
}

.post .yazi p {
    margin-bottom: 10px;
}
