/* Games — Instructions link + how-to-play dialog
   Author: Dave Greenlaw */

.bb-game-howto-link,
.bb-games-card__howto {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 6px;
  min-height: 36px;
  border: 0;
  background: transparent;
  color: var(--accent, #2563eb);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  white-space: nowrap;
}

.bb-game-howto-link:hover,
.bb-games-card__howto:hover {
  color: var(--text, #1a1a1a);
}

.bb-game-howto-link:focus-visible,
.bb-games-card__howto:focus-visible {
  outline: 2px solid var(--accent, #2563eb);
  outline-offset: 2px;
  border-radius: 4px;
}

.bb-games-card__howto {
  width: 100%;
  margin-top: 2px;
}

.bb-game-howto-modal {
  align-items: center;
  padding: 24px 16px;
  z-index: 100160;
}

.bb-game-howto-modal > .modal-content {
  width: min(36rem, 100%);
  max-height: min(88vh, 42rem);
}

.bb-game-howto-card .bb-game-howto-body {
  max-height: min(62vh, 28rem);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  color: var(--text, #1a1a1a);
  background: var(--surface, #fff);
}

.bb-game-howto-sec {
  margin: 0 0 14px;
}

.bb-game-howto-sec:last-child {
  margin-bottom: 0;
}

.bb-game-howto-sec h3 {
  margin: 0 0 6px;
  font-size: 0.95rem;
  color: var(--text, #1a1a1a);
}

.bb-game-howto-sec p,
.bb-game-howto-sec li {
  margin: 0 0 8px;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--text, #1a1a1a);
}

.bb-game-howto-sec ul {
  margin: 0;
  padding-left: 1.2em;
}

.bb-game-howto-sec li {
  margin-bottom: 4px;
}
