/* stylelint-disable */
.c-trustpilot {
	container-type: inline-size;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	align-items: center;
	justify-content: center;
}

.c-trustpilot_widget {
	width: 100%;
}

@container (min-width: 500px) {
	.c-trustpilot_widget {
		transform: scale(1.2);
	}
}

@container (min-width: 650px) {
	.c-trustpilot_widget {
		transform: scale(1.5);
	}
}

/*# sourceMappingURL=trustpilot.css.map */