.catalog-table {
  margin-bottom:30px;
  padding-bottom:30px;
}

.catalog-table table {
  border: 1px solid rgba(var(--color-foreground),.2);
}

@media screen and (max-width:749px) {
  .catalog-table tr td:last-child {
    min-width:300px;
  }
}

.catalog-page-width {
  padding-top:1rem;
  padding-bottom:3rem;
}
