/*
 * The secondary amount is an annotation, never a second price.
 *
 * Weight contrast does more work than size here: at 0.8125em with weight 400 against a price set in
 * 600 or 700, the eye reads one price and one note. Drop below 0.75em and it stops being readable on a
 * 390px screen, which is where most of this shop's traffic is.
 */
.ftbl-currency-note {
	display: block;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 1.45;
	color: #6b7280;
	margin: 4px 0 0;
}

.ftbl-currency-note--product {
	margin-top: 8px;
}

/* A parenthesis orphaned onto its own line looks like a typo, so the pair never breaks. */
.ftbl-currency-note .ftbl-amount {
	white-space: nowrap;
}

.ftbl-currency-row td {
	padding-top: 2px !important;
	border-top: 0 !important;
}

/*
 * The disclosure beside the pay button is the one the law cares about, so it is plain body text in the
 * reading order rather than a styled callout. Deliberately not red, not bordered and not icon led: a
 * warning treatment makes an honest sentence look like an error and pushes people to dismiss it.
 */
.ftbl-currency-paynote {
	font-size: 0.875em;
	line-height: 1.5;
	color: #4b5563;
	margin: 0 0 12px;
}

@media (max-width: 480px) {
	.ftbl-currency-note,
	.ftbl-currency-paynote {
		font-size: 0.8125em;
	}
}
