/* #checklists {
  width: 50rem;
} */

/* #checklist {
  width: 40rem;
} */

ul#checklist_items li div.row {
  min-height: 4em;
}

/* ul#checklist_items li div.row div * {
  vertical-align: middle !important;
} */

div.completed {
  /* text-decoration: line-through; */
  color: #999;
  opacity: 0.7;
}

[data-bs-theme="light"] .editable-text {
  background-color: #f0f0f0;
}

[data-bs-theme="dark"] .editable-text {
  background-color: #16191b;
}

.editable-text::after {
  content: "\f4cb";
  /* Bootstrap Icons pencil-square icon */
  font-family: "bootstrap-icons";
  margin-left: auto;
  opacity: 0.4;
}

.checklist-row:hover .checklist-actions {
  display: block !important;
}
