/* Do not show the selected checkmark on Display Mode pills */
#ppSettingsOverlay [class*="display" i] button::after,
#ppSettingsOverlay [class*="display" i] [role="button"]::after {
  display: none !important;
  content: none !important;
}

/* Keep accent color checkmark, but reserve room so it doesn't cover text */
#ppSettingsOverlay [class*="accent" i] button,
#ppSettingsOverlay [class*="accent" i] [role="button"] {
  padding-right: 42px !important;
}
