.App{font-family:Arial,sans-serif}.chore-chart{display:grid;grid-template-columns:1.5fr repeat(7,1fr);gap:10px;margin-top:20px}.chore-row,.header{display:contents}.chore-row span,.header span{border:1px solid #ccc}.chore-row input{padding:10px;border:1px solid #ccc}.chore-actions,.chore-row input{display:flex;justify-content:center;align-items:center}.chore-actions{background-color:rgba(0,0,0,.75)!important;position:fixed;top:0;left:0;right:0;bottom:0}.chore-actions .modal-content{width:300px;padding:20px;background:#fff;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.chore-actions h2{margin-top:0}.chore-actions p{margin-bottom:20px}.chore-actions button{margin-right:10px;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;background-color:#f44336;color:#fff}.chore-actions button:last-child{background-color:#ccc;color:#000}.chore-actions button:hover{opacity:.8}.icon{display:inline-block;width:15vw;height:15vw;max-width:100px;max-height:100px;margin:0 auto}