/* Run to Cup 3.9.5 — full-bleed banner + reliable favorite shortcuts */

/* Banner truly touches the viewport edges, regardless of .main padding/max-width. */
.rtc-banner38{
  width:100vw!important;
  max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  margin-top:0!important;
  margin-bottom:12px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.rtc-banner38 img{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  object-fit:cover!important;
  object-position:center!important;
  transform:none!important;
  filter:none!important;
}
.rtc-banner38:hover img,.rtc-banner38:active img,.rtc-banner38:focus img{transform:none!important;filter:none!important}

/* Exact football toolbar order:
   Futbol · Basketbol · favorite player · menu · favorite team · Voleybol · Tenis */
.rtc-sports38{
  display:grid!important;
  grid-template-columns:auto auto 42px 48px 42px auto auto!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
}
.rtc-favorite-quick395{
  width:42px!important;height:42px!important;min-width:42px!important;
  padding:0!important;margin:0!important;
  display:grid!important;place-items:center!important;
  position:relative!important;overflow:hidden!important;
  border:1px solid var(--rtc-line)!important;border-radius:50%!important;
  background:var(--rtc-surface)!important;color:var(--rtc-text)!important;
  cursor:pointer!important;box-shadow:none!important;
  transition:transform .18s ease,border-color .18s ease,background .18s ease!important;
}
.rtc-favorite-quick395:hover{transform:translateY(-1px) scale(1.04)!important;border-color:var(--rtc-line-strong)!important;background:var(--rtc-surface-2)!important}
.rtc-favorite-quick395 img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;border-radius:50%!important}
.rtc-favorite-quick395 .rtc-fav-emoji395{font-size:1.08rem;line-height:1}
.rtc-favorite-quick395 .rtc-fav-initial395{font-size:.7rem;font-weight:950;letter-spacing:.03em}
.rtc-favorite-quick395.selected:after{content:"";position:absolute;right:2px;bottom:2px;width:8px;height:8px;border-radius:50%;background:#55d68b;border:2px solid var(--rtc-surface)}
body.rtc-nonfootball39 .rtc-favorite-quick395{display:none!important}
body.rtc-nonfootball39 .rtc-sports38{grid-template-columns:auto auto auto auto!important}

@media(max-width:760px){
  .rtc-sports38{grid-template-columns:auto auto 38px 42px 38px auto auto!important;gap:3px!important}
  .rtc-favorite-quick395{width:38px!important;height:38px!important;min-width:38px!important}
}
@media(max-width:540px){
  .rtc-sports38{gap:1px!important}
  .rtc-favorite-quick395{width:34px!important;height:34px!important;min-width:34px!important}
}
