/* Accessibility Optimizer Public Styles */

/* ARIA Live Region Styles */
.ao-alert {
	padding: 12px;
	margin-bottom: 15px;
	border-radius: 4px;
	border-left: 4px solid;
}

.ao-alert-success {
	background: #e8f5e9;
	border-color: #4caf50;
	color: #2e7d32;
}

.ao-alert-warning {
	background: #fff3e0;
	border-color: #ff9800;
	color: #e65100;
}

.ao-alert-error {
	background: #ffebee;
	border-color: #f44336;
	color: #c62828;
}

/* Focus Styles */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline: 2px solid #4caf50;
	outline-offset: 2px;
}

/* Skip Links */
.ao-skip-link {
	position: absolute;
	top: -40px;
	left: 0;
	background: #000;
	color: #fff;
	padding: 8px;
	text-decoration: none;
	z-index: 100;
}

.ao-skip-link:focus {
	top: 0;
}

/* Color Contrast Improvements */
.ao-high-contrast {
	background: #000 !important;
	color: #fff !important;
}

.ao-high-contrast a {
	color: #ffff00 !important;
}

/* Font Size Controls */
.ao-font-size-controls {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.ao-font-size-btn {
	padding: 5px 10px;
	margin: 0 5px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	cursor: pointer;
	border-radius: 4px;
}

.ao-font-size-btn:hover {
	background: #e0e0e0;
}
