.cookie-popup-container-a7d34166 {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	padding: 15px 20px;
	box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
	display: none; /* Hidden by default, JS reveals it */
	direction: rtl; /* For Hebrew */
}

/* In edit mode, show it statically within the widget wrapper instead of fixed to bottom */
.elementor-editor-active .cookie-popup-container-a7d34166 {
	position: relative;
	display: block;
	z-index: 1;
}

.cookie-popup-inner-a7d34166 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	max-width: 1200px;
	margin: 0 auto;
}

.cookie-popup-text-a7d34166 {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.5;
	flex: 1;
	min-width: 250px;
	text-align: center;
}

.cookie-popup-buttons-a7d34166 {
	display: flex;
	gap: 10px;
}

.cookie-popup-button-a7d34166 {
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bold;
	transition: opacity 0.3s;
	font-size: 14px;
}

.cookie-popup-button-a7d34166:hover {
	opacity: 0.8;
}
