/**
 * Global Exdesign form styles (all forms).
 * Loaded automatically after the plugin's form.css when this file exists.
 *
 * Override design tokens here, or add scoped rules using [data-exd="form"].
 * Per-form overrides: #exd-exd-contact-form-form { --exd-primary: #7a0000; }
 */

:root {
	--exd-primary: var(--fl-global-primary, #7a0000);
	--exd-primary-light: #b30000;
	--exd-field-background: #ffffff;
	--exd-field-border-color: #cccccc;
	--exd-field-height: 44px;
	--exd-field-padding: 10px 14px;
	--exd-field-border-radius: 0;
	--exd-btn-bg: var(--exd-primary);
	--exd-btn-color: #ffffff;
	--exd-errors: #96000b;
}

button[type="submit"]  {
	background-color: #d63e27;
	color: #ffffff;
	border: none;
	padding: 10px 20px;
	border-radius: 0;
	cursor: pointer;
}