/* Keep focus clean (same behavior as MU-plugin style).
   If you want visible accessibility outline, we can add it instead. */
[data-lwfe="1"][tabindex="0"]:focus {
  outline: none !important;
  box-shadow: none !important;
}