/* Indiott inc-VAT note — muted, secondary caption after the ex-VAT price.
   Loaded by mu-plugin indiott-price-display.php (display only). */
.ind-price-incvat{
	display:inline-block;
	margin-left:.45em;
	font-size:.72em;
	font-weight:400;
	line-height:1.2;
	color:#6b7280;               /* muted graphite grey */
	letter-spacing:.005em;
	white-space:nowrap;
	vertical-align:baseline;
	font-family:"IBM Plex Mono","IBM Plex Sans",ui-monospace,monospace;
}
/* wc_price() wraps the figure in its own amount span — keep it muted too, not
   bold or brand-coloured, so the note stays quiet next to the primary price. */
.ind-price-incvat .woocommerce-Price-amount,
.ind-price-incvat .amount{
	color:inherit;
	font-weight:inherit;
	font-size:inherit;
}
/* On tight shop cards let the note drop to its own line rather than overflow. */
@media (max-width:480px){
	.ind-price-incvat{
		display:block;
		margin-left:0;
		margin-top:.15em;
	}
}
