/* Table Cell Extras – エディター用追加スタイル */

/* ツールバーボタンのアクティブ状態 */
.rich-table-cells-active {
	color: var( --wp-admin-theme-color, #007cba );
}

/* セル内 HR のエディター表示 */
.block-editor-rich-text__editable hr.tcx-hr {
	pointer-events: none;
}

/* セル内スペーサーのエディター表示（視覚的ガイド） */
.block-editor-rich-text__editable .tcx-spacer {
	background: repeating-linear-gradient(
		45deg,
		transparent,
		transparent 3px,
		rgba(0, 124, 186, 0.08) 3px,
		rgba(0, 124, 186, 0.08) 6px
	);
	outline: 1px dashed rgba(0, 124, 186, 0.3);
	min-height: 1em;
}
