/* Wellness Gift Cards - front-end product form */

.wcgc-fields {
	margin: 1.5em 0;
}

.wcgc-fields .form-row {
	display: block;
	margin: 0 0 1.1em;
}

.wcgc-fields label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35em;
}

.wcgc-fields input[type="text"],
.wcgc-fields input[type="email"],
.wcgc-fields input[type="number"],
.wcgc-fields textarea {
	width: 100%;
	max-width: 420px;
	padding: 0.55em 0.65em;
	box-sizing: border-box;
}

.wcgc-amount-input {
	display: inline-flex;
	align-items: stretch;
	max-width: 220px;
}

.wcgc-amount-input .wcgc-currency {
	display: inline-flex;
	align-items: center;
	padding: 0 0.7em;
	background: #f1f1f1;
	border: 1px solid #ccc;
	border-right: 0;
	font-weight: 600;
}

.wcgc-amount-input input[type="number"] {
	max-width: 160px;
	border-radius: 0;
}

.wcgc-fields .description,
.wcgc-amount-hint {
	display: block;
	margin-top: 0.35em;
	font-size: 0.85em;
	color: #666;
}

.wcgc-checkbox-label {
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
}

.wcgc-checkbox-label input {
	width: auto;
	margin: 0;
}

.wcgc-fields .required {
	color: #b32d2e;
	border: 0;
	text-decoration: none;
}
