/* Noma footer form — dark minimal skin for Elementor Pro Form. Scope: .noma-footer-form-minimal */

.noma-footer-form-minimal {
	--noma-ffs-checkbox-border: #666666;
	--noma-ffs-checkbox-accent: #cccccc;
	--noma-ffs-checkbox-size: 1.125rem;
	--noma-ffs-checkbox-radius: 50%;
	--noma-ffs-checkbox-label-color: #f5f5f5;
}

.noma-footer-form-minimal .elementor-form-fields-wrapper {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.noma-footer-form-minimal .elementor-field-group {
	margin-bottom: 1.5rem;
}

.noma-footer-form-minimal .elementor-field-group:last-child {
	margin-bottom: 0;
}

.noma-footer-form-minimal .elementor-field-group > label.elementor-field-label,
.noma-footer-form-minimal .elementor-field-label {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.3;
	color: #888888;
	text-transform: lowercase;
}

/* Show labels when Elementor hides them (screen-reader-only) */
.noma-footer-form-minimal label.elementor-field-label.elementor-screen-only,
.noma-footer-form-minimal .elementor-field-label.elementor-screen-only {
	position: static !important;
	width: auto !important;
	height: auto !important;
	margin: 0 0 0.35rem 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	clip: auto !important;
	clip-path: none !important;
	border: 0 !important;
	white-space: normal !important;
	word-wrap: break-word !important;
}

.noma-footer-form-minimal .elementor-field-group .elementor-field.elementor-field-textual,
.noma-footer-form-minimal .elementor-field-group textarea.elementor-field-textual {
	width: 100%;
	box-sizing: border-box;
	padding: 0.5rem 0;
	margin: 0;
	border: none;
	border-bottom: 1px solid #666666;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #f5f5f5;
	font-size: 1rem;
	line-height: 1.4;
	transition: border-color 0.15s ease, color 0.15s ease;
}

.noma-footer-form-minimal .elementor-field-group .elementor-field.elementor-field-textual::placeholder,
.noma-footer-form-minimal .elementor-field-group textarea.elementor-field-textual::placeholder {
	color: #666666;
	opacity: 1;
}

.noma-footer-form-minimal .elementor-field-group .elementor-field.elementor-field-textual:focus,
.noma-footer-form-minimal .elementor-field-group textarea.elementor-field-textual:focus {
	outline: none;
	border-bottom-color: #aaaaaa;
}

.noma-footer-form-minimal .elementor-field-group .elementor-field.elementor-field-textual:focus-visible,
.noma-footer-form-minimal .elementor-field-group textarea.elementor-field-textual:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.35);
	outline-offset: 2px;
}

.noma-footer-form-minimal .elementor-field-group .elementor-select-wrapper select {
	width: 100%;
	box-sizing: border-box;
	padding: 0.5rem 0;
	border: none;
	border-bottom: 1px solid #666666;
	border-radius: 0;
	background: transparent;
	color: #f5f5f5;
	font-size: 1rem;
	appearance: none;
	cursor: pointer;
}

.noma-footer-form-minimal .elementor-field-group .elementor-select-wrapper::before {
	color: #888888;
}

.noma-footer-form-minimal .elementor-field-type-acceptance .elementor-field-subgroup,
.noma-footer-form-minimal .elementor-field-type-checkbox .elementor-field-subgroup {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.noma-footer-form-minimal .elementor-field-type-acceptance label,
.noma-footer-form-minimal .elementor-field-type-checkbox .elementor-field-option label {
	display: inline-flex;
	align-items: flex-start;
	gap: 0.6rem;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.4;
	color: var(--noma-ffs-checkbox-label-color, #f5f5f5);
	text-transform: lowercase;
	cursor: pointer;
}

.noma-footer-form-minimal .elementor-field-type-acceptance input[type='checkbox'],
.noma-footer-form-minimal .elementor-field-type-checkbox input[type='checkbox'] {
	width: var(--noma-ffs-checkbox-size, 1.125rem);
	height: var(--noma-ffs-checkbox-size, 1.125rem);
	min-width: var(--noma-ffs-checkbox-size, 1.125rem);
	margin: 0.15rem 0 0;
	border: 1px solid var(--noma-ffs-checkbox-border, #666666);
	border-radius: var(--noma-ffs-checkbox-radius, 50%);
	accent-color: var(--noma-ffs-checkbox-accent, #cccccc);
	cursor: pointer;
}

.noma-footer-form-minimal .elementor-field-type-html {
	font-size: 0.75rem;
	line-height: 1.45;
	color: #888888;
	text-transform: lowercase;
}

/* Optional visible caption (HTML field): class on Advanced → CSS Classes */
.noma-footer-form-minimal .noma-footer-form-minimal__hint,
.noma-footer-form-minimal .elementor-field-type-html.noma-footer-form-minimal__hint {
	display: block;
	margin: -0.85rem 0 0.35rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.35;
	color: #888888;
	text-transform: lowercase;
}

.noma-footer-form-minimal .elementor-field-type-html a {
	color: inherit;
	text-decoration: underline;
}

.noma-footer-form-minimal .elementor-field-type-html a:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.35);
	outline-offset: 2px;
}

.noma-footer-form-minimal .elementor-field-type-submit {
	margin-top: 0.5rem;
	margin-bottom: 0;
}

.noma-footer-form-minimal .elementor-field-type-submit .elementor-button {
	width: 100%;
	box-sizing: border-box;
	padding: 0.9rem 1.5rem;
	border: 1px solid #666666;
	border-radius: 999px;
	background: transparent;
	color: #e8e8e8;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
	transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.noma-footer-form-minimal .elementor-field-type-submit .elementor-button:hover {
	border-color: #999999;
	color: #ffffff;
}

.noma-footer-form-minimal .elementor-field-type-submit .elementor-button:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.45);
	outline-offset: 3px;
}

.noma-footer-form-minimal .elementor-message {
	border-radius: 4px;
	font-size: 0.875rem;
}
