/* Unlayered on purpose so it can override Bootstrap's unlayered .container max-width */
.av-container-wide {
  max-width: 1700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@layer utilities {
  /* Layered alias for completeness when used with layered selectors */
  .av-container-wide {
    max-width: 1700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
