.mr-cookie-banner-wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999999; /* Ensure it stays on top of most elements */
	background: transparent;
	/* The actual design and background should be set in the Elementor template */
}

/* Give buttons cursor pointer just in case elementor doesn't */
.mr-cookie-btn {
	cursor: pointer;
}
