/* ==========================================================================
   Featured post block (home-featured.php / "small" layout) — same visual
   language as the archive-full featured card (tortilla) and the newsletter.
   ========================================================================== */

.section-featured-post.section-featured-small {
    padding: 56px 20px;
    background: #F0E8D6 !important;
    box-sizing: border-box;
}

.section-featured-post.section-featured-small .cs-container {
    max-width: 1080px;
    padding: 0;
}

.section-featured-post.section-featured-small .cs-featured-post-small {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    background: #FBF7EE;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 40px -20px rgba(43, 38, 32, .22);
}

/* image side */
.section-featured-post.section-featured-small .featured-post-media {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    min-width: 0 !important;
    margin: 0;
}

.section-featured-post.section-featured-small .featured-post-media .cs-overlay,
.section-featured-post.section-featured-small .featured-post-media .cs-overlay-background,
.section-featured-post.section-featured-small .featured-post-media .cs-background {
    height: 100%;
}

.section-featured-post.section-featured-small .featured-post-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* text side */
.section-featured-post.section-featured-small .featured-post-inner {
    flex: 1 1 50% !important;
    min-width: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 44px 48px;
    box-sizing: border-box;
}

.section-featured-post.section-featured-small .entry-inline-meta {
    margin-bottom: 14px;
}

.section-featured-post.section-featured-small .post-categories a {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 11.5px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #8C2F39;
    text-decoration: none;
}

.section-featured-post.section-featured-small .entry-header .entry-title {
    font-size: 30px;
    line-height: 1.22;
    margin: 0 0 14px;
}

.section-featured-post.section-featured-small .entry-header .entry-title a {
    color: #2B2620;
    text-decoration: none;
}

.section-featured-post.section-featured-small .entry-excerpt {
    font-size: 15.5px;
    line-height: 1.6;
    color: #5C544A;
    margin: 0 0 16px;
    max-width: 34em;
}

.section-featured-post.section-featured-small .entry-inline-meta .post-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 0 0 4px;
    font-size: 13px;
    color: #8A8071;
}

.section-featured-post.section-featured-small .entry-inline-meta .post-meta a {
    color: #8A8071;
    text-decoration: none;
}

@media (max-width: 760px) {
    .section-featured-post.section-featured-small {
        padding: 0;
    }
    .section-featured-post.section-featured-small .cs-featured-post-small {
        flex-direction: column !important;
        border-radius: 0;
    }
    .section-featured-post.section-featured-small .featured-post-media,
    .section-featured-post.section-featured-small .featured-post-inner {
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }
    .section-featured-post.section-featured-small .featured-post-media {
        height: 240px;
    }
    .section-featured-post.section-featured-small .featured-post-inner {
        padding: 28px 24px;
    }
    .section-featured-post.section-featured-small .entry-header .entry-title {
        font-size: 24px;
    }
}
