/**
 * HEU Product Link Frontend Styles
 *
 * Styles for the product link section on the frontend.
 *
 * @package HEU_Admin
 * @version 1.0.0
 */

.heu-product-link {
	margin: 1rem 0;
	margin-left: -1rem;
}

.heu-product-link a {
	color: #472711;
	font-weight: 600;
	text-decoration: none;
}

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