.mx-dual {
    display: inline-flex;
    align-items: center;
}

    .mx-dual > .mx-dual-dark {
        display: none;
    }

[data-bs-theme="dark"] .mx-dual > .mx-dual-light {
    display: none;
}

[data-bs-theme="dark"] .mx-dual > .mx-dual-dark {
    display: inline-block;
}

.al-brand-icon .mx-dual {
    width: 100%;
    height: 100%;
}

.al-brand-icon.is-custom {
    background: transparent;
    box-shadow: none;
}

    .al-brand-icon.is-custom img {
        object-fit: contain !important;
        border-radius: 0 !important;
    }

.al-header-center-logo a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    text-decoration: none;
}

.al-brand-tagline {
    color: var(--bsr-text-muted, #94a3b8);
    white-space: nowrap;
    line-height: 1.1;
}
