button.stickeo-info {
	display: inline-flex; align-items: center; justify-content: center; flex: 0 0 24px;
	width: 24px; height: 24px; min-height: 0; margin: 0; padding: 0;
	border: 0; border-radius: 50%; background: transparent; color: #666;
	font: 600 12px/1 Arial, sans-serif; box-shadow: none; cursor: pointer;
}
button.stickeo-info > span { display: inline-flex; align-items: center; justify-content: center; width: 15px; height: 15px; border: 1px solid currentColor; border-radius: 50%; }
button.stickeo-info:hover, button.stickeo-info[aria-expanded="true"] { color: #111; background: #fff9d8; }
button.stickeo-info:focus-visible { outline: 2px solid #f7b500; outline-offset: 2px; }
.stickeo-tooltip {
	position: fixed; z-index: 2147483647; box-sizing: border-box;
	width: 320px; max-width: calc(100vw - 16px); margin: 0; padding: 12px 14px;
	border: 1px solid #dedede; border-radius: 10px; background: #fff; color: #444;
	box-shadow: 0 4px 18px rgba(0,0,0,.14); font: 400 13px/1.5 Arial, sans-serif;
	text-align: left; overflow-wrap: anywhere; overflow-y: auto;
}
.stickeo-tooltip[hidden] { display: none !important; }
