.a-flash-post-pay-wrap {
	box-sizing: border-box;
	text-align: center;
}

.a-flash-post-pay-btn {
	box-sizing: border-box;
	display: inline-block;
	padding: 12px 24px;
	border: 0;
	border-radius: 8px;
	background-color: #ff9933;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition-property: color, background-color, border-color, box-shadow, transform;
	transition-duration: 0.2s;
	transition-timing-function: ease;
}

.a-flash-post-pay-btn:hover,
.a-flash-post-pay-btn:focus {
	background-color: #e6852e;
	color: #fff;
	text-decoration: none;
}

.a-flash-post-pay-btn--disabled {
	cursor: default;
}

.a-flash-post-pay-note {
	box-sizing: border-box;
	max-width: 600px;
	margin: 12px auto 0;
	color: #ff9933;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}

.a-flash-post-pay-admin-notice {
	box-sizing: border-box;
	max-width: 600px;
	margin: 12px auto 0;
	padding: 10px 12px;
	border-left: 4px solid #dba617;
	background: #fff8e5;
	color: #3c434a;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}
