body {
    background-color: #f8f9fa;
}
.sidebar-nav {
    position: sticky;
    top: 56px;
    height: calc(100vh - 56px);
    overflow-y: auto;
}
.accordion-button:not(.collapsed) {
    background-color: rgba(13, 110, 253, .06);
    box-shadow: none;
}
.accordion-button::after {
    margin-left: auto;
}
pre.response-box {
    background: #0d1117;
    color: #c9d1d9;
    padding: 1rem;
    border-radius: .375rem;
    max-height: 480px;
    overflow: auto;
    white-space: pre-wrap;
    word-break: break-word;
}
.status-2xx { color: #198754; font-weight: 600; }
.status-3xx { color: #0d6efd; font-weight: 600; }
.status-4xx { color: #fd7e14; font-weight: 600; }
.status-5xx { color: #dc3545; font-weight: 600; }
.coming-soon-card {
    opacity: .75;
}
