.pr-header {
  border-bottom: 3px solid #28a745;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.pr-back-link {
  color: rgb(34, 34, 34);
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 20px;
  display: inline-block;
}

.pr-subheading {
  font-weight: 500;
  font-size: 20px;
}

.pr-back-link:hover {
  color: #1e7e34;
  text-decoration: none;
}

.pr-filter-section {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.custom-select-wrapper {
  position: relative;
  width: 100%;
}

.pr-custom-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding: 8px 40px 8px 12px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
}

.pr-custom-select:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 999;
  margin-top: 2px;
}

.custom-option {
  padding: 6px 12px;
  cursor: pointer;
  font-size: 14px;
  color: #212529;
}

.custom-option:hover {
  background-color: #f8f9fa;
}

.stars {
  color: #ffc107;
  font-size: 12px;
  margin-right: 4px;
}

.stars i.bi-star {
  color: grey;
}

.pr-filter-label {
  font-weight: 600;
  font-size: 14px;
  color: #495057;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pr-active-filter {
  background-color: #e9ecef;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.pr-reset-btn {
  background: none;
  border: none;
  color: #6c757d;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

.pr-reset-btn:hover {
  color: #495057;
}

.pr-review-card {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.pr-reviewer-name {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 2px;
}

.pr-review-date {
  font-size: 12px;
  color: #6c757d;
  margin-bottom: 10px;
}

.pr-stars {
  color: #ffc107;
  font-size: 14px;
}

.pr-stars-empty {
  color: #e9ecef;
}

.pr-review-text {
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
}

.pr-load-more {
  background-color: #28a745;
  border: none;
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}

@media (max-width: 768px) {
  .pr-load-more {
    padding: 8px 16px;
  }
}

.pr-load-more:hover {
  background-color: #1e7e34;
}

.pr-dropdown-option {
  padding: 8px 12px;
  font-size: 14px;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.pr-dropdown-option:hover {
  background-color: #f8f9fa;
}

.pr-dropdown-menu {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px;
}
