.alert-box{border-radius:var(--default-border-radius);margin:5px 0;padding:10px 20px;width:fit-content}.alert-box.top-level{margin:50px auto auto}.alert-box.info{--alert-color:light-dark(#bfeeff,#05213f)}.alert-box.warning{--alert-color:light-dark(#ffe7ab,#35260d)}.alert-box.error{--alert-color:light-dark(#ffc8c8,#470000)}.alert-box.hidden{display:none}.alert-box{background-color:var(--alert-color);border:1px solid color-mix(in srgb,var(--alert-color),light-dark(#000,#fff) 13%)}