/* Frontend Accessibility Checker Styles */
.wpso-a11y-warning-box {
	position: absolute;
	border: 3px solid red !important;
	z-index: 9999;
	pointer-events: none;
}
.wpso-a11y-tooltip {
	position: absolute;
	background: red;
	color: white;
	padding: 5px;
	font-size: 12px;
	border-radius: 3px;
	transform: translateY(-100%);
	white-space: nowrap;
	z-index: 10000;
}
.wpso-a11y-warning-box.wpso-fixed {
	border: 3px solid #10b981 !important; /* Green for fixed contrast */
}
.wpso-a11y-tooltip.wpso-fixed {
	background: #10b981;
}
