.floating-bar-f4eb14ab-wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none;
	background-color: #333333;
	padding: 15px 20px;
	box-sizing: border-box;
	z-index: 999;
	align-items: center;
	justify-content: center;
	box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.floating-bar-f4eb14ab-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1200px;
	position: relative;
	gap: 20px;
}

.floating-bar-f4eb14ab-text {
	color: #ffffff;
	flex-grow: 1;
	text-align: center;
	font-family: inherit;
	font-size: 16px;
}

.floating-bar-f4eb14ab-close {
	background: transparent;
	border: none;
	color: #ffffff;
	cursor: pointer;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s ease;
}

.floating-bar-f4eb14ab-close:hover {
	opacity: 0.8;
}

.floating-bar-f4eb14ab-close svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.elementor-editor-active .floating-bar-f4eb14ab-wrapper {
	position: relative;
	display: flex;
}
