.managed-round-terms,
.casino-migration-status {
  box-sizing: border-box;
  margin-block: 12px;
  padding: 14px 18px;
  border: 1px solid rgb(200 120 67 / 35%);
  border-radius: 10px;
  background: #0c1b28;
  color: #f3ead7;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  overflow-wrap: anywhere;
}
.managed-round-terms > summary { cursor: pointer; font-weight: 600; }
.managed-round-terms > p { margin: 12px 0 0; color: #c8d1d6; }
.casino-migration-status > a { color: #edc35c; text-underline-offset: 3px; }
.casino-migration-status[hidden] { display: none; }
@media (max-width: 480px) {
  body:has(#pressure-gauge) .game-hero h1 { font-size: clamp(42px, 13vw, 62px); }
}
