#public-models-list,
#public-models-list table,
#public-models-list th,
#public-models-list td,
#public-models-brand,
#public-models-model {
  font-size: 2rem !important;
  color: #000 !important;
}

table.public-models-table,
table.public-models-table th,
table.public-models-table td,
table.public-models-table tr,
table.public-models-table.table-dark,
table.public-models-table.table-dark th,
table.public-models-table.table-dark td,
table.public-models-table.table-dark tr {
  background-color: #ffffff !important;
  color: #000 !important;
}

.public-models-filters {
  background: #ffffff;
  border: 2px solid #000000;
  margin-left: 0;
  margin-right: 0;
}

.public-models-label {
  font-size: 1.2rem;
}

.public-models-control {
  font-size: 2rem !important;
  height: auto !important;
  border-width: 2px;
}

.public-models-reset-button {
  border-width: 2px;
  font-size: 1.75rem !important;
  line-height: 1;
  width: 4.5rem;
  min-width: 4.5rem;
  margin-left: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.public-models-button {
  letter-spacing: 1px;
  font-size: 1.5rem !important;
  min-height: 80px;
  border-width: 2px;
}

[id^="public-models-filter-"][aria-pressed="false"]:focus,
[id^="public-models-filter-"][aria-pressed="false"]:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.public-models-reset-column {
  justify-content: flex-end;
}

.public-models-table {
  width: 100%;
  background-color: #ffffff !important;
  border-collapse: collapse !important;
  border: 2px solid #000;
}

.public-models-table th,
.public-models-table td {
  background-color: #ffffff !important;
  color: #000 !important;
  border-bottom: 1px solid #000 !important;
  vertical-align: middle;
}

.public-models-header {
  font-size: 1.6rem !important;
  font-weight: 900 !important;
  color: #000 !important;
  border-bottom: 3px solid #000 !important;
  letter-spacing: 0.04em;
}

.public-models-cell {
  font-size: 2rem !important;
  color: #000 !important;
  line-height: 1.2;
}

.public-models-unit {
  font-size: 1.2rem !important;
}

#public-models-status {
  font-size: 1.25rem !important;
  color: #000 !important;
  min-height: 1.5em;
}

.public-models-table tbody tr:last-child td {
  border-bottom: 0 !important;
}

@media (max-width: 991.98px) {
  .public-models-control,
  .public-models-cell,
  #public-models-list,
  #public-models-list table,
  #public-models-list th,
  #public-models-list td,
  #public-models-brand,
  #public-models-model {
    font-size: 1.35rem !important;
  }

  .public-models-header {
    font-size: 1.1rem !important;
  }

  .public-models-button {
    min-height: 64px;
    font-size: 1.15rem !important;
  }

  .public-models-unit {
    font-size: 1rem !important;
  }

  .public-models-reset-button {
    font-size: 1.25rem !important;
    width: 3.5rem;
    min-width: 3.5rem;
  }
}
