/* Shared customer branding preserves uploaded aspect ratios inside code-owned height limits. */
.brand-logo {
    display: block;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.brand-logo-sm {
    height: 1.25rem;
    max-width: 6rem;
}

.brand-logo-md {
    height: 2.25rem;
    max-width: 10rem;
}

.brand-logo-lg {
    height: 2.5rem;
    max-width: 12rem;
}
