.hbc-slider-post-1 {
    --hbc-sp1-blue: #0046a5;
    --hbc-sp1-light: #f1f6fe;
    --hbc-sp1-text: #666666;
    --hbc-sp1-border: #d9d9d9;

    padding: 18px 128px;
    position: relative;
    overflow: hidden;
}

.hbc-sp1-main {
    display: grid;
    grid-template-columns: 46% 54%;
    background: rgba(255, 255, 255, 0.6);
}

.hbc-sp1-main-image-link {
    display: block;
    min-height: 320px;
}

.hbc-sp1-main-image,
.hbc-sp1-no-image {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
    background: #e5e7eb;
}

.hbc-sp1-main-content {
    padding: 28px 28px 20px;
    background-color: #f1f6fe94;
}

.hbc-sp1-main-title {
    margin: 0 0 14px;
    font-size: clamp(1.35rem, 1.9vw, 2rem);
    line-height: 1.36;
    font-weight: 700;
}

.hbc-sp1-main-title a {
    color: var(--hbc-sp1-blue);
    text-decoration: none;
}

.hbc-sp1-main-meta,
.hbc-sp1-card-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #7a7a7a;
    font-size: 0.92rem;
}

.hbc-sp1-calendar {
    width: 16px;
    height: 16px;
    border: 1.4px solid #8a8a8a;
    border-radius: 3px;
    position: relative;
    display: inline-block;
}

.hbc-sp1-calendar::before,
.hbc-sp1-calendar::after {
    content: '';
    position: absolute;
    top: -3px;
    width: 2px;
    height: 4px;
    background: #8a8a8a;
}

.hbc-sp1-calendar::before {
    left: 3px;
}

.hbc-sp1-calendar::after {
    right: 3px;
}

.hbc-sp1-main-excerpt {
    margin: 14px 0 0;
    color: var(--hbc-sp1-text);
    line-height: 1.7;
    font-size: 1rem;
}

.hbc-sp1-strip {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 10px;
    align-items: center;
}

.hbc-sp1-nav {
    width: 36px;
    height: 36px;
    border: 1px solid #b8c3d9;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    color: #7f8796;
    cursor: pointer;
    font-size: 1.55rem;
    line-height: 1;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hbc-sp1-nav:hover {
    border-color: #8ca4d2;
    color: var(--hbc-sp1-blue);
}

.hbc-sp1-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.hbc-sp1-card {
    background: rgba(255, 255, 255, 0.9);
    display: grid;
    grid-template-columns: 35% 65%;
    cursor: pointer;
    min-height: 132px;
}

.hbc-sp1-card-image-link {
    display: block;
}

.hbc-sp1-card-image,
.hbc-sp1-card-no-image {
    width: 100%;
    height: 100%;
    min-height: 132px;
    object-fit: cover;
    background: #e5e7eb;
}

.hbc-sp1-card-content {
    padding: 10px 12px;
}

.hbc-sp1-card-title {
    margin: 0 0 8px;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 700;
}

.hbc-sp1-card-title a {
    color: var(--hbc-sp1-blue);
    text-decoration: none;
}

.hbc-sp1-card-excerpt {
    margin: 7px 0 0;
    color: var(--hbc-sp1-text);
    line-height: 1.45;
    font-size: 0.95rem;
}

@media (max-width: 980px) {
    .hbc-sp1-main {
        grid-template-columns: 1fr;
    }

    .hbc-sp1-main-image-link,
    .hbc-sp1-main-image,
    .hbc-sp1-no-image {
        min-height: 260px;
    }

    .hbc-sp1-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .hbc-slider-post-1 {
        padding: 12px;
    }

    .hbc-sp1-main-content {
        padding: 16px 14px;
    }

    .hbc-sp1-strip {
        grid-template-columns: 34px minmax(0, 1fr) 34px;
        gap: 8px;
    }

    .hbc-sp1-nav {
        width: 32px;
        height: 32px;
        font-size: 1.3rem;
    }

    .hbc-sp1-card {
        grid-template-columns: 1fr;
    }

    .hbc-sp1-card-image,
    .hbc-sp1-card-no-image {
        min-height: 170px;
    }
}
