/* visible on mobile/tablet, hidden on desktop */
.buy-mobile-cta {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  margin-top: 16px;
  justify-content: center;
}

.mob-link {
  border-radius: 8px;
  border: 1px solid #FFF;
  display: flex;
  width: 100%;
  padding: 2px;
  justify-content: center;
}

.mob-link-tp {
  min-width: 98px;
}

@media (min-width: 1024px) {
  .buy-mobile-cta {
    display: none;
  }
}
