
.dafbp-form{max-width:740px;margin:10px auto}
.dafbp-form label{display:block;margin-top:10px;font-weight:600}
.dafbp-form input,.dafbp-form select,.dafbp-form textarea{width:100%;padding:8px;margin:6px 0;box-sizing:border-box}
.dafbp-inline{display:inline-block;margin-right:12px}
.dafbp-nav{margin-top:12px;display:flex;gap:8px;justify-content:space-between}
.dafbp-nav .dafbp-prev,.dafbp-nav .dafbp-next,.dafbp-nav .dafbp-submit{padding:10px 16px;border:0;border-radius:6px;background:#2D6CDF;color:#fff;cursor:pointer}
.dafbp-nav .dafbp-prev{background:#6c757d}
.dafbp-steps-indicator{display:flex;gap:6px;margin-bottom:8px;justify-content:center}
.dafbp-step-dot{width:28px;height:28px;border-radius:50%;background:#e0e0e0;display:inline-flex;align-items:center;justify-content:center;font-weight:700}
.dafbp-step-dot.active{background:#2D6CDF;color:#fff}
.dafbp-response .notice{margin-top:14px;padding:10px;border-radius:6px}
.dafbp-response .notice.success{background:#e7f7ec}
.dafbp-response .notice.error{background:#fdecea}
