/* ================================================================
 * ANALYTIC ENDEAVORS - BRAND OVERRIDE
 * Active when the site is accessed via the analyticendeavors subdomain.
 * Applied via .brand-ae class on <body>.
 * ================================================================ */

/* ---- Navbar brand with logo ---- */
.brand-ae .navbar-brand {
    gap: var(--space-sm);
}

.brand-ae .navbar-brand-logo {
    height: 32px;
    width: auto;
}

/* ---- Footer ---- */
.brand-ae .footer {
    border-top-color: var(--border-color);
}
