/* Review List Sidebar */
.review-list-item {
  gap: 10px 16px;
}

.review-list-item {
  border-bottom: 1px solid #d5d5d5;
  border: 1px solid #000000;
  border-radius: 10px;
  margin-bottom: 10px;
}

/* .review-list-item:last-child {border-bottom: none;} */
.review-list-item:last-child {
  margin-bottom: 0;
}

.review-list-item .special-offer-text {
  font-size: 10px;
  flex-grow: 1;
}

.review-thumbnail img {
  width: auto;
  max-width: 100%;
}

.review-content {
  width: calc(50% - 8px);
  flex-grow: 1;
}

.review-thumbnail {
  width: calc(50% - 8px);
  max-width: 150px;
  flex-shrink: 0;
  text-align: center;
}

.review-list-item {
  width: 100%;
}

.read-review-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  border-radius: 6px;
  min-height: 28px;
  padding: 2px 10px;
  font-weight: 500;
  font-size: 11px;
}

.review-list-item .review-name {
  font-weight: 600;
  text-decoration: underline;
  color: #1e2125;
}

.special-offer-text {
  border-radius: 6px;
  border-style: dashed;
  text-align: center;
  border-color: #4fae55;
  border-width: thin;
  color: #4fae55;
  font-weight: 600;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 10px;
  flex-grow: 1;
}

.read-review-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #0569ff;
  color: #0569ff;
  border-radius: 6px;
  min-height: 28px;
  padding: 2px 10px;
  font-weight: 500;
  font-size: 11px;
}

/*# sourceMappingURL=single.css.map */
