.swagger-ui .topbar {
    background-color: #f8f9fa; /* Light grey background to confirm CSS load */
}

.swagger-ui .topbar .link img {
    display: none !important;
}

.swagger-ui .topbar .link {
    background-image: url('/lila.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 300px;
    height: 100px;
    display: block;
    margin: auto;
}

.swagger-ui .topbar .download-url-wrapper {
    display: none !important;
}
