.platforms a {
  border: 1px solid var(--gold);
  padding: 14px 22px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  transition: .25s;
}

.platforms a:hover {
  background: var(--gold);
  color: #111;
  transform: translateY(-2px);
}

.platforms a b { margin-left: 7px; }
.order small { color: #91877a; }
.order small strong { color: var(--cream); }
.visit-card a:hover, footer a:hover { text-decoration: underline; }

@media (max-width: 420px) {
  .platforms a { width: 100%; max-width: 290px; }
}
