/**
 * LocalFeedback front-end styles.
 *
 * The interface itself is styled inside its shadow root; this file only keeps
 * the host element out of the page layout and out of print output.
 */

[data-localfeedback="root"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: visible;
}

@media print {
	[data-localfeedback="root"] {
		display: none !important;
	}
}
