/* GI Forms — premium preset flourishes.
   The bulk of each preset (colors, radius, font, shadow) is applied as
   inline CSS custom properties per instance (see GIFE_Styles), so this
   file only carries the small extras that aren't plain variables. */

.gife-form-wrap[data-gife-preset="modern-card"] .gife-submit-btn {
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.gife-form-wrap[data-gife-preset="rounded-soft"] input,
.gife-form-wrap[data-gife-preset="rounded-soft"] select,
.gife-form-wrap[data-gife-preset="rounded-soft"] textarea {
	border-width: 2px;
}

.gife-form-wrap[data-gife-preset="corporate-blue"] .gife-field-label {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.04em;
}

.gife-form-wrap[data-gife-preset="dark-elegant"] .gife-field-hint {
	color: #94a3b8;
}
.gife-form-wrap[data-gife-preset="dark-elegant"] ::placeholder {
	color: #64748b;
}
