.aeco-reviews {
  color: #263a2a;
  font-size: 16px;
  line-height: 1.6;
}

.aeco-product-reviews {
  width: min(100% - 40px, 1100px);
  margin: 48px auto;
  padding: 36px;
  background: #f6f6f1;
  border: 1px solid #d8ddd4;
}

.aeco-featured-reviews {
  width: min(100% - 40px, 760px);
  margin: 40px auto;
  padding: 28px;
  background: #f6f6f1;
  border: 1px solid #d8ddd4;
}

.aeco-reviews h1,
.aeco-reviews h2 {
  margin: 0 0 18px;
  color: #254d34;
  line-height: 1.25;
}

.aeco-reviews-form,
.aeco-reviews-page {
  max-width: 950px;
  margin: 0 auto;
}

.aeco-review-list {
  display: grid;
  gap: 18px;
}

.aeco-review-list--featured {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aeco-review-card {
  padding: 22px;
  background: #fff;
  border: 1px solid #d8ddd4;
}

.aeco-review-stars {
  display: inline-block;
  color: #8a5100;
  letter-spacing: 2px;
  font-size: 1.25rem;
}

.aeco-review-card__text p {
  margin: 14px 0;
}

.aeco-review-card__author,
.aeco-review-card__meta {
  margin: 8px 0 0;
}

.aeco-review-card__meta,
.aeco-review-verification,
.aeco-review-empty,
.aeco-reviews small {
  color: #526057;
  font-size: .92rem;
}

.aeco-review-badge {
  display: inline-block;
  padding: 2px 8px;
  color: #254d34;
  background: #e9f0ea;
  border: 1px solid #8eaa92;
  font-size: .78rem;
  font-weight: 700;
}

.aeco-review-reply {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-left: 3px solid #8a5100;
  background: #f8f7f3;
}

.aeco-review-verification {
  margin: 20px 0 0;
  padding-top: 18px;
  border-top: 1px solid #d8ddd4;
}

.aeco-review-button {
  display: inline-block;
  padding: 11px 18px;
  color: #fff !important;
  background: #254d34;
  border: 1px solid #254d34;
  border-radius: 2px;
  box-shadow: none;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  text-decoration: none !important;
}

.aeco-review-button:hover,
.aeco-review-button:focus-visible {
  color: #fff !important;
  background: #173523;
  border-color: #173523;
}

.aeco-review-button--secondary {
  color: #254d34 !important;
  background: #fff;
}

.aeco-review-button--secondary:hover,
.aeco-review-button--secondary:focus-visible {
  color: #fff !important;
}

.aeco-review-text-link {
  color: #254d34;
  font-weight: 700;
}

.aeco-review-expand {
  display: inline-block;
  margin-top: 4px;
  padding: 0;
  color: #254d34;
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.aeco-review-grid,
.aeco-review-filters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.aeco-review-form p,
.aeco-review-filters {
  margin: 0 0 18px;
}

.aeco-review-form label,
.aeco-rating-fieldset legend,
.aeco-review-filters label {
  display: block;
  color: #263a2a;
  font-weight: 700;
}

.aeco-review-form input[type="text"],
.aeco-review-form input[type="email"],
.aeco-review-form select,
.aeco-review-form textarea,
.aeco-review-filters select {
  box-sizing: border-box;
  width: 100%;
  margin-top: 6px;
  padding: 10px;
  color: #1b271f;
  background: #fff;
  border: 1px solid #6b786f;
  border-radius: 2px;
  font: inherit;
}

.aeco-review-form input:focus-visible,
.aeco-review-form select:focus-visible,
.aeco-review-form textarea:focus-visible,
.aeco-review-button:focus-visible,
.aeco-rating-options input:focus-visible + label {
  outline: 3px solid #8a5100;
  outline-offset: 2px;
}

.aeco-rating-fieldset {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
}

.aeco-rating-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.aeco-rating-options input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.aeco-rating-options label {
  padding: 7px 10px;
  color: #263a2a;
  background: #fff;
  border: 1px solid #6b786f;
  cursor: pointer;
}

.aeco-rating-options input:checked + label {
  color: #fff;
  background: #254d34;
  border-color: #254d34;
}

.aeco-review-consent label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 400;
}

.aeco-review-consent input {
  margin-top: 5px;
}

.aeco-review-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.aeco-review-notice {
  margin: 0 0 18px;
  padding: 14px 16px;
  color: #263a2a;
  background: #fff6df;
  border-left: 4px solid #8a5100;
}

.aeco-review-success {
  background: #e9f0ea;
  border-left-color: #254d34;
}

.aeco-review-pagination {
  display: flex;
  gap: 8px;
  margin: 28px 0;
}

.aeco-review-pagination a,
.aeco-review-pagination span {
  padding: 6px 10px;
  border: 1px solid #6b786f;
}

@media (max-width: 767px) {
  .aeco-product-reviews,
  .aeco-featured-reviews {
    width: calc(100% - 28px);
    margin: 32px auto;
    padding: 24px 18px;
  }

  .aeco-review-list--featured,
  .aeco-review-grid,
  .aeco-review-filters {
    grid-template-columns: 1fr;
  }

}
