.tf-r35-native-select {
  position: absolute !important;
  inline-size: 1px !important;
  block-size: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tf-r35-combo {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  width: 100%;
}

.tf-r35-combo-input {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 1px solid #cfd9d4;
  border-radius: 9px 0 0 9px !important;
  padding: 10px 12px;
  background: #fff;
}

.tf-r35-combo-toggle {
  min-height: 46px;
  border: 1px solid #cfd9d4;
  border-left: 0;
  border-radius: 0 9px 9px 0;
  background: #fff;
  color: #1d332a;
  font-size: 22px;
}

.tf-r35-combo-input:focus,
.tf-r35-combo-toggle:focus {
  outline: 3px solid rgba(18, 107, 79, .2);
  outline-offset: 1px;
}

.tf-r35-combo-list {
  position: absolute;
  z-index: 100030;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  max-height: min(320px, 48vh);
  overflow: auto;
  overscroll-behavior: contain;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  padding: 5px;
  border: 1px solid #bdcbc4;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(10, 47, 36, .22);
}

.tf-r35-combo-list[hidden] { display: none !important; }

.tf-r35-combo-list button {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 7px;
  padding: 10px 11px;
  background: #fff;
  color: #17211d;
  text-align: left;
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}

.tf-r35-combo-list button:hover,
.tf-r35-combo-list button.active {
  background: #eaf3ef;
  color: #0d5a41;
}

.tf-r35-combo-empty,
.tf-r35-combo-more {
  padding: 10px 11px;
  color: #65736c;
  font-size: .88rem;
}

.tf-r35-report-original-job { display: none !important; }

.tf-r35-report-filters {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 14px;
  margin: -4px 0 16px;
  padding: 16px;
  border: 1px solid #d9e4de;
  border-radius: 13px;
  background: #fff;
}

.toast.tf-r35-toast {
  position: fixed !important;
  top: calc(76px + env(safe-area-inset-top)) !important;
  right: max(14px, env(safe-area-inset-right)) !important;
  bottom: auto !important;
  left: auto !important;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: min(440px, calc(100vw - 28px));
  max-height: min(35vh, 260px);
  overflow: auto;
  padding: 11px 42px 11px 14px !important;
  border: 1px solid rgba(255, 255, 255, .2);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .22);
  line-height: 1.35;
  z-index: 100050 !important;
  pointer-events: none;
}

.tf-r35-toast-close {
  position: absolute;
  top: 5px;
  right: 6px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: inherit;
  font-size: 22px;
  line-height: 1;
  pointer-events: auto;
}

.tf-r35-toast-close:hover,
.tf-r35-toast-close:focus { background: rgba(255, 255, 255, .16); }

@media (max-width: 700px) {
  .tf-r35-report-filters { grid-template-columns: 1fr; }
  .toast.tf-r35-toast {
    top: calc(70px + env(safe-area-inset-top)) !important;
    left: max(10px, env(safe-area-inset-left)) !important;
    right: max(10px, env(safe-area-inset-right)) !important;
    width: auto;
    font-size: .92rem;
  }
}
