[data-bs-theme="dark"] .kb_page_title_container {
    background-color: rgba(0, 0, 0, 0.8);;
}

[data-bs-theme="light"] .kb_page_title_container {
    background-color: rgba(255, 255, 255, 0.8);;
}

[data-bs-theme="dark"] .kb_content_card {
    background-color: rgba(21, 25, 53, 0.8);
    border-color: #232849;
    border-radius: 1rem;
    border-style: solid;
    border-width: 1px;
}

[data-bs-theme="light"] .kb_content_card {
    background-color: rgba(234, 237, 248, 0.8);
    border-color: rgba(119, 126, 141, 0.8);
    border-radius: 1rem;
    border-style: solid;
    border-width: 1px;
}

[data-bs-theme="dark"] .page_header {
    background: linear-gradient(135deg, rgba(89,225,166,0.12), rgba(135,240,197,0.05))}

[data-bs-theme="light"] .page_header {
    background: linear-gradient(135deg, rgba(25, 147, 95, 0.12), rgba(135,240,197,0.05))
}

[data-bs-theme="dark"] .kb_link {
    color:#07e982 !important;
    border-bottom-color: rgba(255, 255, 255, .25) !important;
}

[data-bs-theme="light"] .kb_link {
    color:#087644 !important;
    border-bottom-color: rgba(255, 255, 255, .25) !important;
}

pre, code {
    background-color: #0b0e1a;
    border-radius: .5rem;
    color: #b3d4ff;
}
pre {
    padding: .75rem;
    overflow-x: auto;
    border: 1px solid #232849;
}
code.inline {
    padding: 2px 6px;
    border: 1px solid #232849;
}
