.search-add-wrap{justify-content:center;gap:25px;width:100%;margin:0 auto;display:flex}.search{box-sizing:border-box;border:2px solid var(--slate-900);background-color:var(--slate-100);border-radius:24px;flex:1;height:56px;padding:20px;font-size:18px;box-shadow:0 4px #000}.search::placeholder{color:var(--slate-500)}.check-lists{justify-content:center;gap:30px;width:100%;margin-top:40px;display:flex}@media (max-width:1000px){.check-lists{flex-direction:column;gap:30px}}.check-list-title{margin-bottom:16px}.check-list-empty{color:var(--slate-400);flex-direction:column;justify-content:center;align-items:center;display:flex}.check-list{flex-direction:column;width:100%;margin-bottom:20px;display:flex}.check-list-item{box-sizing:border-box;border:2px solid var(--slate-900);background-color:var(--slate-100);border-radius:27px;align-items:center;gap:10px;width:100%;height:50px;margin-bottom:16px;padding:1px 4px;font-size:16px;display:flex}.check-list-item.completed{background-color:var(--violet-100);text-decoration:line-through}.check-icon{background:0 0;border:none;justify-content:center;display:flex}.check-list-detail{border:2px solid var(--slate-900);height:64px;color:var(--slate-900);background-color:#fff;border-radius:24px;flex:1;justify-content:center;align-items:center;gap:12px;font-size:20px;text-decoration:underline;display:flex}.add-button-text{display:inline}@media (max-width:600px){.add-button-text{display:none}.button.add{border-radius:24px;width:56px;min-width:56px;height:56px;min-height:56px}}
.button{background-color:var(--slate-200);cursor:pointer;border-radius:24px;justify-content:center;align-items:center;gap:6px;min-width:168px;min-height:56px;display:flex;box-shadow:0 4px #000}.button.add:hover{background-color:var(--violet-600);color:#fff}.button.save:hover{background-color:var(--lime-300)}.button.delete{background-color:var(--rose-500);color:#fff}
