.hbc-post-2 {
    --hbc-post2-blue: #0046a5;
    --hbc-post2-blue-soft: #338af3;
    --hbc-post2-text: #4a4f58;
    --hbc-post2-line: #dfe5ef;
    --hbc-post2-bg: #f2f7ff;
    /* background:
        linear-gradient(150deg, rgba(51, 138, 243, 0.16) 0%, transparent 38%),
        radial-gradient(circle at 20% 92%, rgba(51, 138, 243, 0.14) 0 200px, transparent 201px),
        var(--hbc-post2-bg);
    border: 1px solid var(--hbc-post2-line); */
    /* padding: 18px; */
}

.hbc-post-2-featured {
    display: grid;
    grid-template-columns: 42% 50%;
    gap: 18px;
    align-items: stretch;
    background: #C7E0FFF2;
    border: 1px solid #dce5f6;
    padding: 7% 8%;
}

.hbc-post-2-featured-image-link {
    display: block;
    min-height: 276px;
}

.hbc-post-2-featured-image,
.hbc-post-2-image-fallback {
    width: 100%;
    height: 100%;
    min-height: 276px;
    object-fit: cover;
    display: block;
    background: #e5e7eb;
}

.hbc-post-2-featured-content {
    padding: 8px 28px 8px 8px;
}

.hbc-post-2-featured-title {
    margin: 0 0 10px;
    font-size: clamp(1.35rem, 1.9vw, 2rem);
    line-height: 1.35;
    font-weight: 700;
}

.hbc-post-2-featured-title a,
.hbc-post-2-card-title a {
    color: var(--hbc-post2-blue);
    text-decoration: none;
}

.hbc-post-2-meta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #6d7584;
    font-size: 0.82rem;
}

.hbc-post-2-meta-calendar {
    width: 14px;
    height: 14px;
    border: 1px solid #7f8795;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.hbc-post-2-meta-calendar::before,
.hbc-post-2-meta-calendar::after {
    content: '';
    position: absolute;
    top: -3px;
    width: 2px;
    height: 4px;
    background: #7f8795;
}

.hbc-post-2-meta-calendar::before {
    left: 3px;
}

.hbc-post-2-meta-calendar::after {
    right: 3px;
}

.hbc-post-2-featured-excerpt,
.hbc-post-2-card-excerpt {
    margin: 10px 0 0;
    color: var(--hbc-post2-text);
    line-height: 1.62;
    font-size: 0.95rem;
}

.hbc-post-2-read-more {
    display: inline-block;
    margin-top: 10px;
    color: var(--hbc-post2-blue-soft);
    font-size: 0.82rem;
    text-decoration: none;
    font-weight: 600;
}

.hbc-post-2-grid {
    margin-top: 3%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 43px;
    padding: 10px 8%;
}

.hbc-post-2-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #e1e7f3;
}

.hbc-post-2-card-image-link {
    display: block;
}

.hbc-post-2-card-image {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
}

.hbc-post-2-card-content {
    padding: 10px;
}

.hbc-post-2-card-title {
    margin: 0 0 7px;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .hbc-post-2-featured {
        grid-template-columns: 1fr;
    }

    .hbc-post-2-featured-image-link,
    .hbc-post-2-featured-image,
    .hbc-post-2-image-fallback {
        min-height: 250px;
    }

    .hbc-post-2-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .hbc-post-2 {
        padding: 12px;
    }

    .hbc-post-2-grid {
        grid-template-columns: 1fr;
    }

    .hbc-post-2-card-image {
        height: 200px;
    }
}
