.wc-gift-card-custom-amount {
	margin-bottom: 20px;
}

.wc-gift-card-purchase-mode {
	display: grid;
	gap: 8px;
	margin: 0 0 18px;
	padding: 0;
	border: 0;
}

.wc-gift-card-purchase-mode legend {
	margin-bottom: 8px;
	font-weight: 700;
}

.wc-gift-card-purchase-mode label {
	display: flex;
	gap: 8px;
	align-items: center;
	margin: 0;
	font-weight: 500;
}

.wc-gift-card-purchase-mode input {
	width: auto;
	margin: 0;
}

.wc-gift-card-existing-code {
	margin-bottom: 18px;
}

.wc-gift-card-existing-code input {
	width: 100%;
	max-width: 320px;
}

.wc-gift-card-existing-code p {
	margin: 5px 0 0;
	color: #666;
	font-size: 12px;
}

.wc-gift-card-custom-amount label {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}

.wc-gift-card-amount-input {
	display: flex;
	align-items: center;
	max-width: 200px;
}

.wc-gift-card-currency {
	padding: 8px 12px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	border-right: none;
	border-radius: 3px 0 0 3px;
}

.wc-gift-card-amount-input input {
	border-radius: 0 3px 3px 0;
	flex: 1;
}

.wc-gift-card-amount-note {
	margin-top: 5px;
	font-size: 12px;
	color: #666;
}

.wc-gift-card-custom-amount~.price,
.wc-gift-card-custom-amount~p.price {
	display: none;
}