/* Form base (mantén tu estilo actual, esto solo agrega card) */
#erspro-wrap { max-width: 600px; margin: 30px auto; font-family: Poppins, sans-serif; }
.erspro-form input, .erspro-form select { width:100%; padding:14px 16px; border:1px solid #ddd; border-radius:30px; margin-bottom:12px; font-size:15px; box-sizing:border-box; }
.erspro-submit { background:#f26522; color:#fff; border:none; padding:14px; border-radius:30px; width:100%; font-weight:700; cursor:pointer; }

/* Card styles (success) */
.ers-card { border-radius:8px; padding:18px; box-sizing:border-box; margin-top:18px; }
.ers-card-success { background:#e8f6ea; border:1px solid #d0efd8; }
.ers-card-danger { background:#fdecea; border:1px solid #f5c6cb; }

.ers-card-title { color:#1b6b2a; margin:0 0 12px 0; font-size:20px; font-weight:700; }
.ers-card-body { background:#fff; padding:14px; border-radius:6px; box-shadow:0 1px 0 rgba(0,0,0,0.04); }
.ers-card-body p { margin:8px 0; color:#333; }
.ers-card-body hr { border:none; border-top:1px solid #eee; margin:12px 0; }

/* small responsive tweaks */
@media (max-width:480px){
    .erspro-row { flex-direction:column; }
}