/* Desktop-only Lottie sizing for Food List page */
@media screen and (min-width: 900px) {
  /* Hero section grocery animation — keep compact on desktop */
  .animation-header dotlottie-wc,
  .animation-header lottie-player {
    width: 180px !important;
    height: 140px !important;
    display: block;
    margin: auto;
  }

  /* Loading/filter-area grocery animation — smaller on desktop */
  dotlottie-wc,
  lottie-player,
  .dotlottie-wc,
  .lottie-player {
    width: 200px !important;
    height: 200px !important;
    display: inline-block;
    vertical-align: middle;
  }

  /* food-item tiles */
  .food-item dotlottie-wc,
  .food-item lottie-player {
    width: 120px !important;
    height: 120px !important;
  }

  /* specific classes used across the app */
  .lottie-gene,
  .button-lottie-bg,
  .lottie-results,
  .citations-lottie-bg {
    width: 100px !important;
    height: 100px !important;
  }
}
