.sl-card__body { position: relative; }
.sl-card__body:has(.sl-card__datasheet) .woocommerce-loop-product__title { padding-right: 28px; }
.sl-card__datasheet {
	align-items: center;
	background: #f4f8f4;
	border: 1px solid #dce5dd;
	border-radius: 999px;
	color: #526158;
	display: inline-flex;
	height: 24px;
	justify-content: center;
	position: absolute;
	right: 14px;
	top: 14px;
	transition: border-color .15s ease, color .15s ease, background .15s ease;
	width: 24px;
}
.sl-card__datasheet:hover,
.sl-card__datasheet:focus-visible { background: #e6f5e4; border-color: #22aa1f; color: #167313; }
.sl-pdp__downloads a[href*=".pdf"]::before,
.smiled-product-datasheet a::before {
	background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23526158' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21.44 11.05-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48'/%3E%3C/svg%3E");
	content: "";
	display: inline-block;
	height: 14px;
	margin-right: 8px;
	vertical-align: -2px;
	width: 14px;
}
