.review-wrapper {
  font-family: "Roboto", sans-serif;
  border: 1px solid #e1e6da;
  border-radius: 8px;
  background: #fff;
  padding: 25px;
  color: #222;
}

/* Header */
.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.review-title h3 {
  font-size: 24px;
  margin: 0;
  font-weight: 600;
  color: #222;
}
.rating-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}
.stars .star-rating span::before {
  color: #f1b600 !important;
}
.rating-count {
  font-size: 16px;
  color: #333;
}
.leave-review-btn {
  border: 1.8px solid #8ebd61;
  color: #486d2a;
  font-weight: 600;
  padding: 8px 22px;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}
.leave-review-btn:hover {
  background: #8ebd61;
  color: #fff;
}

/* Divider */
.divider,
.divider-thin {
  border: none;
  border-top: 1px solid #e4e4e4;
}
.divider-thin {
  margin: 15px 0 0;
}

/* Filters */
.review-filters {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 15px 0;
  flex-wrap: wrap;
  font-size: 14px;
  color: #444;
}
.review-left {
  font-weight: 500;
}
.review-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.review-right label {
  font-weight: 500;
  color: #555;
}
.review-right select {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 8px;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
}

/* Reviews */
.review-card {
  padding: 18px 0;
}
.review-meta {
  font-size: 15px;
  color: #333;
  margin-bottom: 6px;
}
.review-meta .verified {
  color: #3a9e2f;
  font-size: 13px;
  margin-left: 6px;
}
.review-dot {
  margin: 0 6px;
  color: #888;
}

/* Star colors for each review */
.review-stars .star-rating span::before {
  color: #f1b600 !important;
}
.review-stars {
  margin-bottom: 5px;
}

.review-title-text {
  color: #1b4e85;
  font-weight: 600;
  margin: 8px 0 6px;
}
.review-content {
  color: #333;
  line-height: 1.6;
  margin-bottom: 10px;
}
.review-helpful {
  font-size: 14px;
  color: #444;
  display: flex;
  align-items: center;
  gap: 8px;
}
.review-helpful .thumb {
  color: #5a7c2e;
  cursor: pointer;
}
.no-reviews {
  font-style: italic;
  color: #666;
  padding: 15px;
}
    .reviews-section {
  font-family: "Roboto", sans-serif;
  /background: #fff;/
  /border: 1px solid #e0e0e0;/
  /border-radius: 10px;/
  padding: 25px;
  margin-top: 40px;
}

.reviews-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  /border-bottom: 1px solid #c5d1b0;/
  padding-bottom: 15px;
}

.reviews-header h2 {
  font-size: 24px;
  color: #333;
  margin: 0;
}

.rating-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #111;
}

.stars {
  color: #f1b600;
  font-size: 22px;
  letter-spacing: 2px;
}

.leave-review-btn {
  background: transparent;
  border: 2px solid #9cc36d;
  color: #5a7c2e;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
      min-width: 210px;
}
.leave-review-btn:hover {
  background: #9cc36d;
  color: #fff;
}

.review-filters {
  margin: 20px 0;
  border-bottom: 2px solid #058f46;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #444;
  font-size: 14px;
}

.review-item {
  padding: 20px 0;
}

.review-user {
  font-size: 15px;
  color: #333;
  margin-bottom: 5px;
}

.review-user .verified {
  color: #3b8e1e;
  font-size: 13px;
  margin-left: 8px;
}

.review-rating {
  color: #f1b600;
  font-size: 18px;
}

.review-item h4 {
  color: #1b4e85;
  margin: 10px 0 8px;
}

.review-helpful {
  font-size: 14px;
  margin-top: 10px;
  color: #333;
}
.review-helpful .thumb {
  margin-left: 10px;
  color: #5a7c2e;
  cursor: pointer;
}
