.itu-bis-wrap {
	display: none;
	clear: both;
	margin: 18px 0 24px;
}

.itu-bis-wrap.is-visible {
	display: block;
}

.itu-bis-card {
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 12px;
	background: #fafafa;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
}

.itu-bis-title {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 1.3;
}

.itu-bis-description p {
	margin: 0 0 14px;
}

.itu-bis-fields {
	display: flex;
	gap: 9px;
	align-items: stretch;
}

.itu-bis-fields input[type="email"] {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
}

.itu-bis-submit {
	white-space: nowrap;
}

.itu-bis-consent {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	margin-top: 12px;
	font-size: 13px;
	line-height: 1.45;
}

.itu-bis-consent input {
	margin-top: 3px;
}

.itu-bis-message {
	display: none;
	margin-top: 12px;
	padding: 10px 12px;
	border-radius: 6px;
	font-size: 14px;
}

.itu-bis-message.is-success,
.itu-bis-message.is-error {
	display: block;
}

.itu-bis-message.is-success {
	background: #eaf7ef;
	color: #17663a;
}

.itu-bis-message.is-error {
	background: #fff0f0;
	color: #a52828;
}

.itu-bis-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (max-width: 544px) {
	.itu-bis-card {
		padding: 16px;
	}

	.itu-bis-fields {
		flex-direction: column;
	}

	.itu-bis-submit {
		width: 100%;
	}
}

.itu-bis-variation-field {
	margin: 0 0 15px;
}

.itu-bis-variation-field > label {
	display: block;
	margin: 0 0 6px;
	font-size: 14px;
	font-weight: 600;
}

.itu-bis-watch-variation {
	width: 100%;
	max-width: 100%;
}

.itu-bis-variation-help {
	margin: 6px 0 0;
	font-size: 12px;
	line-height: 1.45;
	opacity: .75;
}
