.NotificationCenter{--cardBackground:#fff;position:fixed;bottom:0;left:0;right:0;height:auto;pointer-events:none;z-index:9999}.NotificationCenter__list{display:grid;position:relative;width:100%}.NotificationCenter__chatSlot{display:flex;flex-direction:column;align-items:flex-end;justify-self:end;box-sizing:border-box;width:100%;min-height:0;padding:0 16px}.NotificationCenter__chatSlot[data-layout=minimized]{min-height:42px}.NotificationCenter__chatSlot[data-layout=cta]{min-height:56px}.NotificationCenter__chatSlot[data-layout-transition=enabled]{transition:min-height .5s cubic-bezier(.33,1,.54,1)}.NotificationCenter__chatSlot .UniversalChatCtaCard__container--fixed{position:static;pointer-events:auto;padding-bottom:16px}@media (prefers-reduced-motion:reduce){.NotificationCenter__chatSlot[data-layout-transition=enabled]{transition:none}}