.toast-container{display:flex;padding:8px 12px;width:382px;height:auto;justify-content:space-between;background:#190a28;box-shadow:0 8px 16px 0 rgba(0,0,0,.12),0 0 4px 0 rgba(0,0,0,.16);border-radius:4px;margin-bottom:24px;box-sizing:border-box;color:#fff;gap:8px}@media (min-width:768px){.toast-container{align-items:center;padding:16px;margin-bottom:45px;width:max-content;max-width:450px}}.toast-left-section{display:flex;justify-content:flex-start;align-items:center!important}@media (min-width:768px){.toast-left-section{align-items:flex-start}}.toast-content-section{margin-left:8px;display:flex;align-items:center}@media (min-width:768px){.toast-content-section{display:block}}.toast-right-section{display:flex;flex-shrink:0;justify-content:flex-start;align-items:center}@media (min-width:768px){.toast-right-section{align-items:flex-start}}.toast-heading{font-weight:400;font-size:12px;line-height:16px;display:block;cursor:default;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}@media (min-width:768px){.toast-heading{max-height:40px;font-weight:600;font-size:14px;line-height:20px;-webkit-line-clamp:2}}.toast-sub-heading{font-weight:400;font-size:14px;line-height:20px;display:none}@media (min-width:768px){.toast-sub-heading{display:block}}