@font-face{font-family:Inter;src:url('../fonts/Inter/inter-v3-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Inter;src:url('../fonts/Inter/inter-v3-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Inter;src:url('../fonts/Inter/inter-v3-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}
:root{--main:#00b6ef;--main2:#75acff;--base:#8194c8;--base-opacity:rgba(118,151,244,.5);--bg100:#364a7d;--bg300:#303e64;--bg500:#232e4a;--bg700:#131a2d;--bg:#00040b;--text:#fff;--line:#17223b;--cyan:#05b8ee}
*{box-sizing:border-box}
html{background:var(--bg);scrollbar-color:#2e3b5f #00040b;scrollbar-width:thin}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;font-size:14px;min-width:320px}
button,input{font:inherit}
button{border:0;color:inherit;background:none;cursor:pointer}
a{color:#fff;text-decoration:none}
img{display:block;max-width:100%}
.page-shell{margin-left:48px;min-height:100vh;padding-bottom:16px}
.topbar{height:58px;max-width:1320px;margin:0 auto;display:flex;align-items:center;gap:16px;position:relative;z-index:15}
.brand{width:142px;height:auto;flex:none}
.mobile-menu-brand{display:none}
.top-search{width:200px;height:42px;background:#263454;border-radius:7px;display:flex;align-items:center;padding:0 12px;position:relative}
.top-search input,.mobile-filters input,.game-filters input{border:0;outline:0;background:transparent;color:#fff;width:100%;height:100%;padding-right:26px}
.top-search input::placeholder,.mobile-filters input::placeholder,.game-filters input::placeholder{color:#8194c8}
.search-lens{position:absolute;right:10px;top:50%;width:15px;height:15px;border:4px solid #8194c8;border-radius:50%;transform:translateY(-56%)}
.search-lens:after{content:"";position:absolute;width:7px;height:4px;background:#8194c8;right:-7px;bottom:-4px;transform:rotate(45deg);border-radius:3px}
.auth-actions{margin-left:auto;display:flex;gap:16px}
.btn{height:42px;border-radius:8px;padding:0 22px;font-weight:600;transition:.18s transform,.18s filter}
.btn:active{transform:scale(.98)}
.btn-outline{border:2px solid var(--main);background:#02070f}
.btn-primary{background:linear-gradient(180deg,var(--main) 0%,#12bfe9 45%,#00a9dc 100%);min-width:124px}
main{max-width:1320px;margin:0 auto}
.hero-row{display:grid;grid-template-columns:1fr 1fr;gap:19px;margin-bottom:23px}
.hero-card{border-radius:8px;overflow:hidden;aspect-ratio:651/251;background:#10182b}
.hero-card img{width:100%;height:100%;object-fit:cover}
.desktop-game-nav{display:grid;grid-template-columns:1fr 379px;gap:16px;margin-bottom:26px}
.game-nav-scroll,.game-filters{height:60px;background:var(--bg700);border-radius:8px;display:flex;align-items:center}
.game-nav-scroll{padding:0 26px;gap:28px;overflow:hidden;white-space:nowrap}
.game-nav-scroll button{height:100%;font-size:16px;font-weight:500;position:relative;display:flex;align-items:center;gap:8px;color:#fff}
.game-nav-scroll button span{color:#8194c8}
.game-nav-scroll button.active:after{content:"";height:2px;background:#fff;position:absolute;left:0;right:0;bottom:10px;border-radius:2px}
.game-filters{gap:8px;padding:10px 11px}
.game-filters label,.game-filters button,.mobile-filters label,.mobile-filters button{height:40px;background:#243150;border-radius:8px;color:#8194c8;position:relative}
.game-filters label{width:170px;padding:0 8px}.game-filters button{width:181px;text-align:left;padding:0 12px}.sliders{float:right;font-size:22px}
.mobile-filters{display:none}
.game-section,.bonus-section,.providers-section{margin-bottom:27px}
.section-head{display:flex;align-items:center;justify-content:space-between;margin:0 0 18px}
.section-head .section-title-text{font-size:20px;font-weight:400;margin:0}
.count-pill{background:#141e35;border-radius:20px;padding:5px 12px;line-height:1;color:#fff;font-size:13px}
.cards-row{display:grid;grid-template-columns:repeat(8,1fr);gap:16px;overflow:hidden}
.game-card{min-width:0;aspect-ratio:151/210;border-radius:11px;overflow:hidden;position:relative;background:#10182b;padding:0;isolation:isolate;transition:transform .16s ease}
.game-card>img{width:100%;height:100%;object-fit:cover}
.game-card:hover{transform:translateY(-1px)}
.hover-play{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:rgba(0,0,0,.62);opacity:0;transition:opacity .16s ease;z-index:2}
.hover-play b{width:50px;height:50px;border-radius:50%;background:#35acec;border:4px solid #fff;display:flex;align-items:center;justify-content:center;color:white;font-size:20px;padding-left:3px}
.hover-play em{font-style:normal;color:#14b8ef;font-size:13px;font-weight:500}
@media (hover:hover) and (pointer:fine){.game-card:hover .hover-play{opacity:1}}
.wins-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:24px 0 32px}
.wins-card{border:1px solid var(--main);border-radius:20px;padding:29px 33px 33px;background:#01060e}
.wins-card h3{font-size:20px;margin:0 0 18px 7px}
.win-row{height:73px;background:#141e35;border-radius:11px;margin:0 0 12px;display:grid;grid-template-columns:66px 1fr auto 24px;align-items:center;gap:18px;padding-right:16px;overflow:hidden}
.win-row img{width:66px;height:64px;object-fit:cover;border-radius:9px;margin-left:0}
.win-row div{display:flex;min-width:0;flex-direction:column;gap:10px}
.win-row b{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.win-row small{font-size:12px}
.win-row strong{font-size:15px;white-space:nowrap}
.win-row i{font-style:normal;width:24px;height:24px;background:#1f2b48;color:#8194c8;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;line-height:1}
.bonus-row{display:flex;gap:20px;overflow:hidden}.bonus-card{flex:0 0 427px;border-radius:9px;overflow:hidden;padding:0}.bonus-card img{width:100%}.bonus-extra{display:none}
.promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:24px 0}
.wide-promo{padding:0;border-radius:9px;overflow:hidden;background:#10182b}.wide-promo img{width:100%;height:100%;object-fit:cover}
.providers-section{margin-top:22px}.provider-controls{display:flex;align-items:center;gap:10px}.provider-controls>button:not(.count-pill){width:24px;height:24px;border-radius:50%;background:#141e35;color:#8194c8;font-size:24px;line-height:20px;padding:0}
.providers-row{display:grid;grid-template-columns:repeat(8,1fr);gap:16px;border-bottom:1px solid #17223b;padding-bottom:43px;overflow:hidden}.providers-row img{width:100%;border-radius:9px}
.footer{padding:10px 0 0}.footer-main{display:grid;grid-template-columns:460px 1fr;gap:42px;min-height:230px}.footer-brand>img{width:183px;margin:15px 0 40px}.socials{display:flex;gap:10px;margin:0 0 56px 15px}.socials button,.socials a{width:33px;height:33px;border-radius:8px;background:#06afe9;font-size:18px;font-weight:600}.socials .vk,.social-panel .vk{background:#087bff;font-size:13px}.partner{min-width:187px;background:linear-gradient(180deg,#00b6ef,#75acff);border-radius:7px;padding:7px 20px;font-weight:600;line-height:1}
.footer-links{display:grid;grid-template-columns:1fr 1fr 1.1fr;gap:30px;padding-top:18px}.footer-links div{display:flex;flex-direction:column;gap:24px}.footer-links a{font-size:11px}.payment-strip{width:1021px;max-width:100%;margin-bottom:8px}
.desktop-rail{position:fixed;left:0;top:0;width:48px;height:100vh;background:var(--bg700);z-index:40;overflow:hidden}.desktop-rail img{width:48px;height:813px;max-width:none}.rail-menu-hit{position:absolute;inset:0 0 auto;height:48px;width:48px}
.floating-actions{position:fixed;right:10px;bottom:8px;display:flex;flex-direction:column;gap:6px;z-index:30}.floating-actions button,.floating-actions a{padding:0;border-radius:50%;width:61px;height:61px;overflow:hidden}.floating-actions img{width:61px;height:61px}
.mobile-bottom{display:none}
.drawer-backdrop{position:fixed;inset:0;background:rgba(0,4,11,.72);z-index:49;opacity:0;pointer-events:none;transition:.18s opacity}.drawer-backdrop.open{opacity:1;pointer-events:auto}
.side-drawer{position:fixed;top:0;left:48px;width:286px;height:100vh;background:#10192c;z-index:50;padding:10px 10px 16px;overflow-y:auto;transform:translateX(-110%);transition:.2s transform;box-shadow:12px 0 28px rgba(0,0,0,.35)}
.side-drawer.open{transform:none}.drawer-head{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 5px}.drawer-head>img{width:137px}.drawer-head button{width:36px;opacity:.55}.drawer-head button img{width:26px}
.stable-access{width:100%;height:43px;border-radius:12px;background:linear-gradient(135deg,#3820d4,#6661e8);font-weight:600;text-align:left;display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:8px;padding:0 11px;font-size:15px}.stable-access img{width:18px}.stable-access span{font-size:26px;font-weight:400}
.drawer-panel{background:#202c49;border-radius:12px;margin-top:10px;padding:9px 10px}.drawer-panel small{display:flex;align-items:center;justify-content:space-between;color:#8194c8;font-size:12px;font-weight:600;margin-bottom:9px}.app-panel>div{display:grid;grid-template-columns:1fr 1fr;gap:7px}.app-panel button,.app-panel a{height:35px;background:#fff;color:#1c253b;border-radius:9px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px}.app-panel button img,.app-panel a img{width:15px;height:17px}
.social-panel{display:flex;justify-content:center;gap:14px;padding:10px}.social-panel button,.social-panel a{width:44px;height:39px;background:#06afe9;border-radius:9px;font-weight:600;font-size:22px}.social-panel .vk{font-size:15px}
.menu-panel{padding:8px 0;overflow:hidden}.menu-panel small{padding:0 10px}.menu-panel button,.menu-panel a{height:45px;width:100%;border-top:1px solid #2a3757;display:flex;align-items:center;gap:10px;padding:0 11px;font-size:14px;font-weight:500;text-align:left}.menu-panel button:first-of-type,.menu-panel a:first-of-type{border-top:0}.menu-panel button img,.menu-panel a img{width:18px;height:18px;object-fit:contain}.menu-panel button.selected,.menu-panel a.selected{background:linear-gradient(90deg,#087fff,#9c37e8);border-radius:10px}.menu-panel.compact{padding:0}.menu-panel.compact button,.menu-panel.compact a{border:0}.games-menu button span,.games-menu a span{margin-left:auto}.language-row{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 11px;font-size:14px}
.demo-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,25px);background:#1b2742;border:1px solid #00b6ef;border-radius:9px;padding:10px 14px;z-index:80;opacity:0;pointer-events:none;transition:.2s}.demo-toast.show{opacity:1;transform:translate(-50%,0)}

@media(max-width:1400px){.topbar,main{max-width:calc(100vw - 98px)}.cards-row{gap:14px}.game-nav-scroll{gap:18px;padding:0 18px}.desktop-game-nav{grid-template-columns:1fr 379px}}
@media(max-width:1050px){.desktop-game-nav{grid-template-columns:1fr}.game-filters{display:none}.cards-row{grid-template-columns:repeat(6,1fr)}.cards-row .game-card:nth-child(n+7){display:none}.providers-row{grid-template-columns:repeat(6,1fr)}.providers-row img:nth-child(n+7){display:none}.footer-main{grid-template-columns:300px 1fr}.footer-links{gap:16px}}

@media(max-width:700px){
  body{font-size:12px;padding-bottom:82px}.page-shell{margin-left:0;padding-bottom:0}.desktop-rail{display:none}.topbar{height:66px;margin:0 20px;max-width:none;gap:10px;position:sticky;top:0;background:#00040b;z-index:20}.brand,.top-search{display:none}.mobile-menu-brand{display:flex;width:42px;height:42px;border-radius:9px;background:#22aee9;padding:7px;align-items:center;justify-content:center}.mobile-menu-brand img{width:28px;height:28px}.auth-actions{gap:10px}.btn{height:40px;padding:0 16px;font-size:12px}.btn-primary{min-width:0}.btn-outline{border-width:2px}
  main{max-width:none;margin:0 20px}.hero-row{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px;margin-bottom:12px;scrollbar-width:none}.hero-row::-webkit-scrollbar{display:none}.hero-card{flex:0 0 100%;scroll-snap-align:start;aspect-ratio:651/251;border-radius:7px}.desktop-game-nav{display:none}.mobile-filters{height:46px;background:#131a2d;border-radius:7px;padding:5px;display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:20px}.mobile-filters label,.mobile-filters button{height:36px;font-size:11px}.mobile-filters label{padding:0 7px}.mobile-filters button{text-align:left;padding:0 9px}.mobile-filters .search-lens{transform:translateY(-55%) scale(.8);right:7px}
  .game-section,.bonus-section,.providers-section{margin-bottom:22px}.section-head{margin-bottom:12px}.section-head .section-title-text{font-size:14px;font-weight:600}.count-pill{font-size:10px;padding:5px 9px}.cards-row{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none;margin-right:-20px;padding-right:20px}.cards-row::-webkit-scrollbar,.bonus-row::-webkit-scrollbar,.providers-row::-webkit-scrollbar{display:none}.game-card{display:block!important;flex:0 0 93px;border-radius:7px;aspect-ratio:151/210}.hover-play{display:none}
  .wins-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px;margin:4px -20px 20px;padding:0 20px;scrollbar-width:none}.wins-grid::-webkit-scrollbar{display:none}.wins-card{flex:0 0 100%;scroll-snap-align:start;border-radius:15px;padding:16px 10px 12px}.wins-card h3{font-size:14px;margin:0 0 10px}.win-row{height:62px;border-radius:8px;grid-template-columns:54px 1fr auto 18px;gap:8px;margin-bottom:8px;padding-right:8px}.win-row img{width:54px;height:54px;border-radius:7px}.win-row div{gap:5px}.win-row b{font-size:9px}.win-row small{font-size:9px}.win-row strong{font-size:10px}.win-row i{width:18px;height:18px;font-size:18px}
  .bonus-row{overflow-x:auto;gap:8px;margin-right:-20px;padding-right:20px;scrollbar-width:none}.bonus-card{flex-basis:220px;border-radius:7px}.bonus-extra{display:block}
  .promo-grid{display:flex;flex-direction:column;gap:10px;margin:16px 0}.wide-promo{width:100%}
  .providers-row{display:flex;overflow-x:auto;gap:8px;padding-bottom:28px;margin-right:-20px;padding-right:20px;scrollbar-width:none}.providers-row img{display:block!important;flex:0 0 117px;border-radius:6px}
  .footer{padding-bottom:66px}.footer-main{display:block;min-height:0}.footer-brand{display:flex;flex-direction:column;align-items:center}.footer-brand>img{width:155px;margin:8px 0 30px}.socials{order:3;margin:14px 0 24px}.partner{order:2;width:100%;margin-bottom:6px;height:39px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:22px 0 8px}.footer-links div{gap:18px}.footer-links div:nth-child(3){grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.footer-links a{font-size:9px;line-height:1.35}.payment-strip{width:100%;margin:6px 0 0;object-fit:contain}
  .floating-actions{right:8px;bottom:81px;gap:3px}.floating-actions button,.floating-actions a,.floating-actions img{width:58px;height:58px}
  .mobile-bottom{display:block;position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:calc(100% - 40px);max-width:386px;height:auto;z-index:45}.mobile-bottom img{width:100%;height:auto}.bottom-hit{position:absolute;top:0;bottom:0;width:20%;z-index:2}.hit-menu{left:0}.hit-bonus{left:20%}.hit-deposit{left:40%}.hit-search{left:60%}.hit-profile{left:80%}
  .side-drawer{left:0;width:min(286px,74vw);padding-top:7px}.drawer-head>img{width:135px}.drawer-backdrop{z-index:49}.demo-toast{bottom:88px;font-size:11px;white-space:nowrap}
}


/* ===== Revision pass: user corrections ===== */
.count-pill{
  min-height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  line-height:1;
}

/* Mobile app install strip */
.mobile-app-banner{display:none}

/* Exact category strip layout + icons */
.game-nav-scroll{
  padding:0 10px 0 26px;
  gap:0;
  min-width:0;
}
.game-nav-items{
  display:flex;
  align-items:center;
  gap:28px;
  min-width:0;
  flex:1 1 auto;
  height:100%;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-behavior:smooth;
  scrollbar-width:none;
}
.game-nav-items::-webkit-scrollbar{display:none}
.game-nav-items button,.game-nav-items a{
  height:100%;
  flex:0 0 auto;
  font-size:16px;
  font-weight:500;
  position:relative;
  display:flex;
  align-items:center;
  gap:8px;
  color:#fff;
  white-space:nowrap;
}
.game-nav-items button img,.game-nav-items a img{
  width:20px;
  height:20px;
  object-fit:contain;
  flex:none;
}
.game-nav-items button.active:after,.game-nav-items a.active:after{
  content:"";
  height:2px;
  background:#fff;
  position:absolute;
  left:0;
  right:0;
  bottom:10px;
  border-radius:2px;
}
.game-nav-next{
  flex:0 0 28px;
  width:28px;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  line-height:1;
  color:#fff;
  background:linear-gradient(90deg,rgba(19,26,45,0),#131a2d 45%);
  z-index:2;
}
.filter-icon{
  width:28px;
  height:28px;
  object-fit:contain;
  flex:none;
}
.search-icon-img{
  position:absolute;
  right:4px;
  top:6px;
}
.providers-filter{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
}
.game-filters .providers-filter{padding-right:7px}
.game-filters label{position:relative}

/* Provider rail now really scrolls with controls */
.providers-row{
  display:flex;
  gap:16px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-behavior:smooth;
  scroll-snap-type:x proximity;
  scrollbar-width:none;
  border-bottom:1px solid #17223b;
  padding-bottom:43px;
}
.providers-row::-webkit-scrollbar{display:none}
.providers-row img{
  flex:0 0 calc((100% - 112px)/8);
  min-width:0;
  width:auto;
  border-radius:9px;
  scroll-snap-align:start;
}
.provider-controls>button:not(.count-pill){
  display:flex;
  align-items:center;
  justify-content:center;
}

/* Open drawer overlays the compact rail, matching the reference */
.side-drawer{
  left:0;
  width:231px;
  padding:6px 8px 16px;
  transform:translateX(-105%);
  box-shadow:12px 0 28px rgba(0,0,0,.38);
  scrollbar-color:#385894 transparent;
  scrollbar-width:thin;
}
.side-drawer::-webkit-scrollbar{width:4px}
.side-drawer::-webkit-scrollbar-track{background:transparent}
.side-drawer::-webkit-scrollbar-thumb{background:#385894;border-radius:8px}
body.menu-open .desktop-rail{
  opacity:0;
  pointer-events:none;
}
.drawer-head{
  height:52px;
  padding:0 3px 0 0;
}
.drawer-head>img{
  width:42px;
  height:42px;
}
.drawer-head button{
  width:39px;
  height:39px;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:.65;
}
.drawer-head button img{width:30px;height:30px}

/* Stable access button from HAR assets */
.stable-access{
  width:100%;
  height:42px;
  border-radius:12px;
  background:linear-gradient(100deg,#3522cf 0%,#3c35d7 47%,#5553df 100%);
  display:grid;
  grid-template-columns:22px minmax(0,1fr) 10px;
  align-items:center;
  gap:7px;
  padding:0 10px;
  font-size:14px;
  font-weight:600;
  text-align:left;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.015);
}
.stable-access .stable-lightning{width:20px;height:20px}
.stable-access .stable-label{
  display:block;
  font-size:14px;
  line-height:1;
  white-space:nowrap;
}
.stable-access .stable-arrow{width:8px;height:13px}

/* Drawer cards/menu */
.drawer-panel{margin-top:9px}
.app-panel{padding-top:9px}
.app-panel small{margin-bottom:8px}
.app-panel>div{gap:7px}
.app-panel button,.app-panel a{
  position:relative;
  height:34px;
  margin-top:5px;
  font-size:12px;
  overflow:visible;
}
.app-panel button::before,.app-panel a::before{
  content:"🎉";
  position:absolute;
  top:-13px;
  left:50%;
  transform:translateX(-50%);
  font-size:12px;
  line-height:1;
}
.social-panel{
  min-height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:9px;
}
.social-panel button,.social-panel a{
  width:45px;
  height:40px;
  padding:0;
  background:transparent!important;
  border-radius:9px;
  overflow:hidden;
}
.social-panel button img,.social-panel a img{width:45px;height:40px;object-fit:cover}
.menu-panel button img,.menu-panel a img{
  width:17px;
  height:17px;
  object-fit:contain;
  flex:none;
}
.games-menu button img,.games-menu a img{width:18px;height:18px}
.menu-panel.compact button img,.menu-panel.compact a img{width:19px;height:19px}
.language-row{padding-left:12px}
.footer-brand .socials button,.footer-brand .socials a{
  padding:0;
  background:transparent;
  overflow:hidden;
}
.footer-brand .socials button img,.footer-brand .socials a img{
  width:33px;
  height:33px;
  object-fit:cover;
}

/* Rebuilt mobile bottom menu – no screenshot/browser chrome clipping */
.mobile-bottom{display:none}

@media(max-width:1400px){
  .game-nav-items{gap:18px}
}
@media(max-width:1050px) and (min-width:701px){
  .providers-row img{flex-basis:calc((100% - 70px)/6)}
}
@media(max-width:700px){
  .mobile-app-banner{
    margin:8px 20px 0;
    height:58px;
    border-radius:7px 7px 0 0;
    background:#111a2e;
    display:flex;
    align-items:center;
    gap:8px;
    padding:0 8px;
    position:relative;
    z-index:25;
  }
  .mobile-app-banner.is-hidden{display:none}
  .mobile-app-close{
    width:40px;
    height:40px;
    border:4px solid #34415f;
    border-radius:50%;
    color:#8194c8;
    font-size:23px;
    line-height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:none;
  }
  .mobile-app-logo{
    width:40px;
    height:40px;
    flex:none;
  }
  .mobile-app-copy{
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:1px;
    line-height:1.05;
  }
  .mobile-app-copy strong{
    font-size:14px;
    font-weight:600;
    white-space:nowrap;
  }
  .mobile-app-copy small{
    font-size:8px;
    color:#fff;
    white-space:nowrap;
  }
  .mobile-app-download{
    margin-left:auto;
    height:40px;
    min-width:92px;
    border-radius:8px;
    padding:0 22px 0 12px;
    background:linear-gradient(180deg,#2cbff6,#4d9af2);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:5px;
    font-size:12px;
    font-weight:600;
    position:relative;
  }
  .mobile-app-download img{
    width:18px;
    height:18px;
    position:absolute;
    right:4px;
    top:3px;
    object-fit:contain;
  }

  .topbar{top:0}
  .mobile-filters .providers-filter{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 6px 0 9px;
    white-space:nowrap;
  }
  .mobile-filters .filter-icon{width:24px;height:24px}

  /* Bigger provider/payment marks on mobile */
  .providers-row{
    gap:10px;
    padding-bottom:28px;
    margin-right:-20px;
    padding-right:20px;
  }
  .providers-row img{
    flex:0 0 148px!important;
    width:148px!important;
    border-radius:7px;
  }
  .payment-strip{
    width:145%;
    max-width:none;
    height:auto;
    margin:8px 0 4px;
  }
  .footer{overflow:hidden}

  .mobile-bottom{
    display:flex;
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    transform:none;
    width:100%;
    max-width:none;
    height:64px;
    padding:0 max(8px,env(safe-area-inset-right)) env(safe-area-inset-bottom) max(8px,env(safe-area-inset-left));
    background:#020611;
    z-index:45;
    overflow:visible;
    align-items:stretch;
    justify-content:space-around;
    box-shadow:0 -1px 0 rgba(90,113,162,.18);
  }
  .bottom-item{
    flex:1 1 20%;
    min-width:0;
    height:64px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:2px;
    padding:6px 2px 4px;
    color:#fff;
    font-size:10px;
    position:relative;
    overflow:visible;
  }
  .bottom-item>img{
    width:28px;
    height:28px;
    object-fit:contain;
  }
  .bottom-item span{line-height:1}
  .deposit-item{
    padding-top:32px;
    border-radius:14px 14px 0 0;
    background:linear-gradient(180deg,rgba(102,91,226,.78),rgba(39,65,141,.1));
  }
  .deposit-circle{
    position:absolute;
    top:-22px;
    left:50%;
    transform:translateX(-50%);
    width:62px;
    height:62px;
    border-radius:50%;
    background:linear-gradient(180deg,#7d61ec 0%,#347cf1 58%,#139ae7 100%);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 0 18px rgba(78,94,232,.35);
    overflow:visible;
  }
  .deposit-circle img{
    width:28px;
    height:28px;
    object-fit:contain;
  }

  body{padding-bottom:78px}
  .floating-actions{bottom:74px}
  .side-drawer{
    left:0;
    width:min(231px,82vw);
    padding:6px 8px 16px;
  }
}

/* ===== Revision 3: requested UI fixes ===== */
.mobile-game-nav{display:none}

/* The drawer close/collapse control must be visible on the right. */
.drawer-head button{
  flex:none;
  opacity:1;
}
.drawer-head button img{
  width:32px;
  height:32px;
  object-fit:contain;
}

/* Larger desktop typography and cards for readability. */
@media(min-width:701px){
  body{font-size:16px}
  .topbar{height:66px}
  .top-search{height:46px;font-size:15px}
  .btn{height:46px;font-size:15px}
  .hero-row{margin-bottom:28px}
  .desktop-game-nav{margin-bottom:31px}
  .game-nav-scroll,.game-filters{height:64px}
  .game-nav-items button,.game-nav-items a{font-size:17px}
  .game-nav-items button img,.game-nav-items a img{width:21px;height:21px}
  .game-filters label,.game-filters button{height:44px;font-size:14px}
  .section-head{margin-bottom:20px}
  .section-head .section-title-text{font-size:26px;font-weight:500}
  .count-pill{font-size:15px;min-height:30px;padding:7px 15px}
  .cards-row{grid-template-columns:repeat(6,1fr);gap:18px}
  .game-card{border-radius:13px}
  .cards-row .game-card:nth-child(n+7){display:none}
  .hover-play b{width:58px;height:58px;font-size:23px}
  .hover-play em{font-size:15px}
  .wins-grid{gap:20px;margin:30px 0 38px}
  .wins-card{padding:32px 35px 35px}
  .wins-card h3{font-size:24px}
  .win-row{height:82px;grid-template-columns:72px 1fr auto 26px;gap:19px}
  .win-row img{width:72px;height:72px}
  .win-row b{font-size:15px}
  .win-row small{font-size:14px}
  .win-row strong{font-size:17px}
  .bonus-card{flex-basis:510px}
  .providers-row img{flex-basis:calc((100% - 90px)/6)}
  .footer-links a{font-size:14px}
  .partner{font-size:15px}
}

@media(max-width:1050px) and (min-width:701px){
  .cards-row{grid-template-columns:repeat(4,1fr)}
  .cards-row .game-card:nth-child(n+5){display:none}
  .providers-row img{flex-basis:calc((100% - 54px)/4)}
}

@media(max-width:700px){
  body{font-size:15px;padding-bottom:88px}
  .topbar{height:72px}
  .mobile-menu-brand{width:48px;height:48px;border-radius:10px}
  .mobile-menu-brand img{width:32px;height:32px}
  .btn{height:44px;padding:0 17px;font-size:14px}

  .hero-row{margin-bottom:14px}

  /* Mobile category strip directly below the promo banner. */
  .mobile-game-nav{
    height:60px;
    margin-bottom:14px;
    padding:0 7px 0 18px;
    border-radius:8px;
    background:#131a2d;
    display:flex;
    align-items:center;
    overflow:hidden;
    position:relative;
  }
  .mobile-game-nav-track{
    height:100%;
    min-width:0;
    flex:1 1 auto;
    display:flex;
    align-items:center;
    gap:27px;
    overflow-x:auto;
    overflow-y:hidden;
    white-space:nowrap;
    scroll-behavior:smooth;
    scrollbar-width:none;
  }
  .mobile-game-nav-track::-webkit-scrollbar{display:none}
  .mobile-game-nav-track button,.mobile-game-nav-track a{
    height:100%;
    flex:0 0 auto;
    display:flex;
    align-items:center;
    gap:8px;
    position:relative;
    font-size:14px;
    font-weight:600;
    color:#fff;
  }
  .mobile-game-nav-track button img,.mobile-game-nav-track a img{width:19px;height:19px;object-fit:contain;flex:none}
  .mobile-game-nav-track button.active:after,.mobile-game-nav-track a.active:after{
    content:"";
    position:absolute;
    height:2px;
    left:0;
    right:0;
    bottom:7px;
    border-radius:2px;
    background:#fff;
  }
  .mobile-game-nav-next{
    flex:0 0 26px;
    width:26px;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    padding:0;
    font-size:27px;
    color:#fff;
    background:linear-gradient(90deg,rgba(19,26,45,0),#131a2d 42%);
    z-index:2;
  }

  .mobile-filters{height:56px;padding:6px;grid-template-columns:1fr 1fr;margin-bottom:24px}
  .mobile-filters label,.mobile-filters button{height:44px;font-size:14px;border-radius:9px}
  .mobile-filters label{padding:0 9px}
  .mobile-filters button{padding:0 10px}
  .mobile-filters .filter-icon{width:26px;height:26px}

  .game-section,.bonus-section,.providers-section{margin-bottom:28px}
  .section-head{margin-bottom:16px}
  .section-head .section-title-text{font-size:20px;font-weight:600}
  .count-pill{font-size:13px;min-height:30px;padding:7px 12px}

  /* Cards are ~1.5x the former mobile size. */
  .cards-row{gap:10px}
  .game-card{flex:0 0 140px;border-radius:10px}
  .bonus-row{gap:10px}
  .bonus-card{flex-basis:330px;border-radius:9px}
  .providers-row{gap:10px}
  .providers-row img{flex:0 0 170px!important;width:170px!important;border-radius:8px}

  .wins-card{padding:22px 15px 18px}
  .wins-card h3{font-size:20px;margin-bottom:13px}
  .win-row{height:74px;grid-template-columns:62px 1fr auto 20px;gap:9px}
  .win-row img{width:62px;height:62px}
  .win-row b{font-size:12px}
  .win-row small{font-size:11px}
  .win-row strong{font-size:13px}
  .win-row i{width:20px;height:20px;font-size:20px}

  .footer-links a{font-size:12px}
  .partner{font-size:14px}

  /* Clear, centered deposit icon instead of the cropped screenshot fragment. */
  .mobile-bottom{height:72px}
  .bottom-item{height:72px;font-size:11px;gap:3px;padding:7px 2px 5px}
  .bottom-item>img{width:30px;height:30px}
  .deposit-item{padding-top:35px}
  .deposit-circle{top:-24px;width:68px;height:68px}
  .deposit-circle img{width:34px;height:34px}
  .floating-actions{bottom:82px}

  .side-drawer{width:min(250px,84vw)}
  .drawer-head button{width:42px;height:42px}
  .drawer-head button img{width:32px;height:32px}
}


/* ===== Revision 4: drawer details matched to reference ===== */
/* Exact user-supplied close-menu glyph. */
.drawer-head .drawer-close{
  width:42px;
  height:42px;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:none;
  opacity:1;
}
.drawer-head .drawer-close-icon{
  width:30px;
  height:30px;
  display:block;
}
.drawer-head .drawer-close-icon path{fill:#5472a8}

/* Use real vector chevrons instead of Unicode glyphs so they look the same everywhere. */
.menu-chevron{
  width:7px;
  height:7px;
  flex:0 0 7px;
  display:inline-block;
  border-right:2px solid #8398cb;
  border-bottom:2px solid #8398cb;
  box-sizing:border-box;
}
.menu-chevron.down{transform:rotate(45deg) translateY(-1px)}
.menu-chevron.up{transform:rotate(225deg) translate(-1px,-1px)}
.games-menu button .menu-chevron{margin-left:auto}
.drawer-panel small .menu-chevron{margin-left:auto}

/* Real gift asset above Android/iOS buttons, matching the reference instead of emoji. */
.app-panel button::before,.app-panel a::before{
  content:"";
  width:17px;
  height:17px;
  position:absolute;
  top:-10px;
  left:50%;
  transform:translateX(-50%);
  background:url("../ui/icons/gift-badge.svg") center/17px 17px no-repeat;
}

/* Keep menu icons in the lower blocks the same visual size as the upper promo icons. */
.menu-panel button img,.menu-panel a img,
.games-menu button img,.games-menu a img,
.menu-panel.compact button img,.menu-panel.compact a img{
  width:20px;
  height:20px;
  flex:0 0 20px;
  object-fit:contain;
}

/* Use an actual Russian flag image: Windows must not fall back to the letters RU. */
.language-row{
  gap:10px;
}
.language-label{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
}
.language-flag{
  width:18px;
  height:18px;
  flex:0 0 18px;
  display:block;
}
.language-row>.menu-chevron{margin-left:auto}

/* ===== Revision 5: larger game-menu icons + reversed open-menu arrow ===== */
/* Double only the icons for Новые / Популярные / Лайв Казино / Казино. */
.games-menu button > img{
  width:40px;
  height:40px;
  flex:0 0 40px;
  object-fit:contain;
}
.games-menu button{
  min-height:56px;
  height:56px;
  gap:12px;
}

/* When the drawer is open the close/menu glyph points in the opposite direction. */
.side-drawer.open .drawer-close-icon{
  transform:scaleX(-1);
  transform-origin:center;
}

/* ===== Revision 6: game-menu icons match the promo icons above ===== */
.games-menu button > img{
  width:20px;
  height:20px;
  flex:0 0 20px;
  object-fit:contain;
}
.games-menu button{
  min-height:45px;
  height:45px;
  gap:10px;
}

/* ===== Revision 7: normalize game-menu icon artwork ===== */
/* The four PNGs had large transparent margins. Their canvases are now tightly
   cropped, so the existing 20x20 CSS size matches the promo icons above. */


/* ===== PHP engine content ===== */
.brand-link{display:flex;align-items:center;flex:none}
.brand-link .brand{flex:none}
.hero-card{display:block}
.seo-content{width:100%;max-width:100%;color:#fff;overflow-wrap:anywhere}
.seo-intro{margin:22px 0 28px}
.seo-content h1{font-size:32px;line-height:1.18;margin:0 0 18px;font-weight:650;color:#fff}
.seo-content h2{font-size:25px;line-height:1.25;margin:30px 0 14px;color:#fff}
.seo-content h3{font-size:20px;line-height:1.3;margin:24px 0 12px;color:#fff}
.seo-content p{font-size:16px;line-height:1.65;margin:12px 0;color:#d8e1f5}
.seo-content strong{color:#fff}
.article-card{background:#131a2d;border-radius:14px;padding:24px 26px;margin:25px 0 30px}
.short-article{background:#131a2d;border-radius:14px;padding:20px 24px}
.short-article> :first-child,.article-card> :first-child{margin-top:0}
.short-article> :last-child,.article-card> :last-child{margin-bottom:0}
.short-article ul,.short-article ol,.article-card ul,.article-card ol,.article ul,.article ol,.faq-section ul,.faq-section ol{margin:16px 0;padding-left:28px;max-width:100%}
.short-article li,.article-card li,.article li,.faq-section li{font-size:16px;line-height:1.55;margin-bottom:8px;overflow-wrap:anywhere;word-break:normal;color:#d8e1f5}
.short-article .table-scroll,.article-card .table-scroll,.article .table-scroll,.content .table-scroll{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;margin:18px 0 24px;border-radius:10px}
.short-article .table-scroll table,.article-card .table-scroll table,.article .table-scroll table,.content .table-scroll table{width:100%;border-collapse:collapse;table-layout:auto;background:#18233d}
.short-article .table-scroll th,.short-article .table-scroll td,.article-card .table-scroll th,.article-card .table-scroll td,.article .table-scroll th,.article .table-scroll td,.content .table-scroll th,.content .table-scroll td{white-space:nowrap;border:1px solid #2c3c62;padding:11px 13px;text-align:left;color:#e6edff}
.short-article .table-scroll th,.article-card .table-scroll th,.article .table-scroll th,.content .table-scroll th{background:#202f50;color:#fff;font-weight:600}
.faq-section{margin:28px 0}
.faq{margin:0}
.faq .h2-base-title,.faq section>h2{font-size:25px;line-height:1.25;margin:0 0 18px;color:#fff}
.faq-content{display:grid;gap:10px}
.faq-item{background:#131a2d;border:1px solid #26385f;border-radius:12px;padding:16px 18px}
.faq-item-title{font-size:17px;line-height:1.35;margin:0 0 8px;color:#fff}
.faq-item-content-visible,.faq-section p{font-size:15px;line-height:1.55;color:#d8e1f5}
.faq-section>section{background:#131a2d;border-radius:14px;padding:22px 24px;margin-top:18px}
.footer-copyright{border-top:1px solid #17223b;padding:18px 0 22px;text-align:center;color:#8194c8;font-size:12px}
/* Converted button-shaped CTAs keep source button geometry. */
.auth-actions a,.mobile-app-download,.stable-access,.app-panel a,.social-panel a,.menu-panel a,.partner,.bottom-item{cursor:pointer}
.app-panel a{height:35px;background:#fff;color:#1c253b;border-radius:9px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px}
.social-panel a{width:44px;height:39px;background:#06afe9;border-radius:9px;display:flex;align-items:center;justify-content:center}
.menu-panel a{height:45px;width:100%;border-top:1px solid #2a3757;display:flex;align-items:center;gap:10px;padding:0 11px;font-size:14px;font-weight:500;text-align:left}
.menu-panel a:first-of-type{border-top:0}
.menu-panel a.selected{background:linear-gradient(90deg,#087fff,#9c37e8);border-radius:10px}
.menu-panel.compact a{border:0}
.game-nav-items a{height:100%;flex:0 0 auto;font-size:16px;font-weight:500;position:relative;display:flex;align-items:center;gap:8px;color:#fff;white-space:nowrap}
.game-nav-items a img{width:20px;height:20px;object-fit:contain;flex:none}
.game-nav-items a.active:after{content:"";height:2px;background:#fff;position:absolute;left:0;right:0;bottom:10px;border-radius:2px}
.mobile-game-nav-track a{height:100%;flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:0 10px;color:#fff;font-size:14px;font-weight:500;position:relative;white-space:nowrap}
.mobile-game-nav-track a img{width:19px;height:19px;object-fit:contain;flex:none}
.mobile-game-nav-track a.active:after{content:"";height:2px;background:#fff;position:absolute;left:10px;right:10px;bottom:7px;border-radius:2px}
@media(max-width:800px){
  .short-article .table-scroll table,.article-card .table-scroll table,.article .table-scroll table,.content .table-scroll table{width:max-content;min-width:720px;max-width:none}
}
@media(max-width:700px){
  .seo-intro{margin:14px 0 20px}.seo-content h1{font-size:24px;margin-bottom:14px}.seo-content h2{font-size:21px;margin-top:24px}.seo-content h3{font-size:18px}.seo-content p,.short-article li,.article-card li,.article li{font-size:15px;line-height:1.6}
  .short-article{padding:17px 16px;border-radius:10px}.article-card{padding:18px 16px;border-radius:10px;margin:20px 0 24px}
  .short-article ul,.short-article ol,.article-card ul,.article-card ol,.article ul,.article ol,.faq-section ul,.faq-section ol{padding-left:20px}
  .faq-item{padding:14px}.faq-item-title{font-size:16px}.faq-item-content-visible,.faq-section p{font-size:14px}
  .footer-copyright{padding-bottom:82px}
}

.partner{display:inline-flex;align-items:center;justify-content:center;text-align:center}

/* ===== Revision 8: auth alignment + polished FAQ/reviews ===== */
.auth-actions{align-items:center}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  line-height:1;
  white-space:nowrap;
}

/* FAQ */
.faq-section{margin:34px 0 38px}
.faq .h2-base-title{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 18px;
  font-size:26px;
  font-weight:600;
}
.faq .h2-base-title:after{
  content:"";
  width:46px;
  height:3px;
  border-radius:10px;
  background:linear-gradient(90deg,var(--main),#8e42f5);
  box-shadow:0 0 18px rgba(0,182,239,.25);
}
.faq-content{gap:12px}
.faq-item{
  position:relative;
  overflow:hidden;
  padding:0;
  border:1px solid #2d4068;
  border-radius:14px;
  background:linear-gradient(135deg,#17213a 0%,#11192c 100%);
  box-shadow:0 10px 30px rgba(0,0,0,.16);
}
.faq-item:after{
  content:"";
  position:absolute;
  top:-45px;
  right:-45px;
  width:110px;
  height:110px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(88,95,255,.18),rgba(88,95,255,0) 70%);
  pointer-events:none;
}
.faq-item-header-wrapper{padding:17px 20px 15px}
.faq-item-title{
  position:relative;
  min-height:34px;
  display:flex;
  align-items:center;
  margin:0;
  padding-left:46px;
  font-size:17px;
  line-height:1.4;
  font-weight:600;
  color:#fff;
}
.faq-item-title:before{
  content:"?";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:32px;
  height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:9px;
  color:#fff;
  font-size:17px;
  font-weight:700;
  background:linear-gradient(135deg,#087fff,#8e42f5);
  box-shadow:0 6px 16px rgba(91,74,244,.25);
}
.faq-item-content{
  border-top:1px solid rgba(129,148,200,.14);
  padding:14px 20px 17px 66px;
  background:rgba(3,8,19,.16);
}
.faq-item-content-visible{
  position:relative;
  font-size:15px;
  line-height:1.62;
  color:#cfd9ef;
}
.faq-item-content-visible:before{
  content:"";
  position:absolute;
  left:-19px;
  top:4px;
  bottom:4px;
  width:3px;
  border-radius:6px;
  background:linear-gradient(180deg,var(--main),#7951f5);
  opacity:.85;
}

/* Reviews from templates/includes/faq.php — markup stays untouched. */
.faq-section>section{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:34px;
  padding:0;
  background:transparent;
  border-radius:0;
}
.faq-section>section>h2{
  grid-column:1/-1;
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 4px;
  font-size:26px;
  line-height:1.25;
  color:#fff;
}
.faq-section>section>h2:after{
  content:"";
  width:46px;
  height:3px;
  border-radius:10px;
  background:linear-gradient(90deg,#8e42f5,var(--main));
  box-shadow:0 0 18px rgba(142,66,245,.22);
}
.faq-section>section>div[itemtype="https://schema.org/Review"]{
  position:relative;
  min-width:0;
  overflow:hidden;
  padding:21px 20px 19px;
  border:1px solid #2d4068;
  border-radius:14px;
  background:linear-gradient(145deg,#18223b 0%,#11192c 100%);
  box-shadow:0 10px 30px rgba(0,0,0,.16);
}
.faq-section>section>div[itemtype="https://schema.org/Review"]:before{
  content:"“";
  position:absolute;
  top:4px;
  right:14px;
  color:rgba(101,129,255,.22);
  font-family:Georgia,serif;
  font-size:72px;
  line-height:1;
  pointer-events:none;
}
.faq-section>section>div[itemtype="https://schema.org/Review"]:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:3px;
  background:linear-gradient(90deg,#087fff,#8e42f5,var(--main));
}
.faq-section>section>div[itemtype="https://schema.org/Review"] div[itemprop="author"]{
  position:relative;
  z-index:1;
  margin-bottom:13px;
}
.faq-section>section>div[itemtype="https://schema.org/Review"] h3[itemprop="name"]{
  display:flex;
  align-items:center;
  gap:11px;
  margin:0;
  font-size:16px;
  line-height:1.35;
  color:#fff;
}
.faq-section>section>div[itemtype="https://schema.org/Review"] h3[itemprop="name"]:before{
  content:"";
  flex:0 0 36px;
  width:36px;
  height:36px;
  border-radius:50%;
  background:
    radial-gradient(circle at 50% 35%,#eaf1ff 0 4px,transparent 5px),
    radial-gradient(ellipse at 50% 82%,#eaf1ff 0 9px,transparent 10px),
    linear-gradient(135deg,#087fff,#8e42f5);
  box-shadow:0 5px 14px rgba(58,105,255,.22);
}
.faq-section>section>div[itemtype="https://schema.org/Review"] div[itemprop="reviewBody"]{
  position:relative;
  z-index:1;
  padding-top:26px;
}
.faq-section>section>div[itemtype="https://schema.org/Review"] div[itemprop="reviewBody"]:before{
  content:"★★★★★";
  position:absolute;
  top:0;
  left:0;
  color:#ffc94b;
  font-size:14px;
  letter-spacing:2px;
  line-height:1;
}
.faq-section>section>div[itemtype="https://schema.org/Review"] p[itemprop="text"]{
  margin:0;
  font-size:15px;
  line-height:1.62;
  color:#cfd9ef;
  overflow-wrap:anywhere;
}

@media(max-width:1050px){
  .faq-section>section{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .faq-section{margin:26px 0 30px}
  .faq .h2-base-title,.faq-section>section>h2{font-size:22px}
  .faq-item-header-wrapper{padding:15px 15px 13px}
  .faq-item-title{padding-left:42px;font-size:16px}
  .faq-item-title:before{width:30px;height:30px;border-radius:8px}
  .faq-item-content{padding:13px 15px 15px 57px}
  .faq-item-content-visible{font-size:14px;line-height:1.6}
  .faq-item-content-visible:before{left:-16px}
  .faq-section>section{grid-template-columns:1fr;gap:11px;margin-top:28px}
  .faq-section>section>div[itemtype="https://schema.org/Review"]{padding:18px 16px 17px}
  .faq-section>section>div[itemtype="https://schema.org/Review"] p[itemprop="text"]{font-size:14px;line-height:1.6}
}
