.gk-product-rating-summary {
  align-items: center;
  color: #6a4535;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 5px;
  line-height: 1.35;
  margin: 2px 0 10px;
  text-decoration: none;
}

.gk-product-rating-summary:hover,
.gk-product-rating-summary:focus {
  color: #eb7a00;
  text-decoration: underline;
}

.gk-product-rating-summary:focus-visible {
  border-radius: 4px;
  outline: 2px solid #da925e;
  outline-offset: 3px;
}

.gk-product-rating-stars {
  color: #d8cec7;
  display: inline-block;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 1;
  position: relative;
  white-space: nowrap;
}

.gk-product-rating-stars-filled {
  color: #eb7a00;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.gk-product-rating-separator {
  color: #b9a69a;
}

.gk-product-features-enhanced {
  background: #f8efe5;
  border: 1px solid #e4d8cd;
  border-radius: 14px;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  padding: 12px;
  text-align: left !important;
}

.gk-product-features-enhanced .gk-product-feature-card {
  align-items: center;
  background: rgba(255, 255, 255, .78);
  border: 1px solid #e6dbd2;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(77, 52, 42, .06);
  display: flex;
  gap: 9px;
  margin: 0;
  min-height: 54px;
  min-width: 0;
  overflow: hidden;
  padding: 8px 10px;
}

.gk-product-feature-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  min-width: 0;
}

.gk-product-feature-label {
  color: #76665e;
  font-size: 11px;
  font-weight: 500;
  min-width: 0;
  overflow-wrap: anywhere;
}

.gk-product-feature-value {
  color: #4c342a;
  font-size: 13px;
  font-weight: 700;
  margin-top: 2px;
  overflow-wrap: anywhere;
}

.gk-product-feature-icon {
  align-items: center;
  background: #eee5dc;
  border-radius: 50%;
  color: #5a4035;
  display: inline-flex;
  flex: 0 0 30px;
  font-size: 13px;
  height: 30px;
  justify-content: center;
  width: 30px;
}

@media (max-width: 767.98px) {
  .gk-product-rating-summary {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .gk-product-rating-stars {
    font-size: 16px;
  }

  .gk-product-features-enhanced {
    gap: 6px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 8px;
  }

  .gk-product-features-enhanced .gk-product-feature-card {
    gap: 7px;
    min-height: 52px;
    padding: 7px 8px;
  }

  .gk-product-features-enhanced .gk-product-feature-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .gk-product-feature-value {
    font-size: 12px;
  }

  .gk-product-feature-icon {
    flex-basis: 27px;
    height: 27px;
    width: 27px;
  }
}

@media (max-width: 359.98px) {
  .gk-product-features-enhanced {
    grid-template-columns: 1fr;
  }

  .gk-product-features-enhanced .gk-product-feature-card:last-child:nth-child(odd) {
    grid-column: auto;
  }
}
