body {
    background: #edf4f7;
}
.swagger-ui .topbar {
    display: none;
}
.swagger-ui .info .title {
    color: #315d73;
}
.swagger-ui .info a {
    color: #315d73;
}
.swagger-ui .btn.authorize {
    color: #315d73;
    border-color: #54849c;
}
.swagger-ui .btn.authorize svg {
    fill: #315d73;
}
.swagger-ui .opblock.opblock-post {
    border-color: #e58226;
    background: #fff6ec;
}
.swagger-ui .opblock.opblock-post .opblock-summary-method {
    background: #a9570b;
}
@media (max-width: 760px) {
    .swagger-ui .btn,
    .swagger-ui select,
    .swagger-ui input {
        min-height: 48px;
        font-size: 16px;
    }
    .swagger-ui .opblock-summary {
        flex-wrap: wrap;
        gap: 6px;
    }
}
