.footer-store-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  margin: 18px 0 14px;
}

.footer-store-link {
  min-width: 0;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 7px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 5px;
  background: transparent;
  color: #fff !important;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}

.footer-store-link i {
  font-size: 16px;
  line-height: 1;
}

.footer-store-link img {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  object-fit: contain;
}

.footer-store-link[href]:hover,
.footer-store-link[href]:focus-visible {
  background: #fff;
  border-color: #fff;
  color: #0948b3 !important;
}

.footer-store-link.is-disabled {
  cursor: default;
}

.footer-tags-container {
  margin-top: 25px;
  text-align: center;
}

@media (max-width: 359px) {
  .footer-store-links {
    gap: 5px;
  }

  .footer-store-link {
    gap: 4px;
    padding: 0 4px;
    font-size: 10px;
  }
}
