h2 {
  text-transform: uppercase;
  font-size: 1.4em;
  padding: 2em;
  width: calc(var(--main-width) / 1.4);
}

section main square:first-of-type {
  border-top: 6px solid var(--highlight);
}

.list square {
  width: var(--main-width);
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: baseline;
  min-height: unset;
  margin: 0;
  border-bottom: 1px solid var(--foreground-2);
  text-align: left;
}

.list square .image {
  width: 10em;
}

.list square,
.list square .image {
  height: 20em !important;
}

.list square h3 {
  width: calc(100% - calc(14em / 1.5));
}

.list square .collabs-list,
.list square .info,
.list square .synopsis {
  width: calc(100% - 12em);
  margin: 1em;
}

.list square .info span {
  margin: 0.5em 0;
}

.list square.editorial .info {
    display: block;
}

@media (max-width: 80em) {
  h2 {
    width: 100%;
  }
}
