.ssg-payment-form {
	max-width: 420px;
	padding: 16px;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	background: #fff;
}

.ssg-payment-form.is-disabled {
	opacity: 0.7;
}

.ssg-amount {
	margin-bottom: 10px;
	font-weight: 600;
}

.ssg-amount-display {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 12px;
}

.ssg-amount-display__label {
	font-size: 13px;
	font-weight: 600;
	color: #1d2327;
}

.ssg-amount-display__row {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px 10px;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.2;
	font-variant-numeric: tabular-nums;
}

.ssg-amount-display__symbol {
	color: #50575e;
	font-weight: 600;
}

.ssg-amount-display__value {
	letter-spacing: 0.02em;
}

.ssg-field-wrap {
	margin-bottom: 10px;
}

.ssg-field-wrap input {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #dcdcde;
	border-radius: 4px;
}

.ssg-amount-field .ssg-amount-input-group .ssg-amount-input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 0;
	border-radius: 6px;
	font-size: 1.05rem;
	font-variant-numeric: tabular-nums;
}

.ssg-field-label {
	display: block;
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: 600;
}

.ssg-amount-input-group {
	border: 1px solid #dcdcde;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
}

.ssg-card-container {
	min-height: 90px;
	padding: 10px;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	background: #fff;
}

.ssg-submit-button {
	margin-top: 12px;
	width: 100%;
	padding: 10px 12px;
	border: 0;
	border-radius: 4px;
	background: #2271b1;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}

.ssg-submit-button[disabled] {
	opacity: 0.6;
	cursor: not-allowed;
}

.ssg-message {
	margin-top: 10px;
	font-size: 14px;
}

.ssg-message.is-success {
	color: #135e30;
}

.ssg-message.is-error,
.ssg-error,
.ssg-error-note {
	color: #8a1f11;
}
