/* Single News Page Styling */

.single-news-article {
    background-color: #FAFAFA;
}
/* Section 1: Hero */
.news-single-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin-top: -175px; /* Offset fixed header height */
}

.news-single-hero .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Section 2: Content Layout */
.news-single-content-wrapper {
    display: flex;
    justify-content: flex-end; /* Aligned to the right */
    padding-right: 14.98vw; /* Padding from right */
    padding-top: 145px; /* Padding top */
    padding-bottom: 100px;
}

.news-single-container {
    max-width: 46.35vw; /* Max width */
    width: 100%;
    text-align: left; /* Text align to the left */
}

/* Typography */
.news-intro-text {
    font-family: "MNKY Banana Grotesk", sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 37px;
    letter-spacing: -0.01em;
    color: #2D1E1E;
    margin-bottom: 108px; /* Gap from text to image */
    font-style: normal; /* "Intro Text (Italic)" in meta box, but prompt says Medium */
}

.entry-content {
    font-family: "MNKY Banana Grotesk", sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 37px;
    letter-spacing: -0.01em;
    color: #2D1E1E;
}

.entry-content p {
    margin-bottom: 37px;
}

/* Speaker/Initials (PDO, DS, etc.) */
.entry-content p strong:first-child,
.entry-content p b:first-child {
    display: block;
    font-family: "MNKY Banana Grotesk", sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 37px;
    letter-spacing: -0.01em;
    color: #2D1E1E;
    margin-bottom: 5px;
}

/* Handle the case where the initials are on their own line */
.entry-content p:empty + p,
.entry-content br + strong,
.entry-content br + b {
    margin-top: 20px;
}

/* Images and Captions */
.entry-content figure,
.entry-content .wp-block-image {
    margin: 108px 0; /* Gap from text to image */
    width: 100% !important;
    margin-bottom: 15px;
}

.entry-content img,
.entry-content .wp-block-image img {
    width: 46.35vw !important; /* width */
    object-fit: cover;
    display: block;
}

.entry-content figcaption,
.entry-content .wp-block-image figcaption {
    font-family: "MNKY Banana Grotesk", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: #BDBDBD;
    margin-top: 20px;
}

/* Footer Text */
.news-footer-text {
    font-family: "MNKY Banana Grotesk", sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 37px;
    letter-spacing: -0.01em;
    color: #7F7E7E;
    margin-top: 108px;
    border-top: 0.5px solid #2D1E1E;
    padding-top: 40px;
}

/* Header Adjustments for Single News */
.single-news .site-header {
    background-color: transparent !important;
    border-bottom: none !important;
}

.single-news .site-header .header-logo,
.single-news .site-header .page-title {
    color: #000000 !important;
}

.single-news .site-header.scrolled {
    background-color: #FFFFFF !important;
    border-bottom: 1.5px solid #EDEDED !important;
}

.single-news .site-header.scrolled .header-logo,
.single-news .site-header.scrolled .page-title {
    color: #2D1E1E !important;
}

@media (max-width: 1024px) {
    .news-single-hero {
        margin-top: 0;
        height: 60vh;
    }
    .news-single-content-wrapper {
        padding-right: 25px;
        padding-left: 25px;
        padding-top: 38px;
        padding-bottom: 40px;
    }
    .news-single-container {
        max-width: 100%;
    }
    .entry-content img {
        width: 100%;
        height: auto;
    }
    .entry-content {
        font-family: "MNKY Banana Grotesk", sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.01em;
        color: #2D1E1E;
}
.entry-content figure, .entry-content .wp-block-image {
    margin: 30px 0;
    width: 100% !important;
    margin-bottom: 10px;
}
.entry-content img, .entry-content .wp-block-image img {
    width: 100vw !important;
    object-fit: cover;
    display: block;
}
.entry-content p {
    margin-bottom: 15px;
}
.header-left{
            padding-left: 0px;
}
}
