/* Approved Muscom atlas artwork. Images preserve their original SVG proportions. */
.muscom-ui .muscom-header .muscom-atlas-brand,
.mc-account .mc-header .muscom-atlas-brand {
    display: inline-flex;
    align-items: center;
    flex: 0 1 420px;
    width: 420px;
    min-width: 0;
    min-height: 48px;
    max-width: 100%;
    margin: 0;
    gap: 0;
    line-height: 0;
    text-decoration: none;
}
.muscom-atlas-brand__full { display: block; width: 100%; height: auto; }
.muscom-atlas-brand__mark { display: none; width: 48px; height: 48px; }
.muscom-atlas-brand:focus-visible { outline: 3px solid #2563a6; outline-offset: 4px; border-radius: 4px; }
.muscom-ui .muscom-drawer-head .muscom-atlas-brand {
    width: 48px;
    flex: 0 0 48px;
}
.muscom-ui .muscom-drawer-head .muscom-atlas-brand__full { display: none; }
.muscom-ui .muscom-drawer-head .muscom-atlas-brand__mark { display: block; }
.mc-account .muscom-atlas-footer { display: inline-flex; align-items: center; width: 280px; max-width: 100%; min-height: 36px; line-height: 0; }
.mc-account .muscom-atlas-footer img { display: block; width: 100%; height: auto; }
@media (max-width: 1100px) {
    .muscom-ui .muscom-header .muscom-atlas-brand { flex-basis: 360px; width: 360px; }
    .muscom-ui .muscom-drawer-head .muscom-atlas-brand { flex-basis: 48px; width: 48px; }
}
@media (max-width: 720px) {
    .mc-account .mc-header .muscom-atlas-brand { flex-basis: 320px; width: 320px; }
}
@media (max-width: 479px) {
    .muscom-ui .muscom-header .muscom-atlas-brand,
    .mc-account .mc-header .muscom-atlas-brand { width: 48px; flex: 0 0 48px; }
    .muscom-atlas-brand__full { display: none; }
    .muscom-atlas-brand__mark { display: block; }
}
