body.steam-blueprint-page.steam-template-family.partners-prices-at-a-glance-preview {
  --bp-ink: #fff8e8;
  --bp-muted: rgba(255, 248, 232, 0.74);
  --bp-blue: #cbb36c;
  --bp-blue-strong: #cbb36c;
  --bp-paper: #0b0b0c;
  --bp-card: #18181b;
  --bp-line: rgba(255, 248, 232, 0.16);
  --bp-dark: #0b0b0c;
  --bp-accent: #cbb36c;
  background: #0b0b0c;
  color: #fff8e8;
}

.partners-prices-at-a-glance-preview #steam-page-family,
.partners-prices-at-a-glance-preview main {
  min-height: 100vh;
  background: #0b0b0c;
}

.partners-prices-at-a-glance {
  background: #18181b;
  box-shadow:
    inset 0 0 0 1px rgba(255, 248, 232, 0.16),
    0 18px 50px rgba(0, 0, 0, 0.3);
}

.steam-blueprint-page.steam-home-v5 .partners-prices-at-a-glance .steam-blueprint-kicker,
.steam-blueprint-page.steam-home-v5 .partners-prices-at-a-glance h2,
.steam-blueprint-page.steam-home-v5 .partners-prices-at-a-glance .steam-hours-prices-panel__hours h3,
.steam-blueprint-page.steam-home-v5 .partners-prices-at-a-glance .steam-hours-prices-panel__hours dt,
.steam-blueprint-page.steam-home-v5 .partners-prices-at-a-glance .steam-hours-prices-panel__price-grid strong {
  color: #fff8e8;
}

.steam-blueprint-page.steam-home-v5 .partners-prices-at-a-glance .steam-hours-prices-panel__price-grid article,
.steam-blueprint-page.steam-home-v5 .partners-prices-at-a-glance .steam-hours-prices-panel__hours {
  border-color: rgba(255, 248, 232, 0.16);
  background: #222225;
}

.steam-blueprint-page.steam-home-v5 .partners-prices-at-a-glance .steam-hours-prices-panel__price-grid article.is-featured {
  background: #cbb36c;
}

.steam-blueprint-page.steam-home-v5 .partners-prices-at-a-glance .steam-hours-prices-panel__price-grid article.is-featured span,
.steam-blueprint-page.steam-home-v5 .partners-prices-at-a-glance .steam-hours-prices-panel__price-grid article.is-featured strong,
.steam-blueprint-page.steam-home-v5 .partners-prices-at-a-glance .steam-hours-prices-panel__price-grid article.is-featured p {
  color: #111;
}

.steam-blueprint-page.steam-home-v5 .partners-prices-at-a-glance .steam-hours-prices-panel__price-grid span,
.steam-blueprint-page.steam-home-v5 .partners-prices-at-a-glance .steam-hours-prices-panel__price-grid p,
.steam-blueprint-page.steam-home-v5 .partners-prices-at-a-glance .steam-hours-prices-panel__hours dd {
  color: rgba(255, 248, 232, 0.74);
}

.steam-blueprint-page.steam-home-v5 .partners-prices-at-a-glance .steam-hours-prices-panel__hours dl div {
  border-color: rgba(255, 248, 232, 0.16);
}

.steam-blueprint-page.steam-home-v5 .partners-prices-at-a-glance .steam-hours-prices-panel__note {
  background: #cbb36c;
  color: #111;
}

@media (max-width: 560px) {
  .steam-blueprint-page.steam-home-v5 .partners-prices-at-a-glance .steam-hours-prices-panel__hours-columns {
    gap: 24px;
  }

  .steam-blueprint-page.steam-home-v5 .partners-prices-at-a-glance .steam-hours-prices-panel__hours dl + dl {
    padding-left: 8px;
    border-left: 1px solid rgba(255, 248, 232, 0.16);
  }

  .steam-blueprint-page.steam-home-v5 .partners-prices-at-a-glance .steam-hours-prices-panel__hours dl div {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 6px;
  }

  .steam-blueprint-page.steam-home-v5 .partners-prices-at-a-glance .steam-hours-prices-panel__price-grid article:nth-child(n + 5) strong {
    font-size: 22px;
  }

  .steam-blueprint-page.steam-home-v5 .partners-prices-at-a-glance .steam-hours-prices-panel__hours dt,
  .steam-blueprint-page.steam-home-v5 .partners-prices-at-a-glance .steam-hours-prices-panel__hours dd {
    font-size: 11px;
  }
}

@media (max-width: 420px) {
  .steam-blueprint-page.steam-home-v5 .partners-prices-at-a-glance .steam-hours-prices-panel__hours dd {
    margin-inline-start: 0;
  }
}
