body, h1, h2, h3, h4, h5, h6, p, button, span, label, input, select, textarea,
.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
  font-family: "Vazirmatn", Sans-serif, serif !important;
}

.uniland-faq {
  width: 100%;
  margin: 2rem auto;
  font-family: "Vazirmatn", Sans-serif, serif;
  color: #00d8b4; /* رنگ اصلی */
  border: 2px solid #00d8b4;
  border-radius: 0.5rem;
  overflow: hidden;
}

.uniland-faq .tab {
  position: relative;
  border-bottom: 1px solid #00d8b4;
}

.uniland-faq .tab:last-child {
  border-bottom: none;
}

.uniland-faq .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.uniland-faq .tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s ease;
  background: #fff;
  color: #333;
  padding: 0 1rem;
}

.uniland-faq .tab input:checked ~ .tab__content {
  max-height: 500px;
  overflow-y: auto;
  padding: 1rem;
}

.uniland-faq .tab__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background-color: #00d8b4;
  color: white;
  cursor: pointer;
  user-select: none;
  font-weight: bold;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.uniland-faq .tab__label::after {
  content: "\276F";
  font-size: 1.2em;
  transition: transform 0.35s ease;
  transform: rotate(90deg);
}

.uniland-faq .tab input:checked + .tab__label::after {
  transform: rotate(270deg);
}

.uniland-faq .tab__label:hover {
  background-color: #00b396;
}

.uniland-pp-table.pp-table {
  border:none;
  border-collapse:collapse;
  margin:0;
  padding:0;
  text-align:right;
  vertical-align:inherit;
  width:100%;
  border-radius: 15px;
  overflow:hidden;
}

.uniland-pp-table.pp-table .pp-table-cell {
  background-color: #6600D861 !important;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
  padding: 15px 15px 15px 15px;
  font-family: "Vazirmatn", Sans-serif, serif;
  font-size: 13px;
  font-weight: 500;
}

.uniland-pp-table.pp-table .pp-table-cell-content {
  color: #FFFFFF !important;
}

.product-rating {
  display: inline-block;
  direction: ltr;
}

.star {
  color: #ffcc00;
  font-size: 20px;
}

.star.empty {
  color: #d1d1d1; /* رنگ برای ستاره‌های خالی */
}

.star.half {
  color: #ffcc00; /* رنگ برای ستاره‌های نصفه */
  font-size: 18px;
}

.woocommerce .star-rating span::before {
  content: "" !important;
}

.search-filter-component-range-slider__range-text {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.search-filter-input-group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.search-filter-component-range-slider__range-input-wrapper {
  direction: ltr;
}