/* Premium casino comparison cards — mockup-faithful UI */
:root{
  --pc-red:#e5092f;
  --pc-red-bright:#ef1737;
  --pc-red-dark:#9f001b;
  --pc-navy:#07111f;
  --pc-navy-mid:#0b1627;
  --pc-navy-end:#091421;
  --pc-white:#f7f8fb;
  --pc-muted:#a8afbd;
  --pc-gold:#ffb000;
}

.casino-section>.container{width:min(1500px,calc(100% - 48px))!important;max-width:1500px!important;}
.desktop-casino-card-list{width:100%!important;max-width:none!important;gap:24px!important;margin:34px 0 28px!important;}
.premium-card-shell{position:relative;width:100%;padding-top:16px;margin:0 auto 24px;}
.premium-casino-card{position:relative;width:100%;border:1px solid rgba(239,24,54,.85);border-radius:28px;background:linear-gradient(110deg,#07111f 0%,#0b1627 55%,#091421 100%);box-shadow:0 20px 50px rgba(0,0,0,.35),0 0 22px rgba(235,20,50,.08);overflow:hidden;color:var(--pc-white);}
.premium-ribbon{position:absolute;z-index:5;top:0;left:42px;display:flex;align-items:center;gap:13px;width:255px;height:50px;padding:0 25px 0 20px;background:linear-gradient(180deg,var(--pc-red-bright),var(--pc-red-dark));clip-path:polygon(0 0,100% 0,88% 100%,0 100%);border-radius:14px 0 0 0;color:#fff;font-size:17px;font-weight:950;letter-spacing:.04em;text-transform:uppercase;filter:drop-shadow(0 8px 14px rgba(0,0,0,.3));}
.premium-ribbon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto;}
.premium-main{display:grid;grid-template-columns:minmax(280px,.95fr) minmax(330px,1.45fr) minmax(180px,.65fr) minmax(250px,.9fr);gap:clamp(18px,2vw,32px);align-items:center;padding:60px 38px 34px;}
.premium-brand{display:grid;grid-template-columns:86px minmax(0,1fr);align-items:center;gap:16px;min-width:0;}
.premium-rank{position:relative;display:grid;place-items:center;width:86px;height:92px;color:#fff;font-size:30px;font-weight:950;isolation:isolate;}
.premium-laurel{position:absolute;inset:0;width:100%;height:100%;fill:none;stroke:var(--pc-red-bright);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;opacity:.95;}
.premium-rank span{position:relative;z-index:1;display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:rgba(255,255,255,.025);border:1px solid rgba(239,23,55,.32);text-shadow:0 2px 10px rgba(0,0,0,.55);}
.premium-logo{display:flex;align-items:center;justify-content:center;min-width:0;width:100%;height:122px;padding:18px;border-radius:19px;background:rgba(255,255,255,.015);border:1px solid rgba(239,23,55,.45);}
.premium-logo img{display:block;max-width:85%;max-height:80%;width:auto;height:auto;object-fit:contain;}
.premium-offer{min-width:0;text-align:left;}
.premium-offer h3{margin:0 0 13px;color:var(--pc-white);font-size:clamp(28px,2.2vw,34px);line-height:1.05;font-weight:850;letter-spacing:-.035em;}
.premium-bonus{display:flex;align-items:baseline;flex-wrap:nowrap;gap:0 9px;margin:0;color:var(--pc-white);font-size:clamp(28px,2.25vw,36px);line-height:1.08;font-weight:950;letter-spacing:-.025em;white-space:nowrap;}
.premium-bonus-amount{color:var(--pc-red-bright);}
.premium-bonus-rest{color:var(--pc-white);}
.premium-chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px;}
.premium-chips>span{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:8px 12px;border:1px solid rgba(239,23,55,.42);border-radius:999px;background:rgba(255,255,255,.025);color:#e9edf4;font-size:12.5px;line-height:1;font-weight:750;white-space:nowrap;}
.premium-chips svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;color:#d7dce6;}
.premium-rating{display:flex;min-height:164px;flex-direction:column;align-items:center;justify-content:center;padding:8px 20px;border-left:1px solid rgba(239,23,55,.38);border-right:1px solid rgba(239,23,55,.38);text-align:center;}
.premium-rating strong{color:#fff;font-size:clamp(34px,2.7vw,44px);line-height:1;font-weight:900;letter-spacing:-.05em;white-space:nowrap;}
.premium-rating strong span{font-size:.68em;color:#d8dde7;letter-spacing:-.02em;}
.premium-stars{display:flex;justify-content:center;gap:3px;margin-top:10px;}
.premium-star{font-size:23px;line-height:1;color:transparent;background:linear-gradient(90deg,var(--pc-gold) var(--fill),rgba(255,255,255,.18) var(--fill));-webkit-background-clip:text;background-clip:text;}
.premium-rating>b{margin-top:10px;color:#fff;font-size:18px;line-height:1.1;font-weight:850;}
.premium-rating>small{margin-top:6px;color:var(--pc-muted);font-size:12.5px;line-height:1.2;}
.premium-actions{display:grid;gap:12px;min-width:0;}
.premium-primary,.premium-secondary{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;text-decoration:none!important;transition:transform .18s ease,filter .18s ease,border-color .18s ease,background .18s ease;}
.premium-primary{min-height:72px;padding:0 24px;border:1px solid rgba(255,83,111,.8);border-radius:17px;background:linear-gradient(180deg,#f31537 0%,#d60527 100%);box-shadow:0 12px 28px rgba(0,0,0,.28);color:#fff!important;font-size:20px;font-weight:900;}
.premium-primary:hover,.premium-primary:focus-visible{filter:brightness(1.1);transform:translateY(-1px);}
.premium-secondary{min-height:60px;padding:0 20px;border:1px solid rgba(239,23,55,.85);border-radius:15px;background:rgba(3,9,19,.5);color:#fff!important;font-size:16px;font-weight:800;}
.premium-secondary:hover,.premium-secondary:focus-visible{background:rgba(229,9,47,.1);border-color:#ff3a59;transform:translateY(-1px);}
.premium-secondary svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.premium-primary .premium-arrow{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.premium-primary:focus-visible,.premium-secondary:focus-visible{outline:3px solid rgba(255,255,255,.78);outline-offset:3px;}
.premium-lower{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:78px;margin:0 30px;padding:18px 10px;border-top:1px solid rgba(255,255,255,.12);}
.premium-trust{display:flex;align-items:center;min-width:0;}
.premium-trust>span{display:flex;align-items:center;gap:10px;padding:0 22px;border-right:1px solid rgba(239,23,55,.32);color:#e4e8ef;font-size:13px;white-space:nowrap;}
.premium-trust>span:first-child{padding-left:0;}
.premium-trust>span:last-child{border-right:0;}
.premium-trust svg{width:23px;height:23px;fill:none;stroke:var(--pc-red-bright);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto;}
.premium-trust b{font-weight:750;}
.premium-payments{display:flex;align-items:center;justify-content:flex-end;gap:14px;min-width:0;}
.premium-payments .original-payment-logo{display:grid!important;place-items:center!important;width:46px!important;height:28px!important;max-width:46px!important;padding:1px!important;border:0!important;background:transparent!important;overflow:visible!important;flex:0 0 46px!important;}
.premium-payments .original-payment-logo img{display:block!important;width:100%!important;height:100%!important;max-width:44px!important;max-height:25px!important;object-fit:contain!important;filter:brightness(0) saturate(100%) invert(82%)!important;opacity:.82!important;transform-origin:center!important;}
.premium-payments .payment-logo--sofort img{transform:scale(1.13);}
.premium-payments .payment-logo--mifinity img{transform:scale(1.05);}
.premium-payments .payment-logo--bitcoin img{transform:scale(1.08);}
.premium-legal{margin:14px 0 0;color:#a8afbd;font-size:12.5px;line-height:1.4;text-align:center;opacity:.82;}

@media (max-width:1300px) and (min-width:1101px){
  .premium-main{grid-template-columns:minmax(245px,.9fr) minmax(300px,1.35fr) minmax(155px,.62fr) minmax(220px,.82fr);gap:18px;padding-left:26px;padding-right:26px;}
  .premium-brand{grid-template-columns:72px minmax(0,1fr);gap:11px;}
  .premium-rank{width:72px;height:82px;font-size:25px;}
  .premium-rank span{width:56px;height:56px;}
  .premium-logo{height:108px;padding:14px;}
  .premium-chips>span{font-size:11.5px;padding:8px 9px;}
  .premium-rating{padding-inline:13px;}
  .premium-primary{font-size:18px;}
  .premium-trust>span{padding-inline:14px;font-size:12px;}
  .premium-payments{gap:8px;}
  .premium-payments .original-payment-logo{width:38px!important;max-width:38px!important;flex-basis:38px!important;}
}

@media (max-width:1100px) and (min-width:721px){
  .casino-section>.container{width:min(960px,calc(100% - 36px))!important;}
  .premium-main{grid-template-columns:minmax(260px,.95fr) minmax(340px,1.2fr);gap:25px;padding:60px 30px 30px;}
  .premium-brand{grid-column:1;grid-row:1;}
  .premium-offer{grid-column:2;grid-row:1;}
  .premium-rating{grid-column:1;grid-row:2;min-height:140px;border-left:0;border-right:1px solid rgba(239,23,55,.38);}
  .premium-actions{grid-column:2;grid-row:2;}
  .premium-lower{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding-block:20px;}
  .premium-trust>span{padding-inline:12px;font-size:12px;}
  .premium-payments{justify-content:flex-end;gap:8px;}
  .premium-payments .original-payment-logo{width:40px!important;max-width:40px!important;flex-basis:40px!important;}
}

@media (max-width:720px){
  .casino-section>.container{width:100%!important;max-width:100%!important;padding-inline:14px!important;}
  .desktop-casino-card-list{display:none!important;}
  .casino-section .desktop-replaced-card{display:block!important;max-width:430px!important;margin:16px auto 24px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;}
  .casino-section .desktop-replaced-card>:not(casino-review-card){display:none!important;}
  .casino-section .desktop-replaced-card>casino-review-card{display:block!important;width:100%!important;max-width:430px!important;margin:0 auto!important;}
  .premium-card-shell{padding-top:14px;margin-bottom:22px;}
  .premium-casino-card{border-radius:22px;}
  .premium-ribbon{left:18px;width:220px;height:46px;padding-left:16px;font-size:14px;gap:10px;border-radius:12px 0 0 0;}
  .premium-ribbon svg{width:23px;height:23px;}
  .premium-main{display:flex;flex-direction:column;align-items:stretch;gap:22px;padding:54px 18px 22px;}
  .premium-casino-card:not(.is-top-pick) .premium-main{padding-top:24px;}
  .premium-brand{grid-template-columns:72px minmax(0,1fr);gap:13px;}
  .premium-rank{width:72px;height:76px;font-size:24px;}
  .premium-rank span{width:54px;height:54px;}
  .premium-logo{height:102px;padding:14px;border-radius:17px;}
  .premium-offer h3{margin-bottom:12px;font-size:25px;}
  .premium-bonus{flex-wrap:wrap;white-space:normal;font-size:clamp(25px,7.2vw,29px);line-height:1.12;}
  .premium-bonus-rest{display:block;width:100%;margin-top:3px;}
  .premium-chips{gap:7px;margin-top:15px;}
  .premium-chips>span{min-height:36px;padding:8px 10px;font-size:11.5px;}
  .premium-chips svg{width:17px;height:17px;}
  .premium-rating{min-height:auto;padding:20px 8px;border-right:0;border-left:0;border-top:1px solid rgba(239,23,55,.35);border-bottom:1px solid rgba(239,23,55,.35);}
  .premium-rating strong{font-size:38px;}
  .premium-star{font-size:22px;}
  .premium-rating>b{font-size:18px;}
  .premium-actions{gap:10px;}
  .premium-primary{min-height:62px;width:100%;font-size:19px;border-radius:16px;}
  .premium-secondary{min-height:54px;width:100%;}
  .premium-lower{flex-direction:column;align-items:stretch;gap:18px;min-height:0;margin:0 18px;padding:20px 0;}
  .premium-trust{display:grid;grid-template-columns:1fr;gap:11px;}
  .premium-trust>span{min-height:34px;padding:0!important;border-right:0;font-size:13px;}
  .premium-payments{justify-content:center;gap:8px;width:100%;}
  .premium-payments .original-payment-logo{width:44px!important;max-width:44px!important;height:26px!important;flex-basis:44px!important;}
  .premium-legal{max-width:360px;margin:12px auto 0;padding:0 8px;font-size:11.5px;}
}

@media (max-width:370px){
  .premium-main{padding-inline:16px;}
  .premium-brand{grid-template-columns:64px minmax(0,1fr);gap:10px;}
  .premium-rank{width:64px;height:70px;font-size:22px;}
  .premium-rank span{width:50px;height:50px;}
  .premium-logo{height:92px;}
  .premium-chips>span{font-size:10.8px;padding-inline:8px;}
  .premium-payments{gap:5px;}
  .premium-payments .original-payment-logo{width:40px!important;max-width:40px!important;flex-basis:40px!important;}
}

@media (prefers-reduced-motion:reduce){.premium-primary,.premium-secondary{transition:none;}}

/* Compact sizing restored */
@media (min-width:1101px){
  .desktop-casino-card-list{max-width:1120px!important;margin-left:auto!important;margin-right:auto!important;}
  .premium-card-shell{padding-top:10px;margin-bottom:16px;}
  .premium-ribbon{left:30px;width:190px;height:36px;padding:0 18px 0 14px;gap:8px;border-radius:10px 0 0 0;font-size:12px;}
  .premium-ribbon svg{width:19px;height:19px;}
  .premium-main{grid-template-columns:230px minmax(300px,1fr) 135px 190px;gap:14px;padding:34px 20px 16px;}
  .premium-brand{grid-template-columns:58px minmax(0,1fr);gap:10px;}
  .premium-rank{width:58px;height:66px;font-size:21px;}
  .premium-rank span{width:44px;height:44px;}
  .premium-logo{height:76px;padding:11px;border-radius:15px;}
  .premium-offer h3{margin-bottom:6px;font-size:22px;}
  .premium-bonus{font-size:21px;letter-spacing:-.015em;}
  .premium-chips{gap:5px;margin-top:10px;}
  .premium-chips>span{min-height:28px;padding:5px 8px;gap:5px;font-size:10.5px;}
  .premium-chips svg{width:14px;height:14px;}
  .premium-rating{min-height:96px;padding:6px 10px;}
  .premium-rating strong{font-size:30px;}
  .premium-stars{gap:2px;margin-top:5px;}
  .premium-star{font-size:16px;}
  .premium-rating>b{margin-top:5px;font-size:14px;}
  .premium-rating>small{margin-top:3px;font-size:10px;}
  .premium-actions{gap:7px;}
  .premium-primary{min-height:50px;padding-inline:16px;border-radius:13px;font-size:16px;}
  .premium-secondary{min-height:40px;padding-inline:14px;border-radius:12px;font-size:13px;}
  .premium-primary .premium-arrow,.premium-secondary svg{width:17px;height:17px;}
  .premium-lower{min-height:50px;margin:0 18px;padding:9px 4px;gap:14px;}
  .premium-trust>span{gap:6px;padding:0 9px;font-size:11.5px;}
  .premium-trust svg{width:17px;height:17px;}
  .premium-payments{gap:5px;}
  .premium-payments .original-payment-logo{width:34px!important;max-width:34px!important;height:20px!important;flex-basis:34px!important;}
  .premium-payments .original-payment-logo img{max-width:33px!important;max-height:18px!important;}
  .premium-legal{margin-top:8px;font-size:12px;}
}

@media (max-width:1100px) and (min-width:721px){
  .premium-card-shell{padding-top:11px;margin-bottom:18px;}
  .premium-ribbon{left:26px;width:205px;height:40px;font-size:13px;}
  .premium-main{grid-template-columns:280px minmax(0,1fr);gap:18px;padding:44px 22px 22px;}
  .premium-brand{grid-template-columns:64px minmax(0,1fr);gap:11px;}
  .premium-rank{width:64px;height:72px;font-size:22px;}
  .premium-rank span{width:48px;height:48px;}
  .premium-logo{height:86px;padding:12px;}
  .premium-offer h3{margin-bottom:8px;font-size:24px;}
  .premium-bonus{font-size:24px;}
  .premium-chips{gap:6px;margin-top:11px;}
  .premium-chips>span{min-height:31px;padding:6px 9px;font-size:10.8px;}
  .premium-rating{min-height:100px;padding:10px;}
  .premium-rating strong{font-size:32px;}
  .premium-stars{margin-top:5px;}
  .premium-star{font-size:17px;}
  .premium-rating>b{margin-top:5px;font-size:15px;}
  .premium-rating>small{margin-top:3px;font-size:10.5px;}
  .premium-actions{gap:8px;}
  .premium-primary{min-height:56px;font-size:17px;}
  .premium-secondary{min-height:44px;font-size:14px;}
  .premium-lower{min-height:56px;margin-inline:20px;padding:10px 2px;gap:12px;}
  .premium-trust>span{gap:6px;padding-inline:9px;font-size:11.5px;}
  .premium-trust svg{width:17px;height:17px;}
  .premium-payments{gap:5px;}
  .premium-payments .original-payment-logo{width:34px!important;max-width:34px!important;height:20px!important;flex-basis:34px!important;}
  .premium-payments .original-payment-logo img{max-width:33px!important;max-height:18px!important;}
  .premium-legal{margin-top:8px;font-size:12px;}
}

@media (max-width:720px){
  .premium-card-shell{padding-top:9px;margin-bottom:16px;}
  .premium-casino-card{isolation:isolate;}
  .premium-casino-card::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:url('./images/cards/mobile-card-australia.webp') 34% center/auto 100% no-repeat;opacity:.27;}
  .premium-casino-card::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(3,9,18,.52) 0%,rgba(4,11,22,.76) 46%,rgba(3,9,18,.95) 100%);}
  .premium-main,.premium-lower{position:relative;z-index:2;}
  .premium-ribbon{left:14px;width:152px;height:34px;padding:0 16px 0 11px;gap:7px;border-radius:10px 0 0 0;font-size:11px;}
  .premium-ribbon svg{width:17px;height:17px;}
  .premium-main{gap:8px;padding:38px 14px 12px;}
  .premium-casino-card:not(.is-top-pick) .premium-main{padding-top:14px;}
  .premium-brand{position:relative;grid-template-columns:70px minmax(0,1fr);gap:10px;}
  .premium-brand::after{content:"";position:absolute;top:5px;bottom:5px;left:69px;width:1px;background:rgba(255,255,255,.14);}
  .premium-rank{width:60px;height:60px;font-size:18px;}
  .premium-position-art{position:absolute;inset:0;z-index:0;display:block;width:100%;height:100%;object-fit:contain;pointer-events:none;user-select:none;}
  .premium-rank span{position:absolute;inset:28% 21% 25%;z-index:1;width:auto;height:auto;border:0;background:transparent;color:#fff;font-size:18px;font-variant-numeric:tabular-nums;text-shadow:0 2px 5px rgba(0,0,0,.9);}
  .premium-logo{height:64px;padding:8px;border-color:rgba(255,255,255,.18);border-radius:13px;background:linear-gradient(90deg,rgba(2,10,20,.46),rgba(2,10,20,.62)),url('./images/cards/operator-logo-australia.webp') 50% center/cover no-repeat;}
  .premium-offer-rating{display:grid;grid-template-columns:minmax(0,1fr) 104px;gap:10px;align-items:center;min-width:0;padding:6px 0 7px;}
  .premium-offer{align-self:center;}
  .premium-offer h3{margin-bottom:4px;font-size:21px;}
  .premium-bonus{display:block;font-size:inherit;line-height:1;text-align:left;}
  .premium-bonus-amount{display:block;font-size:44px;line-height:.9;font-weight:1000;letter-spacing:-.05em;}
  .premium-bonus-rest{display:block;width:100%;margin-top:0;font-size:26px;line-height:.96;font-weight:1000;letter-spacing:-.04em;}
  .premium-trust-inline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:1px 0;}
  .premium-trust-inline>span{min-height:34px;flex-direction:row;justify-content:center;gap:4px;padding:0 5px!important;border-right:1px solid rgba(255,255,255,.14);font-size:10.5px;line-height:1.08;text-align:center;white-space:normal;}
  .premium-trust-inline>span:first-child{padding-left:0!important;}
  .premium-trust-inline>span:last-child{padding-right:0!important;border-right:0;}
  .premium-trust-inline svg{width:15px;height:15px;}
  .premium-actions{display:block;}
  .premium-primary{position:relative;min-height:58px;overflow:hidden;border-radius:13px;font-size:19px;}
  .premium-casino-card.is-top-pick .premium-primary::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(110deg,transparent 0%,transparent 38%,rgba(255,255,255,.22) 48%,transparent 58%,transparent 100%);transform:translateX(-120%);animation:ctaShimmer 3.8s ease-in-out infinite;}
  .premium-secondary{min-height:44px;border-radius:12px;font-size:14px;}
  .premium-actions-secondary{margin-top:3px;}
  .premium-primary .premium-arrow,.premium-secondary svg{width:18px;height:18px;}
  .premium-offer-rating .premium-rating{position:relative;min-height:0;padding:0;border:0;background:transparent;transform:none;}
  .premium-offer-rating .premium-rating::before{content:"";position:absolute;left:-6px;top:-7px;bottom:-7px;width:1px;background:rgba(103,119,139,.42);}
  .premium-rating strong{font-size:27px;}
  .premium-stars{margin-top:4px;gap:1px;}
  .premium-star{font-size:15px;}
  .premium-rating>b{margin-top:5px;font-size:13px;}
  .premium-chips{display:flex;flex-wrap:nowrap;gap:5px;margin:0;}
  .premium-chips>span{flex:1 1 0;min-width:0;min-height:30px;justify-content:center;padding:4px 5px;gap:4px;font-size:10px;}
  .premium-chips svg{width:13px;height:13px;flex:0 0 13px;}
  .premium-lower-payments{justify-content:center;min-height:50px;gap:0;margin:0 14px;padding:11px 0 13px;border-top:1px solid rgba(255,255,255,.13);}
  .premium-payments{gap:7px;}
  .premium-payments .original-payment-logo:nth-child(1){order:5;}
  .premium-payments .original-payment-logo:nth-child(2){order:1;}
  .premium-payments .original-payment-logo:nth-child(3){order:2;}
  .premium-payments .original-payment-logo:nth-child(4){order:3;}
  .premium-payments .original-payment-logo:nth-child(5){order:4;}
  .premium-payments .original-payment-logo{width:40px!important;max-width:40px!important;height:24px!important;flex-basis:40px!important;}
  .premium-payments .original-payment-logo img{max-width:39px!important;max-height:22px!important;opacity:.9!important;}
  .premium-payments .payment-logo--mifinity{width:64px!important;max-width:64px!important;flex-basis:64px!important;}
  .premium-payments .payment-logo--mifinity img{max-width:64px!important;max-height:18px!important;transform:scale(1.16);}
  .premium-legal{position:static;display:block;width:100%;max-width:none;margin:8px 0 0;padding:0 12px;box-sizing:border-box;color:#e2e6ed;font-size:11px;line-height:1.35;text-align:center;opacity:1;}
}

@media (max-width:340px){
  .premium-main{padding-inline:12px;}
  .premium-brand{grid-template-columns:64px minmax(0,1fr);gap:8px;}
  .premium-brand::after{left:63px;}
  .premium-rank{width:56px;height:56px;}
  .premium-logo{height:60px;}
  .premium-offer-rating{grid-template-columns:minmax(0,1fr) 86px;gap:8px;}
  .premium-offer h3{font-size:19px;}
  .premium-bonus-amount{font-size:38px;}
  .premium-bonus-rest{font-size:22px;}
  .premium-rating strong{font-size:24px;}
  .premium-star{font-size:13px;}
  .premium-rating>b{font-size:12px;}
  .premium-trust-inline>span{min-height:34px;gap:2px;font-size:10.5px;padding-inline:2px!important;}
  .premium-payments .original-payment-logo{width:42px!important;max-width:42px!important;flex-basis:42px!important;}
  .premium-payments .original-payment-logo img{max-width:41px!important;max-height:23px!important;opacity:.9!important;}
  .premium-payments .payment-logo--mifinity{width:60px!important;max-width:60px!important;flex-basis:60px!important;}
  .premium-payments .payment-logo--mifinity img{max-width:60px!important;max-height:17px!important;}
  .premium-legal{color:#eef1f5;font-size:12px;line-height:1.35;opacity:1;}
}

@media (prefers-reduced-motion:reduce){
  .premium-casino-card.is-top-pick .premium-primary::after{animation:none;}
}
