/*
Theme Name: Battery Bet Cricket WP
Theme URI: https://batterbet-login.com/
Author: Battery Bet
Description: Battery Bet fantasy cricket captain and vice-captain planner.
Version: 1.1.4-battery-bet
Text Domain: battery-bet-cricket
*/

:root {
  --bb-bg: #ffffff;
  --bb-bg-soft: #f5fbf6;
  --bb-bg-elev: #ffffff;
  --bb-surface: #eef8f1;
  --bb-text: #1f2937;
  --bb-text-soft: #4b5563;
  --bb-heading: #0f172a;
  --bb-primary: #22c55e;
  --bb-primary-hover: #16a34a;
  --bb-secondary: #14532d;
  --bb-secondary-hover: #0f3f23;
  --bb-accent: #15803d;
  --bb-border: #d2e7d8;
  --bb-shadow: 0 10px 28px rgba(22, 101, 52, 0.08);
  --bb-radius: 14px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bb-bg) !important;
  color: var(--bb-text) !important;
  font-family: "Segoe UI", "Inter", Arial, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--bb-accent);
  text-decoration: none;
}

a:hover {
  color: var(--bb-primary-hover);
}

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading {
  color: var(--bb-heading) !important;
  line-height: 1.2;
  margin: 0 0 14px;
}

h1 {
  font-size: clamp(34px, 4.4vw, 56px);
}

h2 {
  font-size: clamp(26px, 3.3vw, 40px);
}

h3 {
  font-size: clamp(22px, 2.6vw, 30px);
}

p,
li,
td,
th {
  color: var(--bb-text) !important;
  line-height: 1.65;
  margin: 0 0 12px;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-main {
  padding-bottom: 40px;
}

.bb-blog-page {
  padding-bottom: 56px;
}

.bb-blog-hero {
  margin-top: 28px;
}

.bb-blog-hero__inner {
  padding: 28px 32px;
  border: 1px solid var(--bb-border);
  border-radius: 20px;
  background: linear-gradient(180deg, #f7fcf8 0%, #ffffff 100%);
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.04);
}

.bb-blog-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #eef8f1;
  border: 1px solid var(--bb-border);
  color: var(--bb-secondary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bb-blog-hero__title {
  max-width: 14ch;
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: clamp(34px, 4vw, 54px);
}

.bb-blog-hero__text {
  max-width: 840px;
  font-size: 20px;
  color: var(--bb-text-soft) !important;
}

.bb-blog-listing {
  margin-top: 28px;
}

.bb-blog-listing__head {
  margin-bottom: 20px;
}

.bb-blog-listing__title {
  margin-bottom: 8px;
}

.bb-blog-listing__text {
  max-width: 880px;
  color: var(--bb-text-soft) !important;
}

.bb-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.bb-blog-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--bb-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.05);
}

.bb-blog-card__image-link {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.bb-blog-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.bb-blog-card:hover .bb-blog-card__image {
  transform: scale(1.03);
}

.bb-blog-card__body {
  padding: 18px 18px 20px;
}

.bb-blog-card__meta {
  margin-bottom: 10px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bb-blog-card__title {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.1vw, 28px);
  line-height: 1.25;
}

.bb-blog-card__title a {
  color: var(--bb-heading);
}

.bb-blog-card__excerpt {
  margin-bottom: 14px;
  color: var(--bb-text-soft) !important;
}

.bb-blog-card__link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: #eef8f1;
  border: 1px solid var(--bb-border);
  color: var(--bb-secondary) !important;
  font-weight: 800;
}

.bb-blog-card__link:hover {
  background: #dff2e4;
}

.bb-blog-empty {
  padding: 28px 32px;
  border: 1px solid var(--bb-border);
  border-radius: 18px;
  background: #fff;
}

.wrapper {
  width: min(1280px, calc(100% - 48px));
  margin: 24px auto 0;
}

.wrapper::before {
  display: none !important;
}

/* Header */
.header {
  display: block;
  background: #fff;
  border-bottom: 1px solid var(--bb-border);
}

.header-topbar {
  width: min(1360px, calc(100% - 48px));
  margin: 2px auto 0;
  padding: 12px 20px;
  border: 1px solid var(--bb-border);
  border-radius: 10px;
  background: linear-gradient(90deg, #ecf9ef 0%, #d9f4e0 55%, #eefaf2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__btns {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header__btns .btn {
  min-height: 42px;
  padding: 8px 24px;
  font-size: 18px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-follow {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-follow__label {
  color: #14532d !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}

.header-follow__link {
  width: 46px;
  min-width: 46px;
  height: 42px;
  border: 1px solid #bfe5c8;
  border-radius: 999px;
  background: #e8f7eb;
  color: #14532d !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.header-follow__link:hover {
  background: #d8f1de;
}

.header-mainbar {
  width: min(1360px, calc(100% - 48px));
  margin: 8px auto 0;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--bb-border);
}

.header__logo-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
  color: inherit;
  text-decoration: none;
}

.header__logo-wrap:hover {
  color: inherit;
}

.header__logo-wrap img {
  width: 74px !important;
  height: 74px !important;
  object-fit: cover;
  border-radius: 16px;
}

.header__brand-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 260px;
  line-height: 1;
}

.header__brand-title {
  color: red;
  font-size: clamp(20px, 2.0vw, 32px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: capitalize;
}

.header__brand-subtitle {
  margin-top: 9px;
  color: green;
  font-size: clamp(12px, 1vw, 18px);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.header__nav {
  margin-left: 8px;
  margin-top: 15px;
}

.header-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-menu .header__nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 14px;
  border-radius: 12px;
  border: 1px solid #d7e9dc;
  background: #f8fcf9;
  color: #1f2937 !important;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.01em;
  transition: all 0.2s ease;
}

.header-menu .header__nav__link:hover,
.header-menu .header__nav__link:focus-visible {
  background: #eaf8ee;
  border-color: #b8dfc2;
  color: #166534 !important;
  transform: translateY(-1px);
}

.header__burger {
  display: none;
}

/* Buttons */
.btn,
button.btn,
a.btn,
.button-link,
._button {
  border: none;
  border-radius: 12px !important;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  transition: all 0.2s ease;
}

.btn--primary,
a.btn--primary,
button.btn--primary {
  background: var(--bb-primary) !important;
  color: #052e16 !important;
  border: 1px solid #16a34a !important;
  box-shadow: 0 10px 20px rgba(34, 197, 94, 0.24);
}

.btn--primary:hover,
a.btn--primary:hover,
button.btn--primary:hover {
  background: var(--bb-primary-hover) !important;
}

.btn--secondary,
a.btn--secondary,
button.btn--secondary {
  background: var(--bb-secondary) !important;
  color: #ecfdf5 !important;
  border: 1px solid #1f6a3e !important;
}

.btn--secondary:hover,
a.btn--secondary:hover,
button.btn--secondary:hover {
  background: var(--bb-secondary-hover) !important;
}

.content-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.content-buttons.align-center {
  justify-content: flex-start;
}

/* Content blocks */
.section-hero {
  margin-top: 28px;
}

.text-image,
.toc,
.relink,
.slots__inner,
.faq,
.wp-block-table table {
  background: var(--bb-bg-elev) !important;
  border: 1px solid var(--bb-border) !important;
  box-shadow: var(--bb-shadow);
  border-radius: var(--bb-radius);
}

.text-image {
  padding: 24px;
  display: flex;
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  justify-content: space-between;
}

.text-image__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 58%;
}

.text-image .get-image {
  display: block;
  flex: 0 0 34%;
  width: 34%;
  max-width: 420px;
  min-width: 260px;
}

.text-image.reversed {
  flex-direction: row-reverse;
}

.text-image .get-image img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.section-hero .text-image {
  align-items: center;
}

.section-hero .text-image .get-image {
  flex-basis: 36%;
  width: 36%;
  max-width: 460px;
}

.get-image meta {
  display: none;
}

.wp-block-list {
  padding-left: 20px;
}

.wp-block-list li {
  margin-bottom: 8px;
}

/* TOC */
.toc {
  padding: 18px;
}

.toc__title {
  font-size: 28px;
  margin-bottom: 12px;
}

.toc__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
}

.toc__link {
  display: block;
  padding: 10px 12px;
  background: #f7fcf8;
  border: 1px solid var(--bb-border);
  border-radius: 10px;
  font-size: 16px;
  color: #14532d !important;
}

.toc__link:hover {
  background: #ecf8ef;
}

.info-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.info-card {
  display: flex;
  min-height: 168px;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
  border: 1px solid #d8eadc;
  border-radius: 8px;
  background: #f8fcf9;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.info-card:hover {
  border-color: #2d7a3b;
  transform: translateY(-2px);
}

.info-card__title {
  color: #10203a;
  font-size: 20px;
  font-weight: 800;
}

.info-card__text {
  color: #4b5565;
  font-size: 15px;
  line-height: 1.55;
}

.bb-blog-topic-notes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}

.bb-blog-topic-notes section {
  padding: 16px;
  border-left: 3px solid #2d7a3b;
  background: #f8fcf9;
}

.bb-blog-topic-notes h3 {
  margin: 0 0 8px;
  color: #10203a;
  font-size: 18px;
}

.bb-blog-topic-notes p {
  margin: 0;
  color: #4b5565;
  font-size: 15px;
  line-height: 1.55;
}

/* Relink / categories */
.relink {
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) 2fr;
  gap: 16px;
}

.sports-block__banner {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--bb-border);
}

.sports-block__banner .get-image img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.sports-block__banner-btn {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  min-height: 40px;
  padding: 0 16px;
}

.relink__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 14px;
}

.relink__item {
  background: #fff;
  border: 1px solid var(--bb-border);
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  box-shadow: 0 6px 16px rgba(22, 101, 52, 0.06);
}

.relink__item-anchor {
  color: inherit;
  display: block;
  text-decoration: none;
}

.relink__item .get-image img {
  width: 100%;
  max-width: 130px;
  margin: 0 auto;
  object-fit: contain;
}

.relink__item-title {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--bb-heading) !important;
}

/* Slots / cards */
.slots {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
  padding: 0;
  margin: 14px 0 0;
  list-style: none;
}

.slots__item {
  min-width: 0;
  text-align: center;
}

.slots__inner {
  padding: 10px;
  text-align: center;
}

.slots__inner .get-image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.slots__name {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
}

.slots__buttons {
  margin-top: 10px;
  display: flex;
  gap: 8px;
}

.slots__button,
.slots__demo {
  flex: 1 1 auto;
  min-height: 38px;
  padding: 0 10px;
  font-size: 14px;
}

/* Rewards cards */
.batery-bonuses-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  padding: 0;
  margin: 22px 0 0;
}

.batery-bonuses-list__item {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--bb-border);
  border-radius: 18px;
  background: var(--bb-bg-elev);
  box-shadow: var(--bb-shadow);
}

.batery-bonuses-list__item-content {
  min-height: 126px;
  padding: 20px 20px 16px;
}

.batery-bonuses-list__item-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 18px 20px 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--bb-bg-soft);
  color: var(--bb-secondary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.batery-bonuses-list__item-name {
  display: block;
  color: var(--bb-heading);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
}

.batery-bonuses-list__item-description {
  margin: 10px 0 0;
  color: var(--bb-text-soft);
  font-size: 15px;
  line-height: 1.55;
}

.batery-bonuses-list__item .get-image {
  display: block;
  width: 100%;
  border-radius: 0;
  background: var(--bb-bg-soft);
}

.batery-bonuses-list__item .get-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 0;
}

/* FAQ */
.faq {
  padding: 14px 16px;
}

.faq + .faq {
  margin-top: 10px;
}

.faq__title {
  font-size: 20px;
  margin: 0;
}

.faq__answer {
  margin-top: 8px;
}

.faq__answer p:last-child {
  margin-bottom: 0;
}

/* Tables */
.wp-block-table {
  overflow-x: auto;
  margin: 10px 0 0;
}

.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}

.wp-block-table th,
.wp-block-table td {
  border: 1px solid var(--bb-border);
  padding: 10px 12px;
  text-align: left;
  font-size: 15px;
}

.wp-block-table th {
  background: #f0f9f3;
  font-weight: 700;
}

/* Footer */
.footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 34px auto 0;
  padding: 30px max(24px, calc((100% - 1280px) / 2)) 20px;
  border-top: 1px solid var(--bb-border);
  background: linear-gradient(180deg, #f3fbf5 0%, #ffffff 100%);
}

.footer__main {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(340px, 1.25fr) minmax(320px, 1fr) minmax(300px, 0.95fr);
  gap: 26px 42px;
  align-items: start;
}

.footer__brand {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 16px;
  align-items: start;
}

.footer__logo img {
  width: 74px;
  height: 74px;
  border-radius: 16px;
  object-fit: contain;
}

.footer__brand-title {
  margin: 0 0 6px;
  color: var(--bb-heading) !important;
  font-size: 18px;
  font-weight: 800;
}

.footer__brand-copy {
  max-width: 430px;
  margin: 0;
  color: var(--bb-text-soft) !important;
  font-size: 14px;
  line-height: 1.55;
}

.footer__heading {
  margin: 0 0 12px;
  color: var(--bb-heading) !important;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer__trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.footer__trust-badge {
  display: flex;
  min-height: 40px;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid var(--bb-border);
  border-radius: 8px;
  background: #f6fbf7;
  color: #14532d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
}

.footer__nav-list-item {
  margin: 0;
  line-height: 1.3;
}

.footer__nav-list-link {
  display: block;
  padding-block: 2px;
  color: var(--bb-accent) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.footer__nav-list-link:hover {
  color: var(--bb-primary-hover) !important;
}

.footer__legal {
  width: 100%;
  margin: 24px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(210, 231, 216, 0.7);
}

.footer__legal p {
  margin: 0;
  color: var(--bb-text-soft) !important;
  font-size: 12px;
  line-height: 1.55;
}

.footer__legal p + p {
  margin-top: 6px;
}

/* Fixed mobile CTA */
.fixed-btn {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  padding: 10px 14px 14px;
  background: rgba(255, 255, 255, 0.97);
  border-top: 1px solid var(--bb-border);
  box-shadow: 0 -8px 24px rgba(16, 24, 40, 0.08);
  align-items: center;
  gap: 10px;
}

.fixed-btn .btn {
  flex: 1 1 0;
  min-height: 48px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Gaming page */
.bb-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0;
}

.bb-stats__item {
  padding: 20px;
  border: 1px solid var(--bb-border);
  border-radius: var(--bb-radius);
  background: var(--bb-bg-elev);
  box-shadow: var(--bb-shadow);
  text-align: center;
}

.bb-stats__num {
  display: block;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  color: var(--bb-secondary);
  line-height: 1;
}

.bb-stats__label {
  margin-top: 8px;
  display: block;
  font-size: 14px;
  color: var(--bb-text-soft);
  font-weight: 600;
}

.bb-why-play {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 22px 0;
}

.bb-why-play__card {
  padding: 20px;
  border: 1px solid var(--bb-border);
  border-radius: var(--bb-radius);
  background: var(--bb-bg-elev);
  box-shadow: var(--bb-shadow);
}

.bb-why-play__card h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.bb-why-play__card p {
  margin: 0;
  font-size: 15px;
  color: var(--bb-text-soft);
}

/* Utility */
.mt {
  margin-top: 16px;
}

.active {
  opacity: 1;
}

/* Mobile */
@media (max-width: 980px) {
  .header-topbar,
  .header-mainbar,
  .wrapper {
    width: min(100%, calc(100% - 24px));
  }

  .footer {
    padding-right: 12px;
    padding-left: 12px;
  }

  .header-topbar {
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 12px;
  }

  .header__btns {
    width: 100%;
    flex-wrap: wrap;
  }

  .header__btns .btn {
    flex: 1 1 auto;
    font-size: 14px;
    min-height: 38px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .header-follow {
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
  }

  .header-follow__label {
    font-size: 16px;
  }

  .header-mainbar {
    position: relative;
    padding: 10px 8px;
  }

  .header__logo-wrap img {
    width: 64px !important;
    height: 64px !important;
  }

  .header__brand-copy {
    min-width: 0;
  }

  .header__brand-title {
    font-size: 24px;
    letter-spacing: 0.06em;
  }

  .header__brand-subtitle {
    margin-top: 7px;
    font-size: 11px;
    letter-spacing: 0.18em;
  }

  .header__nav {
    margin-left: auto;
  }

  .header__burger {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid var(--bb-border);
    background: #fff;
    position: relative;
    cursor: pointer;
  }

  .header__burger::before,
  .header__burger::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    height: 2px;
    background: #1f2937;
  }

  .header__burger::before {
    top: 15px;
    box-shadow: 0 7px 0 #1f2937;
  }

  .header__burger::after {
    top: 29px;
  }

  .js-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    z-index: 50;
    background: #fff;
    border: 1px solid var(--bb-border);
    border-radius: 12px;
    box-shadow: var(--bb-shadow);
    padding: 10px;
  }

  .js-menu.active {
    display: block;
  }

  .header-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .header-menu .header__nav__link {
    justify-content: flex-start;
    font-size: 19px;
  }

  .text-image {
    flex-direction: column;
    padding: 14px;
  }

  .text-image .get-image,
  .text-image.reversed .get-image {
    order: 1;
    flex: 0 0 auto;
    width: min(100%, 360px);
    max-width: 360px;
    min-width: 0;
  }

  .text-image .text-image__content,
  .text-image.reversed .text-image__content {
    order: 2;
    width: 100%;
    max-width: 100%;
  }

  .relink {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .relink__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .slots {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .toc__list {
    grid-template-columns: 1fr;
  }

  .info-cards {
    grid-template-columns: 1fr;
  }

  .info-card {
    min-height: auto;
  }

  .bb-blog-topic-notes {
    grid-template-columns: 1fr;
  }

  .footer__main {
    grid-template-columns: 1fr;
  }

  .footer__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bb-blog-hero__inner {
    padding: 22px 20px;
  }

  .bb-blog-hero__text {
    font-size: 18px;
  }

  .bb-blog-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .bb-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fixed-btn {
    display: flex;
  }

  .page-main {
    padding-bottom: 88px;
  }
}

@media (max-width: 560px) {
  .footer__brand {
    grid-template-columns: 68px 1fr;
    gap: 12px;
  }

  .footer__logo img {
    width: 60px;
    height: 60px;
    border-radius: 14px;
  }

  .footer__trust {
    grid-template-columns: 1fr;
  }

  .bb-stats {
    grid-template-columns: 1fr;
  }
}
/* === FAQ ACCORDION === */
.faq {
  border: 1px solid var(--bb-border, #d2e7d8);
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  margin-bottom: 10px;
  background: var(--bb-surface, #eef8f1);
  transition: all 0.2s ease;
}
.faq:hover {
  border-color: var(--bb-primary, #22c55e);
}
.faq__title {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--bb-heading, #0f172a);
  user-select: none;
  transition: background 0.2s ease;
}
.faq__title:hover {
  background: rgba(34, 197, 94, 0.05);
}
.faq__title::after {
  content: "+";
  font-size: 22px;
  font-weight: 300;
  color: var(--bb-primary, #22c55e);
  transition: transform 0.2s ease;
  margin-left: 12px;
  flex-shrink: 0;
}
.faq__title[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.faq__answer {
  padding: 0 20px 16px;
  color: var(--bb-text-soft, #4b5563);
  line-height: 1.7;
  font-size: 15px;
}
.faq__answer p:last-child {
  margin-bottom: 0;
}

/* === BUTTON ENHANCEMENTS === */
.btn,
button.btn,
a.btn,
.button-link,
._button {
  border: none;
  border-radius: 12px !important;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 24px !important;
  font-size: 15px;
  letter-spacing: 0.2px;
}

.btn--primary,
a.btn--primary,
button.btn--primary {
  background: linear-gradient(135deg, var(--bb-primary, #22c55e), var(--bb-primary-hover, #16a34a)) !important;
  color: #052e16 !important;
  border: none !important;
  box-shadow: 0 6px 20px rgba(34, 197, 94, 0.3);
}
.btn--primary:hover,
a.btn--primary:hover,
button.btn--primary:hover {
  background: linear-gradient(135deg, var(--bb-primary-hover, #16a34a), #15803d) !important;
  box-shadow: 0 8px 28px rgba(34, 197, 94, 0.4);
  transform: translateY(-2px);
}
.btn--primary:active {
  transform: translateY(0);
}

.btn--secondary,
a.btn--secondary,
button.btn--secondary {
  background: linear-gradient(135deg, var(--bb-secondary, #14532d), var(--bb-secondary-hover, #0f3f23)) !important;
  color: #ecfdf5 !important;
  border: 1px solid #1f6a3e !important;
  box-shadow: 0 6px 20px rgba(20, 83, 45, 0.2);
}
.btn--secondary:hover,
a.btn--secondary:hover,
button.btn--secondary:hover {
  background: linear-gradient(135deg, var(--bb-secondary-hover, #0f3f23), #0a2e1a) !important;
  box-shadow: 0 8px 28px rgba(20, 83, 45, 0.3);
  transform: translateY(-2px);
}
.btn--secondary:active {
  transform: translateY(0);
}

.content-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.content-buttons.align-center {
  justify-content: center;
}

/* Slots buttons */
.slots__buttons {
  display: flex;
  gap: 6px;
}
.slots__button {
  min-width: 70px;
  padding: 8px 14px !important;
  font-size: 13px;
}
.slots__demo {
  min-width: 70px;
  padding: 8px 14px !important;
  font-size: 13px;
}

/* Sports banner button */
.sports-block__banner-btn {
  position: relative;
  z-index: 2;
  padding: 10px 20px !important;
  font-size: 14px;
}

/* TOC styling */
.toc {
  border-radius: 14px;
  background: var(--bb-surface, #eef8f1);
  border: 1px solid var(--bb-border, #d2e7d8);
  box-shadow: var(--bb-shadow, 0 10px 28px rgba(22, 101, 52, 0.08));
  padding: 20px;
  margin-bottom: 28px;
}
.toc__title {
  font-size: 18px;
  font-weight: 600;
  color: var(--bb-heading, #0f172a);
  margin: 0 0 12px 0;
  padding: 0;
  cursor: pointer;
}
.toc__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.toc__item {
  display: inline-flex;
}
.toc__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border-radius: 8px;
  background: rgba(34, 197, 94, 0.08);
  color: var(--bb-text-soft, #4b5563);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}
.toc__link:hover {
  background: var(--bb-primary, #22c55e);
  color: #052e16;
}

/* === INNER PAGE STYLING === */
.entry-content {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}
.entry-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--bb-heading, #0f172a);
    margin: 32px 0 14px 0;
}
.entry-content h3 {
    font-size: 19px;
    font-weight: 600;
    color: var(--bb-heading, #0f172a);
    margin: 24px 0 10px 0;
}
.entry-content p {
    margin-bottom: 14px;
    color: var(--bb-text-soft, #4b5563);
    font-size: 16px;
}
.entry-content ul, .entry-content ol {
    margin: 14px 0 18px 20px;
    color: var(--bb-text-soft, #4b5563);
}
.entry-content li {
    margin-bottom: 6px;
    line-height: 1.7;
}
.entry-content strong {
    color: var(--bb-heading, #0f172a);
    font-weight: 600;
}
.entry-content a {
    color: var(--bb-primary, #22c55e);
    text-decoration: none;
    font-weight: 500;
}
.entry-content a:hover {
    text-decoration: underline;
}

/* Table styling */
.entry-content table, .wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.entry-content th, .wp-block-table th {
    background: linear-gradient(135deg, var(--bb-primary, #22c55e), var(--bb-primary-hover, #16a34a));
    color: #052e16;
    font-weight: 700;
    padding: 12px 14px;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.entry-content td, .wp-block-table td {
    padding: 11px 14px;
    border-bottom: 1px solid var(--bb-border, #d2e7d8);
    font-size: 15px;
    color: var(--bb-text-soft, #4b5563);
}
.entry-content tr:hover td {
    background: rgba(34, 197, 94, 0.04);
}
.entry-content tr:last-child td {
    border-bottom: none;
}

/* Stats grid */
.bb-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin: 20px 0;
}
.bb-stats__item {
    text-align: center;
    padding: 20px 12px;
    border-radius: 14px;
    background: var(--bb-surface, #eef8f1);
    border: 1px solid var(--bb-border, #d2e7d8);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.bb-stats__item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(22, 101, 52, 0.1);
}
.bb-stats__num {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: var(--bb-primary, #22c55e);
    line-height: 1.2;
}
.bb-stats__label {
    display: block;
    font-size: 13px;
    color: var(--bb-text-soft, #4b5563);
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

/* Why Play cards */
.bb-why-play {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 16px;
}
.bb-why-play__card {
    padding: 20px;
    border-radius: 14px;
    background: var(--bb-surface, #eef8f1);
    border: 1px solid var(--bb-border, #d2e7d8);
    transition: transform 0.2s ease;
}
.bb-why-play__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(22, 101, 52, 0.1);
}
.bb-why-play__icon {
    font-size: 28px;
    margin-bottom: 10px;
}
.bb-why-play__card h3 {
    font-size: 16px;
    margin: 0 0 8px 0;
    color: var(--bb-heading, #0f172a);
}
.bb-why-play__card p {
    font-size: 14px;
    color: var(--bb-text-soft, #4b5563);
    line-height: 1.6;
    margin: 0;
}

/* Text-image in entry content */
.entry-content .text-image {
    display: flex;
    gap: 24px;
    align-items: center;
    margin: 24px 0;
}
.entry-content .text-image.reversed {
    flex-direction: row-reverse;
}
.entry-content .text-image__content {
    flex: 1;
}
.entry-content .text-image .get-image {
    flex-shrink: 0;
    max-width: 360px;
}
.entry-content .text-image img {
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(22, 101, 52, 0.1);
}

/* Buttons in content */
.entry-content .btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 28px !important;
    font-size: 15px;
    font-weight: 700;
    border-radius: 12px !important;
    margin: 10px 0;
}

/* Responsive */
@media (max-width: 768px) {
    .bb-stats { grid-template-columns: repeat(2, 1fr); }
    .bb-why-play { grid-template-columns: repeat(2, 1fr); }
    .entry-content .text-image { flex-direction: column; }
    .entry-content .text-image.reversed { flex-direction: column; }
    .entry-content .text-image .get-image { max-width: 100%; width: 100%; }
    .entry-content table { font-size: 13px; }
    .entry-content th, .entry-content td { padding: 8px 10px; }
}
