
/* Remove duplicate starter price tile from the premium animation section.
   Main pricing now lives in the dedicated pricing section only. */
.wlf-motion__scope {
  grid-template-columns: minmax(0, 1fr) !important;
  max-width: 24rem;
}

.wlf-browser__tiles {
  grid-template-columns: minmax(0, 1fr) !important;
  max-width: 18rem;
}

@media (max-width: 640px) {
  .wlf-motion__scope,
  .wlf-browser__tiles {
    max-width: none;
  }
}
