/* v1.5: removed the #step5 centering rule -- that ID no longer exists in the
   HTML since the homepage steps grid was expanded to 6 regular cards (the
   old lone-5th-item special-case styling is unneeded now that 6 cards fill
   the 2-column grid evenly). This rule matched nothing and had zero visual
   effect, but keeping it around risked confusing a future reader into
   thinking #step5 was still a real thing to reason about.
*/

/* (Unrelated visual polish we already discussed) — only inside our modal */
#rm-backdrop .rm-dialog :focus {
  outline: none !important;
  box-shadow: none !important;
}
