.nunews-toast{position:relative}.nunews-toast__header{align-items:center;display:flex;flex-wrap:nowrap;justify-content:space-between}.nunews-toast__header.only-close{position:absolute;right:0}.wp-block-nunews-toast .title{margin:0;padding-left:var(--wp--preset--spacing--40)}.nunews-toast__dialog{animation:slide-up-reveal-toast 1s;background-color:var(--wp--custom--color--background);border-color:var(--wp--custom--color--border);border-radius:var(--wp--custom--border--radius-regular) var(--wp--custom--border--radius-regular) 0 0;border-style:solid;border-width:1px 1px 0;bottom:0;box-sizing:border-box;color:var(--wp--custom--color--foreground);height:fit-content;max-height:calc(100vh - 64px);max-width:var(--wp--custom--layout--content-size);overflow-y:auto;position:fixed;width:100%;z-index:999}.nunews-toast__dialog.is-closing{animation:slide-down-hide-toast .5s;animation-fill-mode:forwards}.nunews-toast__controls{height:40px;width:40px}.nunews-toast__controls button.nunews-toast__close{background:var(--wp--custom--ui--background);border:none;border-radius:20px;box-sizing:border-box;color:var(--wp--custom--ui--foreground);cursor:pointer;font:inherit;height:40px;overflow:hidden;padding:0;position:relative;width:40px}.nunews-toast__controls button.nunews-toast__close::before,.nunews-toast__controls button.nunews-toast__close::after{background:currentcolor;border-radius:.125em;content:"";height:15px;left:20px;position:absolute;transform:rotate(45deg);width:1px}.nunews-toast__controls button.nunews-toast__close::after{transform:rotate(-45deg)}@keyframes slide-up-reveal-toast{0%{transform:translateY(100%)}100%{transform:translateY(0%)}}@keyframes slide-down-hide-toast{0%{transform:translateY(0%)}100%{transform:translateY(100%)}}
