.elementor-60213 .elementor-element.elementor-element-9d08f6b{--display:flex;overflow:visible;}/* Start custom CSS for post-comments, class: .elementor-element-953380f */#reviews {
  display: grid !important;
  grid-template-columns: 1fr 1fr; /* دو ستون مساوی */
  gap: 30px; /* فاصله بین ستون‌ها */
  align-items: start; /* بالا چین بشن */
}


.elementor-60213 .elementor-element.elementor-element-953380f h2{
    font-size: 16px !important;
}
.elementor-60213 .elementor-element.elementor-element-953380f input[type="submit"]:hover{
    background-color: var(--e-global-color-primary);
}
.elementor-60213 .elementor-element.elementor-element-953380f ol {
    list-style: none;
}
#comments {
  max-height: 400px; /* ارتفاع دلخواه */
  overflow-y: auto;  /* اسکرول عمودی فعال میشه */
  padding-right: 10px; /* فقط برای فاصله داخلی (اختیاری) */
}

/* استایل اسکرول در مرورگرهای جدید (اختیاری) */
#comments::-webkit-scrollbar {
  width: 6px;
}
#comments::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 3px;
}
#comments::-webkit-scrollbar-thumb:hover {
  background: #777;
}
/* نمایش ستاره به جای متن در فرم دیدگاه ووکامرس / وودمارت */
p.stars a {
    display: inline-block;
    font-size: 24px;
    color: #ccc;
    text-indent: -9999px; /* متن "1 star" رو مخفی میکنه */
    position: relative;
    margin-right: 10px;
}

p.stars a::before {
    content: "★";
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    color: #ccc;
}

/* وقتی ستاره انتخاب شد */
p.stars a:hover::before,
p.stars a.active::before,
p.stars a:hover ~ a::before,
p.stars a.active ~ a::before {
    color: #f6b500; /* رنگ ستاره پر */
}/* End custom CSS */