/* FluxPay 무통장입금 체크아웃 블록 */
.fpdm-checkout-block {
	margin: 24px 0;
	padding: 20px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fafafa;
}
.fpdm-checkout-block .fpdm-title {
	margin: 0 0 16px;
	font-size: 16px;
	font-weight: 700;
}
.fpdm-form-row { margin-bottom: 12px; }
.fpdm-form-row label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
	font-size: 14px;
}
.fpdm-req { color: #e11d48; }
.fpdm-form-row input[type="text"] {
	width: 100%;
	max-width: 360px;
	padding: 10px 12px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	font-size: 15px;
	box-sizing: border-box;
}
.fpdm-help {
	margin: 6px 0 0;
	font-size: 13px;
	line-height: 1.6;
	color: #6b7280;
}
.fpdm-account-guide {
	margin-top: 16px;
	padding: 16px;
	border-radius: 10px;
	background: #fff;
	border: 1px dashed #cbd5e1;
}
.fpdm-account-row {
	display: flex;
	justify-content: space-between;
	padding: 6px 0;
	border-bottom: 1px solid #f1f5f9;
	font-size: 14px;
}
.fpdm-account-row:last-of-type { border-bottom: none; }
.fpdm-account-row span { color: #6b7280; }

@media (max-width: 480px) {
	.fpdm-form-row input[type="text"] { max-width: 100%; }
}
