.styled-alert{padding:12px;border:none;font-family:Titillium Web;max-width:721px}.styled-alert .container{display:flex;gap:12px}.styled-alert .container>svg{flex-shrink:0}.styled-alert .container .right-container{display:flex;flex-direction:column;gap:10px}.styled-alert .title{font-weight:600;font-size:24px;letter-spacing:0}.styled-alert .subtitle{font-weight:400;font-size:18px;letter-spacing:0}.styled-alert .description{color:var(--blue-15);font-weight:600;font-style:italic;font-size:18px;letter-spacing:0}.styled-alert.alert-default,.styled-alert.alert-info{border-left:8px solid var(--text-primary)}.styled-alert.alert-default .title,.styled-alert.alert-info .title{color:var(--blue-15);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.styled-alert.alert-info{background-color:var(--background-status-muted)}.styled-alert.alert-success{border-left:8px solid var(--background-status-success)}.styled-alert.alert-success .description~a,.styled-alert.alert-success .title{color:var(--background-status-success)}.styled-alert.alert-danger{border-left:8px solid var(--background-status-error)}.styled-alert.alert-danger .description~a,.styled-alert.alert-danger .title{color:var(--background-status-error)}.styled-alert.alert-warning{border-left:8px solid var(--background-status-warning)}.styled-alert.alert-warning .description~a,.styled-alert.alert-warning .title{color:var(--background-status-warning)}