.dpsg-beta {
  margin: 0;
  padding: 17px max(24px, calc((100vw - 1320px) / 2));
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  color: #fff;
  border-top: 1px solid #f4c463;
  border-bottom: 1px solid #f4c463;
  background: linear-gradient(90deg, #4b3000, #261900 68%, #161007);
}

.dpsg-beta > span {
  padding: 8px 10px;
  color: #161007;
  background: #f4c463;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.3px;
  white-space: nowrap;
}

.dpsg-beta > div {
  display: grid;
  gap: 3px;
}

.dpsg-beta strong {
  font-size: 15px;
}

.dpsg-beta p {
  margin: 0;
  color: #e4d5b7;
  font-size: 11px;
  line-height: 1.5;
}

.dpsg-beta a {
  padding: 10px 12px;
  color: #fff;
  border: 1px solid #f4c463;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.dpsg-beta a:hover {
  color: #161007;
  background: #f4c463;
}

.dpsg-sprite-whiteprint {
  position: relative;
  width: 100%;
  min-height: 220px;
  overflow: hidden;
  background: radial-gradient(circle, #2a2a31 0, #121216 70%);
}

.dpsg-sprite-whiteprint::after {
  position: absolute;
  inset: 13% 4%;
  content: "";
  pointer-events: none;
  opacity: .18;
  background: linear-gradient(90deg, transparent 49.8%, #f2ad3a 50%, transparent 50.2%), linear-gradient(transparent 49.8%, #f2ad3a 50%, transparent 50.2%);
}

.dpsg-whiteprint-sprite {
  width: 100%;
  height: 220px;
  background-repeat: no-repeat;
  mix-blend-mode: screen;
  filter: contrast(1.18) brightness(1.12) drop-shadow(0 12px 22px #000c);
}

.dpsg-whiteprint-fallback {
  min-height: inherit;
  display: grid;
  place-content: center;
  text-align: center;
}

.dpsg-sprite-whiteprint.compact {
  min-height: 96px;
  margin: -13px -13px 5px;
  width: calc(100% + 26px);
  border-bottom: 1px solid #303038;
  background: #0e0e12;
}

.dpsg-sprite-whiteprint.compact .dpsg-whiteprint-sprite {
  height: 96px;
}

.dpsg-sprite-whiteprint.compact::after {
  inset: 14%;
  opacity: .1;
}

.dpsg-variant-grid .dpsg-option {
  min-height: 225px;
  overflow: hidden;
}

.dpsg-variant-grid .dpsg-option > em {
  margin-top: 2px;
  color: var(--gold);
  font-size: 7px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 1px;
}

.dpsg-variant-note {
  min-height: 54px;
  padding: 13px 17px;
  display: grid;
  gap: 5px;
  border-left: 4px solid #777780;
  background: #19191e;
}

.dpsg-build-detail > .dpsg-variant-note {
  margin: 0 12px 12px;
}

.dpsg-variant-note.specific {
  border-left-color: var(--gold);
  background: linear-gradient(90deg, #2b2414, #19191e 58%);
}

.dpsg-variant-note b {
  color: #d3d1cd;
  font-size: 9px;
  letter-spacing: 1px;
}

.dpsg-variant-note.specific b {
  color: var(--gold);
}

.dpsg-variant-note span {
  color: #9a999f;
  font-size: 9px;
  line-height: 1.55;
}

.dpsg-review-whiteprint.dpsg-sprite-whiteprint {
  min-height: 160px;
  padding: 0;
}

.dpsg-review-whiteprint .dpsg-whiteprint-sprite {
  height: 160px;
}

@media (max-width: 760px) {
  .dpsg-beta {
    padding: 15px 18px;
    grid-template-columns: auto 1fr;
    gap: 12px;
  }

  .dpsg-beta a {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .dpsg-whiteprint-sprite {
    height: 175px;
  }

  .dpsg-sprite-whiteprint {
    min-height: 175px;
  }

  .dpsg-sprite-whiteprint.compact,
  .dpsg-sprite-whiteprint.compact .dpsg-whiteprint-sprite {
    min-height: 88px;
    height: 88px;
  }

  .dpsg-variant-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 430px) {
  .dpsg-variant-grid {
    grid-template-columns: 1fr;
  }

  .dpsg-sprite-whiteprint.compact,
  .dpsg-sprite-whiteprint.compact .dpsg-whiteprint-sprite {
    min-height: 112px;
    height: 112px;
  }
}
