Generate CSS alert boxes.
.alert { display: flex; align-items: center; gap: 0.75rem; padding: 12px 16px; background: #eff6ff; color: #1e40af; border: 1px solid #bfdbfe; border-radius: 8px; font-size: 14px; }