.brand-logo {
    display: block;
    width: auto;
    height: 120px;
    object-fit: contain;
}

.customer-logo-image {
    background: transparent;
    border: 0;
}

.customer-logo-image img {
    display: block;
    width: 150px;
    height: 150px;
    margin: auto;
    object-fit: contain;
}

.header-brand-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.customer-brand-link,
.main-brand-link {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.customer-header-logo {
    display: block;
    width: 130px;
    height: 130px;
    object-fit: contain;
}

.brand-logo-separator {
    width: 1px;
    height: 72px;
    background: rgba(255, 255, 255, 0.28);
}

.site-header .header-inner {
    min-height: 0;
    padding: 14px 0 12px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.site-header .header-inner nav {
    width: 100%;
    justify-content: center;
    text-align: center;
}

@media (max-width: 800px) {
    .site-header .header-inner {
        min-height: 0;
        padding: 12px 0 10px;
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .site-header .header-inner nav {
        width: 100%;
        margin-left: 0;
        justify-content: center;
        gap: 0;
    }

    .header-brand-logos {
        min-width: 0;
        gap: 8px;
    }

    .customer-header-logo {
        width: 130px;
        height: 130px;
    }

    .brand-logo {
        max-width: 150px;
        height: 120px;
    }

    .brand-logo-separator {
        height: 48px;
    }
}

@media (max-width: 400px) {
    .site-header .header-inner {
        gap: 4px;
    }

    .site-header .header-inner nav {
        font-size: 14px;
    }

    .customer-header-logo {
        width: 130px;
        height: 130px;
    }

    .brand-logo {
        max-width: 140px;
        height: 110px;
    }
}
