/* Unified Find result hierarchy. Loaded only by /find-a-game/. */
.explore-v3-page main[data-find-a-game-page] > .activity-page-section[aria-label="Find a game results"] .activity-section-heading {
  grid-template-columns: minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 8px !important;
}

.explore-v3-page main[data-find-a-game-page] > .activity-page-section[aria-label="Find a game results"] .activity-section-heading h2 {
  max-width: 18ch !important;
  font-size: 2.25rem !important;
}

.explore-v3-page main[data-find-a-game-page] > .activity-page-section[aria-label="Find a game results"] .activity-section-heading > p:last-child {
  max-width: 60ch !important;
}

.explore-v3-page .find-game-results-refine {
  width: max-content;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #8fa99a;
  border-radius: 6px;
  color: var(--sb-action-dark);
  background: #fff;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
}

.explore-v3-page .find-game-confidence {
  grid-template-columns: auto minmax(0, 1fr) auto !important;
}

.explore-v3-page .find-game-confidence[hidden] {
  display: none !important;
}

.explore-v3-page .find-game-confidence button {
  min-height: 44px !important;
  padding: 0 12px !important;
  color: var(--sb-action-dark) !important;
  background: #fff !important;
  border: 1px solid #9eb2a7 !important;
  border-radius: 6px !important;
  font-size: 0.76rem !important;
  font-weight: 800 !important;
}

.explore-v3-page .find-game-confidence[data-find-confidence="none"] {
  color: #5b341f !important;
  background: #fff2e9 !important;
  border-color: #e0b89f !important;
}

.explore-v3-page .find-game-confidence[data-find-confidence="none"] strong {
  color: #6a2d17 !important;
}

.explore-v3-page .find-game-result-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, 0.825fr)) !important;
}

.explore-v3-page .find-game-result-grid:has(> :only-child) {
  grid-template-columns: minmax(0, 720px) !important;
}

.explore-v3-page .find-game-result-card--winner {
  border-color: #7fa891 !important;
  box-shadow: 0 16px 34px rgba(18, 35, 27, 0.13) !important;
}

.explore-v3-page :is(.find-game-result-card--alternative, .find-game-result-card--suggestion) {
  align-self: start !important;
  background: #fbfcfb !important;
  box-shadow: none !important;
}

.explore-v3-page :is(.find-game-result-card--alternative, .find-game-result-card--suggestion) figure {
  display: none !important;
}

.explore-v3-page .find-game-result-slot,
.explore-v3-page .find-game-result-type,
.explore-v3-page .find-game-result-facts span,
.explore-v3-page .find-game-result-reasons span {
  font-size: 0.75rem !important;
}

.explore-v3-page .find-game-result-identity {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
}

.explore-v3-page .find-game-result-type {
  color: #46534c !important;
  font-weight: 800 !important;
}

.explore-v3-page :is(.find-game-result-card--alternative, .find-game-result-card--suggestion) h3 {
  font-size: 1.2rem !important;
}

.explore-v3-page .find-game-result-actions {
  grid-template-columns: minmax(0, 1fr) !important;
}

.explore-v3-page :is(.find-game-result-card--alternative, .find-game-result-card--suggestion) .find-game-result-actions a:first-child {
  color: var(--sb-action-dark) !important;
  background: #fff !important;
  border-color: #9eb2a7 !important;
}

@media (max-width: 760px) {
  .explore-v3-page .find-game-result-grid,
  .explore-v3-page .find-game-result-actions {
    grid-template-columns: 1fr !important;
  }
}
