.table-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  margin-bottom: 8px;
}

.table-titlebar-title {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.table-titlebar h2 {
  margin: 0;
  color: #19314f;
  font-size: 17px;
  white-space: nowrap;
}

.table-filter-lite {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  min-width: 0;
}

.table-filter-lite input,
.table-filter-lite select,
.table-filter-lite .input,
.table-filter-action {
  width: auto;
  height: 32px;
  min-height: 32px;
  margin: 0;
  padding: 0 9px;
  border: 1px solid #dce4ef;
  border-radius: 5px;
  background: #fff;
  color: #4c5f7b;
  font-size: 12px;
  box-shadow: none;
}

.table-filter-lite input {
  width: 178px;
}

.table-filter-lite select {
  max-width: 190px;
}

.table-filter-action {
  cursor: pointer;
}

.table-filter-action:hover,
.table-filter-action.primary {
  border-color: #b9cceb;
  background: #f4f8fe;
  color: #175fb9;
}

.table-filter-lite .table-width-reset {
  height: 32px;
  min-height: 32px;
  margin: 0;
  padding: 0 7px;
  border: 0;
  background: transparent;
  color: #7a8ba3;
  font-size: 11px;
}

.business-mode-pill {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 7px;
  border-radius: 11px;
  background: #eef8f3;
  color: #277b57;
  font-size: 11px;
  white-space: nowrap;
}

.business-mode-pill.pending {
  background: #fff6df;
  color: #946513;
}

.project-list-titlebar {
  margin-bottom: 10px;
}

.project-list-filters select {
  min-width: 130px;
}

.business-association-note,
.business-workflow-note,
.tax-summary-boundary,
.tax-common-note,
.closure-section-head p {
  font-size: 12px;
}

@media (max-width: 900px) {
  .table-titlebar {
    align-items: flex-start;
    flex-direction: column;
  }

  .table-filter-lite {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 620px) {
  .table-filter-lite input,
  .table-filter-lite select,
  .table-filter-lite .input {
    flex: 1 1 145px;
    width: auto;
  }
}
