/* Ausgelagert aus gamenight.html Zeile 25451 (Block 21). */
/* Eltern weiter als Clip-Maske nutzen */
#panel-luckyslot .rbc638-reel{
  overflow:hidden!important;
}

/* Standard: innere Walzenfläche etwas überfüllen, damit keine Spalten durchscheinen */
#panel-luckyslot .rbc638-reel-window,
#panel-luckyslot .rbc644-reel-cell{
  width:calc(100% + 18px)!important;
  height:calc(100% + 8px)!important;
  margin-top:-4px!important;
  margin-left:-9px!important;
  border-radius:12px!important;
}

/* Linke Walze: klar weiter nach rechts und größer */
#panel-luckyslot .rbc638-reel:nth-child(1) .rbc638-reel-window,
#panel-luckyslot .rbc638-reel:nth-child(1) .rbc644-reel-cell{
  width:calc(100% + 26px)!important;
  margin-left:6px!important;
}

/* Mittlere Walze: größer, aber sauber mittig */
#panel-luckyslot .rbc638-reel:nth-child(2) .rbc638-reel-window,
#panel-luckyslot .rbc638-reel:nth-child(2) .rbc644-reel-cell{
  width:calc(100% + 20px)!important;
  margin-left:-10px!important;
}

/* Rechte Walze: klar weiter nach links und größer */
#panel-luckyslot .rbc638-reel:nth-child(3) .rbc638-reel-window,
#panel-luckyslot .rbc638-reel:nth-child(3) .rbc644-reel-cell{
  width:calc(100% + 26px)!important;
  margin-left:-32px!important;
}

/* Inhalt exakt mittig halten */
#panel-luckyslot .rbc638-reel-window > .rbc638-item,
#panel-luckyslot .rbc644-reel-cell .rbc638-item{
  justify-content:center!important;
  align-items:center!important;
  text-align:center!important;
}

/* Overlay ebenfalls leicht überfüllen, damit die Glas-Kante mitwandert */
#panel-luckyslot .rbc638-reel-window::after{
  inset:-1px!important;
  border-radius:13px!important;
}

/* Unteres Display noch etwas voller, damit an den Kanten nichts durchschimmert */
#panel-luckyslot .rbc638-led{
  margin:10px -4px 0!important;
  padding:14px 44px 16px 46px!important;
  background-size:108% 110%!important;
}

@media (max-width:1500px){
  #panel-luckyslot .rbc638-reel-window,
  #panel-luckyslot .rbc644-reel-cell{
    width:calc(100% + 14px)!important;
    margin-left:-7px!important;
  }
  #panel-luckyslot .rbc638-reel:nth-child(1) .rbc638-reel-window,
  #panel-luckyslot .rbc638-reel:nth-child(1) .rbc644-reel-cell{width:calc(100% + 20px)!important;margin-left:5px!important;}
  #panel-luckyslot .rbc638-reel:nth-child(2) .rbc638-reel-window,
  #panel-luckyslot .rbc638-reel:nth-child(2) .rbc644-reel-cell{width:calc(100% + 16px)!important;margin-left:-8px!important;}
  #panel-luckyslot .rbc638-reel:nth-child(3) .rbc638-reel-window,
  #panel-luckyslot .rbc638-reel:nth-child(3) .rbc644-reel-cell{width:calc(100% + 20px)!important;margin-left:-25px!important;}
}
