/* Price-area chips on the single product page — mono-caps site idiom.
   display: table shrink-wraps AND forces one chip per line. */
.ffl-free-shipping-strip,
.ffl-tax-notice-strip {
	display: table;
	font-family: var(--osa-f-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	padding: 7px 12px;
	margin: 10px 0 0;
}

/* Solid ink chip — the headline perk. */
.ffl-free-shipping-strip {
	background: var(--osa-ink, #111);
	color: var(--osa-paper, #f7f5f0);
}

/* Outlined chip — secondary notice. */
.ffl-tax-notice-strip {
	border: 1px solid var(--osa-ink, #111);
	color: var(--osa-ink, #111);
	padding: 6px 11px;
}

/* Tighter gap when both chips stack. */
.ffl-free-shipping-strip + .ffl-tax-notice-strip {
	margin-top: 6px;
}
