
.post-container { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.post-header-md {
    background: #e1bb33;
    padding: 140px 0 24px;
}
.post-header {
    background: #e1bb33;
    padding: 180px 0 24px;
}
.post-title { margin: 0 0 8px; font-size: 42px; line-height: 1.2; }
.post-intro { font-size: 18px; max-width: 720px; }

/* Full-bleed left image box */
.split-hero-img {
    background-size: cover;
    background-position: center;
    aspect-ratio: 16/9;
}
.intro-text {
    padding: 1.5rem;
    max-width: 720px;
    margin: 0 auto;
}

.intro-text .post-title {
    font-weight: 800;
}

@media (min-width: 768px) {
    .intro-text {
        padding: 1.5rem 0 0 0;
    }
}
/* Make the split nice and tall on desktop */
@media (min-width: 992px) {
    .intro-text {padding: 7rem 1.5rem;}
    /*.split-hero .row { min-height: 70vh; }*/
    .split-hero-img {
        min-height: unset;     /* ensures height on mobile */
    }
    .split-hero-img {
        background-size: cover;
        background-position: center;
        width: 100%;
        min-height: 420px;     /* ensures height on mobile */
    }
}
.media-hero { position: relative; background: #fff; }
.media-hero::before{
    content:"";
    position: absolute; top: 0; left: 0; right: 0;
    height: 50%;
    background: #e1bb33;
    z-index: 0;
}
.media-hero .post-container { position: relative; z-index: 1; }
.post-img { display: block; width: 100%; height: auto;     max-height: 600px;
    object-fit: cover;
    border-radius: 8px;
}
.post-figcaption { font-size: 14px; color: #666; margin-top: 8px; }

.post-body .content {
    max-width: 720px;
    font-size: 16px;
    line-height: 1.7;
    margin: 40px auto;
}
.post-body .content p { margin: 0 0 1em; }
.post-divider {
    border: 0; border-top: 1px solid #e6e6e6;
    margin: 32px 0 16px;
}

.post-body{margin-bottom: 40px;}
.share { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: center }
.share-label { font-weight: 600; display: flex; justify-content: center; text-transform: uppercase; margin: 12px 0; }
.share-list { display: flex; gap: 10px; list-style: none; padding: 0; margin: 0; }
.share-btn {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px;
    border: 1px solid #222; border-radius: 999px; color: #222;
    transition: background-color .2s, color .2s;
}
.share-btn .icon { width: 18px; height: 18px; }
.share-btn:hover { background: #222; color: #fff; }


.post-intro {
    margin: 0 auto;
    color:#fff;
}

.post-intro a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;

}
.post-title {
    word-wrap: break-word;
    text-align: center;
    color: #fff;
}
.post-date {
    text-align: center;
    color: #fff;
}

.post-meta-wrapper {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 720px;
    color: #484848;
    margin: 8px auto;
}
@media (max-width: 991px){
    .post-header {padding-top: 120px;}
    .post-title { font-size: 34px; text-align: left }
    .post-date {text-align: left;}

}
