.toastSlot{max-height:0;margin-left:24px;margin-right:16px;transition:max-height .22s,margin-top .22s;overflow:hidden}.toastSlot.open{max-height:160px}.toastInner{opacity:0;transition:opacity .18s,transform .18s;transform:translateY(6px)}.toastSlot.open .toastInner{opacity:1;transform:translateY(0)}.toastPanel{background:var(--indigo-3);border:1px solid var(--indigo-5);box-shadow:var(--shadow-3);border-radius:6px}
