/* boksen overrides on top of Pico. Kept in a file (not an inline <style>) so the
   CSP can use style-src 'self' without 'unsafe-inline'. Loaded after pico.min.css. */

/* Pico gives buttons/[type=submit] a bottom margin that <a role="button"> lacks;
   zero it so mixed action rows (e.g. Delete / Cancel) line up in a .grid. */
.grid > button,
.grid > [type="submit"],
.grid > [type="button"],
.grid > [type="reset"] {
  margin-bottom: 0;
}

/* "Edit this card" sits under the Again/Good/Easy row. Push it well clear of
   Easy so a thumb aiming for the grade buttons can't catch it, and keep the tap
   target itself small and left-aligned so it reads as secondary to grading. */
.card-edit {
  margin-top: 2.5rem;
  margin-bottom: 0;
}
