/**
 * Brand link on COI product detail (shortcode coi_product_brand).
 * Typography matches site styles; WP/Elementor variable noise omitted.
 */
a.pdp-brand-link {
	box-sizing: border-box;
	display: inline;
	margin: 0;
	padding: 0;
	background-color: transparent;
	box-shadow: none;
	text-decoration: none;
	color: #ffffff;
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 1.5;
	word-break: break-word;
	-webkit-font-smoothing: antialiased;
}

a.pdp-brand-link:visited {
	color: #ffffff;
}
