.angie-itt-paragraph-1581 {
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

.angie-itt-normal-text-1581 {
	white-space: pre-wrap;
}

.angie-itt-highlight-wrapper-1581 {
	position: relative;
	display: inline-block;
}

.angie-itt-highlight-1581 {
	padding: 2px 4px;
	border-radius: 3px;
	cursor: default;
	transition: background-color 0.3s ease;
}

.angie-itt-tooltip-1581 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%) scale(0.8);
	opacity: 0;
	visibility: hidden;
	z-index: 100;
	background-color: #fff;
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform-origin: bottom center;
	pointer-events: none;
}

.angie-itt-tooltip-1581 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Hover Effects */
.angie-itt-highlight-wrapper-1581:hover .angie-itt-tooltip-1581 {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) scale(1);
}

/* Tooltip arrow/triangle */
.angie-itt-tooltip-1581::after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	border-width: 6px 6px 0;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}