/* GameHarbor unified platform badges — 2026-06-23 */
.gh-platform-badges,
.mini-platform-tags,
.gh-unified-platform-list,
.gh-review-platforms.gh-unified-platform-list {
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:4px !important;
}

.gh-platform-badges,
.mini-platform-tags,
p.platforms.gh-unified-platform-list {
  margin:7px 0 10px !important;
}

.gh-unified-platform-badge,
.gh-platform-badge,
.mini-platform-tags > span.gh-unified-platform-badge,
.switch-badge.gh-unified-platform-badge,
.gh-review-meta > span.gh-unified-platform-badge {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 auto !important;
  min-width:0 !important;
  min-height:0 !important;
  margin:0 !important;
  padding:3px 7px !important;
  border:1px solid rgba(148,163,184,.34) !important;
  border-radius:999px !important;
  background:linear-gradient(180deg,rgba(30,41,59,.96),rgba(10,15,29,.96)) !important;
  color:#f1f5f9 !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 2px 7px rgba(0,0,0,.2) !important;
  font-family:inherit !important;
  font-size:10px !important;
  line-height:1 !important;
  font-weight:850 !important;
  letter-spacing:.01em !important;
  text-transform:none !important;
  white-space:nowrap !important;
}

/* Remove the old coloured platform styling and icons. */
.gh-platform-badge.gh-pc,
.gh-platform-badge.gh-playstation,
.gh-platform-badge.gh-xbox,
.gh-platform-badge.gh-switch,
.gh-free-game-card .gh-platform-badge,
.gh-free-game-card .gh-pc,
.gh-free-game-card .gh-playstation,
.gh-free-game-card .gh-xbox,
.gh-free-game-card .gh-switch {
  border-color:rgba(148,163,184,.34) !important;
  background:linear-gradient(180deg,rgba(30,41,59,.96),rgba(10,15,29,.96)) !important;
  color:#f1f5f9 !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 2px 7px rgba(0,0,0,.2) !important;
}
.gh-platform-icon { display:none !important; }

p.platforms.gh-unified-platform-list {
  color:inherit !important;
  line-height:1 !important;
}
.gh-review-platforms.gh-unified-platform-list {
  margin:13px 0 16px !important;
}
.gh-review-platforms.gh-unified-platform-list > strong {
  margin-right:4px !important;
  color:#dbeafe !important;
  font-size:12px !important;
}

@media (max-width:640px) {
  .gh-unified-platform-badge,
  .gh-platform-badge,
  .mini-platform-tags > span.gh-unified-platform-badge,
  .switch-badge.gh-unified-platform-badge,
  .gh-review-meta > span.gh-unified-platform-badge {
    padding:3px 6px !important;
    font-size:9px !important;
  }
}
