.faq-kb-page .kb-sidebar {
    background: #fff;
    padding: 1.75rem 1.5rem;
    border-radius: 24px;
    border: 1px solid rgba(255, 87, 34, 0.1);
    box-shadow: 0 16px 40px rgba(11, 8, 76, 0.08);
}
.kb-page .kb-sidebar .widget-title {
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.kb-page #kb-tab.cat__counter {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    counter-reset: none !important;
}
.kb-page .single-cat,
.kb-page .kb-sidebar .single-cat {
    cursor: pointer;
    list-style: none !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}
.kb-page .single-cat::before,
.kb-page .kb-sidebar .single-cat::before {
    display: none !important;
    content: none !important;
}
.kb-page .single-cat:hover::before {
    display: none !important;
}
.kb-page .kb-single-cat:hover,
.kb-page .kb-sidebar .kb-single-cat:hover {
    background: transparent !important;
}
.kb-page .kb-select-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    padding: 0.85rem 1rem;
    border-radius: 16px;
    border: 1px solid transparent;
    background: #fff5f2;
    font-weight: 600;
    line-height: 1.35;
    color: inherit;
    text-decoration: none;
    transition: all 0.25s ease;
}
.kb-page .kb-select-button .kb-select-title {
    flex: 1 1 auto;
    text-align: left;
}
.kb-page .kb-select-button .kb-select-badge {
    min-width: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 87, 34, 0.14);
    color: #ff5722;
    font-weight: 600;
}
.kb-page .kb-select-button.active {
    background: #ff5722;
    color: #fff;
}
.kb-page .kb-select-button.active .kb-select-badge {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.kb-page .kb-article-card {
    background: #fff;
    border-radius: 32px;
    padding: 2.75rem;
    box-shadow: 0 32px 70px rgba(11, 8, 76, 0.15);
}
.kb-page .kb-article-meta-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 1.25rem;
}
.kb-page .kb-article-meta-item {
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}
.kb-page .kb-article-card h2 {
    font-weight: 700;
    margin-bottom: 1rem;
}
.kb-page .kb-article-lead {
    margin-bottom: 2.1rem;
    line-height: 1.85;
}
.kb-page .kb-article-body {
    line-height: 1.85;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.kb-page .kb-article-body img {
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 55px rgba(11, 8, 76, 0.16);
}
.kb-page .kb-article-body h2,
.kb-page .kb-article-body h3,
.kb-page .kb-article-body h4 {
    margin-top: 2rem;
    font-weight: 700;
}
.kb-page .kb-article-body ul,
.kb-page .kb-article-body ol {
    padding-left: 1.5rem;
}
.kb-page .kb-article-body ul li,
.kb-page .kb-article-body ol li {
    margin-bottom: 0.5rem;
}
.kb-page .kb-article-body ul li:last-child,
.kb-page .kb-article-body ol li:last-child {
    margin-bottom: 0;
}
.kb-page .kb-article-body p:last-child {
    margin-bottom: 0;
}
.kb-page .kb-empty-state {
    text-align: center;
    border-radius: 30px;
    padding: 5rem 2.5rem;
    box-shadow: 0 28px 70px rgba(11, 8, 76, 0.12);
}
@media (max-width: 1199.98px) {
    .kb-page .kb-article-card {
        padding: 2.25rem;
    }
}
@media (max-width: 991.98px) {
    .kb-page .kb-sidebar {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }
    .kb-page .kb-article-card {
        padding: 2rem;
        border-radius: 24px;
    }
}

