/* The alignment class is on the parent Group, while the deck is nested in
 * the section component's constrained container. Let the aligned parent set
 * the width for that intermediate container as well. */
.alignwide > .section > .section-content.container {
  width: 100%;
  max-width: var(--wp--style--global--wide-size, 1296px);
}

.alignfull > .section > .section-content.container {
  width: 100%;
  max-width: none;
}

.alignwide .resource-card-deck-container,
.resource-card-deck-container.alignwide {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.alignfull .resource-card-deck-container,
.resource-card-deck-container.alignfull {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}
