#wc_blacklist_manager_protection_status .inside {
	margin: 0;
	padding: 0;
}

#wc_blacklist_manager_protection_status .yobm-dashboard-widget {
	--yobm-widget-accent: #2271b1;
	color: #1d2327;
}

#wc_blacklist_manager_protection_status .yobm-dashboard-widget__status,
#wc_blacklist_manager_protection_status .yobm-dashboard-widget__evidence,
#wc_blacklist_manager_protection_status .yobm-dashboard-widget__attention {
	padding: 12px;
}

#wc_blacklist_manager_protection_status .yobm-dashboard-widget__status {
	border-inline-start: 4px solid var(--yobm-widget-accent);
	background: #f0f6fc;
}

#wc_blacklist_manager_protection_status .yobm-dashboard-widget--needs-attention {
	--yobm-widget-accent: #dba617;
}

#wc_blacklist_manager_protection_status .yobm-dashboard-widget--reporting-limited {
	--yobm-widget-accent: #8c8f94;
}

#wc_blacklist_manager_protection_status h3,
#wc_blacklist_manager_protection_status p,
#wc_blacklist_manager_protection_status dl,
#wc_blacklist_manager_protection_status dd {
	margin-block-start: 0;
}

#wc_blacklist_manager_protection_status .yobm-dashboard-widget__status h3 {
	margin-block-end: 4px;
	font-size: 16px;
}

#wc_blacklist_manager_protection_status .yobm-dashboard-widget__status p:last-child,
#wc_blacklist_manager_protection_status .yobm-dashboard-widget__attention p:last-child,
#wc_blacklist_manager_protection_status .yobm-dashboard-widget__footer {
	margin-block-end: 0;
}

#wc_blacklist_manager_protection_status .yobm-dashboard-widget__eyebrow,
#wc_blacklist_manager_protection_status .yobm-dashboard-widget__premium-label {
	margin-block-end: 3px;
	color: #50575e;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
}

#wc_blacklist_manager_protection_status .yobm-dashboard-widget__evidence {
	border-block-start: 1px solid #dcdcde;
}

#wc_blacklist_manager_protection_status .yobm-dashboard-widget__evidence > h3 {
	margin-block-end: 10px;
	font-size: 14px;
}

#wc_blacklist_manager_protection_status .yobm-dashboard-widget__metrics,
#wc_blacklist_manager_protection_status .yobm-dashboard-widget__premium dl {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-block-end: 0;
}

#wc_blacklist_manager_protection_status .yobm-dashboard-widget__metric {
	min-width: 0;
}

#wc_blacklist_manager_protection_status .yobm-dashboard-widget__metric dt {
	color: #50575e;
	font-size: 12px;
	line-height: 1.3;
}

#wc_blacklist_manager_protection_status .yobm-dashboard-widget__metric dd {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 4px;
	margin-inline-start: 0;
}

#wc_blacklist_manager_protection_status .yobm-dashboard-widget__value {
	font-size: 20px;
	font-weight: 600;
	font-variant-numeric: tabular-nums;
}

#wc_blacklist_manager_protection_status .yobm-dashboard-widget__qualifier {
	color: #646970;
	font-size: 11px;
}

#wc_blacklist_manager_protection_status .yobm-dashboard-widget__premium {
	margin-block-start: 12px;
	padding-block-start: 10px;
	border-block-start: 1px solid #f0f0f1;
}

#wc_blacklist_manager_protection_status .yobm-dashboard-widget__premium dl {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

#wc_blacklist_manager_protection_status .yobm-dashboard-widget__attention {
	border-block-start: 1px solid #dcdcde;
	background: #fcf9e8;
}

#wc_blacklist_manager_protection_status .yobm-dashboard-widget__attention h3 {
	margin-block-end: 4px;
	font-size: 13px;
}

#wc_blacklist_manager_protection_status .yobm-dashboard-widget__no-action {
	margin: 0;
	padding: 10px 12px;
	border-block-start: 1px solid #dcdcde;
	color: #50575e;
}

#wc_blacklist_manager_protection_status .yobm-dashboard-widget__footer {
	padding: 10px 12px;
	border-block-start: 1px solid #dcdcde;
}

#wc_blacklist_manager_protection_status a:focus-visible {
	outline: 2px solid var(--wp-admin-theme-color, #2271b1);
	outline-offset: 2px;
}

@media screen and (max-width: 782px) {
	#wc_blacklist_manager_protection_status .yobm-dashboard-widget__metrics {
		grid-template-columns: repeat(3, minmax(88px, 1fr));
	}

	#wc_blacklist_manager_protection_status .yobm-dashboard-widget__status,
	#wc_blacklist_manager_protection_status .yobm-dashboard-widget__evidence,
	#wc_blacklist_manager_protection_status .yobm-dashboard-widget__attention {
		padding: 12px 14px;
	}
}

@media screen and (max-width: 480px) {
	#wc_blacklist_manager_protection_status .yobm-dashboard-widget__metrics {
		grid-template-columns: 1fr;
	}
}
