html {
    box-sizing: border-box;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background: #fafafa;
}

/* Customização da cor dos códigos - menos destacante */
.swagger-ui .highlight-code > .microlight {
    background: #f5f5f5 !important;
}

.swagger-ui .highlight-code {
    background: #f5f5f5 !important;
}

.swagger-ui pre {
    background: #f5f5f5 !important;
    border: 1px solid #e0e0e0 !important;
}

.swagger-ui code {
    background: #f5f5f5 !important;
    color: #424242 !important;
}

/* Cor dos blocos de código inline */
.swagger-ui .markdown code {
    background: #f5f5f5 !important;
    color: #424242 !important;
    padding: 2px 6px !important;
    border-radius: 3px !important;
}

/* Blocos de código pré-formatados */
.swagger-ui .renderedMarkdown pre {
    background: #f5f5f5 !important;
    border: 1px solid #e0e0e0 !important;
}

.swagger-ui .renderedMarkdown code {
    color: #424242 !important;
}
