/* Give stacked mobile content clear boundaries while preserving desktop layouts. */
@media (max-width: 720px) {
  main > section + section {
    border-top: 1px solid #d6cec1;
  }

  main > .section:not(.green-section):not(.journey):not(.eligibility-section):not(.contact-section):nth-of-type(odd) {
    background-color: #f1ece3;
  }

  .landing-page .ma-ownership {
    display: none;
  }

  .landing-page .eligibility-section {
    background-color: #f1ece3;
    border-bottom: 0;
  }

  .landing-page .checker {
    background-color: #fbf8f2;
  }

  .landing-page .ma-projects {
    display: none;
  }

  .three-grid > article + article {
    padding-top: 28px;
    border-top: 1px solid #d6cec1;
  }

  .green-section .three-grid > article + article {
    border-top-color: #655d54;
  }

  .footer {
    border-top: 1px solid #d6cec1;
  }
}
