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

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

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

/* Force topbar height to 60px - added by Robert Bosch GmbH, 20.02.2026 */
.topbar,
section.topbar,
.swagger-ui .topbar {
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
}

/* Hide errors panel - added by Robert Bosch GmbH, 20.02.2026 */
.errors-wrapper,
.errors,
.information-container.errors,
.swagger-ui .errors-wrapper,
.swagger-ui .errors,
.swagger-ui .information-container.errors {
    display: none !important;
}

/* Hide topbar logo initially to prevent flicker - added by Robert Bosch GmbH, 20.02.2026 */
.topbar img,
.topbar-wrapper img,
.topbar svg,
.topbar-wrapper svg {
    visibility: hidden;
}
