.fss-trigger-ea0ce9cb {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.fss-trigger-icon-ea0ce9cb {
	display: inline-flex;
	font-size: 24px;
	color: #333;
}
.fss-trigger-icon-ea0ce9cb svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.fss-overlay-ea0ce9cb {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.98);
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.fss-overlay-ea0ce9cb.fss-active-ea0ce9cb {
	opacity: 1;
	visibility: visible;
}

.fss-close-ea0ce9cb {
	position: absolute;
	top: 30px;
	right: 40px;
	background: none;
	border: none;
	font-size: 50px;
	color: #333;
	cursor: pointer;
	padding: 0;
	line-height: 1;
	z-index: 2;
}

.fss-content-ea0ce9cb {
	width: 100%;
	max-width: 800px;
	padding: 0 20px;
}

.fss-form-ea0ce9cb {
	width: 100%;
	position: relative;
}

.fss-input-ea0ce9cb {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 2px solid #333;
	font-size: 40px;
	color: #333;
	padding: 10px 0;
	outline: none;
	box-shadow: none;
	border-radius: 0;
}

.fss-input-ea0ce9cb:focus {
	border-bottom-color: #000;
	background: transparent;
	box-shadow: none;
	outline: none;
}