.ecosh__review-summary-widget {
  font-family: "Hind Siliguri", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 1.3;
  padding: 1em 0;
  border-bottom: 1px solid rgba(14, 157, 91, 0.35);
}

.ecosh__rsw-wrapper, .ecosh__rsw-column, .ecosh__rsw-row,
.e__rsw-row {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: auto;
}

.ecosh__rsw-header .ecosh__rsw-title {
  margin: 0.25em 0;
  padding: 0;
  font-size: 1.5em;
  font-weight: 600;
}

.ecosh__rsw-row,
.e__rsw-row {
  display: flex;
  gap: 1em;
  padding: 0;
}

.e__rsw-row {
  gap: 0.5em;
}

.ecosh__rsw-column {
  padding: 0.5em 1em;
}

.e__total-rating-number {
  color: #0e9d5b;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid currentColor;
  border-radius: 0.25em;
}
.e__total-rating-number h3 {
  margin: 0;
  padding: 0;
}

.e__total-rating-stars {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.25em;
}
.e__total-rating-stars .e__trs-stars {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.e__total-rating-stars .e__trs-stars .empty-stars, .e__total-rating-stars .e__trs-stars .filled-stars {
  white-space: nowrap;
}
.e__total-rating-stars .e__trs-stars .empty-stars:before, .e__total-rating-stars .e__trs-stars .filled-stars:before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-style: normal;
  display: block;
  line-height: 1;
  content: "\f005\f005\f005\f005\f005";
}
.e__total-rating-stars .e__trs-stars .empty-stars {
  position: relative;
  color: rgba(14, 157, 91, 0.35);
}
.e__total-rating-stars .e__trs-stars .filled-stars {
  position: absolute;
  top: 0;
  left: 0;
  color: #0e9d5b;
  overflow: hidden;
  width: var(--rating-width, 80%);
  z-index: 1;
}
.e__total-rating-stars .e__trs-caption {
  font-size: 0.75em;
}

.ecosh__rsw-rating-graph-wrapper {
  font-size: 0.75em;
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
.ecosh__rsw-rating-graph-wrapper .e__rsw-row .e__rsw-col:nth-child(2) {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ecosh__rsw-rating-graph-wrapper .e__rsw-row .e__rsw-col:nth-child(3) {
  width: 25%;
}
.ecosh__rsw-rating-graph-wrapper .e__rsw-rg-line {
  position: relative;
  line-height: 1;
  width: 100%;
  height: 0.25em;
}
.ecosh__rsw-rating-graph-wrapper .e__rsw-rg-line .line-empty {
  background-color: rgba(14, 157, 91, 0.35);
  position: relative;
  width: 100%;
  height: 100%;
}
.ecosh__rsw-rating-graph-wrapper .e__rsw-rg-line .line-fill {
  background-color: #0e9d5b;
  position: absolute;
  top: 0;
  left: 0;
  width: var(--line-width, 100%);
  height: 100%;
  z-index: 1;
}
.ecosh__rsw-rating-graph-wrapper .e__rsw-rg-line .line-empty {
  height: 0.25em;
  width: 100%;
}

.ecosh__rsw-actions-wrapper {
  font-size: 0.875em;
}
.ecosh__rsw-actions-wrapper .e__rsw-row {
  flex-direction: column;
  justify-content: center;
}
.ecosh__rsw-actions-wrapper .e__rsw-rg-button {
  color: white;
  font-weight: 600;
  background-color: #0e9d5b;
  border-radius: 9999px;
  padding: 0.75em 1.5em;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  margin-top: 0.5em;
  transition: background-color 0.3s ease;
}
.ecosh__rsw-actions-wrapper .e__rsw-rg-button:hover {
  background-color: rgb(9.8245614035, 110.1754385965, 63.8596491228);
}

.ecosh__rsw-footer {
  padding-top: 1em;
  align-items: flex-start;
}
.ecosh__rsw-footer .ecosh__rsw-column-third {
  width: 33.3333333333%;
  margin: 0;
}
.ecosh__rsw-footer .ecosh__rsw-column-third select {
  width: 100%;
  padding: 0.5em 2.5em 0.5em 1em;
  border: 1px solid rgba(14, 157, 91, 0.35);
  border-radius: 0.25em;
  background-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #0e9d5b 50%), linear-gradient(135deg, #0e9d5b 50%, transparent 50%);
  background-position: calc(100% - 1.1em) calc(50% - 0.12em), calc(100% - 0.8em) calc(50% - 0.12em);
  background-size: 0.35em 0.35em, 0.35em 0.35em;
  background-repeat: no-repeat;
}
.ecosh__rsw-footer .ecosh__rsw-column-third select:focus {
  outline: none;
  border-color: #0e9d5b;
}

@media (max-width: 768px) {
  .ecosh__rsw-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .ecosh__rsw-row {
    flex-direction: column;
  }
  .ecosh__rsw-row .ecosh__rsw-column-third {
    width: 100%;
  }
}

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