.tf-r39-legacy-job-browser[hidden] {
  display: none !important;
}

.tf-r39-job-browser {
  width: 100%;
  min-width: 0;
}

.tf-r39-job-controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.tf-r39-job-controls .field,
.tf-r39-job-controls .tf-r35-combo,
.tf-r39-job-controls select {
  width: 100%;
  min-width: 0;
}

.tf-r39-job-controls .field > label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}

.tf-r39-job-controls small {
  display: block;
  margin-top: 6px;
  line-height: 1.3;
}

.tf-r39-job-summary {
  margin-top: 14px;
  color: #176b50;
  font-weight: 700;
  line-height: 1.35;
}

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

@media (max-width: 900px) {
  .tf-r39-job-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .tf-r39-job-browser {
    overflow: visible;
  }

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