.f8m-payment {
	margin: 24px 0;
	padding: 24px;
	border: 1px solid #d4aa18;
	border-radius: 10px;
	background: #0b0b0b !important;
	color: #fff !important;
}

.f8m-payment h2,
.f8m-payment p,
.f8m-payment dl,
.f8m-payment dt,
.f8m-payment dd,
.f8m-payment strong,
.f8m-payment code {
	color: #fff !important;
}

.f8m-payment h2 {
	margin-top: 0;
}

.f8m-payment dl {
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: 12px 16px;
}

.f8m-payment dt {
	font-weight: 600;
}

.f8m-payment dt.f8m-copy-label {
	padding-top: 9px;
}

.f8m-payment dd {
	margin: 0;
	min-width: 0;
}

.f8m-payment code {
	padding: 5px 8px;
	border: 1px solid #3d3d3d;
	border-radius: 4px;
	background: #181818 !important;
	word-break: break-all;
}

.f8m-payment a {
	color: #f4c430 !important;
}

.f8m-copy-row {
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
	width: fit-content;
	max-width: 100%;
}

.f8m-payment .button,
.f8m-payment button,
.f8m-payment .f8m-copy,
.f8m-payment .f8m-paid-button {
	padding: 10px 18px !important;
	border: 1px solid #f4c430 !important;
	border-radius: 5px !important;
	background: #f4c430 !important;
	box-shadow: none !important;
	color: #0b0b0b !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}

.f8m-payment .button:hover,
.f8m-payment button:hover,
.f8m-payment .button:focus,
.f8m-payment button:focus {
	border-color: #ffd95a !important;
	background: #ffd95a !important;
	color: #000 !important;
}

.f8m-status {
	padding: 12px 14px;
	margin: 12px 0;
	border-left: 4px solid #f4c430;
	background: #191919 !important;
	color: #fff !important;
}

.f8m-success {
	border-color: #45b765;
}

.f8m-pending {
	border-color: #f4c430;
}

.f8m-error {
	border-color: #dc4c4c;
}

.f8m-test,
.f8m-test-label {
	border-color: #f4c430;
	background: #211d0d !important;
	color: #fff !important;
}

.f8m-warning,
.f8m-instructions {
	margin: 16px 0;
	padding: 12px;
	border: 1px solid #5a4a13;
	border-radius: 6px;
	background: #18150b !important;
	color: #fff !important;
}

.f8m-warning ol {
	margin: 8px 0 0 22px;
	padding: 0;
	color: #fff !important;
}

.f8m-warning li + li {
	margin-top: 8px;
}

.payment_method_f8_manual_usdt > label img,
.f8m-block-icon {
	width: 124px !important;
	height: 40px !important;
	margin-left: 10px;
	object-fit: contain;
	vertical-align: middle;
}

.f8m-block-label {
	display: inline-flex;
	align-items: center;
	gap: 9px;
}

.f8m-block-label .f8m-block-icon {
	order: -1;
	margin-left: 0;
}

.f8m-checkout-benefits {
	margin: 8px 0 4px 18px;
	padding: 0;
}

.f8m-checkout-benefits li + li {
	margin-top: 6px;
}

body.f8m-order-received .woocommerce-order-overview__order {
	display: none !important;
}

.f8m-paid-button {
	font-size: 1.05em !important;
	padding: 12px 22px !important;
}

.f8m-paid-form {
	margin-bottom: 16px;
}

.f8m-support {
	margin-top: 16px !important;
	margin-bottom: 0 !important;
}

@media (max-width: 600px) {
	.f8m-payment {
		padding: 18px;
	}

	.f8m-payment dl {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.f8m-payment dd {
		margin-bottom: 10px;
	}

}
