.swagger-ui .topbar .download-url-wrapper {
    display: none !important;
}

.swagger-ui .info .title small {
    display: none !important;
}

.swagger-ui .scheme-container {
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
}

.swagger-ui .opblock-tag-section {
    margin: 15px 0;
}

.swagger-ui .opblock-tag {
    background: #f8f9fa;
    color: #2c3e50;
    border: 1px solid #e1e5e9;
    border-radius: 4px;
    padding: 12px 16px;
    margin: 15px 0;
    box-shadow: none;
    transition: none;
}

.swagger-ui .opblock-tag:hover {
    background: #f1f3f4;
    transform: none;
    box-shadow: none;
}

.swagger-ui .opblock-tag-section h3 {
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.1em;
    margin: 0;
}

.swagger-ui .opblock {
    border-radius: 4px;
    margin: 8px 0;
    box-shadow: none;
    border: 1px solid #e1e5e9;
    transition: none;
}

.swagger-ui .opblock:hover {
    transform: none;
    box-shadow: none;
    border-color: #d1d5da;
}

.swagger-ui .btn.execute {
    background: #007bff;
    border: 1px solid #007bff;
    border-radius: 4px;
    padding: 8px 16px;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.swagger-ui .btn.execute:hover {
    background: #0056b3;
    border-color: #0056b3;
    transform: none;
    box-shadow: none;
}

.swagger-ui .parameter__name {
    font-weight: 600;
    color: #2c3e50;
}

.swagger-ui .parameter__type {
    color: #7f8c8d;
    font-size: 0.9em;
}

.swagger-ui .responses-table {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
}

.swagger-ui .response-col_status {
    font-weight: 600;
}

.swagger-ui .model {
    border-radius: 8px;
    padding: 10px;
    margin: 10px 0;
}

.no-margin {
    padding: 10px !important;
}

.url {
    display: none !important;
}

.swagger-ui .footer {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .custom-logo h1 {
        font-size: 2em;
    }

    .custom-logo p {
        font-size: 1em;
    }

    .swagger-ui .scheme-container {
        padding: 15px;
    }
}

.swagger-ui .opblock {
    animation: none;
}

.swagger-ui .opblock.opblock-get {
    border-left: 3px solid #007bff;
    background: #f8f9fa;
}

.swagger-ui .opblock.opblock-post {
    border-left: 3px solid #28a745;
    background: #f8f9fa;
}

.swagger-ui .opblock.opblock-put {
    border-left: 3px solid #ffc107;
    background: #f8f9fa;
}

.swagger-ui .opblock.opblock-delete {
    border-left: 3px solid #dc3545;
    background: #f8f9fa;
}

.swagger-ui .opblock-summary {
    border: none;
    box-shadow: none;
}

.swagger-ui .opblock-summary:hover {
    box-shadow: none;
}

.swagger-ui ::-webkit-scrollbar {
    width: 8px;
}

.swagger-ui ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.swagger-ui ::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 4px;
}

.swagger-ui ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
}

.swagger-ui .tooltip {
    background: #2c3e50;
    color: white;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.9em;
}

.swagger-ui .modal-ux {
    background: rgba(0, 0, 0, 0.8);
}

.swagger-ui .modal-ux-content {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.swagger-ui .opblock-summary-method {
    border-radius: 6px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.swagger-ui .opblock-description {
    color: #7f8c8d;
    font-style: italic;
    margin: 10px 0;
}

.swagger-ui .body-param__text {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 10px;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
}

.swagger-ui .model-box {
    overflow: visible !important;
}

.swagger-ui .model-box-control {
    overflow: visible !important;
}

.swagger-ui .model-box-control:focus {
    outline: none;
    box-shadow: none;
}

.swagger-ui section.models .model-container {
    overflow: visible !important;
    max-height: none !important;
}

.swagger-ui .model {
    overflow: visible !important;
    max-height: fit-content !important;
}

.swagger-ui .model:active {
    border: none !important;
}

.swagger-ui .model-box .model {
    padding-right: 0 !important;
}

.swagger-ui table.model tr {
    display: table-row !important;
}

.swagger-ui table.model tbody tr td {
    vertical-align: top !important;
    padding: 8px 12px !important;
    display: table-cell !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
}

.swagger-ui table.model tbody tr td:first-child {
    min-width: 120px !important;
    max-width: 180px !important;
    width: 150px !important;
}

.swagger-ui table.model tbody tr td:last-child {
    width: auto !important;
    min-width: 200px !important;
}

.swagger-ui .model .property {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    display: block !important;
}

.swagger-ui .prop-type {
    word-break: break-word !important;
    display: inline-block !important;
}

.swagger-ui .model .description {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    margin-top: 5px !important;
}

.swagger-ui .model-example {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: pre-wrap !important;
    overflow-x: auto !important;
    padding: 10px !important;
}

.swagger-ui table.model {
    table-layout: fixed !important;
    width: 100% !important;
    border-collapse: collapse !important;
}

.swagger-ui .responses-inner {
    overflow: visible !important;
}

.swagger-ui code {
    word-break: break-word !important;
    white-space: pre-wrap !important;
}

.swagger-ui .highlight-code {
    overflow-x: auto !important;
}

.swagger-ui .highlight-code pre {
    white-space: pre !important;
    word-wrap: normal !important;
}

.swagger-ui .model-box .model-box {
    overflow: visible !important;
}

.swagger-ui .model-toggle {
    cursor: pointer;
    flex-shrink: 0 !important;
}

.swagger-ui section.models {
    max-height: none !important;
    overflow: visible !important;
}

.swagger-ui .models-control {
    overflow: visible !important;
}

.swagger-ui .renderers {
    overflow: visible !important;
}

.filter-container {
    display: none !important;
}