[class*="yotpo-display-"][class*="yotpo-device-"][style] p.yotpo-headline {
    font-size: 42px;
    padding-bottom: 10px;
    line-height: 1.2;
    word-break: break-word;
}
[class*="yotpo-display-"][class*="yotpo-device-mobile"][style] p.yotpo-headline {
    white-space: normal;
    max-width: 90%;
}

.yotpo-custom-questions-wrapper {
    grid-template-columns: 7fr 3fr !important;
}

.yotpo-custom-questions-wrapper .yotpo-custom-questions-title {
  	font-size: 13px !important;
	font-weight: bolder;
  	color: rgba(0, 0, 0, 1) !important;
  	text-transform: none !important;
}

.yotpo-custom-questions-wrapper .yotpo-custom-questions-value {
  	font-size: 13px !important;
  	color: rgba(0, 0, 0, 1) !important;
}

.yotpo-custom-questions-meta-data-wrapper .yotpo-custom-questions-meta-data-question .yotpo-custom-questions-meta-data-title {
	display: none !important;
}

.yotpo-custom-questions-meta-data-wrapper .yotpo-custom-questions-meta-data-question .yotpo-custom-questions-meta-data-value {
	font-weight: bolder !important;
  	color: rgba(0, 0, 0, 1) !important;
}

/* COMSHOP-5778 hide "Is IBO?" filter */
.yotpo-custom-questions-filter:has(.yotpo-selected-value[title="Is IBO?"]) {
  display: none !important;
}