.lp-alert {
    display: flex;
    align-items: center;
    padding: 14px 18px;
    margin-bottom: 20px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.5;
    border-left: 4px solid;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

.lp-alert-icon {
    margin-right: 12px;
    font-size: 18px;
    width: 22px;
}

.lp-alert-error {
    border-color: #dc3545;
    color: #842029;
    background: #fff5f5;
}

.lp-alert-success {
    border-color: #198754;
    color: #0f5132;
    background: #f0fff4;
}

.lp-alert-info {
    border-color: #0d6efd;
    color: #084298;
    background: #f0f6ff;
}

.lp-alert-warning {
    border-color: #ffc107;
    color: #664d03;
    background: #fff9e6;
}