.magasin-selector-shell {
    padding-top: 0;
    padding-bottom: 0;
}

.magasin-selector-picker__label.mud-typography-caption {
    font-size: 0.9rem;
}

.magasin-selector-picker__value.mud-typography-body2 {
    font-size: 0.9rem;
}

@media (min-width: 960px) {
    .magasin-selector-offset-shell {
        margin-left: 24px;
        max-width: calc(100% - 24px);
    }
}

@media (max-width: 959.98px) {
    .magasin-selector-offset-shell {
        margin-left: 0;
        max-width: 100%;
    }
}