/**
 * Lucky Viewer + hero layout (ported for demo).
 */
.pp-hero-aside {
  min-height: 0;
  overflow: visible;
}

.pp-hero-block .pp-hero-timer {
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  .pp-hero-block .pp-hero-aside {
    align-self: stretch;
  }

  .pp-hero-block .pp-lucky-viewer-cta-wrap {
    margin-bottom: 0;
  }

  .pp-hero-block .pp-hero-timer {
    margin-top: 2.25rem;
  }
}

.pp-lucky-viewer-cta-wrap {
  position: relative;
  width: 100%;
  overflow: visible;
}

.pp-lucky-viewer-cta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(123, 44, 191, 0.35);
  background: rgba(26, 16, 32, 0.55);
  cursor: not-allowed;
  opacity: 0.45;
  transition:
    opacity 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.pp-lucky-viewer-cta__title {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f0e6ff;
  line-height: 1.2;
}

.pp-lucky-viewer-cta__sub {
  font-size: 0.65rem;
  line-height: 1.35;
  color: #a89cc8;
  text-align: center;
  max-width: 16rem;
}

body.pp-terminal .pp-demo-mini-stats .section-header {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #9898a8;
}

body.pp-terminal #pulseprize-live-round-badge.pp-round-ended {
  border-color: rgba(152, 152, 168, 0.35);
  color: #9898a8;
}
