/*
 * Most Player ↔ Topka: frontowe dopięcie CTA i modali Topki.
 * Ten plik trzyma wyłącznie detale integracyjne.
 */
.rk-modal[data-rk="modalChart"] .rk-modal__foot{display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:nowrap}
.rk-modal[data-rk="modalChart"] .rk-modal__foot .rk-modal__back--footer{flex:1 1 0;min-width:0}
.rk-modal[data-rk="modalChart"] .rk-modal__foot .rk-modal__back--cta{background:linear-gradient(180deg,#1498a7,#0d6f7b)!important;border:0!important;color:#fff!important}
.rk-top10LinkWrap,.rk-modal__body .rk-top10LinkWrap,.rk-chartModal__actions{display:none!important}
@media (max-width:720px){
  .rk-modal[data-rk="modalChart"] .rk-modal__foot{flex-wrap:wrap}
  .rk-modal[data-rk="modalChart"] .rk-modal__foot .rk-modal__back--footer{flex:1 1 calc(50% - 6px)}
  .rk-modal[data-rk="modalChart"] .rk-modal__foot .rk-modal__back--cta{flex:1 1 100%}
}
