/* BuildersBids official sitewide logo - Phase 14.5 */
.bb-brand-logo {
    display: block;
    width: 100%;
    max-width: 340px;
    height: auto;
    object-fit: contain;
    line-height: 1;
}

a .bb-brand-logo {
    border: 0;
}

/* Dashboard/sidebar placement: preserve the navy-and-orange logo on the dark shell. */
aside .bb-brand-logo,
.sidebar .bb-brand-logo,
[class*="sidebar"] .bb-brand-logo,
[class*="side-nav"] .bb-brand-logo,
[class*="dashboard-nav"] .bb-brand-logo {
    max-width: 226px;
    margin: 0 0 18px;
    padding: 9px 11px;
    border-radius: 13px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(2, 14, 35, 0.20);
}

/* Authentication and public cards. */
main .bb-brand-logo,
.auth-card .bb-brand-logo,
[class*="auth"] .bb-brand-logo,
[class*="login"] .bb-brand-logo,
[class*="register"] .bb-brand-logo,
[class*="password"] .bb-brand-logo {
    max-width: 350px;
    margin: 0 auto 18px;
}

/* Avoid oversized heading line-height when a logo replaces text. */
h1:has(> .bb-brand-logo),
h2:has(> .bb-brand-logo),
h3:has(> .bb-brand-logo) {
    line-height: 1;
    margin-bottom: 14px;
}

@media (max-width: 700px) {
    .bb-brand-logo {
        max-width: 280px;
    }

    aside .bb-brand-logo,
    .sidebar .bb-brand-logo,
    [class*="sidebar"] .bb-brand-logo,
    [class*="side-nav"] .bb-brand-logo,
    [class*="dashboard-nav"] .bb-brand-logo {
        max-width: 205px;
    }
}

/* BEGIN BUILDERSBIDS AUTH LOGO CENTERING PHASE 14.5.1 */

/*
 * Center the official logo precisely on login, registration, password,
 * and other non-sidebar brand areas. The sidebar remains left-aligned.
 */
.bb-brand-logo {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Keep the dashboard sidebar placement unchanged. */
aside .bb-brand-logo,
.sidebar .bb-brand-logo,
[class*="sidebar"] .bb-brand-logo,
[class*="side-nav"] .bb-brand-logo,
[class*="dashboard-nav"] .bb-brand-logo {
    margin: 0 0 18px !important;
}

/* END BUILDERSBIDS AUTH LOGO CENTERING PHASE 14.5.1 */
/* BEGIN BUILDERSBIDS FULL ORIGINAL LOGO RENDERING FIX V2 */
img.bb-brand-logo {
    display: block !important;
    width: 100% !important;
    max-width: 220px !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: 50% 50% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    transform: none !important;
    translate: none !important;
    clip: auto !important;
    clip-path: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.brand,
.logo,
.site-logo,
.brand-logo,
.sidebar-brand {
    overflow: visible !important;
    text-indent: 0 !important;
}
/* END BUILDERSBIDS FULL ORIGINAL LOGO RENDERING FIX V2 */
