/* improve contrast on the main page, to make Lighthouse happier */
.product__short-description {
	color: #111;
}

.f-group.configurator-selector {
	display: block;
	width: 90%;
	border: 1px solid #d1d1d1;
	padding: .66ex 6ex;
	text-align: center;
}

.f-group.configurator-selector:has(input[type=radio]:checked) {
	background: rgb(17, 17, 17);
	color: white;
}

.f-group.configurator-selector:has(input[type=radio]) {
	background: white;
	color: rgb(17, 17, 17);
}

	/* 'customer opinions' in product view */
#opinions_section .opinions_element_confirmed.--true::before {
	background-color: #999 !important;
}

#opinions_section .opinions_element_confirmed.--true {
	background-color: transparent !important;
}

#opinions_section .opinions_element_confirmed strong {
	color: #999 !important;
}
