.editable-cell {
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
}

.editable-cell:hover {
    background-color: #f8f9fa;
}

.editable-cell input {
    width: 100%;
    padding: 5px;
    border: 1px solid #1a86d5;
    border-radius: 4px;
    outline: none;
}
