@charset "utf-8";

/* =========================================================
   STVM Booster Membership Site
   Tablet Stylesheet

   Purpose:
   Provides layout adjustments for tablet and smaller desktop
   screens from 721px through 900px wide.
   ========================================================= */

@media (max-width: 900px) {
  .page-shell {
    max-width: 820px;
  }

  .content-card-wide {
    max-width: 100%;
  }

  .option-grid {
    grid-template-columns: 1fr;
  }
}