/* Drag-to-resize kolumn — lista wizytówek (/admin/listings) */

.uz-col-resize-header {
    position: relative;
}

.uz-col-resize-handle {
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    cursor: col-resize;
    user-select: none;
    touch-action: none;
    z-index: 2;
}

.uz-col-resize-handle:hover,
body.uz-col-resize-active .uz-col-resize-handle {
    background: rgb(217 119 6 / 0.35);
}

body.uz-col-resize-active {
    cursor: col-resize;
    user-select: none;
}

body.uz-col-resize-active .fi-ta-table {
    pointer-events: none;
}

body.uz-col-resize-active .uz-col-resize-handle {
    pointer-events: auto;
}
