.__seguno-newsletter-form {
	padding: 2rem;
	display: flex;
	gap: 2rem;
	flex-direction: column;
	align-items: center;
	background-color: rgb(var(--color-background));
	color: rgb(var(--color-foreground));
}

.__seguno-contact-form {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
	max-width: 40rem;
	width: 100%;
}

.__seguno-newsletter-form-heading {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	color: inherit;
}

.__seguno-newsletter-form-subheading {
	text-align: center;
	color: inherit;
}

.__seguno-newsletter-field {
	width: 100%;
	max-width: 100%;
	flex: 1 1;
}

.__seguno-newsletter-field-group {
	width: 100%;
	flex: 1 1;
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.__seguno-permission-field {
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	gap: 0.5rem;
}

.__seguno-permission-field input[type='checkbox'] {
	margin-top: 0.2em;
	min-width: 1rem;
}

.__seguno-permission-field p {
	margin: 0;
}

.__seguno-newsletter-form .button {
	background-color: rgb(var(--color-button));
	border-color: rgb(var(--color-button));
	color: rgb(var(--color-button-text));
}

.__seguno-newsletter-form .field {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.__seguno-newsletter-form .checkbox-field {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
}
