/* Betbuffon: content typography + layout for the blocks we actually use */
:root{--bb-bg:#08112D;--bb-block:#0D1938;--bb-surface:#1B2A52;--bb-accent:#CC552C;--bb-light:#ECE3C0;--bb-muted:#C3C6CF}
body{background-color:var(--bb-bg)}
.page__body,.homeCasino,.home__container,.home__container_wrap{background:transparent!important}

/* header: donor CSS expects a different DOM, so only positioning is defined here */
.header{background:var(--bb-bg);border-bottom:1px solid rgba(255,255,255,.08)}
.header__inner{max-width:1276px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;gap:26px}
.header__logo{flex:0 0 auto}
.logo__link{display:flex;align-items:center;gap:10px;text-decoration:none}
.logo__desktopIcon{display:block;height:44px;width:120px}
.header__left{display:flex;gap:22px;flex-wrap:wrap;flex:1 1 auto}
.header__left .header__leftItemLink{color:#EDE8E2;text-decoration:none;font-size:15px;text-transform:uppercase}
.header__right{display:flex;gap:10px;flex:0 0 auto}

/* three banners */
.bb-banners{max-width:1276px;margin:0 auto;padding:20px 20px 0}
.bb-hero{position:relative;display:block;border-radius:14px;overflow:hidden;line-height:0}
.bb-hero img{width:100%;height:auto;display:block}
.bb-hero__text{position:absolute;left:40px;top:0;height:100%;width:52%;display:flex;flex-direction:column;justify-content:center;line-height:1.35}
.bb-hero__title{color:#fff;font-size:32px;font-weight:800;margin:0 0 10px}
.bb-hero__sub{color:var(--bb-muted);font-size:16px;margin:0}
.bb-row{display:flex;gap:20px;margin-top:20px}
.bb-row a{flex:1 1 0;display:block;border-radius:12px;overflow:hidden;line-height:0}
.bb-row img{width:100%;height:auto;display:block}
.bb-link-image{max-width:1276px;margin:20px auto 0;padding:0 20px}
.bb-link-image a{display:block;max-width:448px}
.bb-link-image img{width:100%;height:auto;display:block}

/* content */
.content-block{max-width:1276px;margin:0 auto;padding:28px 20px 56px;color:#EDE8E2;font-size:16px;line-height:1.65}
.content-block h1{font-size:34px;line-height:1.2;margin:0 0 18px;color:#fff}
.content-block h2{font-size:26px;line-height:1.25;margin:34px 0 14px;color:#fff}
.content-block h3{font-size:20px;line-height:1.3;margin:24px 0 10px;color:var(--bb-light)}
.content-block p{margin:0 0 16px}
.content-block a{color:var(--bb-accent)}
.content-block ul,.content-block ol{margin:0 0 18px;padding-left:22px}
.content-block li{margin:0 0 8px}
.content-block strong{color:#fff}
.tableWrap{overflow-x:auto;margin:0 0 22px;border-radius:12px;background:var(--bb-block)}
.content-block table{width:100%;border-collapse:collapse;min-width:560px}
.content-block th{background:var(--bb-surface);color:#fff;text-align:left;padding:12px 14px;font-size:14px}
.content-block td{padding:12px 14px;border-top:1px solid rgba(255,255,255,.08);font-size:15px;vertical-align:top}
.toc{background:var(--bb-block);border-radius:12px;padding:16px 20px;margin:0 0 26px}
.toc__title{font-size:15px;font-weight:700;color:var(--bb-light);margin-bottom:10px}
.content-block .toc__list{list-style:none;margin:0;padding:0}
.content-block .toc__list li{display:inline-block;margin:0 18px 6px 0}
.toc__list a{color:#EDE8E2;text-decoration:none;font-size:14px}

/* footer */
.bb-footer{background:var(--bb-block);color:var(--bb-muted);padding:26px 20px;font-size:14px}
.bb-footer__inner{max-width:1276px;margin:0 auto}
.bb-footer__nav a{color:var(--bb-muted);text-decoration:none;margin:0 22px 8px 0;display:inline-block}
.bb-age{display:inline-block;border:1px solid var(--bb-muted);border-radius:50%;width:34px;height:34px;line-height:32px;text-align:center;margin-right:12px}

@media(max-width:900px){
.header,.header_mounted{position:static!important;height:auto!important}
.header__inner{flex-wrap:wrap;gap:12px;padding:10px 14px}
.header__left{order:3;width:100%;gap:16px}
.logo__desktopIcon{height:34px;width:93px}
.bb-hero__text{position:static;width:auto;padding:16px;background:var(--bb-block)}
.bb-hero__title{font-size:22px}
.bb-row{flex-direction:column}
.content-block{padding:20px 14px 40px}
.content-block h1{font-size:26px}
.content-block h2{font-size:21px}
}
