.meipg-payment-details {
	padding: 8px 0 4px;
	text-align: center;
}

.meipg-description {
	margin-bottom: 14px;
	color: #4b5563;
	font-size: 13px;
	line-height: 1.8;
	text-align: right;
}

.meipg-description p {
	margin: 0;
}

.woocommerce-checkout .meipg-pay-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	min-width: 230px;
	height: 42px !important;
	min-height: 42px !important;
	margin: 0 auto 18px !important;
	padding: 0 24px !important;
	box-sizing: border-box !important;
	background: #ffd400 !important;
	color: #060f2e !important;
	border: 1px solid #e6be00 !important;
	border-radius: 6px !important;
	box-shadow: none !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-align: center !important;
	text-decoration: none !important;
	transition: background-color .2s ease !important;
}

.woocommerce-checkout .meipg-pay-button:hover,
.woocommerce-checkout .meipg-pay-button:focus {
	background: #eec600 !important;
	color: #060f2e !important;
	border-color: #eec600 !important;
	text-decoration: none !important;
}

.woocommerce-checkout .meipg-pay-button::before,
.woocommerce-checkout .meipg-pay-button::after {
	display: none !important;
	content: none !important;
}

.meipg-upload-wrap {
	padding: 14px;
	background: #f7f7f7;
	border: 1px solid #e4e4e4;
	border-radius: 6px;
	text-align: right;
}

.meipg-upload-wrap label {
	display: block;
	margin-bottom: 8px;
	color: #111827;
	font-size: 13px;
	font-weight: 700;
}

.meipg-receipt-file {
	display: block;
	width: 100%;
	color: #374151;
	font-size: 12px;
}

.meipg-file-help {
	margin: 8px 0 0 !important;
	color: #6b7280;
	font-size: 11px;
	line-height: 1.6;
}

.meipg-upload-status {
	margin-top: 8px;
	font-size: 12px;
	font-weight: 700;
}

.meipg-upload-status.is-loading {
	color: #765f00;
}

.meipg-upload-status.is-success {
	color: #16803a;
}

.meipg-upload-status.is-error {
	color: #b42318;
}

.meipg-upload-wrap.is-uploading {
	opacity: .7;
	pointer-events: none;
}

@media (max-width: 480px) {
	.woocommerce-checkout .meipg-pay-button {
		width: 100% !important;
		min-width: 0;
	}
}
