.swagger-ui .info .description p,
.swagger-ui .info .description div {
    color: #ff0000 !important;
    font-weight: bold !important;
}

.swagger-ui .info .description {
    color: #ff0000 !important;
    font-weight: bold !important;
}

.highlight-red {
    color: #ff0000 !important;
    font-weight: bold !important;
    background-color: #fff0f0 !important;
    padding: 2px 4px !important;
    border-radius: 3px !important;
}