/* MAILO Version 84 */
#taskToolbarFilters [data-filter-key="viewMiniTasks"] {
  display: inline-flex !important;
}

#tasksContent {
  margin-top: -24px;
}

.task-code-row84,
.task-title-row84,
.description-heading {
  display: flex;
  align-items: center;
  gap: 10px;
}

.task-code-row84 {
  margin: 0 0 10px;
}

.task-code-row84 .task-code-badge {
  margin: 0;
}

.get-task-link84 {
  min-height: 0;
  padding: 6px 10px;
  font-size: 11px;
}

.task-title-row84 {
  align-items: flex-start;
  justify-content: space-between;
}

.task-title-row84 .editable-task-title {
  flex: 1;
  min-width: 0;
}

.description-heading {
  justify-content: space-between;
}

.task-field-transcribe84 {
  flex: 0 0 auto;
  border: 1px solid #cbd8ea;
  border-radius: 8px;
  background: #fff;
  color: #2563eb;
  padding: 6px 9px;
  font: 700 10px DM Sans, sans-serif;
  cursor: pointer;
}

.task-field-transcribe84.recording84 {
  border-color: #22c55e;
  background: #dcfce7;
  color: #15803d;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.12);
}

.task-field-transcribe84.processing84 {
  border-color: #ef4444;
  background: #fee2e2;
  color: #b91c1c;
}

@media (max-width: 850px) {
  #tasksContent {
    margin-top: -18px;
  }

  .task-title-row84 {
    flex-wrap: wrap;
  }
}
