.kb-search-form {
    display: flex;
    gap: 0.75rem;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.kb-search-input {
    flex: 1;
}

.kb-sidebar .list-group-item.active {
    background: var(--paytura-primary, #1b4965);
    border-color: var(--paytura-primary, #1b4965);
}

.kb-result-card h3 a {
    color: var(--paytura-primary, #1b4965);
    text-decoration: none;
}

.kb-result-card h3 a:hover {
    color: var(--paytura-accent, #5fa8d3);
}

.kb-article-body {
    font-size: 1.05rem;
    line-height: 1.75;
}

.kb-related {
    border-top: 1px solid #e2e8f0;
    padding-top: 1.5rem;
}

.rich-text-content img {
    max-width: 100%;
    height: auto;
}

.rich-text-content table {
    width: 100%;
    margin: 1rem 0;
}
