.ls-store-promises {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 14px;
  margin: 0 auto 12px;
  max-width: 520px;
  justify-content: center;
}
.ls-store-promise {
  flex: 1 1 140px;
  background: linear-gradient(135deg, #ecfdf5, #fff);
  border: 1px solid #a7f3d0;
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 11px;
  line-height: 1.4;
  color: #065f46;
  text-align: center;
}
.ls-store-promise strong {
  display: block;
  font-size: 12px;
  margin-bottom: 2px;
}

.ls-checkout-pitch {
  margin-top: 16px;
  margin-bottom: 4px;
  padding: 16px 14px;
  background: linear-gradient(135deg, #ecfccb 0%, #fff 55%, #f7faf5 100%);
  border: 1px solid rgba(63, 98, 18, 0.35);
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 4px 18px rgba(63, 98, 18, 0.12);
}

.ls-checkout-pitch-title {
  margin: 0 0 10px;
  font-size: 1.12rem;
  font-weight: 800;
  color: #3f6212;
  line-height: 1.3;
}

.ls-checkout-pitch-body {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #4d5c3a;
  font-weight: 500;
}

.ls-checkout-pitch-body strong {
  color: #166534;
  font-weight: 700;
}

.ls-checkout-reviews {
  margin-top: 18px;
  padding: 16px 12px 20px;
  border-top: 1px dashed #e2e8f0;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 14px;
}
.ls-checkout-reviews h3 {
  font-size: 15px;
  margin: 0 0 6px;
  color: #0f172a;
  text-align: center;
}

.ls-review-section-intro {
  font-size: 11px;
  color: #64748b;
  text-align: center;
  margin: 0 0 14px;
  line-height: 1.45;
}
.ls-review-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 10px;
}
.ls-review-stars {
  color: #f59e0b;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.ls-review-text {
  font-size: 13px;
  line-height: 1.5;
  color: #334155;
  margin: 0 0 8px;
}
.ls-review-meta {
  font-size: 11px;
  color: #64748b;
  font-weight: 600;
}
.ls-details-s925 {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #166534;
}

.ls-review-writable {
  background: #fff;
  border: 1px dashed #86efac;
  padding: 14px 14px 12px;
  border-radius: 14px;
  margin-top: 12px;
}

.ls-review-blank-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #3f6212;
  margin: 0 0 8px;
}

.ls-review-input {
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.5;
  color: #0f172a;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 10px 12px;
  margin: 0 0 10px;
  resize: vertical;
  min-height: 72px;
}

.ls-review-input:focus {
  outline: 2px solid rgba(63, 98, 18, 0.35);
  border-color: #4d7c0f;
  background: #fff;
}

.ls-review-input--short {
  min-height: 0;
  margin-bottom: 0;
}

.ls-review-blank-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 8px;
}

@media (max-width: 420px) {
  .ls-review-blank-meta {
    grid-template-columns: 1fr;
  }
}

.ls-review-blank-hint {
  font-size: 10px;
  color: #94a3b8;
  margin: 0 0 10px;
  line-height: 1.4;
}

.ls-review-submit-btn {
  width: 100%;
  padding: 12px;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #3f6212, #4d7c0f);
}
