.mobile-filter .filter-category {
  flex: 1 1 45%;
}

.mobile-filter .filter-category .tag {
  width: 100%;
}

.filter-item:first-child {
  padding-top: 0;
}

.filter-item {
  cursor: pointer;
  padding: 1.5rem 0;
  border-bottom: 1px solid #bfbfbf;
}

.filter-modal .modal-title {
  margin-right: 1rem;
}

.resources-data-table .datatable-wrapper > .datatable td {
  font-size: 0.875rem;
}

.resources-data-table .datatable-topdocker {
  padding: 0 0 2rem 0;
}

.resources-data-table .datatable-topdocker h3 {
  order: 2;
  margin-top: 1rem;
  font-size: 1rem;
  color: #444444;
}

@media (min-width: 768px) {
  .resources-data-table .datatable-topdocker h3 {
    order: -1;
    margin-top: 0rem;
    font-size: 1.375rem;
  }
}

@media (min-width: 1024px) {
  .filter-item {
    padding: 1rem 0;
  }

  .filter-modal .modal-card {
    margin-top: 0;
    max-width: 25rem;
  }
}
