/* v15: unified homepage content width. Solver form intentionally excluded. */
.solver-showcase-v75,
.how-shell-v100,
.upload-methods-shell-v210,
.pricing-shell-v220,
.subjects-shell-v230,
.classes-shell-v240,
.textbook-catalog-shell-v92,
.textbook-types-shell-v141,
.online-noapp-shell-v150,
.solutions-shell-v95,
.reviews-shell-v150,
.faq-shell-v141{
  width:min(1420px,calc(100% - 40px))!important;
  max-width:1420px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
/* Photo solver/form is intentionally not targeted here, so its current width stays unchanged. */
@media(max-width:760px){
  .solver-showcase-v75,
  .how-shell-v100,
  .upload-methods-shell-v210,
  .pricing-shell-v220,
  .subjects-shell-v230,
  .classes-shell-v240,
  .textbook-catalog-shell-v92,
  .textbook-types-shell-v141,
  .online-noapp-shell-v150,
  .solutions-shell-v95,
  .reviews-shell-v150,
  .faq-shell-v141{
    width:calc(100% - 20px)!important;
  }
}
