.store-badge {
  display: inline-flex;
  line-height: 0;
  text-decoration: none;
  width: max-content;
}

.store-badge img { display: block; height: 54px; width: auto; }
.store-badge.compact img { height: 40px; }

@media (max-width: 560px) {
  .nav .store-badge { display: none; }
  .actions .store-badge { width: max-content; }
}
