.tsmeu-wrap {
	width: 100%;
}

.tsmeu-email-label {
	display: block;
	margin-bottom: 10px;
	color: inherit;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tsmeu-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: end;
}

.tsmeu-row input[type="email"] {
	width: 100%;
	min-width: 0;
	min-height: 54px;
	padding: 13px 2px;
	border: 0;
	border-bottom: 2px solid currentColor;
	border-radius: 0;
	outline: 0;
	background: transparent;
	color: inherit;
	font: inherit;
}

.tsmeu-row input[type="email"]:focus {
	box-shadow: 0 3px 0 #f2ff71;
}

.tsmeu-row input[type="email"]::placeholder {
	color: currentColor;
	opacity: 0.65;
}

.tsmeu-row button {
	min-height: 54px;
	padding: 13px 20px;
	border: 2px solid #170b24;
	border-radius: 0;
	background: #f2ff71;
	color: #170b24;
	font: inherit;
	font-weight: 700;
	white-space: nowrap;
	cursor: pointer;
}

.tsmeu-row button:hover,
.tsmeu-row button:focus-visible {
	background: #ffffff;
}

.tsmeu-consent {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin-top: 16px;
	font-size: 12px;
	line-height: 1.5;
}

.tsmeu-consent input {
	width: 18px;
	height: 18px;
	margin: 1px 0 0;
	accent-color: #f2ff71;
	flex: 0 0 auto;
}

.tsmeu-consent a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.tsmeu-notice {
	margin: 0 0 18px;
	padding: 12px 14px;
	border: 2px solid currentColor;
	background: rgba(255, 255, 255, 0.12);
	font-size: 14px;
	font-weight: 700;
}

.tsmeu-notice.is-success {
	border-color: #f2ff71;
}

.tsmeu-notice.is-error {
	border-color: #ff5147;
}

.tsmeu-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (max-width: 620px) {
	.tsmeu-row {
		grid-template-columns: 1fr;
	}

	.tsmeu-row button {
		width: 100%;
	}
}
