/* Responsive shell tweaks */

@media (max-width: 980px) {
  .a61-mast {
    position: sticky;
    top: 0;
  }
}

@media (max-width: 720px) {
  body.a61-store {
    background-size: 48px 48px, 48px 48px, auto;
  }

  .a61-stamp-word strong {
    font-size: 1rem;
  }

  .a61-account {
    padding: 0.2rem;
    gap: 0;
  }

  .a61-account-copy {
    display: none;
  }

  .a61-bag {
    padding: 0.2rem;
    gap: 0;
  }

  .a61-bag-copy {
    display: none;
  }
}
