Event Winners
<!– ==========================================================================
ALBUMZA — EVENT WINNERS PAGE
==========================================================================
HOW TO EDIT
1. Paste this whole thing into one WordPress "Custom HTML" block.
2. Keep the section at the top — it controls colors for every box.
3. To ADD an event: copy everything between a “COPY THIS BOX START/END”
pair, paste it below the last box, then change the date, title, names.
4. To REMOVE an event: delete everything between one START/END pair.
========================================================================== –>
/* —- Colors (change once, updates the whole page) —- */
.abz-promo {
–abz-bg-top: #322672;
–abz-bg-bottom: #2a2160;
–abz-box: #3a2d80;
–abz-box-edge: #4d3fa0;
–abz-gold: #f5a623;
–abz-gold-soft: #ffb648;
–abz-text: #ffffff;
–abz-text-soft: #d6d0f0;
–abz-text-mute: #a89fd1;
max-width: 760px;
margin: 0 auto;
padding: 34px 22px 38px;
border-radius: 20px;
background: linear-gradient(180deg, var(–abz-bg-top) 0%, var(–abz-bg-bottom) 100%);
color: var(–abz-text);
font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
box-sizing: border-box;
}
.abz-promo *, .abz-promo *::before, .abz-promo *::after { box-sizing: inherit; }
/* —- Page header —- */
.abz-promo__header { text-align: center; margin-bottom: 30px; }
.abz-promo__title {
margin: 0;
font-size: 34px;
line-height: 1.15;
font-weight: bold;
letter-spacing: -0.4px;
color: var(–abz-text);
}
/* —- Event box —- */
.abz-event {
background: var(–abz-box);
border: 1px solid var(–abz-box-edge);
border-left: 4px solid var(–abz-gold);
border-radius: 12px;
padding: 20px 22px 22px;
margin: 0 0 14px;
}
.abz-event__date {
margin: 0;
font-size: 12px;
font-weight: bold;
letter-spacing: 1.6px;
text-transform: uppercase;
color: var(–abz-gold);
}
.abz-event__title {
margin: 6px 0 0;
font-size: 21px;
line-height: 1.25;
font-weight: bold;
color: var(–abz-text);
}
.abz-event__label {
margin: 18px 0 10px;
padding-top: 14px;
border-top: 1px solid rgba(255,255,255,0.14);
font-size: 11px;
font-weight: bold;
letter-spacing: 1.4px;
text-transform: uppercase;
color: var(–abz-text-mute);
}
/* —- Winner list —- */
.abz-players {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
gap: 8px;
margin: 0;
padding: 0;
list-style: none;
}
.abz-players li {
background: rgba(255,255,255,0.08);
border: 1px solid rgba(255,255,255,0.10);
border-radius: 7px;
padding: 9px 12px;
font-size: 14px;
line-height: 1.3;
color: var(–abz-text);
}
/* —- Optional button —- */
.abz-event__cta {
display: inline-block;
margin-top: 18px;
padding: 11px 30px;
background: linear-gradient(180deg, var(–abz-gold-soft) 0%, #f5941e 100%);
border-radius: 999px;
color: #ffffff;
font-size: 15px;
font-weight: bold;
letter-spacing: 0.3px;
text-decoration: none;
}
/* —- Footer note —- */
.abz-promo__note {
margin: 26px 0 0;
font-size: 14px;
line-height: 1.55;
color: var(–abz-text-soft);
text-align: center;
}
/* —- Mobile —- */
@media (max-width: 600px) {
.abz-promo { padding: 26px 16px 30px; border-radius: 14px; }
.abz-promo__title { font-size: 27px; }
.abz-event { padding: 17px 16px 18px; }
.abz-players { grid-template-columns: repeat(auto-fill, minmax(112px, 1fr)); }
}
Event Winners
August 17, 2026
Max Multiplier Winners
Winners
- Michael R.
- Sarah T.
- David K.
- Jessica M.
- Anthony P.
- Rachel B.
- Chris L.
- Amanda W.
- Derek H.
- Priya N.
<!– Optional button — delete these two comment markers to show it:
JOIN EVENT
–>