/* PPDB Plugin Styles - simple responsive form with green-ish accent */
.ppdb-form{max-width:680px;padding:16px;border-radius:8px;background:#f7fff8;border:1px solid #e6f4ea}
.ppdb-form label{display:block;margin-bottom:10px;font-size:14px}
.ppdb-form input[type=text], .ppdb-form input[type=date], .ppdb-form textarea, .ppdb-form select{width:100%;padding:8px;border:1px solid #cfe9d6;border-radius:4px;box-sizing:border-box}
.ppdb-form textarea{min-height:90px}
.ppdb-form button{background:#7fc89b;border:none;padding:10px 16px;border-radius:6px;color:#fff;cursor:pointer}
.ppdb-success{background:#e6f9ec;border-left:4px solid #57b37a;padding:12px;margin-bottom:12px}
.ppdb-alert{background:#fff3f3;border-left:4px solid #e07a7a;padding:12px;margin-bottom:12px}
@media(max-width:600px){.ppdb-form{padding:12px}}
