.waisf-merchandising-block {
	clear: both;
	position: relative;
	margin: 28px 0;
	padding: 20px 18px 8px;
	border: 1px solid #dcecf3;
	border-radius: 14px;
	background: linear-gradient(180deg, #f7fcff 0, #fff 120px);
	box-shadow: 0 5px 20px rgba(25, 118, 184, .06);
}

.waisf-replaced-legacy-popular {
	display: none !important;
}

.waisf-category-winners {
	margin-top: 10px;
}

.waisf-merchandising-heading {
	margin: 0 0 16px;
	text-align: right;
}

.waisf-merchandising-heading h2 {
	margin: 0;
	color: #16384d;
	font-size: clamp(19px, 2.2vw, 26px);
	font-weight: 850;
	line-height: 1.45;
}

.waisf-merchandising-heading p {
	margin: 6px 0 0;
	color: #587080;
	font-size: 13px;
	line-height: 1.8;
}

.waisf-merchandising-block .woocommerce,
.waisf-merchandising-block .products {
	margin-bottom: 0;
}

.waisf-merchandising-block .product .box {
	height: 100%;
	border: 1px solid rgba(25, 118, 184, .12);
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.waisf-merchandising-block .product .box:hover {
	transform: translateY(-2px);
	border-color: #a9d9ea;
	box-shadow: 0 8px 22px rgba(25, 118, 184, .12);
}

.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) {
	.waisf-merchandising-block {
		margin: 20px 0;
		padding: 15px 10px 4px;
		border-radius: 11px;
	}

	.waisf-merchandising-heading {
		margin-bottom: 12px;
	}

	.waisf-merchandising-heading p {
		font-size: 12px;
	}
}
