.a-site-checkout-router {
	margin-top: 1rem;
}

.a-site-checkout-router--loop {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.a-site-checkout-router__button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.9rem 1.4rem !important;
	margin: 0 auto !important;
	background: #111 !important;
	border: 1px solid #111 !important;
	color: #fff !important;
	text-decoration: none !important;
	line-height: 1.2 !important;
	border-radius: 0 !important;
}

.a-site-checkout-router__button:hover,
.a-site-checkout-router__button:focus {
	background: #333 !important;
	border-color: #333 !important;
	color: #fff !important;
}

.a-site-checkout-router__button--single {
	margin: 1rem 0 0 !important;
}

.a-site-checkout-router__helper {
	margin: 0.7rem auto 0;
	max-width: 24rem;
	font-size: 0.92rem;
	line-height: 1.5;
	color: #666;
	text-align: center;
}
