/* ============================================================
   POSTAL 2 REDUX — Giveaway Page Styles
   (extends postal2redux.css)
   ============================================================ */

.p2rg-hero .p2r-hero-bg img {
  min-height: 340px;
}

.p2rg-badge {
  display: inline-block;
  font-family: 'Special Elite', system-ui, sans-serif;
  font-size: clamp(2.2rem, 6vw, 4rem);
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--p2r-dark);
  background: #ffffff;
  margin: 0;
  padding: 14px 28px 10px;
  border: 3px solid var(--p2r-dark);
  border-radius: 4px;
  transform: rotate(-3deg);
  box-shadow:
    4px 4px 0 var(--p2r-red),
    6px 8px 0 rgba(0,0,0,0.5),
    0 20px 36px rgba(0,0,0,0.6);
}

.p2rg-entry {
  background: var(--p2r-dark);
  padding: 64px 0 96px;
  position: relative;
  overflow: hidden;
}

.p2rg-entry-inner {
  position: relative;
  display: flex;
  justify-content: center;
}

.p2rg-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 640px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border: 1px solid rgba(200,17,27,0.4);
  border-radius: 6px;
  padding: 40px 36px 36px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
}

.p2rg-panel-title {
  font-family: 'Special Elite', system-ui, sans-serif;
  font-weight: 400;
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--p2r-text);
  margin: 0 0 18px;
}

.p2rg-copy {
  margin: 0 auto 32px;
  text-align: center;
}

.p2rg-widget-frame {
  background: #ffffff;
  border-radius: 4px;
  padding: 4px;
  box-shadow: 0 0 0 2px var(--p2r-red), 0 12px 32px rgba(0,0,0,0.5);
}

@media (max-width: 600px) {
  .p2rg-panel {
    padding: 28px 20px 26px;
  }
}
