.em-checkout-error {
	display: block;
}

.em-checkout-error__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}

.em-checkout-error__copy {
	appearance: none;
	border: 1px solid currentColor;
	background: transparent;
	color: inherit;
	font: inherit;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	padding: 6px 12px;
	border-radius: 6px;
	cursor: pointer;
}

.em-checkout-error__copy:hover,
.em-checkout-error__copy:focus {
	opacity: 0.85;
}

.em-checkout-error__hint {
	font-size: 12px;
	opacity: 0.85;
}
