/* style/pastwinners.css (uses universal .page-bg from main.css) */

.pad{ padding:18px; }
.title{ margin:0; font-size:26px; font-weight:950; }
.subtitle{ margin:8px 0 0; color: rgba(255,255,255,.70); font-size:14px; line-height:1.6; }
.block{ margin-top:14px; }

.empty{ text-align:center; padding: 10px 0; }
.empty .icon{ font-size:42px; margin-bottom: 8px; }
.empty .h{ font-size: 18px; font-weight: 900; color: rgba(252,211,77,.95); }
.empty .p{
  margin: 8px auto 14px;
  max-width: 60ch;
  color: rgba(255,255,255,.78);
  font-size:14px;
  line-height:1.7;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius: 14px;
  padding: 12px 16px;
  border: 1px solid rgba(245,158,11,.30);
  background: linear-gradient(180deg, rgba(252,211,77,.95), rgba(245,158,11,.95));
  color:#111;
  font-weight:900;
  text-decoration:none;
  box-shadow: 0 14px 35px rgba(245,158,11,.16);
}
.btn:hover{ filter: brightness(1.03); }
