.fk-feedback-form .form-label{font-weight:600;font-size:.88rem;color:var(--brand-text);margin-bottom:6px}.fk-feedback-form .form-label.require::after{content:" *";color:var(--brand-danger)}.fk-feedback-form .form-control,.fk-feedback-form .form-select{border:1px solid var(--brand-border);border-radius:var(--brand-radius);min-height:48px;color:var(--brand-text);background:var(--brand-bg)}.fk-feedback-form .form-control:focus,.fk-feedback-form .form-select:focus{border-color:var(--brand-secondary);box-shadow:0 0 0 3px rgba(0,163,224,.18)}.fk-feedback-form textarea.form-control{min-height:120px}.fk-feedback-form .form-check-label{font-size:.88rem;color:var(--brand-neutral-mid)}.fk-feedback-form .fk-submit-btn{background:linear-gradient(135deg,var(--brand-primary) 0,var(--brand-secondary) 100%);border:none;color:var(--brand-text-inverse);border-radius:var(--brand-radius);font-weight:700;padding:14px 20px;transition:transform 180ms,filter 180ms}.fk-feedback-form .fk-submit-btn:hover{filter:brightness(1.05);transform:translateY(-1px);color:var(--brand-text-inverse)}.fk-feedback-form .invalid-feedback{font-size:.8rem}