:root {
    --swiper-theme-color: #ff7900 !important;
}

.fcs-reviews .fcs-review-item-reviewed {
    display: none;
}

.fcs-review-author {
    font-size: 20px;
    font-weight: 600;
}

.fcs-summary .fcs-review-rating {
    margin-top: 8px;
}

.fcs-summary .fcs-review-rating > div {
    display: flex;
}

.fcs-review-rating .eva-star {
  color: #00E57B;
  font-size: 18px;
  margin-right: 3px;
}

.fcs-review-rating .eva-star-outline {
  color: #c4cee0;
  font-size: 18px;
}

.fcs-summary .fcs-review-rating .eva-star-outline {
    color: #5f6c8c;
    font-size: 18px;
  }

.swiper-wrapper {
    padding: 0 0 64px;
}

.feedback-logo {
    margin-bottom: 6px;
    margin-top: 16px;
}

.summary {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.score {
    width: 30%;
}

.score span {
    width: 96px;
    height: 96px;
    line-height: calc( 96px - 12px );
    text-align: center;
    border: 5px solid #ffffff;
    border-radius: 25em;
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

.content {
    width: 70%;
}

.content h5 {
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
    margin: 0;
    color: #FFFFFF;
}

.content p {
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    margin: 0;
    color: #FFFFFF;
}

.feedback-logo {
    height: 24px !important;
    margin:  8px 0 0 0;
}