/* Disclosure */
.bc-aawp-disclosure {
	margin: 0 0 1.25em;
	padding: 12px 16px;
	font-size: 13.5px;
	line-height: 1.55;
	color: #64798c;
	background: #f4f8fa;
	border: 1px solid #e3ebf0;
	border-left: 4px solid #0e7490;
	border-radius: 8px;
}

/* Theme-matched product boxes */
.bc-aawp-box {
	border-radius: 14px;
	overflow: hidden;
}

.bc-aawp-box--out-of-stock {
	opacity: 0.88;
}

.bc-aawp-box--out-of-stock .aawp-button,
.bc-aawp-box--out-of-stock .aawp-product__btn {
	filter: grayscale(0.15);
}

/* Comparison tables: horizontal scroll on mobile (UX tweak) */
.aawp-table,
.aawp-comparison,
.aawp-comparison-table {
	display: block;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.aawp-table table,
.aawp-comparison table {
	min-width: 560px;
}
