.lists-row { display: flex; gap: 10px; width: 100%; flex: 1; min-height: 0; }

.app-foot {
  display: flex; align-items: center; gap: 8px;
  margin-top: 10px; padding-top: 8px;
  border-top: 1px solid var(--border);
  width: 215px; flex: 0 0 auto;
}
.logo-mark {
  width: 48px; height: 48px; flex: 0 0 auto;
  background: url("../img/tadays-mark.png") center / contain no-repeat;
}
.logo-word { font-size: 20px; font-weight: 600; letter-spacing: .01em; color: var(--text-muted); }

.set-brand { text-align: center; margin-bottom: 16px; }
.set-brand img { width: 160px; height: auto; }
.brand-inline { display: flex; align-items: center; gap: 8px; }

.tasks {
  width: 215px; flex: 0 0 215px; display: flex; flex-direction: column;
  align-self: stretch; transition: flex-basis .18s, width .18s;
}
.tasks.fa-open { width: 455px; flex: 0 0 455px; }
.tasks-header, .new-task { width: 215px; }
.tasks-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.tasks-header h2 { font-size: 14px; font-weight: 500; margin: 0; }

.queue-col { width: 215px; flex: 0 0 215px; display: flex; flex-direction: column; min-height: 0; }

@media (max-width: 660px) {
  .tasks { width: 150px; flex: 0 0 150px; }
  .tasks.fa-open { width: 300px; flex: 0 0 300px; }
  .tasks.fa-open .queue-col { width: 145px; flex: 0 0 145px; }
}
