/* Paper thickness comparison — product content widget (not form chrome) */

.product-page-content .ff-paper-guide,
.ff-paper-guide {
  display: block;
  margin: 0 0 2rem;
  padding: 1.35rem 1.35rem 1.2rem;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf5 100%);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.ff-paper-guide__head {
  margin-bottom: 1rem;
}

.ff-paper-guide__eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c2410c;
  margin-bottom: 0.35rem;
}

.ff-paper-guide__title {
  margin: 0 0 0.5rem;
  font-size: 1.45rem;
  line-height: 1.25;
  font-weight: 800;
  color: #0f172a;
}

.ff-paper-guide__intro {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #475569;
}

.ff-paper-guide__popular {
  margin-bottom: 1.1rem;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 55%, #fed7aa 100%);
  border: 1px solid #fdba74;
}

.ff-paper-guide__popular-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9a3412;
  background: #fff;
  border: 1px solid #fdba74;
  margin-bottom: 0.4rem;
}

.ff-paper-guide__popular-name {
  font-size: 1.05rem;
  font-weight: 800;
  color: #9a3412;
  margin-bottom: 0.25rem;
}

.ff-paper-guide__popular-why {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #7c2d12;
}

.ff-paper-guide__scale {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ff-paper-guide__row {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e2e8f0;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.ff-paper-guide__row:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.ff-paper-guide__row.is-active {
  border-color: #ea580c;
  box-shadow: 0 0 0 2px rgba(234, 88, 12, 0.14);
}

.ff-paper-guide__row.is-popular {
  background: linear-gradient(180deg, #fffbeb 0%, #ffffff 100%);
}

.ff-paper-guide__row-top {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.25rem 0.75rem;
  margin-bottom: 0.45rem;
}

.ff-paper-guide__name {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}

.ff-paper-guide__pill {
  display: inline-flex;
  padding: 2px 7px;
  border-radius: 999px;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #9a3412;
  background: #ffedd5;
  border: 1px solid #fdba74;
}

.ff-paper-guide__feel {
  font-size: 0.8rem;
  font-weight: 600;
  color: #c2410c;
}

.ff-paper-guide__equiv {
  margin: 0 0 0.4rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: #94a3b8;
}

.ff-paper-guide__real {
  margin: 0.35rem 0 0.25rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #334155;
}

.ff-paper-guide__real-label {
  font-weight: 700;
  color: #9a3412;
}

.ff-paper-guide__bar-track {
  height: 8px;
  border-radius: 999px;
  background: #f1f5f9;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.ff-paper-guide__bar {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #fdba74 0%, #ea580c 55%, #9a3412 100%);
  min-width: 8%;
}

.ff-paper-guide__compare,
.ff-paper-guide__best,
.ff-paper-guide__note,
.ff-paper-guide__legend {
  font-size: 0.88rem;
  line-height: 1.45;
  color: #475569;
}

.ff-paper-guide__best {
  margin-top: 0.25rem;
}

.ff-paper-guide__note {
  margin-top: 0.15rem;
  color: #64748b;
  font-style: italic;
}

.ff-paper-guide__legend {
  margin-top: 0.9rem;
  font-size: 0.8rem;
  color: #94a3b8;
}

@media (max-width: 640px) {
  .ff-paper-guide {
    padding: 1.1rem;
  }

  .ff-paper-guide__title {
    font-size: 1.25rem;
  }
}
