@media (max-width:820px){
  #root .setup-showcase{
    grid-template-columns:1fr!important;gap:10px!important;min-height:0!important;padding:16px!important;border-radius:20px!important;
    color:#fff!important;border:1px solid rgba(255,255,255,.30)!important;
    background:linear-gradient(180deg,rgba(5,22,34,.68),rgba(12,47,61,.74)),url("./assets/kariyer-setup-stadium-ultrahd-v166.webp") center center/cover no-repeat!important;
    box-shadow:0 10px 26px rgba(0,22,25,.18),inset 0 1px 0 rgba(255,255,255,.12)!important;
  }
  #root .setup-showcase__copy>span,
  #root .setup-showcase__copy>strong,
  #root .setup-showcase__copy>small{color:#fff!important;text-shadow:0 2px 10px rgba(0,0,0,.26)!important}
  #root .setup-showcase__copy>small{max-width:none!important;color:rgba(255,255,255,.86)!important}
  #root .setup-showcase__visual{
    height:auto!important;min-height:124px!important;padding:10px!important;border-radius:18px!important;
    background:linear-gradient(180deg,rgba(7,22,38,.38),rgba(7,22,38,.12))!important;border:1px solid rgba(255,255,255,.18)!important;
  }
  #root .setup-ball{width:72px!important;height:72px!important}
  #root .setup-showcase__stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}
  #root .setup-showcase__stats span{background:rgba(8,26,39,.34)!important;border-color:rgba(255,255,255,.18)!important}
  #root .setup-showcase__stats small{color:rgba(219,247,231,.84)!important}
  #root .setup-showcase__stats b{color:#fff!important}
}
@media (max-width:390px){
  #root .setup-showcase{padding:14px!important}
  #root .setup-showcase__copy>strong{font-size:20px!important}
  #root .setup-showcase__copy>small{font-size:10px!important}
  #root .setup-showcase__visual{min-height:112px!important}
  #root .setup-ball{width:64px!important;height:64px!important}
}
