.alert-wrapper{color:#fff;background-color:#cc212a;padding:20px 0}.alert-wrapper--information{background-color:#147bc0}.alert-wrapper--warning{background-color:#cc212a}.alert{display:flex;align-items:center;flex-direction:column;justify-content:space-between}@media only screen and (min-width:1024px){.alert{flex-direction:row}}.alert .alert-title{display:flex;align-items:center;align-self:flex-start;column-gap:32px}@media only screen and (max-width:1023px){.alert .alert-title{column-gap:16px}}@media only screen and (max-width:359px){.alert .alert-title{column-gap:8px}}.alert .alert-title strong{font-size:2rem}.alert .alert-icon{display:flex;align-items:center}.alert .alert-text{margin-top:1rem;align-self:flex-start;font-weight:500}@media only screen and (min-width:1024px){.alert .alert-text{margin-top:0;padding-left:16px;align-self:center}}.alert .alert-text a{text-decoration:underline}.alert .alert-text p{margin-bottom:0}