/**
 * Live Auction Outlet — brand logo sizing (consistent width across contexts)
 */
.lao-logo {
    display: block;
    width: auto !important;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: left center;
}

.lao-logo--header {
    height: 36px !important;
    max-height: 36px !important;
    max-width: 180px;
}

@media (min-width: 768px) {
    .lao-logo--header {
        height: 42px !important;
        max-height: 42px !important;
        max-width: 210px;
    }
}

.lao-logo--dark,
.lao-logo--footer {
    height: 44px !important;
    max-height: 44px !important;
    max-width: 220px;
}

.lao-logo--icon {
    height: 48px !important;
    width: 48px !important;
    max-width: 48px;
    border-radius: 10px;
}

.lao-logo--opaque {
    height: 48px !important;
    max-height: 48px !important;
    max-width: 240px;
}

/* Auth / side panels */
.lao-logo--auth {
    height: 52px !important;
    max-height: 52px !important;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}

.brand-icon.lao-logo,
.lao-logo.brand-icon {
    height: 40px !important;
    max-width: 180px;
}

/* Override old forced heights when brand mark is present */
.logo-bar-area .lao-logo--header {
    height: 38px !important;
    max-height: 38px !important;
}

@media (min-width: 768px) {
    .logo-bar-area .lao-logo--header {
        height: 42px !important;
        max-height: 42px !important;
    }
}
