@charset "UTF-8";
.dhaz-alert{position:fixed;inset:0;z-index:100;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:rgba(0,0,0,.51);backdrop-filter:blur(8px);}.dhaz-alert__close{position:absolute;top:1.5rem;right:1.5rem;font-size:3em;line-height:.5;text-decoration:none !important;}.dhaz-alert__close:not(:hover){color:var(--base-color-background);}.dhaz-alert__box{background:var(--base-color-background);width:720px;max-width:100%;padding:calc(1.4 * var(--base-offset));padding-top:var(--base-offset);border-radius:5px;border:1px solid var(--base-color-light);-ms-hyphens:initial;-moz-hyphens:initial;-webkit-hyphens:initial;hyphens:initial;}.dhaz-alert__box ul{margin-top:calc(-1 * var(--base-space));margin-bottom:calc(1.5 * var(--base-offset));}.dhaz-alert__box .widget:first-child > :first-child{margin-top:0;}.dhaz-alert__box .widget:last-child > :last-child{margin-bottom:0;}