.yotpo-filters-container .yotpo-search-filter .yotpo-search-label .yotpo-search-input,
.yotpo-filters-container input, .yotpo-filters-container button  {
  border-radius: 0 !important
}
.yotpo-header-container {
  background-color: #F2F2F3;
  padding: 1.5rem
}
.yotpo-display-l .yotpo-main-layout .yotpo-head .yotpo-headline, .yotpo-display-m .yotpo-main-layout .yotpo-head .yotpo-headline {
  font-size: 24px;
  flex-basis: 0 !important; 
  margin-left: 0 !important;
}

.yotpo-display-s .yotpo-head .yotpo-headline {
 margin-top: unset !important;
    align-self: baseline !important;
  margin-bottom: 16px
}
.yotpo-display-l .yotpo-main-layout .yotpo-head, .yotpo-display-m .yotpo-main-layout .yotpo-head {
  margin-bottom: 24px !important; 
  margin-top:88px !important}

.yotpo-display-l .yotpo-main-layout .yotpo-layout-header-wrapper[data-v-012a3912] {
	margin-bottom:0
}

#yotpo-reviews-main-widget .yotpo-bottom-line-question-wrapper-vertical {
    width: 100%;
}

#yotpo-reviews-main-widget .yotpo-bottom-line {
    margin: 0;
  align-items: center
}

#yotpo-reviews-main-widget .yotpo-layout-header-wrapper {
    margin: 0;
}

.yotpo-reviews-main-widget .yotpo-custom-questions-range-question-wrapper[type="Size"] .yotpo-custom-questions-range-question-value {
    justify-content: space-between !important;
    font-size: 10px !important;
}

.yotpo-reviews-main-widget .yotpo-custom-questions-range-question-wrapper[type="Size"] .yotpo-custom-questions-range-question-value[title="Runs small"] {
    /* order: 1; */
}

.yotpo-reviews-main-widget .yotpo-custom-questions-range-question-wrapper[type="Size"] .yotpo-custom-questions-range-question-value[title="Runs small"]:before {
    content: "Runs large";
    order: 3;
}

.yotpo-reviews-main-widget .yotpo-custom-questions-range-question-wrapper[type="Size"] .yotpo-custom-questions-range-question-value[title="Runs small"]:after {
    content: "True to size";
    order: 2;
}

.yotpo-reviews-main-widget .yotpo-custom-questions-range-question-wrapper[type="Size"] .yotpo-custom-questions-range-question-value[title="True to size"] {
    /* order: 2; */
}

.yotpo-reviews-main-widget .yotpo-custom-questions-range-question-wrapper[type="Size"] .yotpo-custom-questions-range-question-value[title="True to size"]:before {
    content: "Runs small";
    /* order: 1; */
}

.yotpo-reviews-main-widget .yotpo-custom-questions-range-question-wrapper[type="Size"] .yotpo-custom-questions-range-question-value[title="True to size"]:after {
    content: "Runs large";
    /* order: 3; */
}

.yotpo-reviews-main-widget .yotpo-custom-questions-range-question-wrapper[type="Size"] .yotpo-custom-questions-range-question-value[title="Runs large"] {
    /* order: 3; */
}

.yotpo-reviews-main-widget .yotpo-custom-questions-range-question-wrapper[type="Size"] .yotpo-custom-questions-range-question-value[title="Runs large"]:before {
    content: "Runs small";
    order: -2;
}

.yotpo-reviews-main-widget .yotpo-custom-questions-range-question-wrapper[type="Size"] .yotpo-custom-questions-range-question-value[title="Runs large"]:after {
    content: "True to size";
    order: -1;
}