/* LOOM Studio — corrective layout for the "Live" card once it's relocated
   into the (now-empty) Selected Work slot by live-swap.js. The card was
   originally laid out for a narrow "Step" column; force it full-width. */
.loom-live-card{
  width:100% !important; max-width:none !important;
  display:flex !important; flex-direction:column !important; align-items:center !important;
  padding:7dvh 5dvw 9dvh !important;
}
