/* PlanFlow Internal - MARKETING module (module-owned, Rule 15).
   Video preview + rotation ordered list. health/twocol/approval/btn are shared. */
.video{aspect-ratio:16/9;width:100%;background:var(--ink);color:#fff;border-radius:var(--r);
  display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;letter-spacing:.04em;}
.ord{counter-reset:r;list-style:none;padding:0;margin:0;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;}
.ord li{counter-increment:r;display:flex;align-items:center;gap:12px;padding:11px 14px;border-bottom:1px solid var(--line);font-weight:600;}
.ord li:last-child{border-bottom:0;}
.ord li::before{content:counter(r);background:var(--teal);color:#fff;font-weight:800;font-size:12px;
  width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex:0 0 auto;}

.h-item.actioncell{display:flex;align-items:center;justify-content:center;}
