.fm-bis {
	box-sizing: border-box;
	width: 100%;
}

.fm-bis *,
.fm-bis *::before,
.fm-bis *::after {
	box-sizing: border-box;
}

.fm-bis__message {
	margin: 0 0 16px;
}

.fm-bis__form {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 12px;
	margin: 0;
}

.fm-bis__email {
	flex: 1 1 220px;
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #d5d5d5;
	border-radius: 0;
	background: #fff;
	color: #1a1a1a;
	outline: none;
}

.fm-bis__email:focus {
	border-color: #1a1a1a;
	box-shadow: none;
}

.fm-bis__button {
	flex: 0 0 auto;
	margin: 0;
	padding: 12px 24px;
	border: 1px solid #1a1a1a;
	border-radius: 0;
	background: #1a1a1a;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.fm-bis__button:hover,
.fm-bis__button:focus-visible {
	border-color: #333;
	background: #333;
	color: #fff;
	text-decoration: none;
}

.fm-bis__button:disabled {
	cursor: wait;
	opacity: .65;
}

.fm-bis__privacy {
	display: flex;
	flex: 1 0 100%;
	align-items: flex-start;
	gap: 8px;
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
	cursor: pointer;
}

.fm-bis__privacy input {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin: 2px 0 0;
}

.fm-bis__privacy a {
	text-decoration: none;
}

.fm-bis__privacy a:hover,
.fm-bis__privacy a:focus-visible {
	text-decoration: none;
}

.fm-bis__status {
	display: none;
	flex: 1 0 100%;
	margin: 0;
}

.fm-bis__status:not(:empty) {
	display: block;
}

.fm-bis__status.is-success {
	color: #18794e;
}

.fm-bis__status.is-error {
	color: #b42318;
}

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

.fm-bis__sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.fm-bis__editor-badge,
.fm-bis-editor-note {
	margin: 0 0 12px;
	padding: 8px 10px;
	border-left: 3px solid #f0ad4e;
	background: #fff8e5;
	color: #5c4300;
	font-size: 12px;
}

@media (max-width: 767px) {
	.fm-bis__email,
	.fm-bis__button {
		flex-basis: 100%;
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fm-bis__button {
		transition: none;
	}
}
