/* Wittee - unofficial merchandise notice.
 * --wun-scale is set inline from settings (0.25 - 4). Padding is in em so the
 * pill grows with the text rather than needing its own multiplier.
 */

.wun-notice {
	margin: 6px 0 10px;
	font-size: calc(12px * var(--wun-scale, 1));
	line-height: 1.4;
	font-weight: 500;
	color: #6b7280;
	letter-spacing: .01em;
}

.wun-notice span {
	display: inline-block;
	padding: .28em .75em;
	border: 1px solid #e3e6ea;
	border-radius: 99px;
	background: #f7f8f9;
}

@media (max-width: 480px) {
	.wun-notice {
		font-size: calc(11.5px * var(--wun-scale, 1));
		margin: 5px 0 8px;
	}
}
