.area-list-toolbar label {
  font-size: 0.78rem;
  font-weight: 700;
}
.area-list-toolbar select {
  min-width: 150px;
}
.area-table {
  min-width: 1050px;
}
.area-table thead th {
  position: sticky;
  top: 0;
  background: #f7f8f9;
  z-index: 2;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.area-incident-row {
  cursor: pointer;
}
.area-incident-row td:first-child {
  min-width: 300px;
}
.area-incident-row td:nth-child(2) {
  min-width: 225px;
}
.area-incident-row td:nth-child(4) {
  min-width: 230px;
}
.area-scout-list {
  max-height: 55vh;
  overflow: auto;
}

@media (max-width: 767.98px) {
  .area-table,
  .area-table tbody,
  .area-table tr,
  .area-table td {
    display: block;
    width: 100%;
  }
  .area-table {
    min-width: 0;
  }
  .area-table thead {
    display: none;
  }
  .area-table tr {
    background: #fff;
    border: 1px solid var(--lx-border);
    border-left: 5px solid var(--lx-red);
    border-radius: 0.65rem;
    margin-bottom: 0.75rem;
    padding: 0.35rem;
    box-shadow: 0 2px 6px #18212a0c;
  }
  .area-table td {
    border: 0;
    padding: 0.45rem;
    min-width: 0 !important;
  }
  .area-table td:last-child {
    text-align: right;
  }
  .area-list-toolbar .card-body {
    align-items: stretch !important;
  }
  .area-list-toolbar label {
    flex: 1 1 100%;
  }
  .area-list-toolbar select {
    width: 100%;
  }
}
