/* Typography */

.yotpo-headline {
  font-size: 21px !important;
}

.yotpo-title-text,
.yotpo-body-text,
.yotpo-review-title, 
.yotpo-form-label,
.yotpo-reviewer-name,
.yotpo-new-review-btn,
.yotpo-bottom-line-basic-text,
.yotpo-custom-question-headline,
.yotpo-file-input-headline,
.yotpo-custom-questions-option {
  font-size: 13px !important;
}

.yotpo-reviewer-verified-buyer-text,
.yotpo-custom-questions-range-question-title {
  font-size: 13px !important;
}

.yotpo-text-container,
.yotpo-date-format {
  font-size: 0.75rem !important;
}

.yotpo-reviews-pagination-item{
  display: flex;
  align-items: center;
}
/* Buttons */
.yotpo-new-review-btn,
.yotpo-icon-btn,
.yotpo-reviews-pagination-item {
  border-radius: 0 !important;
}

/* Hide elements */
.yotpo-review-votes-text {
  display: none;
}

/* Rating */
.star-container {
  margin-right: 1px !important;
}

.yotpo-star-rating-icon {
  scale: 0.65;
}

.yotpo-empty-state svg {
  display: none;
}

#yotpo-headline-reviews {
  font-weight: 500 !important;
}

/* Hide filters */
.yotpo-custom-questions-filter,
.yotpo-media-filter {
  display: none;
}

/* Dropdown */
.yotpo-dropdown-option--focus,
.yotpo-dropdown-option--hover {
  color: #000000 !important; 
  background-color: transparent !important;
}

.yotpo-dropdown-option-label {
  color: #000000 !important; 
}


.yotpo-dropdown-option--focus .yotpo-star-rating-filter svg,
.yotpo-dropdown-option--hover .yotpo-star-rating-filter svg,
.yotpo-star-rating-filter svg {
  fill: #000000 !important;
  stroke: #000000 !important;
}

.yotpo-score-filter-containerr {
  display: none;
}

#content::placeholder,
#headline::placeholder {
  font-size: 13px !important;
}

.yotpo-new-review-submit,
.yotpo-upload-label,
.yotpo-custom-questions-option,
.yotpo-smart-topic-filter {
  border-radius: 0 !important;
}