.news-details-container {
    max-width: 1200px;
    margin: 100px auto 0;
    padding: 0 40px;
    color: #332624;
}

/* Title */
.news-details-title {
    font-family: 'InterFace Thin', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #332624;
    margin-bottom: 20px;
}

/* Date + Icons */
.news-details-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
    margin-bottom: 40px;
}

.news-details-lot ul,
.news-details-container-v2 ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}

.news-details-lot ul li,
.news-details-container-v2 ul li {
    list-style: disc;
    font-size: 18px;
    font-family: "InterFace", sans-serif;
    /* Increased from 15.38px */
    color: rgba(51, 38, 36, 0.75);
    line-height: 28px;
}

.news-details-lot ul li::marker,
.news-details-container-v2 ul li::marker {
    color: rgba(51, 38, 36, 0.75) !important;
    font-size: 1.5em;
    /* Makes the marker slightly bigger */
}



.news-details-date {
    font-family: "InterFace", sans-serif;
    font-size: 16px;
    color: #332624;
}

.news-details-icons img {
    width: 50px;
    height: 50px;
    filter: brightness(0);
    margin-left: 10px;
    cursor: pointer;
}

/* Image */
.news-details-image img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
}

/* Intro Paragraph */
.news-details-intro {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15.38px;
    line-height: 28.8px;
    letter-spacing: 0.6px;
    color: #332624bf;
    margin-bottom: 60px;
}

/* Section Title */
.news-details-section-title,
.news-details-container-v2 h2 {
    font-family: "InterFace", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 36.88px;
    line-height: 52px;
    letter-spacing: 0.6px;
    color: #332624;
    margin-top: 40px;
    margin-bottom: 20px;
}

/* Paragraphs */
.news-details-text,
.news-details-container-v2 p {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15.38px;
    line-height: 28.8px;
    letter-spacing: 0.6px;
    color: rgba(51, 38, 36, 0.75);
    padding-bottom: 40px;
}

/* Lot Details */
.news-details-lot,
.news-details-container-v2 > div {
    margin: 30px 0;
}

.news-details-lot-title,
.news-details-container-v2 h3 {
    font-family: "InterFace", sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    color: #332624;
}

/* Removed redundant .news-details-lot ul and li styles */

/* .breadcrumbs,
.news-details-big-box {
    background: #faf6ed;
} */

/* Responsive Design */

/* Tablet View */
@media screen and (max-width: 1024px) {
    .news-details-container {
        margin: 60px auto 0;
        padding: 0 25px;
    }

    .news-details-title {
        font-size: 48px;
        line-height: 58px;
    }

    .news-details-section-title,
    .news-details-container-v2 h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .news-details-intro,
    .news-details-text,
    .news-details-container-v2 p {
        font-size: 15px;
        line-height: 26px;
    }
}

/* Mobile View */
@media screen and (max-width: 768px) {
    .news-details-container {
        margin: 40px auto 0;
        padding: 0 20px;
    }

    .news-details-title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 24px;
        /* Aligned with breadcrumbs usually */
    }

    .news-details-meta {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 30px;
    }

    .news-details-date {
        font-size: 14px;
    }

    .news-details-icons {
        width: auto;
        display: flex;
        justify-content: flex-end;
    }

    .news-details-icons img {
        margin-left: 10px;
        margin-right: 0;
        width: 35px;
        height: 35px;
    }

    .news-details-section-title,
    .news-details-container-v2 h2 {
        font-size: 24px;
        line-height: 32px;
        margin-top: 30px;
    }

    .news-details-intro,
    .news-details-text,
    .news-details-container-v2 p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .news-details-lot-title,
    .news-details-container-v2 h3 {
        font-size: 16px;
    }

    .news-details-lot ul li,
    .news-details-container-v2 ul li {
        font-size: 15px;
        line-height: 24px;
    }

    .news-details-lot ul li::marker,
    .news-details-container-v2 ul li::marker {
        font-size: 1.2em;
        /* Slightly smaller for mobile */
    }
}

/* Featured News Section */
.featured-news-section {
    background: #FFF;
    padding: 100px 40px;
}

.featured-news-container {
    max-width: 1200px;
    margin: auto;
}

.featured-news-header {
    margin-bottom: 50px;
}

.featured-news-header h2 {
    font-family: 'InterFace Thin', sans-serif;
    font-weight: 400;
    font-size: 72px;
    letter-spacing: 1px;
    color: rgba(33, 23, 9, 1);
    padding: 20px 0;
    text-align: center;
}

.featured-news-swiper {
    margin-bottom: 40px;
    overflow: hidden;
}

.featured-news-card {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
}

.featured-news-card:hover {
    transform: translateY(-5px);
}

.featured-news-card-image {
    position: relative;
    margin-bottom: 0;
}

.featured-news-card-image img {
    display: block;
    width: 100%;
    height: 265px;
    object-fit: cover;
    border-radius: 0 !important;
}

.featured-news-card-image span {
    width: fit-content;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 20px;
    right: 0;
    border-radius: 100px;
    border: 1.09px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 1);
    font-family: 'InterFace', sans-serif;
    font-weight: 400;
    font-size: 15.23px;
    letter-spacing: 2.72px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    padding: 5px 10px;
}

.featured-news-card-description {
    padding-top: 25px;
    padding-bottom: 10px;
}

.featured-news-card-description h5 {
    font-family: 'InterFace Thin', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.34px;
    text-transform: capitalize;
    color: #000;
    padding: 0 0 12px;
    margin: 0;
}

.featured-news-card-description h3 {
    font-family: 'InterFace', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    padding: 0 0 15px;
    margin: 0;
    line-height: 1.4;
}

.featured-news-card-description p {
    font-family: 'InterFace Thin', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.34px;
    text-transform: capitalize;
    color: rgba(51, 38, 36, 0.75);
    margin: 0;
    line-height: 1.6;
    padding-top: 5px;
}

.featured-news-swiper-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 40px 0 0;
    margin-top: 40px;
}

.featured-news-next {
    cursor: pointer;
    position: static;
    width: 49px;
    height: 49px;
    background: url("/assets/images/front-office-v4/our-lab-page/arrow-right.svg") center / cover no-repeat;
    margin: 0;
}

.featured-news-prev {
    cursor: pointer;
    position: static;
    width: 49px;
    height: 49px;
    background: url("/assets/images/front-office-v4/our-lab-page/arrow-right.svg") center / cover no-repeat;
    transform: rotate(180deg);
    margin: 0;
}


/* Responsive Design for Featured News */
@media (max-width: 1440px) {
    .featured-news-header h2 {
        font-size: 54px;
        line-height: 120%;
    }
}

@media (max-width: 1024px) {
    .featured-news-section {
        padding: 80px 25px;
    }

    .featured-news-header {
        margin-bottom: 40px;
    }

    .featured-news-header h2 {
        font-size: 46px;
    }
}

@media (max-width: 768px) {
    .featured-news-section {
        padding: 60px 25px;
    }

    .featured-news-header {
        margin-bottom: 30px;
    }

    .featured-news-header h2 {
        font-size: 32px;
    }

    .featured-news-card-description {
        padding-top: 20px;
    }

    .featured-news-card-description h3 {
        font-size: 20px;
    }

    .featured-news-card-image img {
        height: 265px;
    }

    .featured-news-swiper-nav {
        padding: 30px 0 0;
        margin-top: 30px;
    }
}