
.comment-wrapper {
  width: 100%;
}
.comment-wrapper > .views-element-container {
  padding: 2rem;
  background-color: #FFFFFF;
}
@media (min-width: 72em) {
  .comment-wrapper > .views-element-container {
    margin: 1rem 0 2rem;
    padding: 4rem;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  }
}
.comment-wrapper .views-exposed-form {
  padding: 2rem;
  background-color: #FAFAFA;
}
@media (min-width: 62em) {
  .comment-wrapper .views-exposed-form {
    padding: 2rem 4rem;
  }
}
.comment-wrapper .views-exposed-form .dsu-ratings-reviews-sort-fieldset {
  width: 100%;
}
.comment-wrapper .views-exposed-form .dsu-ratings-reviews-sort-fieldset .fieldset-wrapper {
  display: flex;
  gap: 1rem;
  margin-bottom: 32px;
}
.comment-wrapper .views-exposed-form .fivestar-average-stars {
  flex: 1;
}
.comment-wrapper .views-exposed-form .dsu-ratings-reviews-stars-wrapper {
  flex: 3;
}
.comment-wrapper {
  
}
.comment-wrapper .fivestar-average-stars.fivestar-basic {
  margin: 2rem 0;
  align-self: center;
}
.comment-wrapper .fivestar-average-stars.fivestar-basic .form-type-dsu-fivestar,
.comment-wrapper .fivestar-average-stars.fivestar-basic .form-type-dsu-fivestar .input-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.comment-wrapper .fivestar-average-stars.fivestar-basic .input-group-prepend .input-group-text {
  border: none;
  background-color: transparent;
}
.comment-wrapper .fivestar-average-stars.fivestar-basic .input-group-append .input-group-text {
  background-color: transparent;
  border: none;
}
.comment-wrapper {
  
}
@media (min-width: 62em) {
  .comment-wrapper .dsu-ratings-reviews-stars-wrapper {
    padding-left: 4rem;
    border-left: solid 1px #000000;
  }
}
.comment-wrapper .dsu-ratings-reviews-stars-wrapper .fieldset-legend {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}
.comment-wrapper .dsu-ratings-reviews-stars-wrapper .form-item-stars {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 0;
}
.comment-wrapper .dsu-ratings-reviews-stars-wrapper .form-check-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.comment-wrapper .dsu-ratings-reviews-stars-wrapper .form-check-label {
  display: block;
  cursor: pointer;
}
.comment-wrapper .dsu-ratings-reviews-stars-wrapper .field-suffix {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
.comment-wrapper .dsu-ratings-reviews-stars-wrapper progress {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 8px;
  margin-top: 0.5rem;
}
.comment-wrapper .dsu-ratings-reviews-stars-wrapper progress::-webkit-progress-bar {
  background-color: #FFFFFF;
}
.comment-wrapper .dsu-ratings-reviews-stars-wrapper progress::-webkit-progress-value {
  background-color: #000000;
}
.comment-wrapper .dsu-ratings-reviews-stars-wrapper .rating {
  position: absolute;
  right: 0;
  top: 0;
}


.dsu-ratings-reviews-comment {
  width: 100%;
  margin: 1rem 0;
  padding: 1rem;
  background-color: #FAFAFA;
}
@media (min-width: 62em) {
  .dsu-ratings-reviews-comment {
    display: grid;
    grid-template-columns: 12rem 1fr;
    padding: 4rem;
  }
}
.dsu-ratings-reviews-comment .comment__meta {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0;
}
.dsu-ratings-reviews-comment .comment__content {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 1rem;
  border: none;
  background-color: #FFFFFF;
}
.dsu-ratings-reviews-comment .field--name-field-dsu-comment {
  margin: 1rem 0;
}
.dsu-ratings-reviews-comment .usefulness {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
}
.dsu-ratings-reviews-comment .comment-forbidden {
  margin: 1rem 0;
}


.comment-wrapper .comment-form__title {
  margin-bottom: 0;
  padding: 4rem 1rem 1.5rem;
  text-align: center;
}

.comment-dsu-ratings-reviews-comment-type-form {
  margin: 0 2rem;
  padding: 1rem;
}
@media (min-width: 62em) {
  .comment-dsu-ratings-reviews-comment-type-form {
    max-width: 50em;
    margin: 0 auto 1rem;
    padding: 3rem 4.3rem;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  }
}
/*# sourceMappingURL=ratings_reviews.css.map */
