.endpoint-card {
    border-left: 4px solid #0d6efd;
    margin-bottom: 1rem;
}
.method-get { border-left-color: #198754; }
.method-post { border-left-color: #fd7e14; }
.method-put { border-left-color: #0dcaf0; }
.method-delete { border-left-color: #dc3545; }
.code-block {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
    padding: 1rem;
    margin: 0.5rem 0;
}
.response-example {
    background-color: #f8f9fa;
    border-left: 3px solid #198754;
    padding: 1rem;
    margin: 0.5rem 0;
}
.error-example {
    background-color: #f8f9fa;
    border-left: 3px solid #dc3545;
    padding: 1rem;
    margin: 0.5rem 0;
}
.parameter-table th {
    background-color: #f8f9fa;
}
.status-badge {
    font-size: 0.75rem;
}
.nav-link.active {
    background-color: #0d6efd !important;
    color: white !important;
}
.sidebar {
    position: sticky;
    top: 106px;
    overflow-y: auto;
}
.code-container {
    position: relative;
}
.h3, h3 {
    font-size: 1.2rem;
}