.selector-row {
    padding: 8px;
    border-radius: 8px;
}

.selector-row:hover {
    background: #fafafa;
}

.drag-handle {
    cursor: move;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#csvEditor table {
    width: 100%;
    border-collapse: collapse;
}

#csvEditor th,
#csvEditor td {
    border: 1px solid #e5e7eb;
    padding: 6px 8px;
    text-align: left;
    vertical-align: top;
}

#csvEditor th {
    background-color: #f9fafb;
    font-weight: 600;
}

#csvEditor td[contenteditable="true"]:focus {
    outline: 2px solid #3b82f6;
    background: #eff6ff;
}

.group-card {
    border: 1px dashed #e5e7eb;
    padding: 10px;
    border-radius: 8px;
}

.small {
    font-size: 0.85rem;
}