
.cab-content-box h2,
div[style*="border:1px solid #d6d6d6"] h2 {
  font-size: 24px !important;
  line-height: 1.3;
  font-weight: 700;
}

/* ===== CAB / Yoast FAQ global styling ===== */
.schema-faq.wp-block-yoast-faq-block{
  margin:18px 0 28px;
}

.schema-faq.wp-block-yoast-faq-block .schema-faq-section{
  background:#ffffff;
  border:1px solid #e6e6e6;
  border-radius:12px;
  padding:16px 18px;
  margin:0 0 12px;
  box-shadow:0 2px 10px rgba(0,0,0,0.04);
  transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.schema-faq.wp-block-yoast-faq-block .schema-faq-section:hover{
  border-color:#d4d4d4;
  box-shadow:0 4px 14px rgba(0,0,0,0.06);
}

.schema-faq.wp-block-yoast-faq-block .schema-faq-question{
  display:block;
  margin:0;
  padding:0 28px 0 0;
  position:relative;
  font-size:20px;
  line-height:1.4;
  font-weight:800;
  color:#111;
}

/* remove double-strong weirdness */
.schema-faq.wp-block-yoast-faq-block .schema-faq-question strong{
  font-weight:800;
}

/* fake dropdown icon */
.schema-faq.wp-block-yoast-faq-block .schema-faq-question::after{
  content:"+";
  position:absolute;
  right:0;
  top:0;
  width:22px;
  height:22px;
  border-radius:999px;
  background:#006d52;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:15px;
  line-height:1;
  font-weight:800;
}

/* answer */
.schema-faq.wp-block-yoast-faq-block .schema-faq-answer{
  margin:12px 0 0;
  padding:12px 0 0;
  border-top:1px solid #ececec;
  font-size:16px;
  line-height:1.75;
  color:#222;
}

.schema-faq.wp-block-yoast-faq-block .schema-faq-answer:last-child{
  margin-bottom:0;
}

/* links inside answers */
.schema-faq.wp-block-yoast-faq-block .schema-faq-answer a{
  color:#006d52;
  font-weight:700;
  text-decoration:underline;
}
.schema-faq.wp-block-yoast-faq-block .schema-faq-answer a:hover{
  text-decoration:none;
}

/* tighter spacing on mobile */
@media (max-width:600px){
  .schema-faq.wp-block-yoast-faq-block .schema-faq-section{
    padding:14px 14px;
    border-radius:10px;
  }

  .schema-faq.wp-block-yoast-faq-block .schema-faq-question{
    font-size:18px;
    line-height:1.35;
    padding-right:26px;
  }

  .schema-faq.wp-block-yoast-faq-block .schema-faq-answer{
    font-size:15.5px;
    line-height:1.7;
  }
}

/* Top 10 Betting Sites page only */
body.page-id-7286 .space-header,
body.page-id-7286 .space-header-search-block{
  display:none !important;
}

body.page-id-7286 .space-header-height{
  min-height:0 !important;
  height:0 !important;
}

/* Hide footer nav columns and headings */
body.page-id-7286 .cab-footer-col,
body.page-id-7286 .cab-footer-strip{
  display:none !important;
}

/* Remove divider lines */
body.page-id-7286 .cab-footer-divider{
  display:none !important;
}

/* Keep brand and compliance text clean */
body.page-id-7286 .cab-footer-top{
  display:block !important;
  padding-bottom:0 !important;
}

body.page-id-7286 .cab-footer-brand{
  max-width:100% !important;
  margin-bottom:0 !important;
}

body.page-id-7286 .cab-footer-bottom{
  margin-top:0 !important;
  padding-top:8px !important;
}
/* Paid page only: keep footer logo sensible on desktop */
body.page-id-7286 .cab-footer-brand img,
body.page-id-7286 .cab-footer-brand svg {
  max-width: 300px !important;
  height: auto !important;
}

/* Keep mobile as-is */
@media (max-width: 768px){
  body.page-id-7286 .cab-footer-brand img,
  body.page-id-7286 .cab-footer-brand svg {
    max-width: 100% !important;
  }
}
