.blog-single-section {
    background: #f3f3f3;
    padding: 40px 0 60px;
}

.blog-single-back {
    display: inline-block;
    margin-bottom: 18px;
    color: #0d1f6b;
    font-weight: 600;
    font-size: 14px;
}

.blog-single-back:hover {
    color: #dc2429;
}

.blog-single-featured img {
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
    object-position: center;
    display: block;
    border: 1px solid #e2e2e2;
    background: #fff;
}

.blog-single-title {
    font-size: 34px;
    line-height: 1.25;
    margin: 18px 0 8px;
    color: #111;
}

.blog-single-meta {
    color: #777;
    font-size: 14px;
    margin-bottom: 20px;
}

.blog-toc-box {
    background: #fafafa;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    padding: 16px 18px 14px;
    margin-bottom: 28px;
}

.blog-toc-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.blog-toc-head h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.blog-toc-icon {
    width: 22px;
    height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0.55;
}

.blog-toc-icon span {
    display: block;
    height: 2px;
    background: #555;
    border-radius: 1px;
}

.blog-toc-list {
    list-style: decimal;
    margin: 0;
    padding-left: 22px;
}

.blog-toc-list li {
    margin-bottom: 6px;
    line-height: 1.45;
}

.blog-toc-list li a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

.blog-toc-list li.is-sub {
    list-style: none;
    padding-left: 8px;
}

.blog-toc-list li a:hover {
    color: #dc2429;
}

.blog-article-body h2 {
    font-size: 26px;
    margin: 28px 0 12px;
    color: #111;
}

.blog-article-body h3 {
    font-size: 20px;
    margin: 20px 0 10px;
    color: #222;
}

.blog-article-body .lh {
    margin-bottom: 14px;
    line-height: 1.75;
    color: #333;
}

.blog-article-list {
    margin: 0 0 16px 18px;
    padding: 0;
}

.blog-article-list li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.blog-article-list--ordered {
    list-style: decimal;
    margin: 0 0 16px 20px;
    padding: 0;
}

.blog-article-figure {
    margin: 0 0 24px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    overflow: hidden;
}

.blog-article-figure img {
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: cover;
    display: block;
}

.blog-article-figure figcaption {
    padding: 10px 14px;
    font-size: 13px;
    color: #555;
    line-height: 1.45;
    background: #fafafa;
    border-top: 1px solid #ececec;
}

.blog-benefits-infographic {
    position: relative;
    max-width: 520px;
    height: 320px;
    margin: 24px auto 28px;
}

.blog-benefits-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px;
    font-size: 13px;
    line-height: 1.3;
    z-index: 2;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.blog-benefit-item {
    position: absolute;
    width: 130px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

.blog-benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin: 0 auto 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.blog-benefit-scalability {
    left: 0;
    top: 12%;
}

.blog-benefit-scalability .blog-benefit-icon {
    background: #f5a623;
}

.blog-benefit-compliance {
    right: 0;
    top: 12%;
}

.blog-benefit-compliance .blog-benefit-icon {
    background: #7ed321;
}

.blog-benefit-global {
    right: 8%;
    bottom: 8%;
}

.blog-benefit-global .blog-benefit-icon {
    background: #4a90e2;
}

.blog-benefit-custom {
    left: 8%;
    bottom: 8%;
}

.blog-benefit-custom .blog-benefit-icon {
    background: #e84393;
}

.blog-category-list li.is-active a {
    color: #6b2fa0;
    font-weight: 600;
}

@media (max-width: 991px) {
    .blog-single-title {
        font-size: 26px;
    }

    .blog-benefits-infographic {
        height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        max-width: 100%;
        padding-top: 0;
    }

    .blog-benefits-center {
        position: static;
        transform: none;
        grid-column: 1 / -1;
        margin: 0 auto;
    }

    .blog-benefit-item {
        position: static;
        width: auto;
    }
}
