#life-scheduler-container{font-family:sans-serif;margin:20px 0}.ls-setup-form{margin-bottom:20px;padding:15px;background:#f4f4f4;border-radius:5px}.ls-navigation{margin:10px 0;display:flex;justify-content:space-between;align-items:center}#ls-grid-wrapper{overflow-x:auto}.ls-table{width:100%;border-collapse:collapse;table-layout:fixed;min-width:800px}.ls-table th,.ls-table td{border:1px solid #ddd;padding:4px;font-size:12px;text-align:center}.ls-table th{background:#eee}.ls-time-col{background:#f9f9f9;font-weight:700;width:80px}.ls-cell{height:40px;width:100%;border:none;font-size:11px;resize:none}.ls-cell:focus{background:#fffde7;outline:1px solid #ffd600}.sun{color:red;background:#fff0f0}.sat{color:blue;background:#f0f5ff}