/* 大きめ指定の行間ゆれ軽減（公開・編集共通） */
.u-fs-custom { line-height: 1.3; }

/* ポップオーバーのUI調整（編集画面用） */
.artboard-fs-popover .components-popover__content,
.artboard-fc-popover .components-popover__content { min-width: 280px; padding: 12px 14px; }
.artboard-fs-number input { width: 90px; }
.artboard-fc-hex input   { width: 140px; }

.artboard-fs-popover.components-popover,
.artboard-fc-popover.components-popover {
  position: absolute !important;
  z-index: 999999 !important;
}