/* ═══════════════════════════════════════════════════════════════
   Shulman UTM Attribution — Admin Styles
   ═══════════════════════════════════════════════════════════════ */

/* ── Resizable leads table ────────────────────────────────────── */
#shulmanattrib-leads-table-wrap .wp-list-table {
	table-layout: fixed;
	width: 100%;
}

#shulmanattrib-leads-table-wrap .wp-list-table th {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}

/* Resize handle injected by JS */
#shulmanattrib-leads-table-wrap .wp-list-table th .shulmanattrib-col-resize-handle {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 6px;
	cursor: col-resize;
	user-select: none;
	z-index: 10;
}

#shulmanattrib-leads-table-wrap .wp-list-table th .shulmanattrib-col-resize-handle:hover,
#shulmanattrib-leads-table-wrap .wp-list-table th .shulmanattrib-col-resize-handle.is-resizing {
	background: rgba(0, 115, 170, 0.3);
}

/* Horizontal scrolling on narrow viewports */
#shulmanattrib-leads-table-wrap {
	overflow-x: auto;
}
