/* Custom Swagger UI Styles */

.swagger-ui .auth-btn-wrapper {
    display: flex;
    gap: 15px !important;
    justify-content: center;
}

.swagger-ui .auth-btn-wrapper .btn {
    margin: 0 !important; /* Reset default inline margins that might conflict with flex gap */
}
