/* Alert — i2t3 component styles
 * Bootstrap provides .alert and color variants. Only minor overrides here.
 */

.i2t3-alert-section { position: relative; }

.i2t3-alert-section .alert {
    align-items: center;
    border-radius: 6px;
    display: flex;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
}
.i2t3-alert-section .alert i,
.i2t3-alert-section .alert svg {
    font-size: 1.25rem;
}
.i2t3-alert-section .alert-heading {
    font-weight: 600;
    margin-bottom: 0.25rem;
}
