/* GPF POA — make the POA link read like a price. Kept minimal and scoped to the
   plugin's own classes so it never affects other price/label markup. */

.gpf-poa,
a.gpf-poa {
	display: inline-block;
	font-weight: 700;
	text-decoration: none;
	color: inherit;
	line-height: 1.2;
}

.gpf-poa:hover,
.gpf-poa:focus {
	text-decoration: underline;
}

/* POA price used inside the v2 single-product price block guard. */
.gpf-sp2-price--poa {
	display: block;
}

.gpf-sp2-price--poa .gpf-poa {
	font-size: 1.8rem;
}

/* Loop/archive "Enquire" button inherits the theme's .button styling; nothing
   extra needed, but keep a hook for tweaks. */
.gpf-poa-enquire {
	white-space: nowrap;
}
