.fcp-wrap,
.fcp-wrap * {
  box-sizing: border-box;
}

@media (pointer: coarse) and (orientation: portrait) {
  .fcp-recorder-video .fcp-preview,
  .fcp-recorder-video .fcp-preview.is-landscape,
  .fcp-recorder-video .fcp-preview.is-natural-mobile {
    width: min(100%, 320px);
    height: auto !important;
    min-height: 0;
    margin-inline: auto;
    aspect-ratio: auto !important;
  }

  .fcp-recorder-video .fcp-preview video {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    max-height: 42vh;
    margin-inline: auto;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  .fcp-recorder-video .fcp-recorder-side > .fcp-prompt-questions {
    order: 0;
  }
}

.fcp-wrap {
  --fcp-accent-fallback: #2563eb;
  --fcp-accent: var(--wp--preset--color--primary, var(--fcp-accent-fallback));
  --fcp-border: #d9e0ea;
  --fcp-text: #172033;
  --fcp-muted: #64748b;
  color: var(--fcp-text);
  font-family: inherit;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.fcp-feedback-form {
  display: grid;
  gap: 16px;
}

.fcp-progress {
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border-radius: 8px;
}

.fcp-progress li {
  min-width: 0;
  min-height: 38px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px 8px 22px;
  background: #eef2f7;
  color: var(--fcp-muted);
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%, 14px 50%);
}

.fcp-progress li:first-child {
  padding-left: 14px;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
}

.fcp-progress li + li {
  margin-left: -10px;
}

.fcp-progress span {
  display: none;
}

.fcp-progress li.is-done {
  background: color-mix(in srgb, var(--fcp-accent) 16%, #fff);
  color: var(--fcp-accent);
}

.fcp-progress li.is-done::before {
  content: "✓";
  margin-right: 5px;
  font-weight: 900;
}

.fcp-progress li.is-active {
  background: var(--fcp-accent);
  color: #fff;
}

.fcp-step {
  display: grid;
  gap: 14px;
}

.fcp-step[hidden] {
  display: none;
}

.fcp-feedback-form [hidden] {
  display: none !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.fcp-step-head {
  display: grid;
  gap: 6px;
}

.fcp-step-head h2 {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.2;
}

.fcp-step-head p,
.fcp-step-hint {
  margin: 0;
  color: var(--fcp-muted);
}

.fcp-intro-grid {
  display: grid;
  grid-template-columns: minmax(360px, .95fr) minmax(280px, .62fr);
  gap: 18px;
  align-items: stretch;
}

.fcp-intro-grid > * {
  width: 100%;
}

.fcp-explainer {
  border: 1px solid var(--fcp-border);
  border-radius: 8px;
  background: #f8fafc;
  overflow: hidden;
  align-self: stretch;
}

.fcp-explainer video {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #0f172a;
}

.fcp-explainer-empty {
  min-height: 180px;
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
  color: var(--fcp-muted);
}

.fcp-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.fcp-nav .fcp-submit:last-child {
  margin-left: auto;
}

.fcp-step-error {
  display: none;
  padding: 12px 14px;
  border-radius: 8px;
  background: #fef2f2;
  color: #b91c1c;
  font-weight: 700;
}

.fcp-step-error.is-visible {
  display: block;
}

.fcp-step-error.is-warning {
  background: #fffbeb;
  color: #92400e;
}

.fcp-success-step {
  justify-items: center;
  text-align: center;
  padding: 32px 18px;
  border: 1px solid var(--fcp-border);
  border-radius: 8px;
  background: #fff;
}

.fcp-success-icon {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #dcfce7;
  color: #166534;
  font-weight: 800;
}

.fcp-success-step h2 {
  margin: 0;
}

.fcp-ready-notice {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid #f59e0b;
  border-radius: 8px;
  background: #fffbeb;
  color: #78350f;
  font-weight: 800;
}

.fcp-draft-banner {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid #f59e0b;
  border-radius: 8px;
  background: #fffbeb;
  color: #78350f;
}

.fcp-draft-banner[hidden] {
  display: none;
}

.fcp-draft-banner > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fcp-review-preview {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--fcp-border);
  border-radius: 8px;
  background: #f8fafc;
}

.fcp-review-layout {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(220px, 1fr);
  gap: 18px;
  align-items: start;
}

.fcp-review-actions {
  display: grid;
  gap: 10px;
  justify-content: stretch;
}

.fcp-review-actions .fcp-submit,
.fcp-review-actions .fcp-btn {
  width: 100%;
  min-height: 48px;
  margin: 0;
}

.fcp-review-preview video,
.fcp-review-preview audio {
  width: 100%;
  max-height: 55vh;
  border-radius: 6px;
  background: #0f172a;
}

.fcp-review-text {
  max-height: 45vh;
  overflow: auto;
  text-align: left;
  line-height: 1.6;
}

.fcp-secondary-action {
  justify-self: start;
}

.fcp-supplements {
  width: 100%;
  display: grid;
  gap: 18px;
  text-align: left;
}

.fcp-rating-supplement {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--fcp-border);
  border-radius: 8px;
}

.fcp-rating-supplement .fcp-stars {
  gap: 6px;
}

.fcp-rating-supplement .fcp-star {
  width: 48px;
  height: 48px;
  font-size: 2.45rem;
}

.fcp-rating-supplement output {
  color: var(--fcp-muted);
  font-weight: 700;
}

.fcp-photo-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.fcp-photo-options[hidden] {
  display: none;
}

.fcp-photo-option {
  position: relative;
  display: grid;
  min-height: 52px;
  place-items: center;
  padding: 10px;
  overflow: hidden;
  border: 1px solid var(--fcp-accent);
  border-radius: 8px;
  color: var(--fcp-accent);
  font-weight: 800;
  cursor: pointer;
}

.fcp-photo-option input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.fcp-success-actions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.fcp-choice {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 12px;
  height: 100%;
}

.fcp-choice-card,
.fcp-btn,
.fcp-submit {
  cursor: pointer;
  border: 1px solid var(--fcp-border);
  border-radius: 8px;
  background: #fff;
  color: var(--fcp-text);
}

.fcp-submit.is-capture-start {
  background: #16a34a;
  border-color: #16a34a;
}

.fcp-submit.is-capture-stop {
  background: #dc2626;
  border-color: #dc2626;
}

.fcp-submit.is-capture-submit {
  background: #2563eb;
  border-color: #2563eb;
}

.fcp-submitting-indicator {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  color: var(--fcp-accent);
}

.fcp-submitting-indicator[hidden] {
  display: none;
}

.fcp-hourglass {
  display: inline-block;
  font-size: 52px;
  line-height: 1;
  animation: fcp-hourglass-turn 1.4s ease-in-out infinite;
}

@keyframes fcp-hourglass-turn {
  0%, 45% { transform: rotate(0deg); }
  55%, 100% { transform: rotate(180deg); }
}

@media (prefers-reduced-motion: reduce) {
  .fcp-hourglass { animation: none; }
}

.fcp-choice-card {
  min-height: 0;
  padding: 16px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 4px 12px;
  align-items: center;
  text-align: left;
  box-shadow: 0 10px 25px rgba(15, 23, 42, .08);
}

.fcp-choice-card strong,
.fcp-choice-card small {
  grid-column: 2;
  text-transform: none;
  letter-spacing: 0;
}

.fcp-choice-card.is-active {
  border-color: var(--fcp-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--fcp-accent) 18%, transparent);
}

.fcp-choice-card strong,
.fcp-card h3 {
  font-size: 1.15rem;
  line-height: 1.25;
}

.fcp-choice-card small,
.fcp-card footer,
.fcp-privacy {
  color: var(--fcp-muted);
}

.fcp-choice-card small {
  line-height: 1.25;
}

.fcp-choice-icon {
  width: 44px;
  height: 44px;
  grid-row: span 2;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--fcp-accent) 12%, #fff);
  color: var(--fcp-accent);
}

.fcp-choice-icon svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: currentColor;
}

.fcp-recorder,
.fcp-fields,
.fcp-consent,
.fcp-card {
  border: 1px solid var(--fcp-border);
  border-radius: 8px;
  background: #fff;
}

.fcp-recorder {
  padding: 12px;
}

.fcp-recorder-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 12px;
  align-items: start;
}

.fcp-recorder-video .fcp-preview {
  max-width: min(100%, 520px);
}

.fcp-recorder-video .fcp-preview.is-landscape {
  aspect-ratio: 16 / 9;
}

.fcp-recorder-video .fcp-preview.is-natural-mobile {
  aspect-ratio: auto;
  max-width: min(100%, 430px);
  margin-inline: auto;
  display: grid;
  place-items: center;
}

.fcp-recorder-video .fcp-preview.is-natural-mobile video {
  width: 100%;
  height: auto !important;
  max-height: 72vh;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center;
}

.fcp-recorder-side {
  display: grid;
  gap: 10px;
  align-content: start;
  min-width: 0;
}

.fcp-recorder-side > * {
  min-width: 0;
  max-width: 100%;
}

.fcp-recorder-side > .fcp-prompt-questions {
  order: -1;
}

.fcp-recorder-main {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.fcp-device-selectors {
  display: flex;
  gap: 6px;
}

.fcp-recorder-video .fcp-device-selectors {
  position: absolute;
  z-index: 3;
  top: 8px;
  right: 8px;
}

.fcp-device-control {
  position: relative;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  background: rgba(15, 23, 42, .78);
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .28);
  cursor: pointer;
}

.fcp-device-control span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.fcp-device-control svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
  pointer-events: none;
}

.fcp-device-control select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.fcp-device-control:hover,
.fcp-device-control:focus-within {
  background: rgba(37, 99, 235, .9);
}

.fcp-btn:focus-visible,
.fcp-submit:focus-visible,
.fcp-star:focus-visible,
.fcp-photo-option:focus-within,
.fcp-device-control:focus-within {
  outline: 3px solid color-mix(in srgb, var(--fcp-accent) 55%, #fff);
  outline-offset: 3px;
}

.fcp-device-selectors-audio {
  display: flex;
  margin-bottom: 10px;
}

.fcp-device-selectors-audio .fcp-field {
  width: min(100%, 420px);
}

.fcp-device-warning {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #fbbf24;
  border-radius: 6px;
  background: #fffbeb;
  color: #92400e;
  line-height: 1.4;
}

.fcp-device-warning button {
  display: block;
  margin-top: 8px;
  min-height: 36px;
  padding: 7px 11px;
  border: 1px solid #92400e;
  border-radius: 6px;
  background: #fff;
  color: #78350f;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.fcp-prompt-questions {
  padding: 14px 16px;
  border: 1px solid color-mix(in srgb, var(--fcp-accent) 24%, var(--fcp-border));
  border-radius: 8px;
  background: color-mix(in srgb, var(--fcp-accent) 6%, #fff);
  color: var(--fcp-text);
}

.fcp-prompt-questions strong {
  display: block;
  margin-bottom: 8px;
}

.fcp-prompt-questions ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 20px;
  color: var(--fcp-muted);
}

.fcp-prompt-questions li {
  margin: 0;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.fcp-recorder-audio > .fcp-prompt-questions,
.fcp-text-feedback > .fcp-prompt-questions {
  margin-bottom: 12px;
}

.fcp-recorder-note {
  margin: 0;
  color: var(--fcp-muted);
  line-height: 1.45;
}

.fcp-audio-panel {
  display: grid;
  gap: 8px;
}

.fcp-recording-status {
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #991b1b;
}

.fcp-recording-status strong {
  min-width: 0;
}

.fcp-recording-status[hidden] {
  display: none;
}

.fcp-recording-status span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #dc2626;
}

.fcp-recording-status.is-recording span {
  animation: fcp-pulse 1s infinite;
}

.fcp-recording-status em {
  margin-left: auto;
  font-style: normal;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
}

@keyframes fcp-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.35); opacity: .45; }
}

.fcp-wp-editor {
  border: 1px solid var(--fcp-border);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.fcp-wp-editor .mce-toolbar-grp,
.fcp-wp-editor .quicktags-toolbar {
  background: #f8fafc;
}

.fcp-wp-editor iframe,
.fcp-wp-editor textarea {
  min-height: 180px;
}

.fcp-rating[hidden] {
  display: none !important;
}

.fcp-rating {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  padding: 2px 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  text-align: left;
}

.fcp-rating > span {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 0;
  flex: 0 0 auto;
  font-weight: 700;
  white-space: nowrap;
}

.fcp-rating > span em {
  display: inline;
  margin-top: 0;
  color: var(--fcp-muted);
  font-size: .85rem;
  font-style: normal;
  font-weight: 600;
}

.fcp-stars {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 0;
  flex: 0 1 auto;
  max-width: 100%;
  min-width: 0;
}

.fcp-star {
  width: 1.05em;
  height: 1.05em;
  min-width: 0;
  margin: 0;
  padding: 0;
  appearance: none;
  border: 0;
  background: transparent;
  color: #94a3b8;
  cursor: pointer;
  font-size: clamp(1.55rem, 4.2vw, 1.95rem);
  line-height: 1;
}

.fcp-star.is-active,
.fcp-star:hover {
  color: #f59e0b;
}

.fcp-card-rating {
  color: #f59e0b;
  letter-spacing: 1px;
  font-size: 1.1rem;
}

.fcp-preview {
  position: relative;
  background: #0f172a;
  border-radius: 8px;
  overflow: hidden;
}

.fcp-recorder video,
.fcp-recorder audio,
.fcp-card video,
.fcp-card audio {
  width: 100%;
  display: block;
}

.fcp-recorder video {
  height: 100%;
  aspect-ratio: inherit;
  object-fit: contain;
}

.fcp-controls {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-top: 0;
  max-width: 100%;
}

.fcp-btn-icon {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  margin-right: 3px;
  vertical-align: middle;
}

.fcp-btn-icon svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.fcp-record-btn {
  border-color: #16a34a;
  background: #dcfce7;
  color: #166534;
}

.fcp-stop-btn {
  border-color: #dc2626;
  background: #fee2e2;
  color: #991b1b;
}

.fcp-reset-btn {
  border-color: #f59e0b;
  background: #fffbeb;
  color: #92400e;
}

.fcp-preview-btn {
  border-color: #7c3aed;
  background: #f3e8ff;
  color: #5b21b6;
}

.fcp-btn:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.fcp-btn,
.fcp-submit {
  min-height: 40px;
  padding: 8px 10px;
  font-weight: 700;
}

.fcp-controls .fcp-btn {
  flex: 1 1 0;
  min-width: 0;
  margin: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-width: 1.5px;
  box-shadow: 0 10px 20px rgba(15, 23, 42, .06), inset 0 1px 0 rgba(255, 255, 255, .72);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
  white-space: nowrap;
}

.fcp-controls .fcp-btn:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(15, 23, 42, .1), inset 0 1px 0 rgba(255, 255, 255, .8);
}

.fcp-submit {
  justify-self: start;
  background: var(--fcp-accent);
  border-color: var(--fcp-accent);
  color: #fff;
  font-weight: 700;
}

.fcp-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  border: 0;
  background: transparent;
}

.fcp-field,
.fcp-consent {
  display: grid;
  gap: 6px;
}

.fcp-field-wide {
  width: 100%;
}

.fcp-field span {
  font-weight: 700;
}

.fcp-field input,
.fcp-field select,
.fcp-field textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--fcp-border);
  border-radius: 6px;
  padding: 9px 11px;
  font: inherit;
}

.fcp-consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  padding: 0;
  border: 0;
  background: transparent;
}

.fcp-message {
  min-height: 24px;
  padding: 0;
  font-weight: 700;
}

.fcp-message.is-info,
.fcp-message.is-success {
  padding: 12px 14px;
  border-radius: 8px;
  background: #ecfdf5;
  color: #047857;
}

.fcp-message.is-error {
  padding: 12px 14px;
  border-radius: 8px;
  background: #fef2f2;
  color: #b91c1c;
}

.fcp-message.is-info {
  background: color-mix(in srgb, var(--fcp-accent) 10%, #fff);
  color: var(--fcp-accent);
}

.fcp-submit:disabled {
  cursor: not-allowed;
  opacity: .72;
}

.fcp-wall {
  display: grid;
  gap: 18px;
}

.fcp-layout-grid {
  grid-template-columns: repeat(var(--fcp-columns), minmax(0, 1fr));
}

.fcp-layout-list {
  grid-template-columns: 1fr;
}

.fcp-layout-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
}

.fcp-layout-slider .fcp-card {
  min-width: min(86vw, 360px);
  scroll-snap-align: start;
}

.fcp-card {
  padding: 16px;
  display: grid;
  gap: 12px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .08);
}

.fcp-card-text {
  font-size: 1.03rem;
  font-weight: 400 !important;
  line-height: 1.6;
}

.fcp-card-text,
.fcp-card-text p,
.fcp-card-text span {
  font-weight: 400 !important;
}

.fcp-card-text strong,
.fcp-card-text b {
  font-weight: 700 !important;
}

.fcp-card footer {
  display: grid;
  gap: 3px;
}

.feedback-pro {
  --feedback-pro-columns: 3;
  --feedback-pro-per-view: 3;
  --feedback-pro-card-bg: #fff;
  --feedback-pro-soft: #f6f8fb;
  --feedback-pro-line: #d9e0ea;
  --feedback-pro-star: #f59e0b;
  width: 100%;
  clear: both;
  color: var(--fcp-text);
}

.feedback-pro,
.feedback-pro * {
  box-sizing: border-box;
}

.feedback-pro-items,
.feedback-pro-list-items {
  display: grid;
  gap: 18px;
}

.feedback-pro-items > [data-feedback-pro-load-item] {
  min-width: 0;
  display: block;
}

.feedback-pro-items > [data-feedback-pro-load-item][hidden] {
  display: none !important;
}

.feedback-pro-items-grid,
.feedback-pro-items-gallery,
.feedback-pro-items-mixed-wall {
  grid-template-columns: repeat(var(--feedback-pro-columns), minmax(0, 1fr));
}

.feedback-pro-items-masonry {
  column-count: var(--feedback-pro-columns);
  column-gap: 20px;
  display: block;
}

.feedback-pro-items-masonry > [data-feedback-pro-load-item] {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  break-inside: avoid;
  page-break-inside: avoid;
}

.feedback-pro-card {
  position: relative;
  min-width: 0;
  width: 100%;
  padding: 20px;
  display: grid;
  align-content: start;
  gap: 11px;
  border: 1px solid var(--feedback-pro-line);
  border-radius: 8px;
  background: var(--feedback-pro-card-bg);
  box-shadow: 0 16px 36px rgba(15, 23, 42, .08);
  color: var(--fcp-text);
  overflow: hidden;
  break-inside: avoid;
}

.feedback-pro-card h3,
.feedback-pro-card blockquote,
.feedback-pro-card .feedback-pro-copy,
.feedback-pro-card p {
  margin: 0;
}

.feedback-pro-card h3 {
  font-size: 1.12rem;
  line-height: 1.25;
  font-weight: 800;
}

.feedback-pro-title-spacer {
  display: none;
}

.feedback-pro-align-title .feedback-pro-title-spacer {
  display: none;
}

.feedback-pro-card blockquote {
  padding: 0;
  border: 0;
  font-size: 1.03rem;
  font-weight: 400 !important;
  line-height: 1.6;
}

.feedback-pro-copy {
  padding: 0;
  border: 0;
  font-size: 1.03rem;
  font-weight: 400 !important;
  line-height: 1.58;
  color: var(--fcp-text);
  overflow-wrap: anywhere;
}

.feedback-pro-card .feedback-pro-text-wrap,
.feedback-pro-card .feedback-pro-text-wrap blockquote,
.feedback-pro-card .feedback-pro-text-wrap .feedback-pro-copy,
.feedback-pro-card .feedback-pro-text-wrap p,
.feedback-pro-card .feedback-pro-text-wrap span,
.feedback-pro-lightbox-text,
.feedback-pro-lightbox-text p,
.feedback-pro-lightbox-text span {
  font-weight: 400 !important;
}

.feedback-pro-card blockquote strong,
.feedback-pro-card blockquote b,
.feedback-pro-card .feedback-pro-copy strong,
.feedback-pro-card .feedback-pro-copy b,
.feedback-pro-lightbox-text strong,
.feedback-pro-lightbox-text b {
  font-weight: 700 !important;
}

.feedback-pro-text-wrap {
  display: flow-root;
  min-width: 0;
}

.feedback-pro-text-wrap p {
  margin: 0 0 .7em;
}

.feedback-pro-text-wrap p:last-child {
  margin-bottom: 0;
}

.feedback-pro-photo {
  float: right;
  width: 68px;
  height: 68px;
  margin: 0 0 10px 14px;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .14);
}

.feedback-pro-text-spacer {
  display: none;
}

.feedback-pro-align-text .feedback-pro-text-spacer {
  display: none;
}

.feedback-pro-media video,
.feedback-pro-media audio {
  width: 100%;
  max-width: 100%;
  display: block;
  border-radius: 6px;
}

.feedback-pro-media video {
  aspect-ratio: 16 / 9;
  background: #111827;
}

.feedback-pro-rating,
.feedback-pro-badge-score span,
.feedback-pro-inline-rating span {
  color: var(--feedback-pro-star);
  letter-spacing: 1px;
}

.feedback-pro-rating {
  min-height: 34px;
  display: flex;
  align-items: center;
  font-size: 1.08rem;
  line-height: 1;
}

.feedback-pro-media-badge {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: max-content;
  min-height: 0;
  padding: 4px 9px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--fcp-accent) 12%, #fff);
  color: var(--fcp-accent);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}

.feedback-pro-person {
  display: grid;
  gap: 2px;
  padding-top: 2px;
  color: var(--fcp-muted);
  line-height: 1.25;
}

.feedback-pro-person strong {
  color: var(--fcp-text);
  font-size: 1.02rem;
  line-height: 1.2;
  margin-bottom: 2px;
}

.feedback-pro-person span {
  font-size: .9rem;
}

.feedback-pro-person em {
  justify-self: start;
  margin-top: 4px;
  padding: 2px 7px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: .78rem;
  font-style: normal;
  font-weight: 800;
}

.feedback-pro-load-more {
  display: flex;
  justify-content: center;
  margin: 32px 0 0;
}

.feedback-pro-load-more .feedback-pro-button {
  min-height: 46px;
  padding: 12px 22px;
  border-color: var(--feedback-pro-load-more-bg, var(--fcp-accent));
  background: var(--feedback-pro-load-more-bg, var(--fcp-accent));
  color: var(--feedback-pro-load-more-text, #fff);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .16);
}

.feedback-pro-link,
.feedback-pro-button,
.feedback-pro-filters button,
.feedback-pro-slider-button,
.feedback-pro-section-cta a {
  min-height: 38px;
  border: 1px solid var(--feedback-pro-line);
  border-radius: 8px;
  background: #fff;
  color: var(--fcp-text);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.feedback-pro-link {
  justify-self: start;
  min-height: auto;
  padding: 0;
  border: 0;
  color: var(--fcp-accent);
  background: transparent;
}

.feedback-pro-button,
.feedback-pro-filters button,
.feedback-pro-section-cta a {
  padding: 9px 14px;
}

.feedback-pro-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.feedback-pro-filters button.is-active {
  border-color: var(--fcp-accent);
  background: var(--fcp-accent);
  color: #fff;
}

.feedback-pro-slider-frame {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.feedback-pro-slider-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (18px * (var(--feedback-pro-per-view) - 1))) / var(--feedback-pro-per-view));
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  padding: 2px 2px 12px;
}

.feedback-pro-slide {
  min-width: 0;
  scroll-snap-align: start;
}

.feedback-pro-slide .feedback-pro-card {
  height: 100%;
}

.feedback-pro-slider-button {
  width: 42px;
  height: 42px;
  padding: 0;
  font-size: 1.8rem;
  line-height: 1;
}

.feedback-pro-featured-wrap {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: center;
}

.feedback-pro-featured-wrap > .feedback-pro-media:empty {
  display: none;
}

.feedback-pro-featured-wrap .feedback-pro-card,
.feedback-pro-single-wrap .feedback-pro-card {
  box-shadow: none;
  background: transparent;
}

.feedback-pro-single-wrap {
  max-width: 820px;
  margin-inline: auto;
}

.feedback-pro-single-wrap blockquote {
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.35;
}

.feedback-pro-list-items .feedback-pro-card {
  grid-template-columns: minmax(0, 1fr);
  box-shadow: 0 8px 20px rgba(15, 23, 42, .06);
}

.feedback-pro-badge,
.feedback-pro-inline-rating {
  display: inline-grid;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid var(--feedback-pro-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .08);
}

.feedback-pro-badge-score {
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.feedback-pro-badge-score strong {
  font-size: 2rem;
}

.feedback-pro-badge p,
.feedback-pro-badge small,
.feedback-pro-inline-rating {
  margin: 0;
}

.feedback-pro-section {
  width: 100%;
  margin-inline: calc(50% - 50vw);
  padding: clamp(38px, 7vw, 84px) max(18px, calc((100vw - 1180px) / 2));
  background: var(--feedback-pro-section-bg, #f7f9fc);
}

.feedback-pro-section-inner {
  display: grid;
  gap: 26px;
}

.feedback-pro-section-head {
  max-width: 760px;
}

.feedback-pro-section-head h2 {
  margin: 0 0 8px;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1.1;
}

.feedback-pro-section-head p {
  margin: 0;
  color: var(--fcp-muted);
  font-size: 1.1rem;
}

.feedback-pro-section-cta {
  margin: 0;
}

.feedback-pro-section-cta a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background: var(--fcp-accent);
  border-color: var(--fcp-accent);
  color: #fff;
}

.feedback-pro-lightbox {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483647 !important;
  display: grid !important;
  place-items: center !important;
  padding: 34px !important;
  background: rgba(15, 23, 42, .62) !important;
  transform: none !important;
}

html.feedback-pro-lightbox-open,
body.feedback-pro-lightbox-open {
  overflow: hidden !important;
}

.feedback-pro-lightbox-panel {
  position: relative !important;
  z-index: 2147483647 !important;
  width: min(720px, 100%);
  max-height: min(760px, 90vh);
  overflow: visible !important;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: 12px;
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  color: var(--fcp-text);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
}

.feedback-pro-lightbox-close {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 2147483647 !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  border: 2px solid #fff !important;
  border-radius: 999px !important;
  background: #172033 !important;
  color: #fff !important;
  cursor: pointer !important;
  font-size: 2rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  transform: translate(50%, -50%) !important;
  box-shadow: 0 12px 32px rgba(15, 23, 42, .28) !important;
}

.feedback-pro-lightbox-panel h2,
.feedback-pro-lightbox-panel p {
  margin: 0;
}

.feedback-pro-lightbox-rating {
  min-height: 24px;
  color: var(--feedback-pro-star);
  letter-spacing: 1px;
}

.feedback-pro-lightbox-text {
  display: grid;
  gap: 10px;
  max-height: calc(90vh - 190px);
  overflow: auto;
  font-weight: 400;
  line-height: 1.6;
}

.feedback-pro-lightbox-text p {
  margin: 0;
}

.feedback-pro-lightbox-panel footer {
  display: grid;
  gap: 2px;
  margin-top: 10px;
  color: var(--fcp-muted);
}

.feedback-pro-lightbox-panel footer strong {
  color: var(--fcp-text);
}

.feedback-pro-empty {
  margin: 0;
  color: var(--fcp-muted);
}

@media (prefers-reduced-motion: reduce) {
  .feedback-pro-slider-track {
    scroll-behavior: auto;
  }
}

@media (max-width: 1024px) {
  .feedback-pro-items-masonry {
    column-count: 2;
  }
}

@media (max-width: 760px) {
  .fcp-progress {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-inline: 0;
    border-radius: 6px;
  }

  .fcp-progress li {
    min-width: 0;
    min-height: 34px;
    padding: 6px 3px;
    font-size: clamp(.56rem, 2.35vw, .72rem);
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .fcp-progress li:first-child {
    padding-left: 3px;
  }

  .fcp-progress li + li {
    margin-left: 0;
  }

  .fcp-progress li.is-done::before {
    margin-right: 3px;
  }

  .fcp-intro-grid,
  .fcp-choice,
  .fcp-layout-grid {
    grid-template-columns: 1fr;
  }

  .fcp-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fcp-fields > .fcp-field {
    grid-column: 1 / -1;
  }

  .fcp-fields > .fcp-field-salutation,
  .fcp-fields > .fcp-field-personal-title {
    grid-column: auto;
  }

  .fcp-step.is-active {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }

  [data-details-stage],
  [data-details-stage] .fcp-step-head,
  [data-details-stage] .fcp-fields,
  [data-details-stage] .fcp-field,
  [data-details-stage] .fcp-consent,
  [data-details-stage] .fcp-rating,
  [data-details-stage] .fcp-photo-options,
  [data-details-stage] .fcp-nav {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  [data-details-stage] .fcp-fields {
    padding: 0;
  }

  [data-details-stage] .fcp-step-head,
  [data-details-stage] .fcp-field,
  [data-details-stage] .fcp-consent,
  [data-details-stage] .fcp-message {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  [data-details-stage] input,
  [data-details-stage] select,
  [data-details-stage] textarea {
    min-width: 0;
    max-width: 100%;
  }

  .fcp-step.is-active .fcp-sticky-primary:not([hidden]) {
    position: fixed;
    z-index: 2147483000;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom, 0px));
    left: 10px;
    width: calc(100% - 20px);
    min-height: 56px;
    margin: 0 !important;
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 1.05rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .28);
    pointer-events: auto;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-tap-highlight-color: transparent;
  }

  .fcp-step:not(.is-active) .fcp-sticky-primary,
  .fcp-feedback-form [hidden] .fcp-sticky-primary {
    display: none !important;
    pointer-events: none !important;
  }

  .fcp-photo-options {
    grid-template-columns: 1fr;
  }

  .fcp-review-layout {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .fcp-review-layout.is-video .fcp-review-preview {
    width: 50%;
    min-width: 0;
    justify-self: center;
  }

  .fcp-review-actions {
    display: flex;
  }

  .fcp-rating-supplement .fcp-star {
    width: clamp(38px, 11vw, 46px);
    height: 50px;
    font-size: clamp(1.9rem, 9vw, 2.3rem);
  }

  .fcp-choice {
    width: 100%;
    grid-template-rows: none;
    gap: 8px;
    height: auto;
  }

  .fcp-choice-card {
    width: 100%;
    min-height: 82px;
    padding: 11px 12px;
    gap: 2px 10px;
  }

  .fcp-choice-card strong {
    line-height: 1.12;
  }

  .fcp-choice-card small {
    line-height: 1.15;
  }

  .fcp-explainer video {
    height: auto;
  }

  .fcp-step[data-step="2"] {
    padding-inline: 0;
    gap: 10px;
  }

  .fcp-step[data-step="2"] .fcp-step-head,
  .fcp-step[data-step="2"] .fcp-step-error,
  .fcp-step[data-step="2"] .fcp-nav {
    max-width: 100%;
  }

  .fcp-recorder {
    width: 100%;
    max-width: 100%;
    padding: 9px;
  }

  .fcp-recorder-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
  }

  .fcp-recorder-video .fcp-preview,
  .fcp-recorder-video .fcp-preview.is-natural-mobile {
    width: min(100%, 320px);
    max-width: 320px;
    height: auto !important;
    min-height: 0;
    margin-inline: auto;
    aspect-ratio: auto !important;
  }

  .fcp-recorder-video .fcp-preview video,
  .fcp-recorder-video .fcp-preview.is-natural-mobile video {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    max-height: 42vh;
    margin-inline: auto;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  .fcp-recorder-video .fcp-recorder-side > .fcp-prompt-questions {
    order: 0;
  }

  .fcp-recording-status,
  .fcp-controls,
  .fcp-recorder-note {
    max-width: 100%;
  }

  .fcp-media-hint {
    font-size: .9rem;
    line-height: 1.25;
  }

  .fcp-recording-status {
    padding: 7px 8px;
    gap: 6px;
    overflow-wrap: anywhere;
    font-size: .88rem;
  }

  .fcp-recording-status em {
    flex-shrink: 0;
  }

  .fcp-controls {
    gap: 5px;
  }

  .fcp-controls .fcp-btn {
    flex: 1 1 0;
    min-width: 0;
    min-height: 36px;
    padding: 6px 4px;
    font-size: .76rem;
    line-height: 1.05;
  }

  .fcp-controls .fcp-btn-icon {
    width: 18px;
    height: 18px;
    margin-right: 1px;
  }

  .fcp-controls .fcp-btn-icon svg {
    width: 18px;
    height: 18px;
  }

  .fcp-rating {
    gap: 3px;
    justify-content: flex-start;
  }

  .fcp-rating > span {
    font-size: .86rem;
  }

  .fcp-star {
    width: .98em;
    height: .98em;
    font-size: clamp(1.22rem, 5.7vw, 1.55rem);
  }

  .feedback-pro-items-grid,
  .feedback-pro-items-gallery,
  .feedback-pro-items-mixed-wall,
  .feedback-pro-featured-wrap {
    grid-template-columns: 1fr;
  }

  .feedback-pro-items-masonry {
    column-count: 1;
  }

  .feedback-pro-card {
    padding: 16px;
  }

  .feedback-pro-copy {
    font-size: 1rem;
    line-height: 1.5;
  }

  .feedback-pro-slider-frame {
    grid-template-columns: minmax(0, 1fr);
  }

  .feedback-pro-slider-button {
    display: none;
  }

  .feedback-pro-slider-track {
    grid-auto-columns: min(86vw, 360px);
  }
}
