.autoplay-popup{
  position:fixed;inset:auto;margin:0;width:min(360px,calc(100vw - 24px));
  padding:18px 20px 20px;box-sizing:border-box;overflow:auto;
  border:1px solid #ffffff24;border-radius:10px;background:#171717;color:#f7f7f7;
  box-shadow:0 8px 28px #0006;font-family:BuyRubik,Arial,sans-serif;
}
.autoplay-popup::backdrop{background:transparent;pointer-events:none}
.autoplay-popup .auto-heading{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid #ffffff20}
.autoplay-popup h2{margin:0;font-size:15px;line-height:20px;font-weight:550;letter-spacing:0}
.autoplay-popup #close-autospin{display:grid;place-items:center;width:28px;height:28px;padding:0;border:0;border-radius:5px;background:transparent;color:#ddd;font-size:25px;line-height:1}
.autoplay-popup #close-autospin:hover{background:#333;color:white}
.autoplay-popup .auto-count-options{margin:16px 0 18px;padding:0;border:0}
.autoplay-popup .auto-count-options legend{margin-bottom:9px;color:#f7f7f7;font-size:12px;font-weight:550;text-transform:uppercase}
.autoplay-popup #autospin-amount{gap:7px;grid-template-columns:repeat(4,minmax(0,1fr))}
.autoplay-popup #autospin-amount span{height:38px;border:0;border-radius:24px;background:#4a4a4a;color:#fff;font-size:14px;font-weight:650}
.autoplay-popup #autospin-amount label:hover span{background:#5b5b5b}
.autoplay-popup #autospin-amount input:checked+span{background:#e9573f;color:#fff}
.autoplay-popup #autospin-amount input:focus-visible+span{outline:2px solid white;outline-offset:3px}
.autoplay-popup #start-autospin{min-height:43px;padding:11px 12px;background:#e9573f;color:white;border:0;border-radius:6px;font:600 14px/20px BuyRubik,Arial,sans-serif;width:100%}
.autoplay-popup #start-autospin:hover{background:#d34630}
.autoplay-popup button:focus-visible{outline:2px solid white;outline-offset:3px}
.app[data-ui=modern] #autospin[aria-expanded=true]{color:#fff}
#autospin[aria-expanded=true] svg,#autospin[aria-expanded=true]>span{display:none}
#autospin[aria-expanded=true]::after{content:'×';font:600 34px/1 Arial,sans-serif}
