.feedback-form{background:var(--brand-bg)}.feedback-form .form-label{color:var(--brand-text);font-size:.88rem;font-weight:700}.feedback-form .require::after{color:var(--brand-danger);content:" *"}.feedback-form .form-control,.feedback-form .form-select{border-color:var(--brand-border);border-radius:var(--radius);min-height:48px}.feedback-form textarea.form-control{min-height:132px}.feedback-form .form-control:focus,.feedback-form .form-select:focus{border-color:var(--brand-accent);box-shadow:0 0 0 .2rem rgba(60,147,158,.15)}.feedback-form .form-check-label{color:var(--brand-neutral-mid);font-size:.9rem;line-height:1.55}.feedback-submit{min-height:48px;width:100%}