@font-face {
  font-family: "Google Sans";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts.gstatic.com/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2vgCI__6c6394e0c3.woff2") format("woff2");
}

@font-face {
  font-family: "Google Sans";
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts.gstatic.com/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2vgCI__6c6394e0c3.woff2") format("woff2");
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts.gstatic.com/KFOmCnqEu92Fr1Mu4mxK__dddea770a0.woff2") format("woff2");
}

@font-face {
  font-family: "Google Material Icons";
  font-display: block;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts.gstatic.com/Gw6kwdfw6UnXLJCcmafZyFRXb3BL9rvi0QZG3Q__265bdf9a3e.woff2") format("woff2");
}

:root {
  --text: #202124;
  --body: #000;
  --muted: #5f6368;
  --line: #dadce0;
  --link: #0070c9;
  --button: #0070c9;
  --shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  --shell-margin: 72px;
  --main-width: 685px;
  --side-width: 364px;
  --column-gap: 72px;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  font-family: "Google Sans", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  min-height: 100%;
}

body {
  background: #fff;
  color: var(--body);
  font-family: "Google Sans", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  min-height: 756px;
  overflow-y: scroll;
  text-size-adjust: 100%;
}

.screenshot-strip::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

.store-shell {
  margin-left: auto;
  margin-right: auto;
  max-width: 1296px;
  width: calc(100% - (var(--shell-margin) * 2));
}

.material-icon {
  direction: ltr;
  display: inline-block;
  font-family: "Google Material Icons";
  font-feature-settings: "liga";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
}

.app-hero {
  color: var(--text);
  min-height: 308px;
  position: relative;
}

.hero-main {
  padding-top: 48px;
  width: 800px;
}

.app-heading {
  display: flex;
}

.app-title {
  color: var(--text);
  display: flex;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
  margin: 0;
  overflow-wrap: anywhere;
}

.developer-link {
  color: var(--link);
  display: block;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 24px;
  margin-top: 16px;
}

.purchase-note {
  color: var(--muted);
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 20px;
  margin-top: 4px;
}

.app-icon {
  border-radius: 20%;
  box-shadow: var(--shadow);
  object-fit: cover;
  overflow: hidden;
}

.app-icon-mobile {
  display: none;
}

.app-icon-desktop {
  height: 240px;
  position: absolute;
  right: 0;
  top: 48px;
  width: 240px;
}

.app-facts {
  display: flex;
  margin-top: 20px;
}

.fact {
  color: var(--text);
  min-width: 0;
  padding-right: 16px;
}

.fact + .fact {
  border-left: 1px solid var(--line);
  margin-left: 16px;
  padding-left: 16px;
}

.fact-value {
  align-items: center;
  display: flex;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  justify-content: center;
  letter-spacing: 0.25px;
  line-height: 20px;
  white-space: nowrap;
}

.inline-stars {
  font-size: 10px;
  margin-left: 2px;
}

.fact-label {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  justify-content: center;
  letter-spacing: 0.2px;
  line-height: 16px;
  margin-top: 4px;
  white-space: nowrap;
}

.rating-badge {
  border-radius: 2px;
  height: 16px;
  width: 16px;
}

.fact-info {
  font-size: 14px;
  margin-left: 3px;
}

.primary-download {
  align-items: center;
  background: var(--button);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  gap: 6px;
  height: 44px;
  justify-content: center;
  letter-spacing: 0.1px;
  line-height: 24px;
  margin-top: 22px;
  min-height: 44px;
  min-width: 200px;
  padding: 10px 16px;
  white-space: nowrap;
  width: 240px;
}

.primary-download span {
  white-space: nowrap;
}

.primary-download img {
  height: 20px;
  width: 20px;
}

.store-layout {
  align-items: start;
  column-gap: var(--column-gap);
  display: grid;
  grid-template-columns: minmax(0, var(--main-width)) var(--side-width);
}

.main-column {
  min-width: 0;
}

.side-column {
  min-width: 0;
}

.screenshots-section {
  height: 296px;
  margin: 20px 0 0;
  position: relative;
}

.screenshot-strip {
  -ms-overflow-style: none;
  display: flex;
  height: 296px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.game-screenshot {
  border-radius: 8px;
  box-shadow: var(--shadow);
  flex: 0 0 auto;
  height: 296px;
  margin-right: 12px;
  object-fit: cover;
  width: 164px;
}

.screenshot-scroll-next {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(218, 220, 224, 0.85);
  border-radius: 50%;
  box-shadow: var(--shadow);
  color: #3c4043;
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  z-index: 2;
}

.screenshot-scroll-next .material-icon {
  font-size: 30px;
}

.screenshot-scroll-next:focus-visible {
  outline: 2px solid var(--link);
  outline-offset: 2px;
}

.store-section {
  color: var(--body);
  margin: 0 0 24px;
  padding-top: 20px;
}

.section-header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.section-title {
  color: var(--text);
  display: flex;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0;
}

.icon-action {
  align-items: center;
  border-radius: 50%;
  color: var(--muted);
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.icon-action .material-icon {
  font-size: 20px;
}

.section-body {
  color: var(--muted);
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 20px;
}

.about-section {
  margin-top: 24px;
}

.about-copy {
  color: #2a2a2a;
  margin-bottom: 14px;
}

.about-copy p {
  display: block;
  font-size: 11px;
  line-height: 1.45;
  margin: 0 0 7px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.updated-block {
  margin-top: 8px;
}

.detail-label {
  color: var(--text);
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 20px;
}

.detail-value {
  color: var(--muted);
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}

.genre-chips {
  column-gap: 12px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
  row-gap: 16px;
}

.genre-chip,
.secondary-button,
.device-tab {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--muted);
  display: inline-flex;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 32px;
  justify-content: center;
  letter-spacing: 0.15px;
  line-height: 20px;
  padding: 0 15px;
  white-space: nowrap;
}

.section-intro {
  margin: 0;
}

.safety-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 30px;
  padding: 20px 20px 0;
}

.safety-item {
  display: flex;
  min-height: 44px;
}

.safety-item img {
  flex: 0 0 auto;
  height: 20px;
  margin-right: 20px;
  width: 20px;
}

.safety-item span {
  color: var(--muted);
  display: block;
  margin-top: 2px;
}

.safety-item a {
  color: var(--link);
}

.secondary-button {
  border-radius: 18px;
  color: var(--link);
  margin: 2px 0 18px;
  padding: 0 20px;
}

.ratings-header {
  align-items: flex-start;
}

.verified-note {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  display: inline-flex;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  height: 32px;
  letter-spacing: 0.25px;
  line-height: 16px;
  margin-top: 16px;
  padding: 0 8px;
}

.verified-note .material-icon {
  font-size: 16px;
  margin-left: 6px;
}

.device-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}

.device-tab {
  border-radius: 8px;
  color: var(--muted);
  gap: 8px;
  padding: 0 12px;
}

.device-tab .material-icon {
  font-size: 18px;
}

.device-tab.is-active {
  background: #e8f0fe;
  border-color: #d2e3fc;
  color: #174ea6;
}

.rating-summary {
  column-gap: 24px;
  display: grid;
  grid-template-columns: 136px 1fr;
  margin-bottom: 24px;
}

.rating-score {
  color: var(--text);
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
}

.large-stars,
.review-stars {
  color: var(--link);
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 18px;
}

.review-count {
  color: var(--muted);
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}

.rating-bars {
  padding-top: 6px;
}

.rating-row {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 10px 1fr;
  height: 18px;
}

.rating-row span {
  color: var(--muted);
  font-size: 11px;
  line-height: 18px;
}

.rating-row b {
  background: #e8eaed;
  border-radius: 999px;
  display: block;
  height: 10px;
  overflow: hidden;
}

.rating-row i {
  background: var(--link);
  border-radius: inherit;
  display: block;
  height: 100%;
  width: var(--rating-width);
}

.review-card {
  border: 0;
  color: var(--muted);
  margin: 0;
  padding: 24px 0;
}

.review-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.reviewer {
  align-items: center;
  color: var(--text);
  display: flex;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.reviewer img {
  border-radius: 50%;
  height: 32px;
  margin-right: 16px;
  width: 32px;
}

.more-button {
  color: var(--muted);
  height: 40px;
  width: 40px;
}

.review-meta {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.review-meta span:last-child {
  color: var(--muted);
  font-size: 12px;
  line-height: 16px;
}

.review-card p {
  color: var(--text);
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 20px;
  margin: 12px 0 0;
}

.helpful {
  color: var(--muted);
  font-size: 12px;
  line-height: 16px;
  margin-top: 16px;
}

.helpful-actions {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.helpful-actions span {
  color: var(--muted);
  font-size: 12px;
  line-height: 16px;
  margin-right: 8px;
}

.helpful-actions button {
  border: 1px solid var(--line);
  border-radius: 16px;
  height: 32px;
  min-width: 48px;
}

.reviews-button {
  margin-top: 0;
}

.whats-new-copy p {
  color: var(--text);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0 0 8px;
}

.flag-section {
  margin-top: 0;
}

.flag-link {
  align-items: center;
  color: var(--text);
  display: inline-flex;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.flag-link .material-icon {
  color: var(--muted);
  font-size: 18px;
  margin-right: 16px;
}

.similar-section {
  margin-top: 20px;
}

.similar-grid {
  display: grid;
  gap: 24px;
}

.similar-game {
  color: var(--muted);
  display: flex;
  min-height: 72px;
  position: relative;
}

.similar-game img {
  border-radius: 12px;
  box-shadow: var(--shadow);
  flex: 0 0 auto;
  height: 64px;
  margin: 0 16px 0 0;
  object-fit: cover;
  width: 64px;
}

.similar-game span {
  display: block;
  min-width: 0;
  padding-top: 0;
}

.similar-game b {
  color: var(--text);
  display: block;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.similar-game small {
  color: var(--muted);
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin-top: 2px;
}

.similar-game em {
  align-items: center;
  color: var(--muted);
  display: inline-flex;
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  margin-top: 4px;
}

.similar-game .material-icon {
  color: var(--muted);
  font-size: 12px;
  margin-left: 2px;
}

.support-list {
  display: grid;
  gap: 24px;
}

.support-list a {
  color: var(--muted);
  display: flex;
  line-height: 20px;
  padding: 12px;
}

.support-list .material-icon {
  color: var(--muted);
  font-size: 20px;
  margin-right: 24px;
}

.support-list b {
  color: var(--text);
  display: block;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.support-list small {
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.store-footer {
  min-height: 89px;
  padding-bottom: 16px;
}

.footer-download {
  margin-top: 0;
}

@media (max-width: 959px) {
  :root {
    --shell-margin: 24px;
  }

  body {
    min-height: 756px;
  }

  .store-shell {
    max-width: none;
    width: calc(100% - 48px);
  }

  .app-hero {
    min-height: 267px;
  }

  .hero-main {
    padding-top: 48px;
    width: 100%;
  }

  .app-icon-mobile {
    display: block;
    flex: 0 0 auto;
    height: 72px;
    margin: 7px 24px 0 0;
    width: 72px;
  }

  .app-icon-desktop {
    display: none;
  }

  .app-title {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
  }

  .developer-link {
    margin-top: 2px;
  }

  .purchase-note {
    margin-top: 0;
  }

  .app-facts {
    margin-top: 28px;
    width: min(374px, calc(100% + var(--shell-margin)));
  }

  .primary-download {
    font-size: 14px;
    height: 36px;
    line-height: 20px;
    margin-top: 26px;
    min-height: 36px;
    min-width: 160px;
    padding: 8px 16px;
    width: 100%;
  }

  .store-layout {
    display: block;
  }

  .screenshots-section {
    height: 204px;
    margin-top: 20px;
  }

  .screenshot-strip {
    height: 204px;
  }

  .game-screenshot {
    height: 204px;
    width: 113px;
  }

  .screenshot-scroll-next {
    display: none;
  }

  .store-section {
    margin-bottom: 0;
    padding-top: 20px;
  }

  .about-section {
    margin-top: 0;
  }

  .section-header {
    padding-bottom: 20px;
  }

  .section-title {
    font-size: 18px;
    line-height: 24px;
  }

  .genre-chips {
    max-height: none;
  }

  .rating-summary {
    grid-template-columns: 112px 1fr;
  }

  .review-card {
    padding: 16px 0;
  }

  .side-column {
    display: contents;
  }

  .similar-section {
    margin-top: 0;
  }

  .similar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .similar-game {
    display: flex;
    height: 56px;
    min-height: 56px;
    overflow: hidden;
  }

  .similar-game img {
    height: 56px;
    margin: 0 12px 0 0;
    width: 56px;
  }

  .similar-game span {
    padding-top: 0;
  }

  .similar-game b {
    white-space: normal;
  }

  .store-footer {
    margin-top: 24px;
    min-height: 137px;
    padding-bottom: 16px;
  }

  .footer-download {
    margin-top: 0;
  }
}

@media (min-width: 960px) and (max-width: 1279px) {
  :root {
    --column-gap: 48px;
    --side-width: 320px;
  }

  .store-layout {
    grid-template-columns: minmax(0, 1fr) var(--side-width);
  }

  .hero-main {
    width: calc(100% - 300px);
  }
}
