/* ==========================================================
   BEORGANIC Manual Fix 08
   CTA typography unify (desktop + mobile)
   ========================================================== */

#page_home_out {
  --bo-cta-unify-size: 15px;
  --bo-cta-unify-weight: 700;
  --bo-cta-unify-line: 1.2;
}

#page_home_out .bo-sets-btn,
#page_home_out .bo-super-btn-wrap > a,
#page_home_out .bo-guide-btn-wrap > a,
#page_home_out .bo-blog-btn,
#page_home_out .bo-blog-btn-wrap > a,
#page_home_out .bo-top-btn,
#page_home_out .bo-news-btn,
#page_home_out .bo-review-section .bors-more {
  font-size: var(--bo-cta-unify-size) !important;
  font-weight: var(--bo-cta-unify-weight) !important;
  line-height: var(--bo-cta-unify-line) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

@media (max-width: 900px) {
  #page_home_out .bo-sets-btn,
  #page_home_out .bo-super-btn-wrap > a,
  #page_home_out .bo-guide-btn-wrap > a,
  #page_home_out .bo-blog-btn,
  #page_home_out .bo-blog-btn-wrap > a,
  #page_home_out .bo-top-btn,
  #page_home_out .bo-news-btn,
  #page_home_out .bo-review-section .bors-more {
    font-size: var(--bo-cta-unify-size) !important;
    font-weight: var(--bo-cta-unify-weight) !important;
    line-height: var(--bo-cta-unify-line) !important;
  }
}
