/*
 * Enquira Pro — frontend chrome only. Like Lite's own frontend CSS, this
 * never sets colors on `.pi-enquiry-button`/`.button` itself, so the theme's
 * own button styling is untouched. This just styles the secondary
 * "alongside" link as a lighter-weight text link rather than a full button.
 */

.enq-pro-alongside-link {
	margin-top: 10px;
	text-align: center;
}

.enq-pro-secondary-link {
	font-size: 0.9em;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
}

.enq-catalog-price-label {
	font-style: italic;
	opacity: 0.75;
}
