/* ============================================================
   AcceGuru - WP Home dashboard widget

   Styles the "Accessibility Status" widget on the WordPress dashboard
   (index.php): a brand icon before the widget title and a bold table
   header. The icon path is relative to this file (admin/css/ ->
   assets/images/), so no inline PHP is needed.
   ============================================================ */

#acceguru_dashboard_widget .postbox-header .hndle,
#acceguru_dashboard_widget h2.hndle {
	display: flex !important;
	align-items: center !important;
	gap: 6px !important;
	justify-content: flex-start !important;
	padding-left: 12px !important;
}
#acceguru_dashboard_widget .postbox-header .hndle::before,
#acceguru_dashboard_widget h2.hndle::before {
	content: '' !important;
	display: inline-block !important;
	width: 22px !important;
	height: 22px !important;
	background: url('../../assets/images/icon.png') no-repeat center / contain !important;
	flex-shrink: 0 !important;
	margin: 0 !important;
}
#acceguru_dashboard_widget .a11y-w-table th {
	font-weight: 700;
}
