/* ============================================================ *\
   Zatr — Minimal product reviews (Le Labo inspired)
   Uses the global :root tokens from dashboard.css.
\* ============================================================ */

.zr-reviews { font-family: "ModamWeb", serif; }

.zr-review {
  padding: 22px 2px;
  border-bottom: 1px solid var(--line);
}
.zr-review:first-child { border-top: 1px solid var(--line); }
.zr-review-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
  gap: 16px;
}
.zr-review-author { font-size: 13px; letter-spacing: 0.06em; color: var(--ink); }
.zr-review-date { font-size: 11px; letter-spacing: 0.06em; color: var(--muted); white-space: nowrap; }
.zr-review-body { font-size: 14px; line-height: 2; color: var(--sub); font-weight: 300; margin: 0; }

.zr-reviews-empty {
  font-size: 13px; color: var(--muted); letter-spacing: 0.04em;
  padding: 10px 2px; line-height: 2;
}

.zr-form { max-width: 640px; }
.zr-form label {
  display: block;
  font-size: 11px; letter-spacing: 0.14em; color: var(--muted);
  margin-bottom: 10px;
}
.zr-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
  padding: 14px 16px;
  font-family: "ModamWeb", serif;
  font-size: 14px;
  color: var(--ink);
  line-height: 1.9;
  resize: vertical;
  min-height: 120px;
  transition: border-color 0.2s ease;
}
.zr-form textarea:focus { outline: none; border-color: var(--ink); }

.zr-btn {
  display: inline-flex; align-items: center; justify-content: center;
  margin-top: 18px;
  background: var(--ink); color: #fff;
  border: 1px solid var(--ink); border-radius: 0;
  padding: 13px 38px;
  font-family: "ModamWeb", serif;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  cursor: pointer; text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.zr-btn:hover { background: #000; color: #fff; }

/* ============================================================ *\
   Product detail — lower section (specs / notes / accordions)
   Bring oversized, heavy fonts in line with the minimal theme.
\* ============================================================ */

/* spec rows: muted lighter label, balanced value */
#tab-specs dt {
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em !important;
}
#tab-specs dl { font-size: 13.5px !important; font-weight: 300 !important; }

/* accordion section titles (توضیحات تکمیلی / مشخصات / نت ها / آرای زطر) */
#tab-specs h6 { font-size: 17px !important; font-weight: 500 !important; letter-spacing: 0.05em !important; }

@media (max-width: 767px) {
  #tab-specs dt { font-size: 12.5px !important; }
  #tab-specs dl { font-size: 13px !important; }
  #tab-specs h6 { font-size: 15px !important; }
  #tab-specs h5,
  #tab-reviews h5,
  #tab-add-review h5 {
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 0.08em !important;
  }
}
