/* Homepage: maximum content width, including header and footer. */
@media (min-width: 641px) {
  html body #root .shell {
    width: min(1300px, calc(100% - 48px)) !important;
    max-width: 1300px !important;
  }
}
