.cj-report-filter-bar {
  display: flex;
  gap: 10px;
  align-items: end;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #d8e5ef;
  border-radius: 9px;
  background: #fff;
}

.cj-report-filter-bar label {
  display: grid;
  flex: 1;
  gap: 5px;
  color: #334e68;
  font-size: 12px;
  font-weight: 700;
}

.cj-report-filter-bar input,
.cj-report-column-filters input {
  box-sizing: border-box;
  width: 100%;
  min-height: 38px;
  padding: 7px 9px;
  border: 1px solid #b9ccda;
  border-radius: 7px;
  background: #fff;
  color: #102a43;
  font-size: 14px;
}

.cj-report-filter-bar button {
  min-height: 38px;
  padding: 7px 12px;
  border: 1px solid #bdd4e5;
  border-radius: 7px;
  background: #fff;
  color: #075eab;
  font-weight: 700;
}

.cj-report-column-filters th {
  padding: 5px !important;
  background: #f6f9fc;
}

@media (max-width: 768px) {
  .cj-report-filter-bar {
    align-items: stretch;
    flex-direction: column;
  }
}
