.rgw-denomination-options {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 16px;
}

.rgw-denomination-option {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 2px solid #ddd;
	border-radius: 6px;
	padding: 12px 16px;
	cursor: pointer;
	min-width: 90px;
	transition: border-color 0.15s ease;
}

.rgw-denomination-option input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.rgw-denomination-option:has(input:checked) {
	border-color: #2271b1;
	background: #f0f6fc;
}

.rgw-face-value {
	font-weight: 700;
	font-size: 1.1em;
}

.rgw-charge-price {
	font-size: 0.85em;
	color: #666;
}

.rgw-variable-amount input[type="number"] {
	width: 100%;
	max-width: 220px;
	padding: 8px;
}

.rgw-estimated-price {
	font-weight: 600;
}

.rgw-recipient-email input[type="email"] {
	width: 100%;
	max-width: 320px;
	padding: 8px;
}

.rgw-giftcard-status.rgw-pending {
	color: #946200;
}

.rgw-giftcard-status.rgw-error {
	color: #c00;
}

.rgw-giftcard-code-block code {
	font-size: 1.1em;
	background: #f3f3f3;
	padding: 4px 8px;
	border-radius: 4px;
}
