/* Yith Gift Card */
.gift-cards_form .ywgc-manual-amount-container {
	min-width: 150px;
}
.gift-cards_form .ywgc_delivery_info_title {
	display: none;
}
.gift-cards_form .gift-card-content-editor {
	margin-top: 1em;
}
.gift-cards_form label {
	color: var(--black-color, black);
	font-weight: bold;
	margin: 0 !important;
}
.gift-cards_form #ywgc-manual-amount::placeholder {
	color: inherit;
}
.gift-cards_form .gift-card-content-editor input,
.gift-cards_form .gift-card-content-editor textarea {
	margin: 0 0 .5em 0 !important;
}
.gift_card_template_button {
	display: flex;
    justify-content: space-between;
}