.single-product .related-products-wrapper {
	position: relative;
	margin-top: 26px;
	padding-top: 10px;
	border-top: 2px solid #e9f3f8;
}

.single-product .related-products-wrapper .product-section-title-related {
	color: #16384d;
	font-weight: 800;
	letter-spacing: 0;
}

.single-product .related-products-wrapper .product.waisf-hero-recommended .box {
	height: 100%;
	border: 1px solid #dcecf3;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 4px 16px rgba(25, 118, 184, .07);
	overflow: hidden;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.single-product .related-products-wrapper .product.waisf-hero-recommended .box:hover {
	transform: translateY(-2px);
	border-color: #a9d9ea;
	box-shadow: 0 8px 22px rgba(25, 118, 184, .13);
}

.single-product .related-products-wrapper .product.waisf-hero-recommended .box-image {
	position: relative;
}

.waisf-admin-score-debug {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 9px 4px 3px;
	padding: 9px;
	border: 1px dashed #a7aaad;
	border-radius: 8px;
	background: #fffceb;
	color: #30343b;
	font-size: 11px;
	line-height: 1.65;
	text-align: right;
}

.waisf-admin-score-debug > strong {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
}

.waisf-admin-score-debug > span,
.waisf-admin-score-debug > small {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
	padding: 2px 6px;
	border-radius: 5px;
	background: #f0f0f1;
}

.waisf-admin-score-debug > span > strong {
	color: #135e96;
	font-size: 12px;
}

.waisf-admin-score-debug .has-sale {
	background: #dff5e7;
	color: #087443;
	font-weight: 800;
}

.waisf-admin-score-debug .no-sale {
	background: #fbe5e5;
	color: #b32d2e;
	font-weight: 800;
}

.waisf-admin-score-debug .score {
	display: inline-block;
	padding: 1px 5px;
	border-radius: 5px;
	background: #e5f1fb;
	color: #135e96;
	font-weight: 800;
}

@media (max-width: 549px) {
	.single-product .related-products-wrapper {
		margin-top: 18px;
	}
}
