.wc-custom-giftcard-amount {
	margin-bottom: 1.5em;
}

.wc-custom-giftcard-amount label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.5em;
}

.wc-custom-giftcard-amount select {
	padding: 0.6em 2em 0.6em 0.8em;
	font-size: 1.1em;
	border: 2px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	min-width: 160px;
	cursor: pointer;
}

.wc-custom-giftcard-amount select:focus {
	border-color: #333;
	outline: none;
}
