/* Keep Microsoft's large Store badge within narrow trial-page cards. */
@media (max-width: 520px) {
  .trial-store-badge-wrap ms-store-badge {
    display: block;
    width: 100%;
    min-height: 0;
  }

  .trial-store-badge-wrap ms-store-badge::part(img) {
    width: 100%;
    height: auto;
  }
}
