/* Remove microchip page.

   Page-specific only. The journey column, card, record, notice, buttons and
   password field come from pce-transfer.css, which this page type always
   loads first. */

/* The destructive action is the quiet button and the safe one is the green
   primary, so the actions stack sets its own spacing rather than using the
   top margins the buttons carry elsewhere. */
.rm-actions{display:flex;flex-direction:column;gap:12px;margin-top:28px}
.rm-actions .tr-btn{margin-top:0}

.rm-actions+.tr-linkbtn{margin-top:12px}

[data-remove-view] .tr-h1:focus{outline:none}
