.tf71439-draft-status {
  position: static;
  width: 100%;
  margin: 0 0 12px;
  padding: 9px 12px;
  border: 1px solid #d9c47d;
  border-radius: 10px;
  background: #fff8df;
  color: #624d05;
  font-size: .9rem;
  line-height: 1.35;
}

.tf71439-draft-status[hidden] {
  display: none !important;
}

.tf71439-draft-status[data-state="synced"] {
  border-color: #b9d9c9;
  background: #edf8f2;
  color: #1c5c3d;
}

.tf71439-draft-status[data-state="error"] {
  border-color: #e4b7b2;
  background: #fff0ee;
  color: #852d25;
  font-weight: 700;
}

.tf-r38-time-job-help {
  display: block;
  margin-top: 6px;
  line-height: 1.3;
}

.tf-r38-job-picker {
  position: relative;
  width: 100%;
  min-width: 0;
}

.tf-r38-job-picker > input[type="search"] {
  width: 100%;
  min-width: 0;
  padding-right: 88px;
}

.tf-r38-job-toggle,
.tf-r38-job-clear {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 40px;
  height: 40px;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #173f31;
  font: inherit;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.tf-r38-job-toggle {
  right: 4px;
}

.tf-r38-job-clear {
  right: 44px;
}

.tf-r38-job-toggle:hover,
.tf-r38-job-toggle:focus-visible,
.tf-r38-job-clear:hover,
.tf-r38-job-clear:focus-visible {
  background: #eaf4ef;
  outline: 2px solid #177254;
  outline-offset: -2px;
}

.tf-r38-job-list {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  left: 0;
  z-index: 80;
  max-height: min(360px, 50vh);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  touch-action: pan-y;
  border: 1px solid #b9cbc2;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 45, 34, .18);
}

.tf-r38-job-list[hidden] {
  display: none !important;
}

.tf-r38-job-list [role="option"] {
  display: flex;
  width: 100%;
  min-height: 56px;
  flex-direction: column;
  gap: 3px;
  align-items: flex-start;
  justify-content: center;
  padding: 10px 12px;
  border: 0;
  border-bottom: 1px solid #e2ebe6;
  border-radius: 0;
  background: #fff;
  color: #14221c;
  text-align: left;
  cursor: pointer;
}

.tf-r38-job-list [role="option"]:last-of-type {
  border-bottom: 0;
}

.tf-r38-job-list [role="option"] span {
  color: #66736d;
  font-size: .85rem;
}

.tf-r38-job-list [role="option"]:hover,
.tf-r38-job-list [role="option"].active,
.tf-r38-job-list [role="option"]:focus-visible {
  background: #eaf5ef;
  outline: 0;
}

.tf-r38-job-more,
.tf-r38-job-empty {
  padding: 12px;
  color: #68766f;
  font-size: .88rem;
}

@media (max-width: 700px) {
  .tf-r38-job-list {
    max-height: min(330px, 46vh);
  }

  .tf-r38-job-list [role="option"] {
    min-height: 60px;
    padding: 11px 12px;
  }

  .tf71439-draft-status {
    font-size: .86rem;
  }
}
