
.slots-hero { position:relative; padding:48px 28px; overflow:hidden; }
.slots-hero::after { content:""; position:absolute; right:0; top:0; bottom:0; width:42%; background-image:url('/images/decorative/decor_7.webp'); background-size:cover; background-position:center; opacity:0.35; mask-image:linear-gradient(90deg,transparent,black 30%); }
.slots-hero .inner { position:relative; z-index:1; max-width:560px; }
.criteria-table { width:100%; border-collapse:collapse; margin:18px 0; font-size:0.85rem; }
.criteria-table th,.criteria-table td { border:1px solid var(--border); padding:8px 10px; text-align:left; color:var(--muted); }
.criteria-table th { color:var(--secondary); }
.inline-decor { float:right; margin:0 0 16px 16px; max-width:min(280px,45%); }
@media(max-width:900px){ .slots-hero::after{ display:none; } .inline-decor{ float:none; margin:0 0 16px; max-width:100%; } }
@media(max-width:375px){
  .slots-hero,.slots-hero .inner{ max-width:100%; overflow:hidden; }
}
