.aivah-alert{padding:14px 16px;margin:0;border-radius:6px;border:1px solid transparent}
.aivah-alert__title{display:block;margin:0 0 .35rem}
.aivah-alert__body{margin:0;line-height:1.5}
.aivah-alert--info{background:#e8f3fb;border-color:#b7d7ee;color:#1a4a6b}
.aivah-alert--warning{background:#fff8e6;border-color:#f0d58a;color:#6b5300}
.aivah-alert--success{background:#eaf7ee;border-color:#a8d5b5;color:#1e5a32}
.aivah-alert--error{background:#fdecea;border-color:#f1b4ae;color:#7a1f16}
.aivah-el-alerts{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}
.aivah-el-alerts__card{box-sizing:border-box;border:1px solid transparent}
.aivah-el-alerts__card--tip{background:#e8f3fb;border-color:#b7d7ee;color:#1a4a6b}
.aivah-el-alerts__card--important{background:#fff8e6;border-color:#f0d58a;color:#6b5300}
.aivah-el-alerts__header{display:flex;align-items:flex-start;gap:10px;margin-bottom:6px}
.aivah-el-alerts__header .aivah-el-alerts__title{margin-bottom:0}
.aivah-el-alerts__icon{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;line-height:1}
.aivah-el-alerts__icon svg{width:18px;height:18px;fill:currentColor}
.aivah-el-alerts__title{display:block;font-weight:700}
.aivah-el-alerts__body p:last-child{margin-bottom:0}
@media(max-width:767px){.aivah-el-alerts{grid-template-columns:1fr}}
