.feedback-form .form-label{font-weight:700;color:var(--brand-text);margin-bottom:8px}.feedback-form .form-control,.feedback-form .form-select{border-radius:var(--brand-radius);border-color:#d7cfc4;padding:12px 14px;color:var(--brand-text);background:#fff}.feedback-form .form-control:focus,.feedback-form .form-select:focus{border-color:var(--brand-secondary);box-shadow:0 0 0 .2rem rgba(191,54,12,.15)}.feedback-form .form-check-label{color:var(--brand-text);font-size:.92rem}.feedback-form .form-check-label a{color:var(--brand-secondary);-webkit-text-decoration:underline;text-decoration:underline}.feedback-form .btn-primary{border-radius:24px;background:var(--brand-secondary);border-color:var(--brand-secondary);font-weight:800;padding:12px 20px}.feedback-form .btn-primary:hover{background:var(--brand-primary-dark);border-color:var(--brand-primary-dark)}.feedback-form .invalid-feedback{color:var(--brand-danger)}