:root{--articleMargin:64px}@media(max-width:1000px){:root{--articleMargin:32px}}#toast-holder{bottom:20px;display:flex;flex-direction:column-reverse;gap:20px;height:100%;pointer-events:none;position:fixed;right:20px;z-index:9999}.toast{animation:slide-in .3s ease-out forwards;background-color:#333;border-radius:20px;box-shadow:0 2px 10px rgba(0,0,0,.1);color:#fff;max-width:500px;padding:12px 16px;pointer-events:all}.toast .toast-header{align-items:center;display:flex;margin-bottom:8px}.toast .toast-header .toast-icon{height:32px;margin-right:8px;width:32px}.toast .toast-header .toast-title{color:#fff;font-size:18px;font-weight:700;margin:0;padding:0}.toast .toast-header .toast-close-button{background:none;border:none;color:#fff;cursor:pointer;font-size:16px;margin-left:auto}.toast .toast-header .toast-close-button:hover{color:#ff6166}.toast .toast-header .toast-close-button svg{height:32px}.toast .toast-content{color:#fff;font-family:Nunito,sans-serif;font-size:16px;line-height:1.5;text-wrap:wrap}@keyframes slide-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}