.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
}

.store-actions a {
  min-width: 164px;
  padding: 10px 16px;
  border: 1px solid #40505c;
  border-radius: 11px;
  background: #05090d;
  color: #fff;
  display: grid;
  line-height: 1.05;
  text-decoration: none;
}

.store-actions span { color: #c7d1d8; font-size: 10px; }
.store-actions strong { font-size: 19px; margin-top: 3px; }
