/**
 * Letters template Publication-card grid — mirrors Webflow #w-node-*-0fc4b31a rules
 * (IDs are omitted so multiple cards per page stay valid HTML).
 * Source: letters-template.webflow.*.css ~7420–7450
 */

.Publication-card > .Publication-card_tag-wrap {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

.Publication-card > a.Publication-card_padding.top {
  grid-area: 1 / 1 / 2 / 3;
}

.Publication-card > a.Publication-card_padding:not(.top):not(.bottom) {
  grid-column: span 2 / span 2;
}

.Publication-card > .Publication-card_info {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center start;
}

.Publication-card > a.Publication-card_padding.bottom {
  grid-area: 3 / 1 / 4 / 3;
  place-self: stretch stretch;
}
