














.single-apk_brand{
  --brand-single-gap:var(--yono-major-gap);
  --brand-hero-logo-size:220px;
  --related-gap:12px;
  --related-cols:5;
}

.single-apk_brand .site-main.brand-single{padding:0}

.single-apk_brand .brand-single > .container{
  display:flex;
  flex-direction:column;
  gap:0;
}
.single-apk_brand .brand-single > .container > * + *{margin-top:var(--brand-single-gap)}
.single-apk_brand .brand-single > .container > .brand-fixed-info{margin-top:var(--yono-detail-hero-fixed-gap)}
.single-apk_brand .brand-single > .container > .brand-entry{margin-top:var(--yono-detail-fixed-article-gap)}
.single-apk_brand .brand-entry{padding-top:0}

.single-apk_brand .brand-hero,
.single-apk_brand .brand-entry,
.single-apk_brand .brand-quick-notes,
.single-apk_brand .brand-download,
.single-apk_brand .brand-faq,
.single-apk_brand .brand-app-list,
.single-apk_brand .related-articles{
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  border:1px solid rgba(16,57,111,.10);
  border-radius:16px;
  box-shadow:0 10px 24px rgba(13,42,92,.07);
}

.single-apk_brand .section-head{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin:0 0 8px;
}

.single-apk_brand .section-head h2{
  margin:0;
  font-size:clamp(20px,.9vw + 17px,24px);
  line-height:1.2;
  color:#15253d;
}

.single-apk_brand .section-head p{
  margin:0;
  color:#5b6b82;
  line-height:1.65;
  font-size:var(--fs-sm);
}

.single-apk_brand .section-head__actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}

.single-apk_brand .section-head__link{
  color:#1f78dc;
  font-size:var(--fs-sm);
  font-weight:800;
  white-space:nowrap;
}

.single-apk_brand .section-head__link:hover{text-decoration:underline}

.single-apk_brand .brand-hero{
  padding:clamp(16px,1.4vw,18px) clamp(18px,1.5vw,20px) clamp(14px,1.3vw,16px);
  background:
    radial-gradient(circle at top right,rgba(42,117,235,.05),transparent 24%),
    linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
}

.single-apk_brand .brand-hero__grid{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.single-apk_brand .brand-hero__stage{
  display:grid;
  grid-template-columns:var(--brand-hero-logo-size) minmax(0,1fr);
  grid-template-rows:auto minmax(0,1fr) auto;
  grid-template-areas:
    "media title"
    "media meta"
    "media actions";
  column-gap:clamp(12px,1vw,16px);
  row-gap:clamp(8px,.7vw,10px);
  align-items:stretch;
  min-width:0;
  min-height:var(--brand-hero-logo-size);
}

.single-apk_brand .brand-hero__panel{display:contents}

.single-apk_brand .brand-hero__title{
  grid-area:title;
  min-width:0;
  margin:0;
  font-size:clamp(26px,1.6vw + 20px,32px);
  line-height:1.14;
  color:#10213a;
  letter-spacing:.01em;
  align-self:end;
}

.single-apk_brand .brand-hero__media{
  grid-area:media;
  width:100%;
  min-width:0;
  min-height:var(--brand-hero-logo-size);
  aspect-ratio:1 / 1;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:var(--apk-logo-radius);
  background:linear-gradient(180deg,#ffffff 0%,#eef5ff 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.72),
    0 8px 18px rgba(12,34,74,.10);
}

.single-apk_brand .brand-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.single-apk_brand .brand-hero__logo-ph{
  width:56px;
  height:56px;
  border-radius:var(--apk-logo-radius);
  background:rgba(15,23,42,.08);
}

.single-apk_brand .brand-hero__meta{
  grid-area:meta;
  min-width:0;
  height:100%;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  grid-auto-rows:minmax(0,1fr);
  gap:clamp(8px,.75vw,10px);
  align-self:stretch;
}

.single-apk_brand .brand-hero__item{
  min-width:0;
  width:100%;
  padding:clamp(8px,.75vw,10px) clamp(9px,.85vw,12px);
  border-radius:13px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:clamp(2px,.35vw,6px);
  border:1px solid rgba(16,57,111,.08);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.55);
  background:linear-gradient(180deg,#ffffff 0%,#f4f8fd 100%);
}

.single-apk_brand .brand-hero__item--row-a{
  background:linear-gradient(180deg,#ffffff 0%,#f4f8fd 100%);
  border-color:rgba(16,57,111,.08);
}

.single-apk_brand .brand-hero__item--row-b{
  background:linear-gradient(180deg,#eef6ff 0%,#e8f1ff 100%);
  border-color:rgba(31,120,220,.10);
}

.single-apk_brand .brand-hero__label{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:var(--fs-xs);
  line-height:1.15;
  color:#607089;
  text-transform:uppercase;
  letter-spacing:.03em;
  font-weight:800;
}

.single-apk_brand .brand-hero__label-text{
  display:block;
  min-width:0;
}

.single-apk_brand .brand-hero__label .icon--xs{
  width:14px;
  height:14px;
  flex:0 0 14px;
  color:#607089;
}

.single-apk_brand .brand-hero__value{
  min-width:0;
  font-size:clamp(11px,.35vw + 10px,13px);
  line-height:1.3;
  color:#162742;
  font-weight:800;
  word-break:break-word;
  overflow-wrap:anywhere;
}

.single-apk_brand .brand-hero__actions{
  grid-area:actions;
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  align-self:end;
}

.single-apk_brand .brand-hero__actions .btn{
  width:min(50%,400px);
  min-width:min(300px,100%);
}

.single-apk_brand .brand-entry{padding:clamp(18px,1.5vw,22px) clamp(18px,1.5vw,22px) clamp(20px,1.7vw,24px)}

.single-apk_brand .entry-content{
  color:var(--yono-body-color);
  font-size:var(--yono-body-size);
  font-weight:var(--yono-body-weight);
  line-height:1.72;
}
.single-apk_brand .entry-content h2,
.single-apk_brand .entry-content h3,
.single-apk_brand .entry-content h4{scroll-margin-top:calc(var(--header-h) + 20px)}
.single-apk_brand .entry-content table{
  width:100%;
  border-collapse:collapse;
  overflow:hidden;
  border-radius:14px;
  border:1px solid rgba(16,57,111,.10);
  background:#fff;
}
.single-apk_brand .entry-content th,
.single-apk_brand .entry-content td{
  padding:12px 14px;
  text-align:left;
  border-bottom:1px solid rgba(16,57,111,.08);
  line-height:1.6;
}
.single-apk_brand .entry-content th{
  color:var(--yono-h3-color);
  background:#f5f9ff;
  font-weight:700;
}

.single-apk_brand .brand-quick-notes{
  padding:clamp(14px,1vw,18px);
  border-color:rgba(245,163,59,.22);
  background:linear-gradient(180deg,#fffdf7 0%,#fff7e9 100%);
  box-shadow:0 8px 22px rgba(145,98,22,.07);
}

.single-apk_brand .brand-quick-notes .section-head{
  margin-bottom:10px;
  gap:6px;
}

.single-apk_brand .brand-quick-notes .section-head h2{
  color:#7a4a10;
  font-size:clamp(19px,.8vw + 16px,25px);
}

.single-apk_brand .brand-quick-notes__grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:10px;
}

.single-apk_brand .brand-quick-notes__card{
  min-width:0;
  min-height:118px;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:12px 12px 13px;
  border:1px solid rgba(201,133,25,.14);
  border-radius:14px;
  background:rgba(255,255,255,.78);
  box-shadow:0 4px 14px rgba(145,98,22,.04);
}

.single-apk_brand .brand-quick-notes__card--game{ background-image:url('../img/svg/game.png');
  background-repeat:no-repeat;
  background-position:right 10px bottom 10px;
  background-size:24px 24px;
}
.single-apk_brand .brand-quick-notes__card--register{ background-image:url('../img/svg/register.png');
  background-repeat:no-repeat;
  background-position:right 10px bottom 10px;
  background-size:24px 24px;
}
.single-apk_brand .brand-quick-notes__card--payment{ background-image:url('../img/svg/payment.png');
  background-repeat:no-repeat;
  background-position:right 10px bottom 10px;
  background-size:24px 24px;
}
.single-apk_brand .brand-quick-notes__card--reward{ background-image:url('../img/svg/reward.png');
  background-repeat:no-repeat;
  background-position:right 10px bottom 10px;
  background-size:24px 24px;
}
.single-apk_brand .brand-quick-notes__card--bestfor{ background-image:url('../img/svg/good.png');
  background-repeat:no-repeat;
  background-position:right 10px bottom 10px;
  background-size:24px 24px;
}
.single-apk_brand .brand-quick-notes__card--notideal{ background-image:url('../img/svg/no.png');
  background-repeat:no-repeat;
  background-position:right 10px bottom 10px;
  background-size:24px 24px;
}

.single-apk_brand .brand-quick-notes__card h3,
.single-apk_brand .brand-quick-notes__card-content{
  position:relative;
  z-index:1;
}

.single-apk_brand .brand-quick-notes__card h3{
  margin:0;
  color:#654112;
  font-size:13px;
  font-weight:800;
  line-height:1.35;
}

.single-apk_brand .brand-quick-notes__card-content{
  color:#5c4a2f;
  font-size:var(--fs-sm);
  line-height:1.58;
}

.single-apk_brand .brand-quick-notes__card-content > *:first-child{margin-top:0}
.single-apk_brand .brand-quick-notes__card-content > *:last-child{margin-bottom:0}

.single-apk_brand .brand-quick-notes__card-content p,
.single-apk_brand .brand-quick-notes__card-content ul,
.single-apk_brand .brand-quick-notes__card-content ol,
.single-apk_brand .brand-quick-notes__card-content blockquote,
.single-apk_brand .brand-quick-notes__card-content table{margin:0 0 6px}

.single-apk_brand .brand-quick-notes__card-content ul,
.single-apk_brand .brand-quick-notes__card-content ol{padding-left:18px}

.single-apk_brand .brand-quick-notes__card-content li{margin:0 0 5px}

.single-apk_brand .brand-quick-notes__card-content strong{color:#6a4310}

.single-apk_brand .brand-quick-notes__card-content a,
.single-apk_brand .brand-quick-notes__content a{
  color:#9a6510;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:2px;
}

.single-apk_brand .brand-quick-notes__content{
  color:#5c4a2f;
  font-size:var(--fs-body);
  line-height:1.72;
}

.single-apk_brand .brand-quick-notes__content > *:first-child{margin-top:0}
.single-apk_brand .brand-quick-notes__content > *:last-child{margin-bottom:0}

.single-apk_brand .brand-quick-notes__content p,
.single-apk_brand .brand-quick-notes__content ul,
.single-apk_brand .brand-quick-notes__content ol,
.single-apk_brand .brand-quick-notes__content blockquote,
.single-apk_brand .brand-quick-notes__content table{margin:8px 0}

.single-apk_brand .brand-quick-notes__content ul,
.single-apk_brand .brand-quick-notes__content ol{padding-left:22px}

.single-apk_brand .brand-quick-notes__content li{margin:0 0 8px}

.single-apk_brand .brand-quick-notes__content strong{color:#6a4310}

.single-apk_brand .brand-download{
  padding:clamp(16px,1.3vw,20px);
  display:flex;
  flex-direction:column;
  gap:12px;
}

.single-apk_brand .brand-download__title{
  margin:0;
  color:#17304f;
  font-size:clamp(21px,1vw + 17px,28px);
  line-height:1.3;
  text-align:left;
}

.single-apk_brand .brand-download__actions{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  width:100%;
}

.single-apk_brand .brand-download__actions .btn{
  width:min(100%,400px);
  min-width:min(300px,100%);
}

.single-apk_brand .brand-download__note{
  display:flex;
  flex-direction:column;
  gap:10px;
  align-items:flex-start;
  width:100%;
  max-width:none;
  margin:0;
}

.single-apk_brand .brand-download__note ol{
  width:100%;
  margin:0;
  padding-left:1.25em;
  text-align:left;
}

.single-apk_brand .brand-download__note li{
  margin:0;
  color:#4d617c;
  line-height:1.7;
  font-size:var(--fs-sm);
}

.single-apk_brand .brand-download__note li + li{margin-top:6px}

.single-apk_brand .brand-faq{padding:clamp(16px,1.3vw,20px)}

.single-apk_brand .brand-faq__list{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.single-apk_brand .brand-faq__item{
  border:1px solid rgba(16,57,111,.10);
  border-radius:14px;
  background:#fff;
  overflow:hidden;
}

.single-apk_brand .brand-faq__item summary{
  list-style:none;
  cursor:pointer;
  padding:12px;
  font-size:clamp(13px,.35vw + 12px,14px);
  line-height:1.55;
  font-weight:800;
  color:#17304f;
}

.single-apk_brand .brand-faq__item summary::-webkit-details-marker{display:none}

.single-apk_brand .brand-faq__answer{
  padding:0 12px 12px;
  color:#4d617c;
  line-height:1.75;
}

.single-apk_brand .brand-faq__answer > *:first-child{margin-top:0}
.single-apk_brand .brand-faq__answer > *:last-child{margin-bottom:0}

.single-apk_brand .brand-faq__answer p{
  margin:0 0 12px;
  color:#4d617c;
  line-height:1.75;
}

.single-apk_brand .brand-faq__answer ul,
.single-apk_brand .brand-faq__answer ol{
  margin:0 0 12px;
  padding-left:0;
  list-style-position:inside;
}

.single-apk_brand .related-articles{padding:clamp(16px,1.3vw,20px)}

.single-apk_brand .related-slider__viewport{
  overflow:hidden;
  width:100%;
}

.single-apk_brand .related-slider__track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - (var(--related-gap) * (var(--related-cols) - 1))) / var(--related-cols));
  gap:var(--related-gap);
  align-items:stretch;
  transition:transform .28s ease;
  will-change:transform;
}

.single-apk_brand .related-slider__item{
  min-width:0;
  height:100%;
}

.single-apk_brand .related-slider__nav{
  display:flex;
  align-items:center;
  gap:8px;
  margin-left:auto;
}

.single-apk_brand .related-slider__btn{
  width:38px;
  height:38px;
  border:1px solid rgba(16,57,111,.12);
  border-radius:999px;
  background:#fff;
  color:#17304f;
  font-size:18px;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.single-apk_brand .related-slider__btn:disabled{
  opacity:.45;
  cursor:not-allowed;
}

.single-apk_brand .related-brand-card{
  height:100%;
  padding:8px 14px;
  border-radius:14px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  border:1px solid rgba(16,57,111,.10);
  box-shadow:0 8px 18px rgba(13,42,92,.08);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:2px;
  text-align:center;
}

.single-apk_brand .related-brand-card__logo-wrap{display:flex;justify-content:center;width:100%}

.single-apk_brand .related-brand-card__logo{
  width:min(100%,84px);
  aspect-ratio:1 / 1;
  border-radius:var(--apk-logo-radius);
  overflow:hidden;
  background:linear-gradient(180deg,#ffffff 0%,#eef5ff 100%);
  box-shadow:0 8px 18px rgba(13,42,92,.08);
  display:flex;
  align-items:center;
  justify-content:center;
}

.single-apk_brand .related-brand-card__logo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.single-apk_brand .related-brand-card__title{
  margin:0;
  font-size:14px;
  line-height:1.35;
  color:#172941;
}

.single-apk_brand .related-brand-card__title a{color:inherit}
.single-apk_brand .related-brand-card__title a:hover{color:#1f78dc}

.single-apk_brand .related-brand-card__bonus{
  display:flex;
  flex-direction:column;
  gap:4px;
  align-items:center;
  justify-content:center;
}

.single-apk_brand .related-brand-card__bonus-label{
  display:inline-flex;
  align-items:center;
  gap:4px;
  color:#607089;
  font-size:10px;
  line-height:1.2;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.03em;
}

.single-apk_brand .related-brand-card__bonus-label .icon{width:12px;height:12px}
.single-apk_brand .related-brand-card__bonus-label em{font-style:normal}

.single-apk_brand .related-brand-card__bonus strong{
  color:#2eab33;
  font-size:12px;
  line-height:1.35;
  font-weight:600;
}

.single-apk_brand .related-brand-card__action{
  display:flex;
  justify-content:center;
  width:100%;
}

.single-apk_brand .related-brand-card__btn{
  min-width:0;
  width:min(100%,132px);
  padding-inline:10px;
  background:linear-gradient(180deg,#f5a33b 0%,#ea8f13 100%);
  color:#fff;
  border-color:rgba(160,93,12,.18);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 8px 16px rgba(234,143,19,.18);
}

.single-apk_brand .related-brand-card__btn:hover{
  background:linear-gradient(180deg,#ffb14a 0%,#f79c20 100%);
}

.single-apk_brand .related-brand-card__btn--disabled{
  background:linear-gradient(180deg,#eef2f7 0%,#e6ebf2 100%);
  border-color:rgba(2,6,23,.08);
  color:rgba(2,6,23,.45);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.68);
}

.single-apk_brand .related-articles__item{
  height:100%;
  padding:16px 14px;
  border-radius:14px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  border:1px solid rgba(16,57,111,.10);
  box-shadow:0 8px 18px rgba(13,42,92,.08);
  display:flex;
  flex-direction:column;
  gap:10px;
}

.single-apk_brand .related-articles__item h3{
  margin:0;
  font-size:15px;
  line-height:1.4;
  color:#15253d;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}

.single-apk_brand .related-articles__item h3 a{color:inherit}
.single-apk_brand .related-articles__item h3 a:hover{color:#1f78dc}

.single-apk_brand .related-articles__item p{
  margin:0;
  color:#53657f;
  font-size:12px;
  line-height:1.7;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
  overflow:hidden;
}

@media (max-width:767px){
  .single-apk_brand{--related-cols:4}
  .single-apk_brand .brand-quick-notes__grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}

@media (max-width:767px){
  .single-apk_brand{--related-cols:3}
  .single-apk_brand .brand-quick-notes__grid{grid-template-columns:repeat(2,minmax(0,1fr))}

  .single-apk_brand .brand-hero__stage{
    grid-template-columns:1fr;
    grid-template-rows:auto auto auto auto;
    grid-template-areas:
      "title"
      "media"
      "meta"
      "actions";
    min-height:0;
    column-gap:0;
    row-gap:12px;
  }

  .single-apk_brand .brand-hero__media{
    width:min(100%,220px);
    min-height:0;
    margin-inline:auto;
  }

  .single-apk_brand .brand-hero__title{
    align-self:auto;
    text-align:left;
  }

  .single-apk_brand .brand-hero__meta{
    justify-items:stretch;
  }

  .single-apk_brand .brand-hero__item{
    justify-content:flex-start;
    align-items:center;
    text-align:center;
  }

  .single-apk_brand .brand-hero__label{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:4px;
    width:100%;
    text-align:center;
  }

  .single-apk_brand .brand-hero__label .icon--xs{
    width:13px;
    height:13px;
    flex:0 0 13px;
  }

  .single-apk_brand .brand-hero__label-text{
    width:100%;
    line-height:1.15;
    min-height:calc(1.15em * 2);
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    word-break:break-word;
    overflow-wrap:anywhere;
  }

  .single-apk_brand .brand-hero__value{
    width:100%;
    text-align:center;
  }

  .single-apk_brand .brand-hero__actions{
    align-self:auto;
    justify-content:center;
  }

  .single-apk_brand .brand-hero__actions .btn{
    width:min(100%,400px);
    min-width:0;
  }
}

@media (max-width:560px){
  .single-apk_brand{--related-cols:2}
  .single-apk_brand .brand-quick-notes{padding:12px}
  .single-apk_brand .brand-quick-notes__grid{gap:8px}
  .single-apk_brand .brand-quick-notes__card{min-height:108px;padding:10px 10px 11px;gap:7px}
  .single-apk_brand .brand-hero__title{font-size:clamp(22px,5.8vw,28px)}
  .single-apk_brand .brand-hero__meta{gap:8px}
  .single-apk_brand .brand-hero__item{padding:8px 4px;gap:0px;}
  .single-apk_brand .related-brand-card__btn{width:min(100%,118px);}
}

.single-apk_brand .entry-content figure.wp-block-image,

.single-apk_brand .entry-content figure.wp-block-image.aligncenter,
.single-apk_brand .entry-content .wp-block-image > figure.aligncenter{
  display:table;
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
}

.single-apk_brand .entry-content figure.wp-block-image.aligncenter > img,
.single-apk_brand .entry-content .wp-block-image > figure.aligncenter > img{
  display:block;
  max-width:100%;
  height:auto;
  margin-left:auto;
  margin-right:auto;
}

.single-apk_brand .entry-content figure.wp-block-image.aligncenter > figcaption,
.single-apk_brand .entry-content figure.wp-block-image.aligncenter > .wp-element-caption,
.single-apk_brand .entry-content .wp-block-image > figure.aligncenter > figcaption,
.single-apk_brand .entry-content .wp-block-image > figure.aligncenter > .wp-element-caption{
  display:table-caption;
  caption-side:bottom;
  margin: 0px 0 -4px;
  text-align:center;
}

 
.single-apk_brand .brand-hero,
.single-apk_brand .brand-entry,
.single-apk_brand .brand-quick-notes,
.single-apk_brand .brand-download,
.single-apk_brand .brand-faq,
.single-apk_brand .brand-app-list,
.single-apk_brand .related-articles{
  border:0;
  box-shadow:none;
  background:transparent;
  border-radius:0;
}
.single-apk_brand .brand-hero{padding:clamp(14px,1.4vw,20px) 0 0}
.single-apk_brand .brand-hero__grid{display:block}
.single-apk_brand .brand-hero__stage{
  display:grid;
  grid-template-columns:var(--brand-hero-logo-size) minmax(0,1fr);
  grid-template-rows:auto minmax(0,1fr) auto;
  grid-template-areas:"media title" "media meta" "media actions";
  gap:clamp(10px,1vw,16px);
  min-height:var(--brand-hero-logo-size);
}
.single-apk_brand .brand-hero__title{grid-area:title;align-self:end}
.single-apk_brand .brand-hero__media{grid-area:media;box-shadow:0 8px 22px rgba(12,34,74,.10);background:#eef5ff}
.single-apk_brand .brand-hero__meta{grid-area:meta;gap:8px}
.single-apk_brand .brand-hero__item,
.single-apk_brand .brand-hero__item--row-a,
.single-apk_brand .brand-hero__item--row-b{
  border:0;
  box-shadow:none;
  background:rgba(238,245,255,.72);
  border-radius:12px;
}
.single-apk_brand .brand-hero__actions{
  grid-area:actions;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:10px;
  align-items:stretch;
  justify-content:stretch;
}
.single-apk_brand .brand-hero__actions .btn{
  width:100%;min-width:0;max-width:none;min-height:48px;padding:10px 14px;
  white-space:normal;text-align:center;line-height:1.2;border:0;border-radius:14px
}
.single-apk_brand .btn--telegram{background:linear-gradient(180deg,#2ea7e8 0%,#168fd0 100%);color:#fff;box-shadow:0 8px 16px rgba(22,143,208,.16)}
.single-apk_brand .btn--telegram:hover{filter:brightness(1.04)}
.single-apk_brand .btn--disabled{opacity:.48;pointer-events:none;cursor:default;box-shadow:none}

.single-apk_brand .brand-stats{
  margin-top:16px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  width:100%;
  padding:12px 8px;
  border:1px solid var(--yono-surface-border,#d7e5f2);
  border-radius:16px;
  background:var(--yono-apk-stats-surface,#f3f4fb);
  box-shadow:none;
  overflow:visible;
}
.single-apk_brand .brand-stat{
  min-width:0;
  min-height:86px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:8px 8px;
  text-align:center;
  position:relative;
}
.single-apk_brand .brand-stat + .brand-stat::before{
  content:"";position:absolute;left:0;top:18%;bottom:18%;width:1px;background:rgba(32,85,141,.12)
}
.single-apk_brand .brand-stat__value{font-size:clamp(18px,1.15vw + 13px,27px);line-height:1.05;color:#10213a;font-weight:900;letter-spacing:-.02em;white-space:nowrap}
.single-apk_brand .brand-stat__label{display:flex;align-items:center;justify-content:center;gap:5px;min-width:0;font-size:9px;line-height:1.15;color:var(--yono-muted-surface-text,#63738a);font-weight:800;text-transform:uppercase;letter-spacing:.025em}
.single-apk_brand .brand-stat__label span{min-width:0}
.single-apk_brand .brand-stat__icon{width:17px;height:17px;flex:0 0 17px;display:block}
.single-apk_brand .brand-stat__rating-value{display:flex;align-items:center;justify-content:center;gap:5px}
.single-apk_brand .brand-rating-star{display:inline-flex;color:#f5ad17;line-height:1}
.single-apk_brand .brand-rating-star__svg{width:26px;height:26px;display:block}
.single-apk_brand .brand-rating-trigger{appearance:none;width:100%;min-height:70px;padding:0;border:0;background:transparent;color:inherit;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;cursor:pointer;font:inherit}
.single-apk_brand .brand-rating-trigger:hover .brand-stat__value,.single-apk_brand .brand-rating-trigger:focus-visible .brand-stat__value{color:#1f78dc}
.single-apk_brand .brand-rating-trigger:focus-visible{outline:2px solid #2384e8;outline-offset:4px;border-radius:10px}
.single-apk_brand .brand-rating-modal[hidden]{display:none!important}
.single-apk_brand .brand-rating-modal{position:fixed;inset:0;z-index:100020;display:grid;place-items:center;padding:max(16px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left))}
.single-apk_brand .brand-rating-modal__backdrop{position:absolute;inset:0;background:rgba(8,28,52,.22);touch-action:pan-y}
.single-apk_brand .brand-rating-modal__dialog{position:relative;z-index:1;width:min(92vw,420px);max-height:calc(100dvh - 32px);overflow:auto;padding:26px 22px 22px;border:0;border-radius:18px;background:#fff;box-shadow:0 24px 60px rgba(6,24,52,.25);text-align:center}
.single-apk_brand .brand-rating-modal__dialog h2{margin:8px 30px 6px;font-size:21px;line-height:1.2;color:#14243d}
.single-apk_brand .brand-rating-modal__dialog p{margin:0 auto 16px;max-width:330px;color:#61718a;font-size:11px;line-height:1.5}
.single-apk_brand .brand-rating-modal__icon{width:44px;height:44px;margin:0 auto;display:grid;place-items:center;border-radius:50%;background:#fff4d7;color:#efa813}
.single-apk_brand .brand-rating-modal__icon .icon{width:25px;height:25px}
.single-apk_brand .brand-rating-modal__close{position:absolute;top:10px;right:12px;width:34px;height:34px;border:0;border-radius:50%;background:#f0f4f8;color:#41546e;font-size:23px;line-height:1;cursor:pointer}
.single-apk_brand .brand-rating-picker{display:flex;align-items:center;justify-content:center;gap:7px;margin:8px 0 18px}
.single-apk_brand .brand-rating-choice{appearance:none;width:44px;height:44px;padding:7px;border:0;background:transparent;color:#cbd4df;cursor:pointer;border-radius:10px}
.single-apk_brand .brand-rating-choice__star{width:100%;height:100%;display:block}
.single-apk_brand .brand-rating-choice.is-selected{color:#f5ad17}
.single-apk_brand .brand-rating-choice.is-selected .brand-rating-choice__star path{fill:currentColor}
.single-apk_brand .brand-rating-choice:hover,.single-apk_brand .brand-rating-choice:focus-visible{background:#fff6df;outline:0;color:#f5ad17}
.single-apk_brand .brand-rating-confirm{width:100%;min-height:44px;border:0}

.single-apk_brand .brand-quick-notes__card,
.single-apk_brand .brand-faq__item,
.single-apk_brand .brand-download__note,
.single-apk_brand .related-articles__item{
  border:0!important;
  box-shadow:none!important;
}
.single-apk_brand .brand-entry,
.single-apk_brand .brand-quick-notes,
.single-apk_brand .brand-download,
.single-apk_brand .brand-faq,
.single-apk_brand .brand-app-list,
.single-apk_brand .related-articles{padding-left:0;padding-right:0}
.single-apk_brand .brand-app-list{padding-top:4px;padding-bottom:4px}

@media (max-width:767px){
  .single-apk_brand .brand-hero__stage{
    grid-template-columns:1fr;
    grid-template-rows:auto auto auto auto;
    grid-template-areas:"title" "media" "meta" "actions";
    min-height:0;row-gap:12px
  }
  .single-apk_brand .brand-hero__title{text-align:left;align-self:auto}
  .single-apk_brand .brand-hero__media{width:min(100%,220px);min-height:0;margin-inline:auto}
  .single-apk_brand .brand-hero__actions{grid-template-columns:1fr 1fr;gap:8px}
  .single-apk_brand .brand-hero__actions .btn{font-size:10px;padding:9px 8px;min-height:50px}
  .single-apk_brand .brand-stats{grid-template-columns:repeat(4,minmax(0,1fr));padding:7px 3px;border-radius:14px}
  .single-apk_brand .brand-stat{min-height:76px;padding:6px 2px;gap:4px}
  .single-apk_brand .brand-stat__value{font-size:clamp(13px,5.3vw,18px)}
  .single-apk_brand .brand-stat__label{gap:2px;font-size:clamp(5px,2.3vw,6.5px);letter-spacing:0;line-height:1;white-space:nowrap}
  .single-apk_brand .brand-stat__icon{width:11px;height:11px;flex-basis:11px}
  .single-apk_brand .brand-rating-star__svg{width:19px;height:19px}
  .single-apk_brand .brand-stat__rating-value{gap:2px}
  .single-apk_brand .brand-rating-trigger{min-height:64px;gap:4px}
}
@media (max-width:420px){
  .single-apk_brand .brand-hero__actions{grid-template-columns:1fr}
  .single-apk_brand .brand-hero__actions .btn{min-height:46px}
}


 
.single-apk_brand .detail-app-tabs__controls{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;
  width:100%;max-width:none;margin:8px auto 10px;padding:4px;border-radius:14px;background:#edf4fd;
}
.single-apk_brand .detail-app-tabs__btn{
  appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:6px;
  min-height:46px;padding:10px 12px;border:0;border-radius:10px;background:#fff;color:#24364f;
  box-shadow:inset 0 0 0 1px rgba(31,99,190,.12);font-weight:800;cursor:pointer
}
.single-apk_brand .detail-app-tabs__btn.is-active{background:linear-gradient(180deg,#5a9df1 0%,#3b82e6 100%);color:#fff;box-shadow:none}
.single-apk_brand .detail-app-tabs__btn .icon{color:currentColor}
.single-apk_brand .detail-app-tabs__panel .apk-list-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;width:100%;max-width:none;margin-inline:auto}
.single-apk_brand .detail-app-tabs__empty{margin:8px 0 0;padding:14px 4px;color:#718198;font-size:var(--fs-sm);text-align:center}

@media(max-width:767px){
  .single-apk_brand .brand-hero__stage{
    grid-template-columns:1fr!important;
    grid-template-rows:auto auto auto auto!important;
    grid-template-areas:"media" "title" "meta" "actions"!important;
    row-gap:11px!important
  }
  .single-apk_brand .brand-hero__media{width:170px!important;height:170px!important;min-height:170px!important;margin-inline:auto!important}
  .single-apk_brand .brand-hero__title{text-align:center!important;align-self:auto!important;margin-top:0!important}
  .single-apk_brand .detail-app-tabs__controls{gap:4px;padding:3px;margin-top:6px}
  .single-apk_brand .detail-app-tabs__btn{min-height:44px;padding:9px 7px;font-size:12px}
  .single-apk_brand .detail-app-tabs__panel .apk-list-grid{gap:8px}
}

 
.single-apk_brand .brand-summary{
  padding:clamp(16px,1.4vw,20px);
  border:1px solid var(--yono-surface-border,#d7e5f2);
  border-radius:20px;
  background:var(--yono-hero-surface,#fbfdff);
  box-shadow:0 8px 24px rgba(24,64,103,.045);
}
.single-apk_brand .brand-summary__stage{
  display:grid;
  grid-template-columns:var(--brand-hero-logo-size) minmax(0,1fr);
  gap:clamp(16px,1.8vw,26px);
  align-items:center;
  min-width:0;
}
.single-apk_brand .brand-summary__media{
  width:var(--brand-hero-logo-size);
  height:var(--brand-hero-logo-size);
  min-width:0;
  overflow:hidden;
  border-radius:var(--apk-logo-radius);
  background:#eef5ff;
  box-shadow:0 8px 22px rgba(12,34,74,.10);
}
.single-apk_brand .brand-summary__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.single-apk_brand .brand-summary__content{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:clamp(10px,1vw,14px);
}
.single-apk_brand .brand-summary__title{
  margin:0;
  font-size:var(--yono-h1-size);
  font-weight:var(--yono-h1-weight);
  color:var(--yono-h1-color);
  text-decoration:var(--yono-h1-decoration);
  line-height:1.14;
  letter-spacing:.01em;
}
.single-apk_brand .brand-summary__primary{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.single-apk_brand .brand-summary__primary-item{
  min-width:0;
  padding:14px 16px;
  border:0;
  border-radius:14px;
  background:var(--yono-content-surface,#fff);
  border:1px solid var(--yono-surface-border,#d7e5f2);
  display:flex;
  flex-direction:column;
  gap:6px;
}
.single-apk_brand .brand-summary__primary-item:nth-child(1){background:var(--yono-bonus-surface,#fff8e7)}
.single-apk_brand .brand-summary__primary-item:nth-child(2){background:var(--yono-withdrawal-surface,#eef9f3)}
.single-apk_brand .brand-summary__primary-item:nth-child(1) .brand-summary__fact-label .icon{color:var(--yono-yono-gold,#f2b51d)}
.single-apk_brand .brand-summary__primary-item:nth-child(2) .brand-summary__fact-label .icon{color:var(--yono-rummy-green,#18a36a)}
.single-apk_brand .brand-summary__fact-label{
  display:flex;
  align-items:center;
  gap:6px;
  min-width:0;
  color:#62738a;
  font-size:10px;
  line-height:1.2;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.025em;
}
.single-apk_brand .brand-summary__fact-label .icon{
  width:15px;
  height:15px;
  flex:0 0 15px;
}
.single-apk_brand .brand-summary__primary-value{
  color:#10213a;
  font-size:clamp(18px,.9vw + 15px,25px);
  line-height:1.15;
  font-weight:900;
  overflow-wrap:anywhere;
}
.single-apk_brand .brand-summary__secondary{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  padding:8px 0;
  border-top:1px solid rgba(32,85,141,.09);
  border-bottom:1px solid rgba(32,85,141,.09);
}
.single-apk_brand .brand-summary__secondary-item{
  min-width:0;
  padding:4px 14px;
  display:flex;
  flex-direction:column;
  gap:4px;
}
.single-apk_brand .brand-summary__secondary-item + .brand-summary__secondary-item{
  border-left:1px solid rgba(32,85,141,.10);
}
.single-apk_brand .brand-summary__secondary-value{
  color:#1a2c46;
  font-size:13px;
  line-height:1.3;
  font-weight:800;
  overflow-wrap:anywhere;
}
.single-apk_brand .brand-summary__actions{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:10px;
}
.single-apk_brand .brand-summary__actions .btn{
  width:100%;
  max-width:none;
  min-width:0;
  min-height:48px;
  padding:10px 14px;
  border:0;
  border-radius:14px;
  white-space:normal;
  text-align:center;
  line-height:1.2;
}
.single-apk_brand .yono-template-info-grid{
  margin:14px 0 18px;
}
.single-apk_brand .yono-template-info-grid .yono-info-box{
  background:linear-gradient(180deg,rgba(246,250,255,.96) 0%,rgba(241,248,252,.88) 100%);
}

@media (max-width:767px){
  .single-apk_brand .brand-summary{padding:14px 14px 16px;border-radius:18px}
  .single-apk_brand .brand-summary__stage{
    grid-template-columns:1fr;
    gap:12px;
    align-items:start;
  }
  .single-apk_brand .brand-summary__media{
    width:170px;
    height:170px;
    margin-inline:auto;
  }
  .single-apk_brand .brand-summary__title{
    text-align:center;
    font-size:var(--yono-h1-size);
  }
  .single-apk_brand .brand-summary__primary{
    gap:8px;
  }
  .single-apk_brand .brand-summary__primary-item{
    padding:12px 10px;
    text-align:center;
    align-items:center;
  }
.single-apk_brand .brand-summary__fact-label{
    justify-content:center;
    text-align:center;
    font-size:8px;
  }
  .single-apk_brand .brand-summary__primary-value{
    font-size:clamp(16px,5.2vw,20px);
  }
  .single-apk_brand .brand-summary__secondary{
    padding:7px 0;
  }
  .single-apk_brand .brand-summary__secondary-item{
    padding:3px 6px;
    align-items:center;
    text-align:center;
  }
  .single-apk_brand .brand-summary__secondary-item .brand-summary__fact-label{
    flex-direction:column;
    gap:3px;
    line-height:1.05;
  }
  .single-apk_brand .brand-summary__secondary-value{
    width:100%;
    font-size:clamp(10px,3.5vw,12px);
    line-height:1.2;
    text-align:center;
  }
  .single-apk_brand .brand-summary__actions{
    grid-template-columns:1fr;
    gap:8px;
  }
  .single-apk_brand .brand-summary__actions .btn{
    min-height:46px;
  }
}

 
.single-apk_brand .brand-summary__description{
  margin:0;
  max-width:72ch;
  color:var(--yono-aux-color);
  font-size:var(--yono-aux-size);
  font-weight:var(--yono-aux-weight);
  line-height:1.65;
}
.single-apk_brand .brand-stat--games .brand-stat__value{font-size:clamp(16px,.8vw + 12px,22px)}

.single-apk_brand .brand-fixed-info{
  display:block;
  min-width:0;
  overflow:hidden;
  border:1px solid var(--yono-surface-border,#d7e5f2);
  border-radius:var(--yono-accordion-radius);
  background:var(--yono-accordion-closed-surface,#fff);
  box-shadow:0 7px 20px rgba(28,75,118,.055);
}
.single-apk_brand .brand-fixed-info__item{
  margin:0;
  overflow:hidden;
  border:0;
  border-radius:0;
  background:var(--yono-accordion-open-surface,#eef9f3);
  box-shadow:none;
  transition:background .16s ease;
}
.single-apk_brand .brand-fixed-info__item + .brand-fixed-info__item{border-top:1px solid var(--yono-accordion-divider-color,#c9dceb)}
.single-apk_brand .brand-fixed-info__item.is-open{
  background:var(--yono-accordion-panel-surface,#eef7ff);
  box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--yono-primary-blue,#1f78dc) 8%,transparent 92%);
}
.single-apk_brand .brand-fixed-info__heading{margin:0;padding:0;font-size:inherit;line-height:inherit}
.single-apk_brand .brand-fixed-info__toggle{
  appearance:none;
  width:100%;
  min-height:var(--yono-accordion-row-height);
  margin:0;
  padding:10px var(--yono-accordion-x-padding);
  border:0;
  background:var(--yono-accordion-open-surface,#eef9f3);
  color:var(--yono-accordion-title-color);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  text-align:left;
  cursor:pointer;
  font:inherit;
}
.single-apk_brand .brand-fixed-info__toggle:focus-visible{outline:3px solid rgba(47,143,240,.24);outline-offset:-3px}
.single-apk_brand .brand-fixed-info__item.is-open .brand-fixed-info__toggle{
  background:color-mix(in srgb,var(--yono-accordion-open-surface,#eef9f3) 84%,var(--yono-rummy-green,#18a36a) 16%);
  color:var(--yono-accordion-open-title-color,#176b50);
}
.single-apk_brand .brand-fixed-info__item.is-open .brand-fixed-info__heading-main{color:var(--yono-accordion-open-title-color,#176b50)}
.single-apk_brand .brand-fixed-info__heading-main{
  min-width:0;
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--yono-accordion-title-color);
  font-size:var(--yono-accordion-title-size);
  line-height:1.28;
  font-weight:var(--yono-accordion-title-weight);
  letter-spacing:0;
}
.single-apk_brand .brand-fixed-info__icon{
  width:var(--yono-accordion-icon-size);
  height:var(--yono-accordion-icon-size);
  flex:0 0 var(--yono-accordion-icon-size);
  color:var(--yono-fixed-title-icon-color,var(--yono-primary-blue,#2685df));
}
.single-apk_brand .brand-fixed-info__chevron{
  width:9px;height:9px;flex:0 0 9px;
  border-right:2px solid currentColor;border-bottom:2px solid currentColor;
  color:#5d6b7c;transform:rotate(45deg) translateY(-2px);transition:transform .16s ease;opacity:.78;
}
.single-apk_brand .brand-fixed-info__item.is-open .brand-fixed-info__chevron{transform:rotate(225deg) translate(-1px,-1px);color:var(--yono-primary-blue,#2685df)}
.single-apk_brand .brand-fixed-info__panel{
  padding:10px var(--yono-accordion-panel-padding) var(--yono-accordion-panel-padding);
  border-top:1px solid color-mix(in srgb,var(--yono-accordion-divider-color,#c9dceb) 82%,var(--yono-accordion-open-title-color,#155f8a) 18%);
  background:var(--yono-accordion-panel-surface,#eef7ff);
  color:var(--yono-accordion-body-color);
}
.single-apk_brand .brand-fixed-info__panel[hidden]{display:none!important}
.single-apk_brand .brand-fixed-info__text,
.single-apk_brand .brand-fixed-info__rows,
.single-apk_brand .brand-fixed-info__requirements{
  color:var(--yono-accordion-body-color);
  font-size:var(--yono-accordion-body-size);
  line-height:1.68;
}
.single-apk_brand .brand-fixed-info__text p{margin:0 0 var(--yono-p-gap)}
.single-apk_brand .brand-fixed-info__text p:last-child{margin-bottom:0}
.single-apk_brand .brand-fixed-info__item.is-open .brand-fixed-info__text strong,
.single-apk_brand .brand-fixed-info__item.is-open .brand-fixed-info__rows strong,
.single-apk_brand .brand-fixed-info__item.is-open .brand-fixed-info__requirements strong{
  color:var(--yono-accordion-open-title-color,#176b50);
  font-weight:800;
}
.single-apk_brand .brand-fixed-info__item.is-open .brand-fixed-info__text,
.single-apk_brand .brand-fixed-info__item.is-open .brand-fixed-info__rows,
.single-apk_brand .brand-fixed-info__item.is-open .brand-fixed-info__requirements{
  color:color-mix(in srgb,var(--yono-accordion-body-color,#40526b) 92%,#000 8%);
}
.single-apk_brand .brand-fixed-info__text ul,
.single-apk_brand .brand-fixed-info__text ol{
  margin:8px 0 0;
  padding-left:1.25em;
}
.single-apk_brand .brand-fixed-info__text li{margin:0;line-height:1.62}
.single-apk_brand .brand-fixed-info__text li + li{margin-top:6px}
.single-apk_brand .brand-fixed-info__text--list-none ul,
.single-apk_brand .brand-fixed-info__text--list-none ol,
.single-apk_brand .brand-fixed-info__text--list-svg ul,
.single-apk_brand .brand-fixed-info__text--list-svg ol{list-style:none;padding-left:0}
.single-apk_brand .brand-fixed-info__text--list-svg li{position:relative;padding-left:calc(var(--yono-accordion-icon-size) + 9px)}
.single-apk_brand .brand-fixed-info__list-icon{position:absolute;left:0;top:.19em;width:var(--yono-accordion-icon-size);height:var(--yono-accordion-icon-size);display:inline-flex;align-items:center;justify-content:center;color:var(--yono-fixed-list-icon-color,var(--yono-primary-blue,#2685df))}
.single-apk_brand .brand-fixed-info__list-icon-svg{width:100%;height:100%;display:block}
.single-apk_brand .brand-fixed-info__rows p,
.single-apk_brand .brand-fixed-info__requirements p{margin:0;padding:10px 0;border-top:1px solid rgba(31,120,220,.10)}
.single-apk_brand .brand-fixed-info__rows p:first-child,
.single-apk_brand .brand-fixed-info__requirements p:first-child{border-top:0}
.single-apk_brand .brand-fixed-info__rows strong{font-weight:700;color:var(--yono-h3-color)}
.single-apk_brand .brand-fixed-info__list{margin:10px 0 0;padding:0;list-style:none}
.single-apk_brand .brand-fixed-info__list li{position:relative;margin:0;padding:8px 0 8px 17px;border-top:1px solid rgba(31,120,220,.10)}
.single-apk_brand .brand-fixed-info__list li::before{content:"";position:absolute;left:1px;top:16px;width:5px;height:5px;border-radius:50%;background:#2685df}
.single-apk_brand .brand-fixed-info__requirements p{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;align-items:center}
.single-apk_brand .brand-fixed-info__requirements strong{font-weight:700;color:var(--yono-h3-color)}
.single-apk_brand .brand-fixed-info__requirements span{text-align:right;font-weight:600}

@media (max-width:767px){
  .single-apk_brand .brand-summary__description{text-align:center}
  .single-apk_brand .brand-stat--games .brand-stat__value{font-size:clamp(14px,4.4vw,18px)}
  .single-apk_brand .brand-fixed-info__heading-main{gap:8px}
  .single-apk_brand .brand-fixed-info__requirements p{grid-template-columns:minmax(0,1fr) auto;gap:12px}
}

 
.single-apk_brand .yono-template-info-grid{
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr))!important;
}



.single-apk_brand .yono-article-language-switch{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  margin:0 0 10px;
}
.single-apk_brand .yono-article-language-switch__controls{
  display:inline-flex;
  align-items:center;
  gap:3px;
  padding:3px;
  border:1px solid rgba(30,87,146,.12);
  border-radius:999px;
  background:#f4f8fc;
}
.single-apk_brand .yono-article-language-switch__button{
  appearance:none;
  border:0;
  border-radius:999px;
  background:transparent;
  color:#4a617b;
  min-height:28px;
  padding:5px 10px;
  font-size:11px;
  line-height:1.2;
  font-weight:800;
  cursor:pointer;
}
.single-apk_brand .yono-article-language-switch__button:hover{
  color:#123b6a;
  background:rgba(28,104,194,.07);
}
.single-apk_brand .yono-article-language-switch__button.is-active{
  color:#fff;
  background:linear-gradient(135deg,#1268ce 0%,#0d9d91 100%);
  box-shadow:0 2px 8px rgba(20,91,158,.16);
}
.single-apk_brand .yono-article-language-panel[hidden]{display:none!important}
@media (max-width:767px){
  .single-apk_brand .yono-article-language-switch{justify-content:flex-start;margin-bottom:8px}
  .single-apk_brand .yono-article-language-switch__button{min-height:27px;padding:5px 9px;font-size:10px}
}



.single-apk_brand .brand-entry{padding-top:0}



.single-apk_brand .brand-summary__fact-label{color:var(--yono-muted-surface-text,#62738a)}
.single-apk_brand .brand-stat + .brand-stat::before{background:var(--yono-surface-border,#d7e5f2)}
.single-apk_brand .brand-fixed-info__item + .brand-fixed-info__item{border-top-color:var(--yono-surface-border,#d7e5f2)}
.single-apk_brand .brand-fixed-info__line-icon{display:inline-flex;align-items:center;justify-content:center;width:1.05em;height:1.05em;margin-right:.42em;color:var(--yono-fixed-line-icon-color,currentColor);vertical-align:-.13em}
.single-apk_brand .brand-fixed-info__line-icon-svg{width:100%;height:100%;display:block}

 
.single-apk_brand .brand-entry .brand-fixed-info{margin:var(--yono-major-gap) 0;max-width:none}
.single-apk_brand .brand-entry .brand-fixed-info:first-child{margin-top:0}
.single-apk_brand .brand-entry .brand-fixed-info:last-child{margin-bottom:0}



.single-apk_brand .brand-entry,
.single-apk_brand .brand-app-list,
.single-apk_brand .brand-faq,
.single-apk_brand .related-articles,
.single-apk_brand .brand-post-game-list-modules{
  padding-left:0!important;
  padding-right:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.single-apk_brand .brand-entry{padding-top:0!important;padding-bottom:0!important}
.single-apk_brand .brand-post-game-list-modules{padding-top:0;padding-bottom:0}

 
.single-apk_brand .brand-fixed-info__item--benefits .brand-fixed-info__text > p{
  display:grid;
  grid-template-columns:20px minmax(0,1fr);
  align-items:start;
  gap:9px;
}
.single-apk_brand .brand-fixed-info__benefit-icon{
  width:18px;height:18px;margin-top:.12em;
  display:inline-flex;align-items:center;justify-content:center;
  color:var(--yono-content-icon-default,var(--yono-primary-blue,#2685df));
}
.single-apk_brand .brand-fixed-info__benefit-icon--general{color:var(--yono-content-icon-general,#2685df)}
.single-apk_brand .brand-fixed-info__benefit-icon--bonus{color:var(--yono-content-icon-bonus,#f0a500)}
.single-apk_brand .brand-fixed-info__benefit-icon--positive{color:var(--yono-content-icon-positive,#16a56a)}
.single-apk_brand .brand-fixed-info__benefit-icon--people{color:var(--yono-content-icon-people,#7c3aed)}
.single-apk_brand .brand-fixed-info__benefit-icon--default{color:var(--yono-content-icon-default,#2685df)}
.single-apk_brand .brand-fixed-info__benefit-icon-svg{width:100%;height:100%;display:block}
.single-apk_brand .brand-fixed-info__benefit-copy{min-width:0}

 
.single-apk_brand .brand-fixed-info__chevron{margin-right:10px}
@media(max-width:767px){.single-apk_brand .brand-fixed-info__chevron{margin-right:8px}}

 
.single-apk_brand .brand-post-game-list-modules__item + .brand-post-game-list-modules__item{margin-top:calc(var(--yono-major-gap) + 4px)}
.single-apk_brand .brand-post-game-list-modules__item > h2:first-child{margin-top:0}
.single-apk_brand .brand-post-game-list-modules__content > :first-child{margin-top:0}
.single-apk_brand .brand-post-game-list-modules__content > :last-child{margin-bottom:0}
.single-apk_brand [data-yono-post-list-language-panel][hidden]{display:none!important}

 
.single-apk_brand .yono-post-module-title{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  margin:0 0 14px!important;
  padding:0 12px;
  border:0!important;
  color:#18314f;
  font-weight:800;
  text-align:center;
}

 
.single-apk_brand .brand-post-game-list-modules__item--comparison .brand-post-game-list-modules__content{
  overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none;
}
.single-apk_brand .yono-why-grid{
  display:grid;grid-template-columns:1fr;gap:10px;margin:0;
}
.single-apk_brand .yono-why-card{
  min-width:0;min-height:0;padding:13px 14px;border:1px solid var(--yono-surface-border,#d7e5f2);border-radius:14px;
  display:flex;flex-direction:column;justify-content:center;gap:9px;
  background:#fff;box-shadow:0 4px 12px rgba(35,67,101,.035);
}
.single-apk_brand .yono-why-card__feature{display:flex;align-items:center;gap:10px;color:#203a57;font-weight:800;line-height:1.35}
.single-apk_brand .yono-why-card__feature strong{display:block;min-width:0}
.single-apk_brand .yono-why-card__icon{
  width:32px;height:32px;flex:0 0 32px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;
  color:var(--yono-module-icon-color,var(--yono-primary-blue,#2685df));background:color-mix(in srgb,currentColor 9%,#fff 91%);
}
.single-apk_brand .yono-why-card__icon__svg{width:18px;height:18px;display:block}
.single-apk_brand .yono-why-card__highlight{color:#40526b;line-height:1.62}
.single-apk_brand .yono-why-card--general{--yono-module-icon-color:var(--yono-primary-blue,#2685df);background:color-mix(in srgb,var(--yono-primary-blue,#2685df) 5%,#fff 95%)}
.single-apk_brand .yono-why-card--bonus{--yono-module-icon-color:var(--yono-yono-gold,#f2b51d);background:color-mix(in srgb,var(--yono-yono-gold,#f2b51d) 7%,#fff 93%)}
.single-apk_brand .yono-why-card--positive{--yono-module-icon-color:var(--yono-rummy-green,#18a36a);background:color-mix(in srgb,var(--yono-rummy-green,#18a36a) 6%,#fff 94%)}
.single-apk_brand .yono-why-card--people{--yono-module-icon-color:#7c3aed;background:#f8f4ff}

 
.single-apk_brand .yono-quick-steps-grid{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:1fr;gap:30px;margin-top:2px;overflow:visible;
}
.single-apk_brand .yono-quick-step{
  position:relative;min-height:118px;padding:16px 12px;border:1px solid #d4e2f0;border-radius:15px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;
  background:#f5f9ff;color:#203752;font-weight:750;line-height:1.42;box-shadow:0 4px 12px rgba(40,80,120,.035);
}
.single-apk_brand .yono-quick-step:not(:last-child)::after{
  content:"→";position:absolute;top:50%;right:-26px;z-index:2;transform:translateY(-50%);
  width:22px;height:22px;border:1px solid #d5e1ec;border-radius:999px;background:#fff;
  display:flex;align-items:center;justify-content:center;color:#6f8ca8;font-size:14px;font-weight:800;line-height:1;
  box-shadow:0 2px 6px rgba(54,84,116,.06);
}
.single-apk_brand .yono-quick-step__icon{
  width:44px;height:44px;flex:0 0 44px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;
  color:var(--yono-module-icon-color,#2685df);background:var(--yono-quick-step-icon-bg,#fff);box-shadow:inset 0 0 0 1px rgba(57,96,132,.10);
}
.single-apk_brand .yono-quick-step__icon__svg{width:22px;height:22px;display:block}
.single-apk_brand .yono-quick-step--1{background:#eef6ff;--yono-module-icon-color:#fff;--yono-quick-step-icon-bg:var(--yono-primary-blue,#2685df);--yono-step-arrow:var(--yono-primary-blue,#2685df)}
.single-apk_brand .yono-quick-step--1 .yono-quick-step__icon{box-shadow:0 4px 12px rgba(38,133,223,.22)}
.single-apk_brand .yono-quick-step--2{background:#eefbf5;--yono-module-icon-color:#16a56a;--yono-quick-step-icon-bg:#ddf6e9;--yono-step-arrow:#16a56a}
.single-apk_brand .yono-quick-step--3{background:#fff8e8;--yono-module-icon-color:#d99600;--yono-quick-step-icon-bg:#fff0bd;--yono-step-arrow:#d99600}
.single-apk_brand .yono-quick-step--4{background:#f6f1ff;--yono-module-icon-color:#7c3aed;--yono-quick-step-icon-bg:#eadfff;--yono-step-arrow:#7c3aed}
.single-apk_brand .yono-quick-step__text{display:block;min-width:0}

 
.single-apk_brand .brand-post-game-list-modules__item--qa .yono-post-module-title{margin-bottom:12px!important;border:0!important}
.single-apk_brand .yono-post-qa{display:grid;gap:8px;overflow:visible;border:0;border-radius:0;background:transparent}
.single-apk_brand .yono-post-qa__item{
  margin:0;overflow:hidden;border:1px solid #d2dfec;border-radius:13px;background:var(--yono-accordion-closed-surface,#fff);
  transition:border-color .16s ease,background .16s ease,box-shadow .16s ease;
}
.single-apk_brand .yono-post-qa__item + .yono-post-qa__item{border-top:1px solid #d2dfec}
.single-apk_brand .yono-post-qa__item.is-open{border-color:#b7d9c6;background:var(--yono-accordion-panel-surface,#eef7ff);box-shadow:0 4px 12px rgba(33,116,89,.055)}
.single-apk_brand .yono-post-qa__heading{margin:0!important;padding:0!important;font-size:inherit!important;line-height:inherit!important}
.single-apk_brand .yono-post-qa__toggle{
  width:100%;min-height:54px;margin:0;padding:13px 16px;border:0;background:var(--yono-accordion-closed-surface,#fff);
  display:grid;grid-template-columns:minmax(0,1fr) 10px;align-items:center;gap:12px;
  color:#1f3855;text-align:left;font:inherit;font-weight:800;cursor:pointer;
}
.single-apk_brand .yono-post-qa__toggle span:first-child{display:block}
.single-apk_brand .yono-post-qa__item.is-open .yono-post-qa__toggle{
  background:var(--yono-accordion-open-surface,#eef9f3);color:#176b50;
}
.single-apk_brand .yono-post-qa__chevron{width:8px;height:8px;border-right:2px solid #6c7b8f;border-bottom:2px solid #6c7b8f;transform:rotate(45deg);transition:transform .16s ease}
.single-apk_brand .yono-post-qa__item.is-open .yono-post-qa__chevron{transform:rotate(225deg);border-color:var(--yono-rummy-green,#18a36a)}
.single-apk_brand .yono-post-qa__panel{
  padding:0 16px 15px;background:var(--yono-accordion-panel-surface,#eef7ff);color:var(--yono-body-color);font-size:var(--yono-body-size);line-height:1.72;
}
.single-apk_brand .yono-post-qa__panel[hidden]{display:none!important}
.single-apk_brand .yono-post-qa__panel p{margin:0;padding-top:11px;border-top:1px solid color-mix(in srgb,var(--yono-primary-blue,#1f78dc) 16%,#d7e5f2 84%)}

@media(min-width:768px){
  .single-apk_brand .yono-why-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr;gap:12px}
  .single-apk_brand .yono-why-card{min-height:164px;padding:17px 18px;align-items:center;text-align:center}
  .single-apk_brand .yono-why-card__feature{flex-direction:column;justify-content:center;gap:9px;text-align:center}
  .single-apk_brand .yono-why-card__icon{width:40px;height:40px;flex-basis:40px;border-radius:999px}
  .single-apk_brand .yono-why-card__icon__svg{width:21px;height:21px}
  .single-apk_brand .yono-why-card__highlight{max-width:46ch;text-align:center}
}

@media(max-width:767px){
  .single-apk_brand .yono-post-module-title{margin-bottom:10px!important;padding:0 8px;text-align:center}

  .single-apk_brand .yono-why-card{min-height:0;padding:12px 13px;gap:7px}
  .single-apk_brand .yono-why-card__feature{justify-content:flex-start}
  .single-apk_brand .yono-why-card__highlight{padding-left:42px;font-size:12px;line-height:1.58}

  .single-apk_brand .yono-quick-steps-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-areas:"s1 s2" "s4 s3";
    grid-auto-rows:1fr;gap:28px 18px;
  }
  .single-apk_brand .yono-quick-step{min-height:118px;padding:14px 8px;border-radius:13px;font-size:12px}
  .single-apk_brand .yono-quick-step--1{grid-area:s1}.single-apk_brand .yono-quick-step--2{grid-area:s2}.single-apk_brand .yono-quick-step--3{grid-area:s3}.single-apk_brand .yono-quick-step--4{grid-area:s4}
  .single-apk_brand .yono-quick-step__icon{width:42px;height:42px;flex-basis:42px}
  .single-apk_brand .yono-quick-step__icon__svg{width:21px;height:21px}
  .single-apk_brand .yono-quick-step::after{width:20px;height:20px;font-size:13px;color:#7891a9}
  .single-apk_brand .yono-quick-step--1::after{content:"→";top:50%;right:-15px;transform:translateY(-50%)}
  .single-apk_brand .yono-quick-step--2::after{content:"↓";top:auto;right:50%;bottom:-24px;transform:translateX(50%)}
  .single-apk_brand .yono-quick-step--3::after{content:"←";top:50%;right:auto;left:-15px;transform:translateY(-50%)}
  .single-apk_brand .yono-quick-step--4::after{display:none}

  .single-apk_brand .yono-post-qa{gap:7px}
  .single-apk_brand .yono-post-qa__item{border-radius:12px}
  .single-apk_brand .yono-post-qa__toggle{min-height:50px;padding:12px 13px;grid-template-columns:minmax(0,1fr) 9px;gap:9px;font-size:13px;line-height:1.45}
  .single-apk_brand .yono-post-qa__panel{padding:0 13px 13px;font-size:12px}
  .single-apk_brand .yono-post-qa__panel p{padding-top:10px}
}


 
.single-apk_brand .brand-summary{
  padding:18px 0 14px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
@media(max-width:767px){
  .single-apk_brand .brand-summary{padding:14px 0 12px!important}
}







.single-apk_brand .brand-app-list + .brand-post-game-list-modules{
  margin-top:var(--yono-content-section-gap,20px)!important;
}
.single-apk_brand .brand-post-game-list-modules__item{margin:0!important;padding:0!important}
.single-apk_brand .brand-post-game-list-modules__item + .brand-post-game-list-modules__item{
  margin-top:var(--yono-content-section-gap,20px)!important;
}
.single-apk_brand .yono-post-module-title{
  margin:0 0 var(--yono-h2-after,9px)!important;
  padding:0 10px!important;
}
.single-apk_brand .brand-post-game-list-modules__content{margin:0!important}

 
.single-apk_brand .brand-fixed-info__item,
.single-apk_brand .brand-fixed-info__item.is-open{background:#fff!important;box-shadow:none!important}
.single-apk_brand .brand-fixed-info__toggle{
  background:linear-gradient(90deg,
    color-mix(in srgb,var(--yono-primary-blue,#1f78dc) 11%,var(--yono-accordion-closed-surface,#fff) 89%) 0%,
    color-mix(in srgb,var(--yono-rummy-green,#18a36a) 13%,var(--yono-accordion-closed-surface,#fff) 87%) 100%)!important;
  color:#29425f!important;
  transition:background .18s ease,color .18s ease,box-shadow .18s ease!important;
}
.single-apk_brand .brand-fixed-info__item.is-open .brand-fixed-info__toggle{
  background:linear-gradient(90deg,
    color-mix(in srgb,var(--yono-primary-blue,#1f78dc) 24%,var(--yono-accordion-open-surface,#eefbf5) 76%) 0%,
    color-mix(in srgb,var(--yono-rummy-green,#18a36a) 28%,var(--yono-accordion-open-surface,#eefbf5) 72%) 100%)!important;
  color:var(--yono-accordion-open-title-color,#0f5f56)!important;
  box-shadow:inset 0 -1px 0 color-mix(in srgb,var(--yono-rummy-green,#18a36a) 18%,var(--yono-accordion-divider-color,#c9dceb) 82%)!important;
}
.single-apk_brand .brand-fixed-info__heading-main{color:inherit!important}
.single-apk_brand .brand-fixed-info__item.is-open .brand-fixed-info__heading-main{color:inherit!important}
.single-apk_brand .brand-fixed-info__panel{
  border-top:0!important;
  background:var(--yono-accordion-panel-surface,#fff)!important;
  color:var(--yono-accordion-body-color,#40526b)!important;
}
.single-apk_brand .brand-fixed-info__item.is-open .brand-fixed-info__text,
.single-apk_brand .brand-fixed-info__item.is-open .brand-fixed-info__rows,
.single-apk_brand .brand-fixed-info__item.is-open .brand-fixed-info__requirements{color:var(--yono-accordion-body-color,#40526b)!important}
.single-apk_brand .brand-fixed-info__item.is-open .brand-fixed-info__text strong,
.single-apk_brand .brand-fixed-info__item.is-open .brand-fixed-info__rows strong,
.single-apk_brand .brand-fixed-info__item.is-open .brand-fixed-info__requirements strong{color:#203c59!important}

 
.single-apk_brand .brand-post-game-list-modules__item--qa .yono-post-module-title{margin-bottom:var(--yono-h2-after,9px)!important}
.single-apk_brand .yono-post-qa{display:grid!important;gap:8px!important;margin:0!important;border:0!important;background:transparent!important}
.single-apk_brand .yono-post-qa__item{
  display:block!important;margin:0!important;overflow:hidden!important;
  border:1px solid var(--yono-surface-border,#d7e5f2)!important;border-radius:13px!important;
  background:#fff!important;box-shadow:none!important;
}
.single-apk_brand .yono-post-qa__heading{margin:0!important;padding:0!important;font-size:inherit!important;line-height:inherit!important}
.single-apk_brand .yono-post-qa__toggle{
  display:grid!important;width:100%!important;grid-template-columns:minmax(0,1fr) 10px!important;align-items:center!important;gap:12px!important;
  min-height:54px!important;margin:0!important;padding:13px 16px!important;border:0!important;
  background:linear-gradient(90deg,
    color-mix(in srgb,var(--yono-primary-blue,#1f78dc) 11%,var(--yono-accordion-closed-surface,#fff) 89%) 0%,
    color-mix(in srgb,var(--yono-rummy-green,#18a36a) 13%,var(--yono-accordion-closed-surface,#fff) 87%) 100%)!important;
  color:#29425f!important;text-align:left!important;font:inherit!important;font-weight:800!important;cursor:pointer!important;
  transition:background .18s ease,color .18s ease!important;
}
.single-apk_brand .yono-post-qa__item.is-open .yono-post-qa__toggle{
  background:linear-gradient(90deg,
    color-mix(in srgb,var(--yono-primary-blue,#1f78dc) 24%,var(--yono-accordion-open-surface,#eefbf5) 76%) 0%,
    color-mix(in srgb,var(--yono-rummy-green,#18a36a) 28%,var(--yono-accordion-open-surface,#eefbf5) 72%) 100%)!important;
  color:#0f5f56!important;
}
.single-apk_brand .yono-post-qa__panel{
  display:block!important;padding:13px 16px 15px!important;
  border-top:1px solid color-mix(in srgb,var(--yono-primary-blue,#1f78dc) 16%,var(--yono-accordion-divider-color,#c9dceb) 84%)!important;
  background:var(--yono-accordion-panel-surface,#fff)!important;
  color:var(--yono-body-color,#40526b)!important;font-size:var(--yono-body-size)!important;line-height:1.72!important;
}
.single-apk_brand .yono-post-qa__panel[hidden]{display:none!important}
.single-apk_brand .yono-post-qa__panel p{margin:0!important;padding:0!important;border:0!important}
.single-apk_brand .yono-post-qa__item.is-open .yono-post-qa__chevron{border-color:#0f6e5c!important}

 
.single-apk_brand .yono-quick-step:not(:last-child)::after{
  content:""!important;
  position:absolute!important;z-index:3!important;
  width:30px!important;height:12px!important;
  border:0!important;border-radius:0!important;background:var(--yono-step-arrow)!important;box-shadow:none!important;text-shadow:none!important;
  clip-path:polygon(0 35%,72% 35%,72% 0,100% 50%,72% 100%,72% 65%,0 65%)!important;
  transform-origin:center!important;
}
@media(min-width:768px){
  .single-apk_brand .yono-quick-steps-grid{gap:30px!important}
  .single-apk_brand .yono-quick-step:not(:last-child)::after{
    top:50%!important;right:-30px!important;left:auto!important;bottom:auto!important;transform:translateY(-50%)!important;
  }
}
@media(max-width:767px){
  .single-apk_brand .yono-quick-steps-grid{gap:34px 24px!important;overflow:visible!important}
  .single-apk_brand .yono-quick-step--1::after{
    top:50%!important;right:-27px!important;left:auto!important;bottom:auto!important;transform:translateY(-50%)!important;
  }
  .single-apk_brand .yono-quick-step--2::after{
    top:auto!important;right:auto!important;left:50%!important;bottom:-26px!important;transform:translateX(-50%) rotate(90deg)!important;
  }
  .single-apk_brand .yono-quick-step--3::after{
    top:50%!important;right:auto!important;left:-27px!important;bottom:auto!important;transform:translateY(-50%) rotate(180deg)!important;
  }
  .single-apk_brand .yono-quick-step--4::after{display:none!important}
}
