/* WPT brand logo hard fix */

.wpt-fixed-brand-logo {
    display: block !important;
    width: auto !important;
    height: auto !important;

    max-width: 210px !important;
    max-height: 58px !important;

    min-width: 0 !important;
    min-height: 0 !important;

    object-fit: contain !important;
    object-position: left center !important;

    aspect-ratio: auto !important;

    flex: 0 0 auto !important;

    margin: 0 !important;

    transform: none !important;
}

nav .wpt-fixed-brand-logo,
header .wpt-fixed-brand-logo,
.site-header .wpt-fixed-brand-logo,
.navbar .wpt-fixed-brand-logo,
.topbar .wpt-fixed-brand-logo {
    width: auto !important;
    height: auto !important;

    max-width: 210px !important;
    max-height: 58px !important;

    object-fit: contain !important;
}

@media (max-width: 768px) {

    .wpt-fixed-brand-logo,
    nav .wpt-fixed-brand-logo,
    header .wpt-fixed-brand-logo {
        max-width: 160px !important;
        max-height: 44px !important;
    }
}