/* Baderech Feedback – Form Styles */
#bdf-wrap{direction:rtl;font-family:inherit;color:#2E2E2E;max-width:760px;margin:0 auto;padding:0 14px 48px}
.bdf-preamble{background:#F2E3DF;border-right:4px solid #C25C75;border-radius:10px;padding:22px 26px;margin-bottom:26px;line-height:1.8}
.bdf-title{font-size:1.55rem;color:#8E494A;font-weight:700;margin-bottom:10px}
.bdf-preamble p{margin:0 0 8px}
.bdf-preamble p:last-child{margin:0}

.bdf-field{background:#fff;border-radius:10px;box-shadow:0 2px 16px rgba(0,0,0,.07);padding:22px 28px;margin-bottom:16px}
@media(max-width:520px){.bdf-field{padding:14px 14px}}
.bdf-field>label:not(.bdf-check-label):not(.bdf-radio-label){display:block;font-weight:600;font-size:.97rem;margin-bottom:8px;color:#8E494A;line-height:1.5}
.bdf-field fieldset{border:none;padding:0;margin:0}
.bdf-field legend{font-weight:600;font-size:.97rem;margin-bottom:10px;color:#8E494A;line-height:1.5}
.bdf-req{color:#C25C75}

.bdf-field input[type=text],.bdf-field input[type=email]{width:100%;padding:9px 12px;border:1.5px solid #DDD0CB;border-radius:7px;font-size:.96rem;font-family:inherit;color:#2E2E2E;background:#fafafa;direction:rtl;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}
.bdf-field input:focus,.bdf-field textarea:focus{outline:none;border-color:#C25C75;box-shadow:0 0 0 3px rgba(194,92,117,.25)}
.bdf-field textarea{width:100%;padding:9px 12px;border:1.5px solid #DDD0CB;border-radius:7px;font-size:.96rem;font-family:inherit;color:#2E2E2E;background:#fafafa;direction:rtl;box-sizing:border-box;resize:vertical;min-height:96px;transition:border-color .2s,box-shadow .2s}

.bdf-check-label,.bdf-radio-label{display:flex;align-items:flex-start;gap:8px;cursor:pointer;font-size:.95rem;line-height:1.6;margin-bottom:8px}
.bdf-check-label input,.bdf-radio-label input{flex-shrink:0;margin-top:3px;width:17px;height:17px;accent-color:#C25C75;cursor:pointer}

.bdf-err{font-size:.81rem;color:#c0392b;display:block;margin-top:4px}
.bdf-banner-err{background:#fde8e8;border:1px solid #f5c6c6;border-radius:7px;color:#c0392b;padding:10px 14px;margin-bottom:12px;font-size:.92rem}

.bdf-nav{margin-top:8px}
#bdf-submit{background:#C25C75;color:#fff;border:none;border-radius:7px;padding:12px 32px;font-size:1rem;font-weight:700;cursor:pointer;font-family:inherit;transition:background .18s}
#bdf-submit:hover{background:#8E494A}
#bdf-submit:disabled{opacity:.6;cursor:not-allowed}
@media(max-width:480px){#bdf-submit{width:100%}}

.bdf-success{background:#fff;border-radius:10px;box-shadow:0 2px 16px rgba(0,0,0,.07);padding:32px;border-top:5px solid #8FAF9F;line-height:1.85}
.bdf-success h2{color:#8E494A;font-size:1.3rem;margin-bottom:14px}
.bdf-success p{margin-bottom:10px}
.bdf-cta-btn{display:inline-block;margin-top:12px;background:#C25C75;color:#fff;padding:11px 28px;border-radius:7px;font-weight:700;text-decoration:none;transition:background .18s}
.bdf-cta-btn:hover{background:#8E494A;color:#fff}

.bdf-hp{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden}
