.kozmos-newsletter-form {
	background: #071226;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 18px;
	color: #fff;
	margin: 28px 0;
	padding: clamp(22px,4vw,38px);
}

.kozmos-newsletter-form h2 {
	color: inherit;
	font-family: Georgia, serif;
	font-size: clamp(28px,4vw,44px);
	line-height: 1.05;
	margin: 0 0 10px;
}

.kozmos-newsletter-form p {
	color: rgba(255,255,255,.78);
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 20px;
	max-width: 700px;
}

.kozmos-newsletter-form__row {
	display: flex;
	gap: 10px;
	max-width: 720px;
}

.kozmos-newsletter-form input[type="email"] {
	background: #fff;
	border: 1px solid transparent;
	border-radius: 999px;
	color: #10172a;
	flex: 1;
	font-size: 16px;
	min-height: 48px;
	padding: 0 18px;
}

.kozmos-newsletter-form button {
	background: #f07a22;
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	font-weight: 800;
	min-height: 48px;
	padding: 0 22px;
}

.kozmos-newsletter-form button:disabled {
	cursor: wait;
	opacity: .65;
}

.kozmos-newsletter-form__message {
	font-size: 14px;
	margin-top: 12px;
	min-height: 20px;
}

.kozmos-newsletter-form__message[data-state="success"] {
	color: #b8f7c8;
}

.kozmos-newsletter-form__message[data-state="error"] {
	color: #ffd0c8;
}

.kozmos-newsletter-hp {
	height: 1px !important;
	left: -9999px !important;
	opacity: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

@media (max-width: 640px) {
	.kozmos-newsletter-form__row {
		display: grid;
	}
}
