/*
 * Footer styles owned by the theme (the footer body itself is Elementor and
 * carries its own per-page CSS). This is only the clipboard tooltip, ported from
 * the compiled CSS (index-CTd4ANgl.css), shared site wide because the footer, and
 * so the .save_to_clipboard items, render on every template.
 */

.clipboard-tooltip {
	position: absolute;
	padding: 4px 8px;
	background: #000;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s ease;
	white-space: nowrap;
	z-index: 9999;
}

.clipboard-tooltip.visible {
	opacity: 1;
}
