*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html,body{overflow-x:hidden;width:100%;font-family:'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;color:#1a1a1a;background:#f5f5f5;scroll-behavior:smooth;overflow-wrap:anywhere;word-break:break-word}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
button{border:none;background:none;cursor:pointer;font-family:inherit}

.header{position:sticky;top:0;z-index:1000;background:linear-gradient(135deg,#a07d3f 0%,#8E6735 40%,#7a5a2e 100%);box-shadow:0 2px 12px rgba(0,0,0,.25)}
.header__inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:64px}
.header__left{display:flex;align-items:center;gap:12px}
.burger{display:none;flex-direction:column;gap:4px;padding:8px}
.burger__line{width:22px;height:2px;background:#fff;border-radius:2px;transition:transform .3s,opacity .3s}
.burger.open .burger__line:nth-child(1){transform:translateY(6px) rotate(45deg)}
.burger.open .burger__line:nth-child(2){opacity:0}
.burger.open .burger__line:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.burger__label{color:#fff;font-size:13px;font-weight:700;letter-spacing:.5px;display:none}
.header__logo{display:flex;align-items:center}
.header__logo-img{height:36px;width:auto}
.header__nav{display:flex;align-items:center;gap:8px}
.header__nav-link{color:#fff;font-size:13px;font-weight:600;letter-spacing:.5px;padding:8px 12px;border-radius:6px;transition:background .2s,color .2s;white-space:nowrap}
.header__nav-link:hover{background:rgba(255,255,255,.15)}
.header__right{display:flex;align-items:center;gap:16px}
.header__search{color:#fff;display:flex;align-items:center;padding:6px;border-radius:50%;transition:background .2s}
.header__search:hover{background:rgba(255,255,255,.15)}
.header__account{color:#fff;font-size:13px;font-weight:600;letter-spacing:.3px;white-space:nowrap;transition:opacity .2s}
.header__account:hover{opacity:.8}
.header__login{font-size:13px;padding:8px 24px;border-radius:24px}

.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:800;border-radius:8px;cursor:pointer;transition:transform .15s,box-shadow .15s,background .2s;text-align:center;line-height:1.2}
.btn--primary{background:#1D4758;color:#fff;min-height:44px;padding:12px 28px;font-size:14px;box-shadow:0 4px 12px rgba(29,71,88,.35);letter-spacing:.3px}
.btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(29,71,88,.45)}
.btn--primary:active{transform:translateY(0);box-shadow:0 2px 8px rgba(29,71,88,.3)}
.btn--cta{background:#27E2CC;color:#1D4758;min-height:44px;padding:10px 20px;font-size:13px;font-weight:800;border-radius:8px;box-shadow:0 3px 10px rgba(39,226,204,.3)}
.btn--cta:hover{transform:translateY(-2px);box-shadow:0 5px 16px rgba(39,226,204,.4);background:#20d4bf}
.btn--cta:active{transform:translateY(0)}
.btn--outline{background:transparent;color:#1D4758;border:2px solid #1D4758;min-height:40px;padding:8px 20px;font-size:12px;font-weight:800;border-radius:6px}
.btn--outline:hover{background:#1D4758;color:#fff}
.btn--ghost{background:transparent;color:#fff;border:2px solid #fff;min-height:44px;padding:12px 28px;font-size:14px;font-weight:800;border-radius:8px}
.btn--ghost:hover{background:rgba(255,255,255,.15)}
.btn--tip{background:rgba(255,255,255,.25);color:#fff;min-height:40px;padding:8px 16px;font-size:12px;font-weight:800;border-radius:6px;width:100%;margin-top:auto;backdrop-filter:blur(4px)}
.btn--tip:hover{background:rgba(255,255,255,.4);transform:translateY(-1px)}

.mobile-menu{display:none;position:absolute;top:64px;left:0;right:0;background:#6b5428;flex-direction:column;padding:8px 0;box-shadow:0 8px 24px rgba(0,0,0,.3)}
.mobile-menu.open{display:flex}
.mobile-menu__link{color:#fff;padding:14px 24px;font-size:14px;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1);transition:background .2s}
.mobile-menu__link:hover{background:rgba(255,255,255,.1)}
.mobile-menu__link--cta{color:#27E2CC}
.mobile-menu__link--login{background:#1D4758;margin:8px 16px;border-radius:8px;text-align:center;border:none}

.hero{background:linear-gradient(160deg,#b8923e 0%,#8E6735 30%,#7a5a2e 70%,#6b4e28 100%);padding:0 0 60px;position:relative;overflow:hidden}
.hero__pills{display:flex;justify-content:center;padding:24px 16px 0}
.pills{display:inline-flex;background:#fff;border-radius:40px;padding:6px;gap:4px;box-shadow:0 4px 20px rgba(0,0,0,.1)}
.pill{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:32px;font-size:14px;font-weight:600;color:#555;transition:background .2s,color .2s;white-space:nowrap}
.pill--active{background:#1D4758;color:#fff;box-shadow:0 2px 8px rgba(29,71,88,.3)}
.pill:hover:not(.pill--active){background:#f0f0f0}
.pill svg{flex-shrink:0}

.hero__inner{max-width:1200px;margin:0 auto;padding:40px 24px 0;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
.hero__left{color:#fff}
.hero__title{font-size:28px;font-weight:700;margin-bottom:8px;letter-spacing:.5px}
.hero__sub{font-size:18px;opacity:.9;margin-bottom:4px}
.hero__jackpot{font-size:52px;font-weight:900;line-height:1.1;margin-bottom:4px;text-shadow:0 2px 12px rgba(0,0,0,.2)}
.hero__bonus{font-size:24px;font-weight:700;margin-bottom:20px;color:#27E2CC}
.hero__countdown-label{font-size:14px;opacity:.8}
.hero__countdown{font-size:18px;font-weight:700;margin-bottom:24px}
.hero__img-wrap{max-width:320px;border-radius:16px;overflow:hidden}
.hero__img{border-radius:16px;max-height:300px;object-fit:contain}

.hero__right{display:flex;flex-direction:column;gap:20px}
.hero__card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.12)}
.hero__card-tabs{display:flex;border-bottom:1px solid #eee}
.hero__card-tab{flex:1;padding:16px;text-align:center;font-size:13px;font-weight:700;color:#888;transition:background .2s,color .2s;letter-spacing:.3px}
.hero__card-tab--active{background:#1D4758;color:#fff}
.hero__card-tab:hover:not(.hero__card-tab--active){background:#f5f5f5}
.hero__card-body{padding:24px}
.hero__card-promo{margin-bottom:20px;background:linear-gradient(135deg,#e8faf8,#d4f5f0);border-radius:12px;padding:16px}
.hero__card-badge{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:#1D4758;margin-bottom:4px}
.hero__card-promo-text{font-size:13px;color:#555;line-height:1.4}
.hero__card-options{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.hero__card-option{background:#fafafa;border:1px solid #eee;border-radius:12px;padding:20px;text-align:center}
.hero__card-option h3{font-size:16px;font-weight:700;color:#1D4758;margin-bottom:8px}
.hero__card-option p{font-size:13px;color:#666;margin-bottom:4px;line-height:1.4}
.hero__card-btn{margin-top:12px;width:100%;font-size:12px;padding:10px 12px}

.hero__banner{background:linear-gradient(135deg,#d4f5f0,#e8faf8);border-radius:16px;overflow:hidden;display:flex;align-items:center;padding:20px;gap:16px;box-shadow:0 4px 16px rgba(0,0,0,.08)}
.hero__banner-content{flex:1;min-width:0}
.hero__banner-badge{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:700;color:#1D4758;margin-bottom:8px}
.hero__banner-title{font-size:20px;font-weight:900;color:#1D4758;line-height:1.2;margin-bottom:4px}
.hero__banner-text{font-size:13px;color:#555;line-height:1.4;margin-bottom:12px}
.hero__banner-btn{font-size:11px;padding:8px 16px}
.hero__banner-img{width:140px;flex-shrink:0;border-radius:12px;overflow:hidden}
.hero__banner-img img{border-radius:12px;object-fit:contain;max-height:120px}

.tips{background:linear-gradient(135deg,#7a5a2e 0%,#8E6735 40%,#a07d3f 100%);padding:48px 0 56px}
.tips__inner{max-width:1400px;margin:0 auto;padding:0 24px}
.tips__title{font-size:28px;font-weight:700;color:#fff;margin-bottom:24px}
.tips__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent;padding-bottom:8px}
.tips__scroll::-webkit-scrollbar{height:6px}
.tips__scroll::-webkit-scrollbar-track{background:transparent}
.tips__scroll::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:3px}
.tips__grid{display:flex;gap:16px;min-width:max-content}

.tip-card{display:flex;flex-direction:column;width:200px;min-width:200px;border-radius:16px;padding:20px;color:#fff;transition:transform .2s,box-shadow .2s;text-decoration:none}
.tip-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.2)}
.tip-card--green{background:linear-gradient(160deg,#4CAF50,#2E7D32)}
.tip-card--green-light{background:linear-gradient(160deg,#66BB6A,#43A047)}
.tip-card--teal{background:linear-gradient(160deg,#26A69A,#00897B)}
.tip-card--teal-dark{background:linear-gradient(160deg,#00897B,#00695C)}
.tip-card--purple{background:linear-gradient(160deg,#7E57C2,#5E35B1)}
.tip-card--yellow{background:linear-gradient(160deg,#FFB300,#F57F17)}
.tip-card--yellow-light{background:linear-gradient(160deg,#FDD835,#F9A825)}
.tip-card__name{font-size:18px;font-weight:800;margin-bottom:4px}
.tip-card__desc{font-size:13px;opacity:.9;margin-bottom:12px;line-height:1.3}
.tip-card__detail{font-size:12px;opacity:.85;line-height:1.5}
.tip-card .btn--tip{margin-top:16px}

.footer{background:#fff}
.footer__top{border-bottom:1px solid #e5e5e5}
.footer__top-inner{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.footer__top-left{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.footer__mini-logo img{height:24px;width:auto}
.footer__top-link{font-size:13px;color:#555;font-weight:500;transition:color .2s}
.footer__top-link:hover{color:#1D4758}
.footer__top-link--sep{padding-left:16px;border-left:1px solid #ddd}
.footer__top-right{display:flex;align-items:center}
.footer__warning{font-size:12px;color:#888;font-weight:500}

.footer__main{border-bottom:1px solid #e5e5e5}
.footer__main-inner{max-width:1200px;margin:0 auto;padding:40px 24px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}
.footer__col-title{font-size:14px;font-weight:700;color:#1a1a1a;margin-bottom:16px}
.footer__link{display:block;font-size:13px;color:#666;padding:4px 0;transition:color .2s}
.footer__link:hover{color:#1D4758}

.footer__social{border-bottom:1px solid #e5e5e5}
.footer__social-inner{max-width:1200px;margin:0 auto;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.footer__social-icons{display:flex;align-items:center;gap:12px}
.footer__social-btn{display:inline-flex;align-items:center;gap:6px;background:#27E2CC;color:#1D4758;padding:10px 20px;border-radius:24px;font-size:13px;font-weight:700;transition:background .2s,transform .15s;box-shadow:0 2px 8px rgba(39,226,204,.3)}
.footer__social-btn:hover{transform:translateY(-2px);background:#20d4bf}
.footer__social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#f0f0f0;color:#555;transition:background .2s,color .2s}
.footer__social-icon:hover{background:#1D4758;color:#fff}
.footer__badges{display:flex;align-items:center;gap:16px}
.footer__badge{height:40px;width:auto;object-fit:contain}

.footer__bottom{padding:20px 24px}
.footer__bottom-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.footer__bottom-inner p{font-size:11px;color:#999;line-height:1.6}
.footer__bottom-links{display:flex;gap:16px}
.footer__bottom-links a{font-size:12px;color:#888;transition:color .2s}
.footer__bottom-links a:hover{color:#1D4758}

.catfish{position:fixed;bottom:0;left:0;right:0;z-index:900;background:linear-gradient(135deg,#1D4758,#163a48);padding:12px 16px;box-shadow:0 -4px 20px rgba(0,0,0,.2);transform:translateY(0);transition:transform .4s;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))}
.catfish.hidden{transform:translateY(110%)}
.catfish__inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:20px;position:relative}
.catfish__text{color:#fff;font-size:15px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 200px)}
.catfish__text strong{color:#27E2CC}
.catfish__btn{padding:10px 28px;font-size:13px;background:#27E2CC;color:#1D4758;border-radius:8px;white-space:nowrap}
.catfish__btn:hover{background:#20d4bf}
.catfish__close{position:absolute;right:0;top:50%;transform:translateY(-50%);color:#fff;font-size:24px;padding:8px;opacity:.7;transition:opacity .2s}
.catfish__close:hover{opacity:1}

.exit-popup{display:none;position:fixed;inset:0;z-index:2000;align-items:center;justify-content:center}
.exit-popup.open{display:flex}
.exit-popup__overlay{position:absolute;inset:0;background:rgba(0,0,0,.6);backdrop-filter:blur(4px)}
.exit-popup__box{position:relative;background:#fff;border-radius:20px;padding:48px 40px;max-width:460px;width:90%;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:popIn .3s ease-out}
@keyframes popIn{from{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}
.exit-popup__close{position:absolute;top:16px;right:16px;font-size:28px;color:#888;padding:4px 8px;transition:color .2s}
.exit-popup__close:hover{color:#1a1a1a}
.exit-popup__title{font-size:28px;font-weight:800;color:#1D4758;margin-bottom:12px}
.exit-popup__text{font-size:18px;color:#333;margin-bottom:4px}
.exit-popup__text strong{color:#27E2CC}
.exit-popup__sub{font-size:16px;color:#666;margin-bottom:24px}
.exit-popup__btn{width:100%;font-size:16px;padding:16px 32px;border-radius:12px}

@media(max-width:1024px){
.header__nav{display:none}
.burger,.burger__label{display:flex}
.header__account{display:none}
.hero__inner{grid-template-columns:1fr;gap:32px}
.hero__jackpot{font-size:40px}
.hero__img-wrap{max-width:260px}
.footer__main-inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
}

@media(max-width:768px){
.header__inner{padding:0 16px;height:56px}
.header__login{padding:8px 16px;font-size:12px}
.pills{flex-direction:column;border-radius:16px;width:100%;max-width:360px}
.pill{justify-content:center;padding:10px 20px;font-size:13px}
.hero__jackpot{font-size:32px}
.hero__bonus{font-size:18px}
.hero__card-options{grid-template-columns:1fr}
.hero__banner{flex-direction:column;text-align:center}
.hero__banner-img{width:100%;max-width:200px}
.tip-card{width:180px;min-width:180px;padding:16px}
.footer__main-inner{grid-template-columns:1fr}
.footer__social-inner{flex-direction:column;align-items:flex-start}
.footer__badges{flex-wrap:wrap}
.footer__bottom-inner{flex-direction:column;text-align:center}
.catfish__text{font-size:13px;max-width:calc(100% - 160px)}
.catfish__btn{padding:8px 16px;font-size:12px}
.btn--primary,.btn--cta{width:100%}
}

@media(max-width:480px){
.hero{padding-bottom:40px}
.hero__pills{padding:16px 12px 0}
.hero__inner{padding:24px 16px 0}
.hero__title{font-size:22px}
.hero__jackpot{font-size:26px}
.hero__bonus{font-size:16px}
.hero__card-body{padding:16px}
.hero__card-option{padding:14px}
.tips__inner{padding:0 16px}
.tips__title{font-size:22px}
.tip-card{width:160px;min-width:160px;padding:14px}
.tip-card__name{font-size:15px}
.footer__top-inner{flex-direction:column;align-items:flex-start;gap:8px}
.footer__top-left{flex-wrap:wrap;gap:8px 12px}
.catfish__inner{flex-direction:column;gap:10px;text-align:center}
.catfish__text{max-width:100%;white-space:normal;font-size:13px;line-height:1.4}
.catfish__close{position:absolute;top:-4px;right:-4px}
.exit-popup__box{padding:32px 24px}
.exit-popup__title{font-size:22px}
.exit-popup__text{font-size:16px}
}
.eurojackpot-cz-pravdepodobnosti{
  padding:48px 0;
  background:#f5f5f5;
  color:#1a1a1a;
  border-top:1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
  font-family:'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
}
.eurojackpot-cz-pravdepodobnosti .container{
  max-width:1100px;
  margin:0 auto;
  padding:0 20px;
}
.eurojackpot-cz-pravdepodobnosti__title{
  font-size:1.55rem;
  font-weight:700;
  color:#1D4758;
  margin:0 0 1.4rem;
  line-height:1.22;
  letter-spacing:-0.3px;
}
.eurojackpot-cz-pravdepodobnosti__lead{
  background:linear-gradient(135deg,#e8faf8 0%,#fff 100%);
  border:1px solid rgba(39,226,204,0.4);
  border-left:4px solid #27E2CC;
  border-radius:12px;
  padding:1.1rem 1.3rem;
  margin-bottom:2rem;
  box-shadow:0 4px 14px rgba(0,0,0,0.05);
}
.eurojackpot-cz-pravdepodobnosti__lead p{
  margin:0;
  font-size:0.96rem;
  line-height:1.7;
  color:#333;
}
.eurojackpot-cz-pravdepodobnosti__lead em,
.eurojackpot-cz-pravdepodobnosti__section em{
  color:#1D4758;
  font-style:italic;
  font-weight:600;
}
.eurojackpot-cz-pravdepodobnosti__section{
  background:#fff;
  border:1px solid #e5e5e5;
  border-radius:12px;
  padding:1.4rem 1.4rem 1.2rem;
  margin-bottom:1.1rem;
  box-shadow:0 2px 10px rgba(0,0,0,0.04);
}
.eurojackpot-cz-pravdepodobnosti__section--final{
  background:linear-gradient(135deg,#fff 0%,#f0fbf9 100%);
  border-color:rgba(39,226,204,0.4);
}
.eurojackpot-cz-pravdepodobnosti__h3{
  font-size:1.18rem;
  font-weight:700;
  color:#1D4758;
  margin:0 0 0.95rem;
  line-height:1.32;
  letter-spacing:-0.2px;
}
.eurojackpot-cz-pravdepodobnosti__h4{
  font-size:1.02rem;
  font-weight:700;
  color:#1a1a1a;
  margin:1.2rem 0 0.6rem;
  letter-spacing:-0.1px;
}
.eurojackpot-cz-pravdepodobnosti__section p{
  margin:0 0 0.85rem;
  font-size:0.95rem;
  line-height:1.72;
  color:#333;
}
.eurojackpot-cz-pravdepodobnosti__section p:last-child{
  margin-bottom:0;
}
.eurojackpot-cz-pravdepodobnosti__section p strong{
  color:#1D4758;
  font-weight:700;
}
.eurojackpot-cz-pravdepodobnosti__list{
  margin:0.6rem 0 1rem 1.4rem;
  padding:0;
}
.eurojackpot-cz-pravdepodobnosti__list li{
  font-size:0.95rem;
  line-height:1.72;
  color:#333;
  margin-bottom:0.6rem;
  padding-left:0.2rem;
  list-style:disc;
}
.eurojackpot-cz-pravdepodobnosti__list--ordered li{
  list-style:decimal;
}
.eurojackpot-cz-pravdepodobnosti__list li strong{
  color:#1D4758;
  font-weight:700;
}
.eurojackpot-cz-pravdepodobnosti__list li::marker{
  color:#27E2CC;
  font-weight:700;
}
.eurojackpot-cz-pravdepodobnosti__table-wrap{
  margin:0.9rem 0 1rem;
  border:1px solid #e5e5e5;
  border-radius:10px;
  overflow:auto;
  background:#fafafa;
  -webkit-overflow-scrolling:touch;
  box-shadow:0 1px 4px rgba(0,0,0,0.03);
}
.eurojackpot-cz-pravdepodobnosti__table{
  width:100%;
  border-collapse:collapse;
  min-width:640px;
  font-size:0.9rem;
}
.eurojackpot-cz-pravdepodobnosti__table th,
.eurojackpot-cz-pravdepodobnosti__table td{
  padding:0.72rem 0.85rem;
  text-align:left;
  border-bottom:1px solid #eee;
  vertical-align:top;
  line-height:1.55;
  color:#333;
}
.eurojackpot-cz-pravdepodobnosti__table th{
  background:linear-gradient(135deg,#1D4758 0%,#163a48 100%);
  color:#fff;
  font-weight:700;
  font-size:0.82rem;
  letter-spacing:0.04em;
  text-transform:uppercase;
}
.eurojackpot-cz-pravdepodobnosti__table tbody tr:nth-child(odd) td{
  background:#fff;
}
.eurojackpot-cz-pravdepodobnosti__table tbody tr:hover td{
  background:rgba(39,226,204,0.06);
}
.eurojackpot-cz-pravdepodobnosti__table td:first-child{
  font-weight:700;
  color:#1D4758;
  white-space:nowrap;
}
.eurojackpot-cz-pravdepodobnosti__table td:nth-child(3){
  font-weight:600;
  color:#1D4758;
  white-space:nowrap;
}
.eurojackpot-cz-pravdepodobnosti__table tr:last-child td{
  border-bottom:none;
}
.eurojackpot-cz-pravdepodobnosti__cta-line{
  margin-top:1.2rem !important;
  padding:1rem 1.15rem;
  background:rgba(39,226,204,0.1);
  border:1px solid rgba(39,226,204,0.4);
  border-radius:10px;
  font-size:0.9rem !important;
  color:#1D4758 !important;
  line-height:1.65 !important;
  font-weight:500;
}

@media (min-width:680px){
  .eurojackpot-cz-pravdepodobnosti{
    padding:60px 0;
  }
  .eurojackpot-cz-pravdepodobnosti__title{
    font-size:1.85rem;
    margin-bottom:1.6rem;
  }
  .eurojackpot-cz-pravdepodobnosti__h3{
    font-size:1.3rem;
  }
  .eurojackpot-cz-pravdepodobnosti__h4{
    font-size:1.08rem;
  }
  .eurojackpot-cz-pravdepodobnosti__lead{
    padding:1.3rem 1.6rem;
  }
  .eurojackpot-cz-pravdepodobnosti__lead p,
  .eurojackpot-cz-pravdepodobnosti__section p,
  .eurojackpot-cz-pravdepodobnosti__list li{
    font-size:1rem;
  }
  .eurojackpot-cz-pravdepodobnosti__table{
    font-size:0.94rem;
  }
  .eurojackpot-cz-pravdepodobnosti__section{
    padding:1.6rem 1.7rem 1.4rem;
  }
}

@media (min-width:1024px){
  .eurojackpot-cz-pravdepodobnosti{
    padding:72px 0;
  }
  .eurojackpot-cz-pravdepodobnosti__title{
    font-size:2.05rem;
    margin-bottom:1.8rem;
  }
  .eurojackpot-cz-pravdepodobnosti__section{
    padding:1.8rem 2rem 1.6rem;
    margin-bottom:1.2rem;
  }
  .eurojackpot-cz-pravdepodobnosti__lead{
    padding:1.4rem 1.7rem;
    margin-bottom:2.4rem;
  }
}