.aps-product-box,
.aps-block-preview {
	border: 1px solid #dcdcdc;
	padding: 16px;
	border-radius: 8px;
	background: #ffffff;
}

.aps-row,
.aps-block-preview p,
.aps-block-preview h4 {
	margin: 0 0 12px;
}

.aps-row:last-child,
.aps-block-preview p:last-child {
	margin-bottom: 0;
}

.aps-sku strong {
	margin-right: 6px;
}

.aps-product-link a {
	color: #2271b1;
	text-decoration: none;
}

.aps-product-link a:hover {
	text-decoration: underline;
}

.aps-cta-btn {
	display: inline-block;
	padding: 10px 16px;
	background: #2271b1;
	color: #ffffff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
}

.aps-cta-btn:hover {
	background: #135e96;
	color: #ffffff;
}