












.site-prose{
  color:var(--yono-body-color);
  font-size:var(--yono-body-size);
  font-weight:var(--yono-body-weight);
  line-height:1.72;
  text-decoration:var(--yono-body-decoration);
}
:where(.site-prose) > :first-child{margin-top:0}
:where(.site-prose) > :last-child{margin-bottom:0}
:where(.site-prose) h2,
:where(.site-prose) h3,
:where(.site-prose) h4{
  padding:0;
  border:0;
  border-radius:0;
  background:none;
  letter-spacing:0;
  text-wrap:wrap;
  white-space:normal;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}
:where(.site-prose) h2{
  margin:var(--yono-h2-before) 0 var(--yono-h2-after);
  color:var(--yono-h2-color);
  font-size:var(--yono-h2-size);
  font-weight:var(--yono-h2-weight);
  line-height:1.28;
  text-decoration:var(--yono-h2-decoration);
}
:where(.site-prose) h3{
  margin:var(--yono-h3-before) 0 var(--yono-h3-after);
  color:var(--yono-h3-color);
  font-size:var(--yono-h3-size);
  font-weight:var(--yono-h3-weight);
  line-height:1.32;
  text-decoration:var(--yono-h3-decoration);
}
:where(.site-prose) h4{
  margin:var(--yono-h4-before) 0 var(--yono-h4-after);
  color:var(--yono-h4-color);
  font-size:var(--yono-h4-size);
  font-weight:var(--yono-h4-weight);
  line-height:1.36;
  text-decoration:var(--yono-h4-decoration);
}
:where(.site-prose) p{
  margin:0 0 var(--yono-p-gap);
  line-height:1.72;
}
:where(.site-prose) ul,
:where(.site-prose) ol{
  margin:0 0 var(--yono-list-gap);
  padding-left:1.35em;
}
:where(.site-prose) li{
  margin:0;
  line-height:1.68;
}
:where(.site-prose) li + li{margin-top:var(--yono-list-item-gap)}
:where(.site-prose) a{
  color:var(--yono-link-color);
  font-weight:var(--yono-link-weight);
  text-decoration:var(--yono-link-decoration);
  text-decoration-thickness:.08em;
  text-underline-offset:.16em;
}
:where(.site-prose) strong{font-weight:700}
:where(.site-prose) blockquote{
  margin:var(--yono-media-gap) 0;
  padding:12px 15px;
  border-left:3px solid rgba(31,120,220,.22);
  border-radius:10px;
  background:rgba(31,120,220,.035);
  color:var(--yono-body-color);
}
:where(.site-prose) figure,
:where(.site-prose) .wp-block-image,
:where(.site-prose) table{
  margin-top:var(--yono-media-gap);
  margin-bottom:var(--yono-media-gap);
}
:where(.site-prose) img,
:where(.site-prose) iframe,
:where(.site-prose) table{max-width:100%}
:where(.site-prose) table{width:100%;border-collapse:collapse}

 
.home .home-hero__title,
.single-apk_brand .brand-summary__title,
.page-static__title,
.tax-apk_brand_category .section-head h1,
.brand-category-hub-page .section-head h1,
.tax-apk_brand_list .game-list-head h1,
.tax-apk_brand_category .all-category-games .game-list-head h1,
.brand-post-archive-card .section-head h1{
  color:var(--yono-h1-color);
  font-size:var(--yono-h1-size);
  font-weight:var(--yono-h1-weight);
  text-decoration:var(--yono-h1-decoration);
}

 
.page-static__lead,
.page-static__meta,
.single-apk_brand .brand-summary__description,
.single-apk_brand .section-head p{
  color:var(--yono-aux-color);
  font-size:var(--yono-aux-size);
  font-weight:var(--yono-aux-weight);
  text-decoration:var(--yono-aux-decoration);
}

 
.yono-template-module-anchor,
.yono-fixed-modules-fallback-anchor{display:none!important}

 
:where(.site-prose) ul.yono-prose-svg-list{
  list-style:none!important;
  padding-left:0!important;
  margin-left:0!important;
}
:where(.site-prose) ul.yono-prose-svg-list > li.yono-prose-list-item--icon{
  list-style:none!important;
  display:grid;
  grid-template-columns:18px minmax(0,1fr);
  column-gap:10px;
  align-items:start;
  padding-left:0!important;
  margin-left:0!important;
}
:where(.site-prose) .yono-prose-list-icon{
  position:static;width:17px;height:17px;margin-top:.16em;
  display:inline-flex;align-items:center;justify-content:center;
  color:var(--yono-content-icon-default,var(--yono-primary-blue,#2685df));
}
:where(.site-prose) .yono-prose-list-copy{min-width:0}
:where(.site-prose) .yono-prose-list-icon--general{color:var(--yono-content-icon-general,#2685df)}
:where(.site-prose) .yono-prose-list-icon--bonus{color:var(--yono-content-icon-bonus,#f0a500)}
:where(.site-prose) .yono-prose-list-icon--positive{color:var(--yono-content-icon-positive,#16a56a)}
:where(.site-prose) .yono-prose-list-icon--people{color:var(--yono-content-icon-people,#7c3aed)}
:where(.site-prose) .yono-prose-list-icon--default{color:var(--yono-content-icon-default,#2685df)}
:where(.site-prose) .yono-prose-list-icon__svg{width:100%;height:100%;display:block}
@media(max-width:767px){
  :where(.site-prose) ul.yono-prose-svg-list > li.yono-prose-list-item--icon{grid-template-columns:16px minmax(0,1fr);column-gap:9px}
  :where(.site-prose) .yono-prose-list-icon{width:16px;height:16px}
}

 
