.error.error__has-top-offset{margin-top:.4rem}.alert{position:relative;display:flex;flex-direction:column;border-radius:var(--border-radius);overflow:hidden;padding:1.2rem 1.2rem 1.2rem 1.6rem;margin:0;color:var(--theme-text-muted);max-height:50rem}.alert:before{content:"";width:.4rem;position:absolute;left:0;height:100%;top:0}.alert.error{background:var(--static-color-7)}.alert.error:before{background-color:var(--static-color-7)}.alert__content{color:var(--static-color-1)}.alert__content.no-label{padding-left:2.1rem;margin-top:0}@keyframes alert-show{0%{opacity:0}to{opacity:1}}@keyframes alert-hide{0%{opacity:1}to{opacity:0}}