.rakuten-auto-button-wrap {
	margin: 1em 0;
	text-align: center;
}

.rakuten-auto-button,
.rakuten-auto-button:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	min-height: 44px;
	padding: 9px 24px;
	border: 0;
	border-radius: 999px;
	background: #bf0000;
	box-sizing: border-box;
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	text-decoration: none !important;
	transition: filter 0.15s ease, transform 0.15s ease;
}

.rakuten-auto-button:hover,
.rakuten-auto-button:focus-visible {
	color: #fff !important;
	filter: brightness(1.08);
	text-decoration: none !important;
	transform: translateY(-1px);
}

.rakuten-auto-button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}
