body.single-cl_blog_article .site-content .ast-container {
    display: block !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.clb-single {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(26px, 3.2vw, 56px) clamp(16px, 4.2vw, 60px) clamp(28px, 4vw, 56px);
}

.clb-single-article {
    background: transparent;
    width: min(600px, 100%);
    max-width: 600px;
    margin: 0 auto !important;
    text-align: left;
}

.clb-single-header {
    margin-bottom: 16px;
}

.clb-single-kickers {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0 0 12px;
}

.clb-single-kicker {
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #777777;
    font-weight: 600;
    line-height: 1;
}

.clb-single-kicker + .clb-single-kicker::before {
    content: "-";
    display: inline-block;
    margin: 0 8px 0 6px;
    color: #9a9a9a;
    font-weight: 500;
}

.clb-single-title {
    margin: 0;
    color: #111111;
    font-size: clamp(30px, 3.5vw, 48px);
    line-height: 1.14;
    letter-spacing: -0.01em;
    font-weight: 700;
    max-width: none;
    font-family: inherit;
}

.clb-single-summary {
    color: #1e1e1e;
    font-size: clamp(14px, 1.02vw, 20px);
    line-height: 1.58;
    font-weight: 400;
    max-width: 42ch;
    margin: 0 0 22px !important;
    font-family: "Satoshi", "Manrope", "Segoe UI", sans-serif;
}

.clb-single-summary p {
    margin: 0;
}

.clb-single-author-block {
    margin: 0 0 20px;
}

.clb-single-updated {
    margin: 0;
    color: #7c7c7c;
    font-size: 12px;
    letter-spacing: 0.01em;
}

.clb-single-author-name {
    margin: 0;
    color: #111111;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 500;
}

.clb-single-author-role {
    margin: 4px 0 0;
    color: #929292;
    font-size: 34px;
    line-height: 1.2;
}

.clb-single-content {
    color: #222222;
    font-size: clamp(15px, 0.96vw, 17px);
    line-height: 1.72;
    max-width: 600px;
    margin: 24px 0 0 !important;
    font-family: "Satoshi", "Manrope", "Segoe UI", sans-serif;
}

.clb-single-content p {
    margin: 0 0 1.2em;
}

.clb-single-content h2,
.clb-single-content h3,
.clb-single-content h4 {
    margin: 1.65em 0 0.6em;
    line-height: 1.2;
    color: #111111;
}

.clb-single-bottom-image {
    margin-top: 12px;
    background: linear-gradient(135deg, #082414 0%, #5d955f 52%, #0b2615 100%);
    border-radius: 8px;
    padding: clamp(12px, 2vw, 22px);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: min(980px, calc(100vw - 24px));
    aspect-ratio: 16 / 7;
    min-height: 0;
    margin-left: 50% !important;
    margin-right: 0 !important;
    transform: translateX(-50%);
}

.clb-single-bottom-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08) 22%, rgba(255, 255, 255, 0) 58%);
    opacity: 0.6;
    pointer-events: none;
}

.clb-single-bottom-image img {
    width: min(74%, 680px);
    max-height: 280px;
    object-fit: contain;
    display: block;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.clb-single-bottom-image-photo {
    padding: 0;
}

.clb-single-bottom-image-photo::before {
    display: none;
}

.clb-single-bottom-image-photo img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
}

.clb-single-bottom-image-logo img {
    width: min(74%, 680px);
    max-height: 280px;
    object-fit: contain;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .clb-single {
        margin-top: 0;
        padding: 20px 14px 28px;
    }

    .clb-single-title {
        font-size: clamp(26px, 7vw, 38px);
    }

    .clb-single-summary {
        font-size: 17px;
        line-height: 1.55;
        margin-bottom: 16px;
    }

    .clb-single-author-name {
        font-size: 30px;
    }

    .clb-single-author-role {
        font-size: 26px;
    }

    .clb-single-content {
        font-size: 15px;
        line-height: 1.68;
        margin-top: 20px;
    }

    .clb-single-bottom-image {
        margin-top: 12px;
        padding: 16px;
        width: min(980px, calc(100vw - 12px));
        aspect-ratio: 16 / 9;
    }

    .clb-single-bottom-image img {
        width: min(88%, 560px);
        max-height: 220px;
    }

    .clb-single-bottom-image-photo {
        padding: 0;
    }

    .clb-single-bottom-image-photo img {
        width: 100%;
        height: 100%;
        max-height: none;
    }

    .clb-single-bottom-image-logo img {
        width: min(88%, 560px);
        max-height: 220px;
    }
}
