.bst-nudge {
	position: fixed;
	inset: auto 0.75rem 0.75rem;
	z-index: 40;
	max-width: 28rem;
	margin-inline: auto;
	padding: 0.85rem 1rem;
	background: #f7f3ea;
	color: #1c1917;
	border: 1px solid #1c1917;
	box-shadow: 0 8px 24px rgb(28 25 23 / 0.12);
	font-family: "Source Sans 3", Helvetica, sans-serif;
	font-size: 0.92rem;
	line-height: 1.35;
}

.bst-nudge[hidden] {
	display: none;
}

.bst-nudge__text {
	margin: 0 0 0.7rem;
}

.bst-nudge__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.bst-nudge button {
	appearance: none;
	border: 1px solid #1c1917;
	background: #1c1917;
	color: #f7f3ea;
	font: inherit;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0.45rem 0.7rem;
	min-height: 2.75rem;
	cursor: pointer;
}

.bst-nudge button.bst-nudge__ghost {
	background: transparent;
	color: #1c1917;
}
