.frame-type-pxbrandconsult_provenexpertrating:not(:has(.px-provenexpert)) {
	display: none;
}

.foot-provenexpert {
	flex-wrap: wrap;
}

@media (min-width: 1191px) {
	.frame-type-pxbrandconsult_provenexpertrating {
		min-width: 230px;
	}
}

.px-provenexpert {
	--pe-star-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M14.4639 9.21094L14.5811 9.44824L14.8438 9.48438L20.4023 10.25L16.3672 14.0869L16.1719 14.2725L16.2197 14.5381L17.1973 19.9883L12.2324 17.3809L12 17.2588L11.7676 17.3809L6.80176 19.9883L7.78027 14.5381L7.82812 14.2725L7.63281 14.0869L3.59668 10.25L9.15625 9.48438L9.41895 9.44824L9.53613 9.21094L12 4.22266L14.4639 9.21094Z' fill='%23000' stroke='%23000' stroke-width='1'/%3E%3C/svg%3E");
	--pe-star-size: 22px;
	--pe-star-color: #ab9044;
	--pe-star-muted: #d5cfc0;
	--pe-text-color: #726542;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	max-width: 100%;
	color: var(--pe-text-color);
}

.pe-seal {
	display: inline-block;
	max-width: 200px;
}

.pe-seal img {
	width: 100%;
	height: auto;
}

.pe-rating {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	max-width: 100%;
	color: inherit;
	font-size: 16px;
	line-height: 1.2;
	text-decoration: none;
}

.pe-rating__name {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	border: 0;
	clip-path: inset(50%);
}

.pe-rating__count {
	font-size: 0.8em;
	line-height: 1.2;
	text-decoration: underline;
	overflow-wrap: anywhere;
}

.pe-rating__number {
	font-weight: 700;
}

.pe-rating:hover .pe-rating__count,
.pe-rating:focus-visible .pe-rating__count {
	text-decoration: none;
}

.pe-stars {
	position: relative;
	display: inline-block;
	flex: none;
	width: calc(var(--pe-star-size) * 5);
	height: var(--pe-star-size);
	vertical-align: middle;
}

.pe-stars__base,
.pe-stars__fill {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	-webkit-mask-image: var(--pe-star-mask);
	mask-image: var(--pe-star-mask);
	-webkit-mask-repeat: repeat-x;
	mask-repeat: repeat-x;
	-webkit-mask-position: left center;
	mask-position: left center;
	-webkit-mask-size: var(--pe-star-size) var(--pe-star-size);
	mask-size: var(--pe-star-size) var(--pe-star-size);
}

.pe-stars__base {
	width: 100%;
	background-color: var(--pe-star-muted);
}

.pe-stars__fill {
	width: 0;
	max-width: 100%;
	background-color: var(--pe-star-color);
}

.pe-stars--small {
	--pe-star-size: 16px;
}

.pe-recommendation {
	margin: 0;
	font-size: 0.9em;
}

.pe-reviews__headline {
	margin: 0 0 8px;
	font-weight: 700;
	font-size: 0.9em;
}

.pe-reviews__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pe-review {
	display: flex;
	flex-direction: column;
	gap: 4px;
	max-width: 42ch;
}

.pe-review__text {
	margin: 0;
	font-size: 0.9em;
	line-height: 1.4;
}

.pe-review__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	font-size: 0.8em;
	opacity: 0.8;
}

.pe-awards {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.pe-award {
	display: inline-block;
	width: 180px;
	max-width: 100%;
	perspective: 1000px;
}

.pe-award__inner {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 1;
	transform-style: preserve-3d;
	transition: transform 0.6s;
}

.pe-award:hover .pe-award__inner,
.pe-award:focus-visible .pe-award__inner {
	transform: rotateY(180deg);
}

.pe-award__face {
	position: absolute;
	inset: 0;
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.pe-award__face--back {
	transform: rotateY(180deg);
}

.pe-award__face img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pe-award__face--back img {
	box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.1);
}

@media (prefers-reduced-motion: reduce) {
	.pe-award__inner {
		transition: none;
	}
}
