.llv6-feedback-form{color:#fff;width:100%}.llv6-feedback-form__headings{margin-bottom:48px;width:100%}.llv6-feedback-form__headings .heading:last-child{margin-bottom:0}.llv6-feedback-form__form{margin:0 auto;max-width:720px}.llv6-feedback-form__cards,.llv6-feedback-form__form{display:flex;flex-direction:column;gap:32px;width:100%}.llv6-feedback-form__card{background:#0d0d0d;border:1px solid var(--borders,#2b2b2b);border-radius:16px;display:flex;flex-direction:column;gap:16px;padding:24px;width:100%}.llv6-feedback-form__card-header{align-items:flex-start;display:flex;gap:16px;width:100%}.llv6-feedback-form__card-num{color:var(--body_color,#949494);flex-shrink:0;font-family:Roboto Condensed,Arial Narrow,sans-serif;font-size:1.25rem;font-weight:700;letter-spacing:-.04em;line-height:1.4}.llv6-feedback-form__card-heading{color:#fff;flex:1 1 auto;font-size:1rem;font-weight:600;line-height:1.5;margin:0;min-width:0}.llv6-feedback-form__fields{display:flex;flex-wrap:wrap;gap:16px;width:100%}.llv6-feedback-form__field{border:0;display:flex;flex-direction:column;gap:8px;margin:0;min-width:0;padding:0}.llv6-feedback-form__field.is-full{flex:1 1 100%;width:100%}.llv6-feedback-form__field.is-half{flex:1 1 calc(50% - 8px);width:calc(50% - 8px)}.llv6-feedback-form__field.is-third{flex:1 1 calc(33.333% - 11px);width:calc(33.333% - 11px)}.llv6-feedback-form__label{color:#fff;font-size:.875rem;font-weight:600;line-height:1.5;margin:0;padding:0;position:relative}.llv6-feedback-form__label [data-required=true]:after{color:#ef4444;content:"*";padding-left:.25em}.llv6-feedback-form__input,.llv6-feedback-form__textarea{-webkit-appearance:none;appearance:none;background:#141414;border:1px solid var(--borders,#2b2b2b);border-radius:8px;color:#fff;font-family:inherit;font-size:.875rem;line-height:1.5;padding:12px 16px;transition:border-color .2s ease;width:100%}.llv6-feedback-form__input::placeholder,.llv6-feedback-form__textarea::placeholder{color:#757575;opacity:1}.llv6-feedback-form__input:focus-visible,.llv6-feedback-form__textarea:focus-visible{border-color:#5d5d5d;outline:none}.llv6-feedback-form__textarea{min-height:114px;resize:vertical}.llv6-feedback-form__input[aria-invalid=true],.llv6-feedback-form__textarea[aria-invalid=true]{border-color:#ef4444}.llv6-feedback-form__choices{display:flex;flex-wrap:wrap;gap:16px;width:100%}.llv6-feedback-form__field.is-radio-pills .llv6-feedback-form__choices{display:flex;flex-wrap:wrap}.llv6-feedback-form__field.is-radio-pills .llv6-feedback-form__choice{flex:1 1 140px}.llv6-feedback-form__choice{align-items:center;background:#141414;border:1px solid var(--borders,#2b2b2b);border-radius:8px;color:#fff;cursor:pointer;display:flex;flex:1 1 0;gap:8px;min-width:0;padding:12px 16px;position:relative;transition:background-color .2s ease,border-color .2s ease}.llv6-feedback-form__choice input{height:1px;margin:0;opacity:0;position:absolute;width:1px}.llv6-feedback-form__choice:has(input:checked),.llv6-feedback-form__choice:has(input:focus-visible){background:#1b1b1b;border-color:var(--choice-swatch,#35d399)}.llv6-feedback-form__swatch{background:var(--choice-swatch,#35d399);border-radius:50%;flex-shrink:0;height:18px;width:18px}.llv6-feedback-form__choice-text{font-size:.875rem;font-weight:600;line-height:1.5}.llv6-feedback-form__boolean{align-items:flex-start;cursor:pointer;display:flex;font-size:.875rem;gap:10px;line-height:1.5}.llv6-feedback-form__footer{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;width:100%}.llv6-feedback-form__note{color:var(--body_color,#949494);flex:1 1 220px;font-size:.75rem;line-height:1.4;margin:0;max-width:260px}.llv6-feedback-form__submit{align-items:center;background:#2a2a2a;border:1px solid hsla(0,0%,100%,.08);border-radius:8px;box-shadow:inset 0 1px 0 0 hsla(0,0%,100%,.12);color:#fff;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.875rem;font-weight:600;gap:10px;height:50px;justify-content:center;letter-spacing:-.03em;line-height:20px;padding:0 24px;position:relative;transition:background-color .2s ease,border-color .2s ease}.llv6-feedback-form__submit:focus-visible,.llv6-feedback-form__submit:hover{background:#353535;outline:none}.llv6-feedback-form__submit:disabled{cursor:wait;opacity:.7}.llv6-feedback-form__submit-icon{display:block;flex-shrink:0;height:16px;width:16px}.llv6-feedback-form__thank-you{color:#fff;padding:24px 0}.llv6-feedback-form .form__error-text{color:#ef4444;font-size:.75rem;line-height:1.4;margin:0}@media (max-width:767px){.llv6-feedback-form__field.is-half,.llv6-feedback-form__field.is-third{flex:1 1 100%;width:100%}.llv6-feedback-form__field.is-radio-pills .llv6-feedback-form__choice{flex:1 1 100%}.llv6-feedback-form__footer{align-items:stretch;flex-direction:column-reverse}.llv6-feedback-form__note{max-width:none}.llv6-feedback-form__submit{width:100%}}