.popin-alert{position:fixed;bottom:-300px;z-index:var(--z-index-popin);width:100%;transition:bottom 1s cubic-bezier(.52,-.1,.85,.31)}.popin-alert--show{bottom:16px;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.popin-alert__container{display:flex;gap:60px;align-items:center;justify-content:space-evenly;width:-moz-fit-content;width:fit-content;max-width:95%;max-height:304px;padding:var(--space-base-x2)var(--space-base-x4)var(--space-base-x3);margin:auto;overflow:hidden;text-align:center;background-color:var(--white);border:1px solid var(--light-grey);border-radius:4px;box-shadow:0 12px 14px rgba(0,0,0,.29)}.popin-alert__image{min-width:24px;max-width:48px;aspect-ratio:1;border-radius:50%}