/* Judge.me product review widget — archive labelledelabaie.fr layout */

body.ldb-native-shop-product-page #judgeme_product_reviews,
body.ldb-native-shop-product-page .jdgm-rev-widg {
	background: #fff;
	color: #2d365a;
}

body.ldb-native-shop-product-page .jdgm-rev-widg {
	display: block !important;
	padding: 24px 16px;
	box-sizing: border-box;
}

body.ldb-native-shop-product-page .jdgm-temp-hiding-style {
	display: none !important;
}

body.ldb-native-shop-product-page .jdgm-rev-widg__header {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	text-align: center;
	padding-bottom: 24px;
}

body.ldb-native-shop-product-page .jdgm-rev-widg__title {
	flex: 0 0 100%;
	width: 100%;
	margin: 0 0 24px;
	font-family: "Captain Nelson serif printed", "Captain Nelson serif", serif;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.4;
	color: #2d365a;
}

body.ldb-native-shop-product-page .jdgm-rich-snippet {
	display: none !important;
}

body.ldb-native-shop-product-page .jdgm-rev-widg__summary {
	flex: 0 0 30%;
	max-width: 30%;
	order: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
	padding: 0 12px;
	box-sizing: border-box;
}

body.ldb-native-shop-product-page .jdgm-rev-widg__summary-stars {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: left;
	line-height: 1.4;
}

body.ldb-native-shop-product-page .jdgm-rev-widg__summary-stars .jdgm-star {
	font-size: 16px;
	padding: 0 4px 0 0 !important;
}

body.ldb-native-shop-product-page .ldb-jdgm-avg-label {
	margin-left: 2px;
	font-size: 1rem;
	font-weight: 400;
	color: #2d365a;
}

body.ldb-native-shop-product-page .ldb-jdgm-based-on,
body.ldb-native-shop-product-page .jdgm-rev-widg__summary-count {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
	justify-content: flex-start;
	font-size: 0.95rem;
	color: #2d365a;
}

body.ldb-native-shop-product-page .ldb-jdgm-verified-icon {
	width: 17px;
	height: 17px;
	display: block;
}

body.ldb-native-shop-product-page .jdgm-histogram {
	flex: 0 0 40%;
	max-width: 40%;
	order: 2;
	display: block !important;
	border-left: 1px solid rgba(51, 153, 153, 0.1);
	padding: 0 16px;
	box-sizing: border-box;
	font-size: 0.74rem;
}

body.ldb-native-shop-product-page .jdgm-histogram__row {
	margin-bottom: 10px;
	height: 14px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

body.ldb-native-shop-product-page .jdgm-histogram__row:last-child {
	margin-bottom: 0;
}

body.ldb-native-shop-product-page .jdgm-histogram__clear-filter {
	display: none !important;
}

body.ldb-native-shop-product-page .jdgm-histogram__star {
	display: inline-block;
	vertical-align: middle;
	line-height: 14px;
}

body.ldb-native-shop-product-page .jdgm-histogram__star .jdgm-star {
	color: rgb(16, 132, 116) !important;
	font-size: 13px;
	line-height: 13px;
	padding: 0 3px 0 0 !important;
}

body.ldb-native-shop-product-page .jdgm-histogram__percentage {
	display: none !important;
}

body.ldb-native-shop-product-page .jdgm-histogram__bar {
	margin: 0 24px;
	width: 140px;
	min-width: 80px;
	flex: 0 0 140px;
	height: 14px;
	background: rgba(224, 224, 224, 0.5);
	display: inline-block;
	vertical-align: middle;
}

body.ldb-native-shop-product-page .jdgm-histogram__bar-content {
	height: 14px;
	background-color: rgb(51, 153, 153);
	border-radius: 0;
}

body.ldb-native-shop-product-page .jdgm-histogram__frequency {
	width: 24px;
	text-align: left;
	color: #7b7b7b;
	margin-left: 0;
}

body.ldb-native-shop-product-page .jdgm-write-rev-link {
	flex: 0 0 30%;
	max-width: 30%;
	order: 3;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border-left: 1px solid rgba(51, 153, 153, 0.1);
	align-self: stretch;
	box-sizing: border-box;
	width: calc(100% - 24px);
	max-width: 240px;
	margin: 0 auto;
	padding: 10px 16px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	white-space: normal;
	color: #fff !important;
	background-color: rgb(51, 153, 153);
	border: 2px solid rgb(51, 153, 153);
	border-radius: 0;
	text-decoration: none !important;
}

body.ldb-native-shop-product-page .jdgm-rev-widg__sort-wrapper {
	order: 4;
	flex: 0 0 100%;
	width: 100%;
	padding: 8px 0;
	border-top: 1px solid rgba(51, 153, 153, 0.1);
}

body.ldb-native-shop-product-page .jdgm-rev-widg__body {
	border-top: 1px solid rgba(51, 153, 153, 0.1);
}

body.ldb-native-shop-product-page .jdgm-rev {
	border-top: 1px solid rgba(51, 153, 153, 0.1);
	margin: 0;
	padding: 16px 0;
}

body.ldb-native-shop-product-page .jdgm-rev__header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
	gap: 0 8px;
}

body.ldb-native-shop-product-page .jdgm-rev__rating {
	order: 1;
	flex: 1 1 auto;
}

body.ldb-native-shop-product-page .jdgm-rev__rating .jdgm-star {
	padding: 0 4px 0 0 !important;
}

body.ldb-native-shop-product-page .jdgm-rev__timestamp {
	order: 2;
	margin-left: auto;
	color: #7b7b7b;
	font-size: 0.74rem;
	min-height: 10px;
}

body.ldb-native-shop-product-page .jdgm-rev__timestamp.jdgm-spinner {
	width: auto;
	height: auto;
	border: 0;
	animation: none;
	margin: 0;
}

body.ldb-native-shop-product-page .jdgm-rev__icon {
	order: 3;
	float: none;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: rgba(224, 224, 224, 0.5);
	border-radius: 0;
	margin-right: 8px;
}

body.ldb-native-shop-product-page .jdgm-rev__author-wrapper {
	order: 4;
}

body.ldb-native-shop-product-page .jdgm-rev__author {
	color: rgb(51, 153, 153);
}

body.ldb-native-shop-product-page .jdgm-rev__buyer-badge-wrapper {
	order: 5;
}

body.ldb-native-shop-product-page .jdgm-rev__br {
	display: none !important;
}

body.ldb-native-shop-product-page .jdgm-rev__title {
	display: block;
	margin-bottom: 8px;
	font-size: 0.9rem;
	font-weight: 700;
}

body.ldb-native-shop-product-page .jdgm-rev__body p {
	font-size: 1rem;
	line-height: 1.4;
	margin: 0;
}

body.ldb-native-shop-product-page .jdgm-paginate {
	border-top: 1px solid rgba(51, 153, 153, 0.1);
	padding: 16px 0;
	width: 100%;
	text-align: center;
}

body.ldb-native-shop-product-page .jdgm-paginate a {
	color: rgb(51, 153, 153);
	text-decoration: underline;
	padding: 4px 8px;
	display: inline-block;
	min-width: 32px;
	vertical-align: middle;
}

body.ldb-native-shop-product-page .jdgm-paginate a.jdgm-curt {
	color: #7b7b7b;
	font-weight: 700;
	font-size: 1.3rem;
	pointer-events: none;
	text-decoration: none;
}

@media (max-width: 991px) {
	body.ldb-native-shop-product-page .jdgm-rev-widg__summary,
	body.ldb-native-shop-product-page .jdgm-histogram,
	body.ldb-native-shop-product-page .jdgm-write-rev-link {
		flex: 0 0 100%;
		max-width: 100%;
		border-left: 0 !important;
		padding: 12px 0;
	}

	body.ldb-native-shop-product-page .jdgm-histogram__bar {
		flex: 1 1 auto;
		width: auto;
		max-width: 140px;
	}
}
