/* Replace Swagger logo with RTMS logo */
.topbar-wrapper a img {
    width: 0 !important;
    height: 0 !important;
}

.topbar-wrapper a::after {
    content: '';
    display: inline-block;
    background: url('/logo-rtms.png') no-repeat center / contain;
    width: 140px;
    height: 40px;
    vertical-align: middle;
}

/* Brand the topbar with RTMS colors */
.swagger-ui .topbar {
    background: linear-gradient(135deg, #1e1b4b 0%, #4c1d95 100%) !important;
}

.topbar-wrapper a span {
    display: none !important;
}

/* Accent color for operation tags and auth buttons */
.swagger-ui .btn.authorize {
    border-color: #6366f1 !important;
    color: #6366f1 !important;
}

.swagger-ui .btn.authorize svg { fill: #6366f1 !important; }

.swagger-ui section.models { border: 1px solid #e0e7ff; }
.swagger-ui section.models h4 { background: #f0f4ff; color: #4c1d95; }

/* Nicer info section */
.swagger-ui .info .title { color: #1e1b4b; }
