
table {
    border-collapse: collapse;
}
td {
    border: 1px solid #999;
    width: 120px;
    height: 30px;
    padding: 4px;
}
td input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}

/* ── Extracted from note/not.html <style> block (CSP cleanup) ── */
body { background-color: #f3f4f6; font-family: sans-serif; }
.handsontable { font-size: 14px; }
/* Mobil uchun tugmalar dizayni */
button, label { touch-action: manipulation; }

