/* Game front-door extras on top of the existing stone/parchment theme. */

.tab-btn-play {
  color: var(--gold-1) !important;
  font-weight: 800;
}

.btn-play {
  font-size: 22px;
  padding: 14px 28px;
  letter-spacing: 0.04em;
  min-width: 220px;
  text-align: center;
}

.how-list {
  margin: 0;
  padding-left: 1.25em;
}

.how-list li {
  margin: 0.45em 0;
}

.hero-actions .btn-play {
  box-shadow: 0 0 0 1px rgba(240, 208, 127, 0.35), 0 6px 18px rgba(0, 0, 0, 0.45);
}
