/* BLOG HORIZONTAL GEOMETRIC EDITION - V107 (THE TECHNICAL NOTCH) */
.blog-horizontal-section.lime-edition {
    height: 350vh;
    background: var(--accent); /* Lime Section Background */
    position: relative;
    padding-bottom: 100px;
}

.blog-horizontal-section.lime-edition .h-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
}

.h-track {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    padding: 0 var(--inner-px);
    will-change: transform;
}

/* BLOG INFO PANEL */
.blog-h-info {
    flex: 0 0 clamp(300px, 20vw, 400px);
    margin-right: clamp(40px, 8vw, 120px);
}

.blog-h-info .ql-tag.black { color: #000; border-color: rgba(0,0,0,0.1); }
.blog-h-main-title.black { color: #000; font-size: clamp(3rem, 8vw, 6rem); margin-bottom: 20px; }
.h-prog-container.black { background: rgba(0,0,0,0.05); }
.h-prog-line.black { background: #000; }

/* ADAPTING FOR THE NEW PREMIUM POST CARDS */
.blog-horizontal-section .hss-item {
    flex: 0 0 450px;
    height: auto;
    margin-right: 60px;
    display: flex;
    align-items: center;
}

.blog-horizontal-section .op-post-card {
    width: 450px !important;
    min-height: 550px !important;
    height: auto !important;
}

/* Ensure patterns and colors from blog.css are preserved but can be tweaked if needed */
.blog-horizontal-section .op-post-card:hover {
    transform: translateY(-20px) scale(1.03);
}

.h-spacer {
    flex: 0 0 25vw;
}

/* COMMON CARD ELEMENTS */
.hss-desc-small {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 30px;
    opacity: 0.7;
    max-width: 80%;
}

.bh-btn {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 2px;
}

/* MOBILE OVERRIDES NOW IN mobile.css */
