.woohsb-brand-logo {
    --woohsb-brand-logo-max-width: 120px;
    --woohsb-brand-logo-max-height: 60px;
    display: block;
}

.woohsb-brand-logo__link {
    display: inline-block;
}

.woohsb-brand-logo__image {
    display: block;
    height: auto;
    max-height: var(--woohsb-brand-logo-max-height);
    max-width: var(--woohsb-brand-logo-max-width);
    object-fit: contain;
    width: auto;
}

.woohsb-brand-logo__label {
    font-weight: 600;
}

.woohsb-brand-logo__text {
    display: inline;
}

.woohsb-brand-logo__placeholder {
    align-items: center;
    aspect-ratio: 2 / 1;
    background: color-mix(in srgb, currentColor 12%, transparent);
    border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
    display: inline-flex;
    justify-content: center;
    max-height: var(--woohsb-brand-logo-max-height);
    max-width: var(--woohsb-brand-logo-max-width);
    min-height: 40px;
    min-width: 80px;
    padding: 0.5rem;
}

.woohsb-brand-logo__fallback-preview {
    margin-top: 0.5rem;
}
