.tf71435-job-browser {
  margin: 0 0 16px;
  border: 1px solid #c8ddd4;
}

.tf71435-job-controls {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(180px, 1fr);
  gap: 12px;
}

.tf71435-job-controls label {
  display: grid;
  gap: 6px;
  min-width: 0;
  font-weight: 700;
}

.tf71435-job-controls input,
.tf71435-job-controls select {
  width: 100%;
  min-width: 0;
}

.tf71435-job-summary {
  margin-top: 12px;
  color: #52635b;
}

.tf71435-job-pages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
}

.tf71435-job-grid > .card[hidden] {
  display: none !important;
}

.tf71435-status-active {
  background: #dff3e9 !important;
  color: #0b6548 !important;
}

.tf71435-status-complete {
  background: #fff1cc !important;
  color: #76530b !important;
}

.tf71435-status-archived {
  background: #e8ecea !important;
  color: #445149 !important;
}

.tf71435-inactive-job {
  margin-top: 12px;
  padding: 10px 12px;
  border-left: 4px solid #78867f;
  border-radius: 8px;
  background: #f1f4f2;
  color: #46534c;
  font-weight: 700;
}

.tf71435-billable-control {
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.tf71435-billable-control input[disabled] {
  opacity: 1;
  accent-color: #126b4f;
}

.tf71435-billable-help {
  display: block;
  margin: -4px 0 10px;
  line-height: 1.35;
}

.tf71435-billable-warning,
.tf-r26-nonbillable {
  display: block;
  margin-top: 6px;
  padding: 5px 8px;
  border: 1px solid #e7bb55;
  border-radius: 7px;
  background: #fff4d9;
  color: #76530b;
  font-weight: 800;
}

.tf-r26-nonbillable-row {
  background: #fffaf0;
}

@media (max-width: 720px) {
  .tf71435-job-controls {
    grid-template-columns: minmax(0, 1fr);
  }

  .tf71435-job-pages {
    justify-content: space-between;
  }

  .tf71435-job-pages .btn {
    min-width: 94px;
  }
}
