/* Wish Favors storefront polish patch v1 */

.product-page-polish .product-breadcrumbs {
  margin-top: 4px;
}

.polished-product-layout {
  gap: 34px;
}

.polished-preview-frame {
  padding: 24px;
}

.polished-promises span {
  background: #fff;
}

.polished-options-panel h1 {
  margin-bottom: 12px;
}

.product-confidence-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0;
}

.product-confidence-strip div {
  background: #fff;
  border: 1px solid var(--line, #eadde3);
  border-radius: 18px;
  padding: 14px;
}

.product-confidence-strip strong,
.next-steps-polish strong,
.faq-grid-polish strong {
  display: block;
  color: var(--ink, #151922);
  font-weight: 950;
  margin-bottom: 5px;
}

.product-confidence-strip span,
.next-steps-polish span,
.field-help {
  display: block;
  color: var(--muted, #6b5d64);
  line-height: 1.45;
  font-size: 13px;
}

.polished-price-box {
  background: linear-gradient(135deg, #fff7fb, #fffaf2);
}

.polished-price-box span {
  display: block;
  margin-top: 6px;
}

.polished-designer-form .designer-step:last-of-type {
  padding-bottom: 18px;
}

.field-help {
  margin: 8px 0 0;
}

.proof-line-polish {
  background: #fff7fb;
  border: 1px solid var(--line, #eadde3);
  border-radius: 16px;
  padding: 14px;
  margin-top: 16px;
}

.polished-details-grid > div,
.faq-grid-polish > div {
  background: #fff;
  border: 1px solid var(--line, #eadde3);
  border-radius: 24px;
  padding: 22px;
  box-shadow: var(--shadow, 0 18px 45px rgba(93,45,65,.08));
}

.product-faq-polish {
  padding-top: 18px;
}

.faq-grid-polish {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.faq-grid-polish p {
  color: var(--muted, #6b5d64);
  margin: 0;
}

.success-page-polish {
  padding-top: 54px;
  padding-bottom: 70px;
}

.success-card-polish {
  background: linear-gradient(135deg, #fff, #fff7fb 54%, #fffaf2);
  border: 1px solid var(--line, #eadde3);
  border-radius: 34px;
  padding: 38px;
  box-shadow: var(--shadow, 0 18px 45px rgba(93,45,65,.08));
  text-align: center;
}

.success-icon-polish {
  width: 62px;
  height: 62px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e7fbef;
  color: #168342;
  font-size: 32px;
  font-weight: 950;
  margin-bottom: 18px;
}

.success-order-number {
  background: #fff;
  border: 1px solid var(--line, #eadde3);
  border-radius: 999px;
  display: inline-flex;
  padding: 10px 16px;
  margin: 0 0 12px;
}

.next-steps-polish {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  text-align: left;
  margin: 28px 0;
}

.next-steps-polish div {
  background: #fff;
  border: 1px solid var(--line, #eadde3);
  border-radius: 20px;
  padding: 16px;
}

.proof-note-polish {
  background: #fff6df;
  border: 1px solid #f0d28c;
  border-radius: 18px;
  padding: 14px 16px;
  color: #6b4a00;
  font-weight: 800;
  margin-bottom: 22px;
}

.success-actions-polish {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .product-confidence-strip,
  .faq-grid-polish,
  .next-steps-polish {
    grid-template-columns: 1fr;
  }
}
