.alert{display:flex;align-items:center;gap:.5rem;border-radius:var(--Radius-xs);padding:.5rem;width:100%}.alert--success{border:1px solid var(--Color-Green-200);background-color:var(--Color-Green-50)}.alert--info{border:1px solid var(--Color-Orange-200);background-color:var(--Color-Orange-50)}.alert--error{border:1px solid var(--Color-Red-200);background-color:var(--Color-Red-100)}.alert__icon{flex-shrink:0;line-height:0}.alert__icon--success{color:var(--Color-Green-600)}.alert__icon--info{color:var(--Color-Orange-600)}.alert__icon--error{width:1.5rem;height:1.5rem;color:var(--Color-Red-600)}
