/* R49R3: portrait art direction for narrow Android screens only. */
@media (max-width: 720px) {
  .mn-platform-page {
    background-color: #fff7e7 !important;
    background-image:
      linear-gradient(rgba(255, 250, 239, .10), rgba(255, 250, 239, .18)),
      url('/assets/meal-nearby-coming-mobile-r49r3.webp') !important;
    background-size: 100% 100%, 100% 100% !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
  }

  .mn-platform-hero,
  .mn-platform-content {
    padding-left: clamp(1.5rem, 7vw, 2.75rem) !important;
    padding-right: clamp(1.5rem, 7vw, 2.75rem) !important;
  }

  .mn-platform-intro,
  .mn-platform-lead,
  .mn-platform-card,
  .mn-platform-close {
    background: rgba(255, 250, 240, .89) !important;
    border-color: rgba(255, 255, 255, .86) !important;
  }
}

@media (max-width: 380px) {
  .mn-platform-hero,
  .mn-platform-content {
    padding-left: 1.35rem !important;
    padding-right: 1.35rem !important;
  }
}

