/**
 * Copyright 2023 Yoast BV All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

body {
    background: #fff;
    font-size: 16px;
    color: #2c3e50;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.swagger-ui .wrapper {
    padding: 0;
    max-width: 1160px;
}

.swagger-ui .topbar {
    display: none;
}

.swagger-ui .opblock-tag-section {
    border: 1px solid rgba(59,65,81,.3);
    border-radius: 4px;
}

.swagger-ui .opblock-tag-section.is-open {
    border-color: transparent;
}

.info__contact, .info__license {
    display: none;
}

.swagger-ui .scheme-container {
    box-shadow: none;
}

.swagger-ui .opblock-tag,
.swagger-ui .opblock-tag:hover {
    padding: 13px 18px 13px 13px;
    margin: 0;
    border: none;
}
.swagger-ui .opblock-tag {
    background: none;
}

.swagger-ui .is-open .opblock-tag {
    background: none;
    border-bottom-color: transparent;
}

.swagger-ui select {
    border-width: 1px; padding: 12px 40px 12px 10px;
}

.swagger-ui .info {
    margin: 0 0 2em 0;
}

.swagger-ui .info h2.title  {
    color: #2c3e50;
    font-size: 2.2rem;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    margin-top: 30px;
}

.swagger-ui .errors-wrapper {
    margin: 20px 0;
    border: 1px solid #f93e3e;
}

.swagger-ui .scheme-container {
    padding: 0 0 1rem 0;
}
.swagger-ui .servers-title {
    display: none;
}

.swagger-ui .info .renderedMarkdown {
    line-height: 1.7;
    font-size: 16px;
    margin-top: 2rem;
}

.swagger-ui .opblock-description-wrapper p {
    font-size: 16px;
    line-height: 1.7
}

.swagger-ui .info .renderedMarkdown p {
    display: block;
    line-height: 1.7;
    font-size: 16px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.swagger-ui .markdown code, .swagger-ui .renderedMarkdown code {
    color: #476582;
    padding: .25rem .5rem;
    margin: 0;
    font-size: .85em;
    background-color: rgba(27,31,35,.05);
    border-radius: 3px;
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}

.swagger-ui .opblock {
    margin-bottom: 7px;
}

.swagger-ui .opblock .opblock-summary {
    padding: 14px;
}

.swagger-ui section.models h4 {
    padding: 18px 24px 17px 14px;
}

.swagger-ui section.models.is-open {
    padding-bottom: 14px;
}

.swagger-ui section.models .model-container {
    margin: 0 14px 14px;
}

.swagger-ui section.models .model-container:first-of-type {
    margin: 14px;
}

.swagger-ui section.models .model-container:last-of-type {
    margin: 0 14px;
}

.swagger-ui .model-box > .model-box {
    padding-top: 4px;
}