/* The original site's own layout doesn't constrain content width on very
   wide desktop screens either (verified against the live site) — this is
   a deliberate improvement over the source, not a fix for something we
   broke. #wp-clone wraps the whole cloned page uniformly across every
   client site, so capping it here is theme-agnostic. */
@media (min-width: 1900px) {
  #wp-clone {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }
}
