/* D-RO5: RowReorder — 굵은 삽입선 (yoromis-rr-insert-line) — body 고정 div + row_reorder.js 인라인 보조 */
.yoromis-rr-insert-line {
  position: fixed;
  z-index: 20000;
  pointer-events: none;
  border-radius: 1px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
}
