.ui-alert{border:1px solid var(--cinzao);display:flex;gap:12px;padding:10px;border-radius:4px;font-size:14px;align-items:flex-start;margin-bottom:1rem}.ui-alert p:last-child{margin-bottom:0}.ui-alert_icon{font-size:20px}.ui-alert_content{margin-top:4px;display:flex;flex-direction:column;gap:8px}.ui-alert_info{color:#0a9ede;border-color:rgba(10,158,222,.3);background-color:rgba(10,158,222,.05)}.ui-alert_warn{color:#ff7000;border-color:#ff7000;background-color:#fbf5e8}.ui-alert_error{color:red;border-color:rgba(255,0,0,.3);background-color:rgba(255,0,0,.05)}.ui-alert h4{font-size:1.2em;margin-bottom:8px;font-weight:700}.ui-alert p{margin-bottom:8px;font-weight:300}