.alert-modern {
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
}
.alert-modern .alert-icon {
    font-size: 16px;
    opacity: 0.9;
}
.alert-modern .close {
    opacity: 0.6;
}
.modal-modern {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.modal-modern .modal-header {
    background: #f9fafb;
    border-bottom: 1px solid #eef2f7;
}
.modal-modern .modal-title {
    font-weight: 700;
    color: #111827;
}
.modal-callout {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #9a3412;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 13px;
}
