.list-shell {
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.list-toolbar {
  flex: 0 0 auto;
  margin-bottom: 14px;
}

.page-description {
  max-width: 620px;
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
}

.list-shell > .table-container {
  min-height: 140px;
  flex: 1;
  background: #fff;
}

.field-control.invalid {
  border-color: #dc2626;
  background: #fff7f7;
  box-shadow: 0 0 0 3px #dc262614;
}

.field-control.invalid:focus {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px #dc262621;
}

@media (max-width: 760px) {
  .list-toolbar {
    align-items: stretch;
  }

  .list-actions {
    flex-wrap: wrap;
  }
}
