/**
 * Anti-Cache Kit - Admin Bar Styles
 *
 * Colored dot indicator: green = active, orange = maintenance on.
 */

/* Dot before the menu text */
#wpadminbar #wp-admin-bar-anticache-kit > .ab-item::before {
	content: '\25CF';
	font-size: 18px;
	line-height: 1;
	margin-right: 4px;
}

/* Green dot - plugin active, no maintenance */
#wpadminbar .anticache-bar-active > .ab-item::before {
	color: #46b450 !important;
}

/* Orange dot - maintenance mode on */
#wpadminbar .anticache-bar-maint > .ab-item::before {
	color: #f0b849 !important;
}
