.honarposh-extra-wrap{
  margin: 18px 0 6px;
  direction: rtl;
  font-family: inherit;
}

.honarposh-field{ margin: 18px 0; }
.honarposh-field__head{
  display:flex; align-items:center; justify-content:space-between;
}
.honarposh-title{
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}
.honarposh-help{
  font-size: 14px;
  color: #ff2e2e;
  text-decoration: none;
}

.honarposh-size-grid{
  display:flex;
  gap: 14px;
  flex-wrap: wrap;
}

.honarposh-print-grid{
  display:flex;
  gap: 18px;
  justify-content: flex-start;
}

.honarposh-hidden{ display:none; }

.honarposh-pill{
  min-width: 64px;
  height: 64px;
  border-radius: 18px;
  border: 2px solid #111;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  user-select:none;
}

.honarposh-pill--wide{
  min-width: 150px;
}

.honarposh-hidden:checked + .honarposh-pill{
  border-color: #ff4b2e;
  box-shadow: 0 0 0 2px rgba(255,75,46,0.15);
}

.honarposh-color-grid{
  display:flex;
  gap: 22px;
  flex-wrap: wrap;
  align-items: center;
}

.honarposh-color{
  display:flex;
  flex-direction: column;
  align-items:center;
  gap: 8px;
  cursor:pointer;
  user-select:none;
}

.honarposh-color__dot{
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 2px solid #111;
  display:block;
}

.honarposh-hidden:checked + .honarposh-color .honarposh-color__dot{
  border-color:#ff4b2e;
  box-shadow: 0 0 0 2px rgba(255,75,46,0.15);
}

.honarposh-color__label{
  font-size: 16px;
  font-weight: 700;
}

.honarposh-upload{
  width: 100%;
  max-width: 480px;
  border: 2px solid #111;
  border-radius: 14px;
  padding: 10px;
}

.honarposh-note{
  font-size: 13px;
  opacity: 0.75;
  margin-top: 6px;
}

.honarposh-liveprice{
  margin-top: 14px;
  font-size: 18px;
  font-weight: 800;
}

/* ===== اصلاحات نسخه ۵ ===== */

/* فاصله ۲۴ پیکسل بین هر فیلد */
.honarposh-field {
  margin-top: 24px;
  margin-bottom: 0;
}

/* موبایل: همه اندازه‌ها ۴ پیکسل کمتر */
@media (max-width: 767px) {
  .honarposh-title        { font-size: 16px;  margin-bottom: 6px; }
  .honarposh-help         { font-size: 10px; }
  .honarposh-size-grid    { gap: 10px; }
  .honarposh-print-grid   { gap: 14px; }
  .honarposh-color-grid   { gap: 18px; }
  .honarposh-color        { gap: 4px; }
  .honarposh-color__dot   { width: 50px; height: 50px; }
  .honarposh-color__label { font-size: 12px; }
  .honarposh-pill         { min-width: 60px; height: 60px; border-radius: 14px; font-size: 14px; }
  .honarposh-pill--wide   { min-width: 146px; }
  .honarposh-upload       { border-radius: 10px; padding: 6px; }
  .honarposh-note         { font-size: 9px;  margin-top: 2px; }
  .honarposh-liveprice    { margin-top: 10px; font-size: 14px; }
}
