.default-alert{color:var(--c-text)}.default-alert.dark{color:#fff}.default-alert__wrap{display:flex;flex-direction:column;margin-left:auto;margin-right:auto;max-width:130rem;padding-left:1rem;padding-right:1rem;position:relative}@media only screen and (min-width:640px){.default-alert__wrap{padding-left:2rem;padding-right:2rem}}@media only screen and (min-width:768px){.default-alert__wrap{padding-left:5rem;padding-right:5rem}}@media only screen and (min-width:3800px){.default-alert__wrap{padding-left:0;padding-right:0}}.default-alert__wrap.explode{padding-left:0;padding-right:0}@media only screen and (min-width:968px){.default-alert__wrap{align-items:stretch;flex-direction:row;justify-content:flex-start}}.default-alert__header,.default-alert__main{padding-left:2rem;padding-right:2rem}@media only screen and (min-width:968px){.default-alert__header,.default-alert__main{margin-bottom:0}}.default-alert__header :last-child,.default-alert__main :last-child{margin-bottom:0}.default-alert__header{align-items:center;display:flex;flex:0 1 auto;justify-content:flex-start;margin-bottom:2rem;padding-bottom:2rem;position:relative}@media only screen and (min-width:968px){.default-alert__header{margin-bottom:0;padding-bottom:0;padding-right:4rem}}.default-alert__header:after{background-color:currentColor;content:"";height:.1rem;position:absolute;right:2rem;top:100%;width:calc(100% - 4rem)}@media only screen and (min-width:968px){.default-alert__header:after{height:100%;right:0;top:0;width:.1rem}}.default-alert__header:only-child{padding-right:2rem}.default-alert__header:only-child:after{display:none}.default-alert__main{flex:1}@media only screen and (min-width:968px){.default-alert__main{min-width:50%;padding-left:4rem}.default-alert__main:only-child{padding-left:2rem}}