.bbc-home-template,
.mgb-home-template {
	background: #f5f4ef;
	margin: 0;
	overflow-x: hidden;
}

.bbc-home-template .uta-sb-wrap,
.bbc-home-template .uta-sb-popup,
.mgb-home-template .uta-sb-wrap,
.mgb-home-template .uta-sb-popup {
	display: none !important;
}

.mgb-home,
.mgb-home * {
	box-sizing: border-box;
}

.mgb-home {
	--home-bg: #f3f5f2;
	--home-bg-soft: #fbfcf7;
	--home-dark: #0b1215;
	--home-dark-2: #101920;
	--home-panel: #18222a;
	--home-text: #252833;
	--home-muted: #737781;
	--home-line: #dfe6df;
	--home-yellow: #35d47f;
	--home-yellow-2: #21b969;
	--home-green: #35d47f;
	--home-white: #ffffff;
	background: var(--home-bg);
	color: var(--home-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.45;
	min-height: 100vh;
	width: 100%;
}

.mgb-home > main,
.mgb-home section {
	display: block;
	max-width: none;
	width: 100%;
}

.mgb-home a {
	color: inherit;
	text-decoration: none;
}

.mgb-home p,
.mgb-home h1,
.mgb-home h2,
.mgb-home h3 {
	margin: 0;
}

.mgb-shell {
	margin: 0 auto;
	max-width: 1120px;
	padding: 0 18px;
	width: 100%;
}

.mgb-hero {
	background: var(--home-dark);
	color: #fff;
	position: relative;
}

.mgb-hero__grid {
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1fr) 420px;
	min-height: 0;
	padding-bottom: 0;
	padding-top: 64px;
}

.mgb-kicker,
.mgb-eyebrow {
	color: var(--home-yellow);
	display: inline-flex;
	font-size: 11px;
	font-weight: 850;
	gap: 8px;
	letter-spacing: 1.6px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.mgb-kicker b {
	background: rgba(53, 212, 127, 0.14);
	border: 1px solid rgba(53, 212, 127, 0.5);
	border-radius: 999px;
	color: #8cf2ba;
	padding: 1px 7px;
}

.mgb-hero h1 {
	color: #f5f6f8;
	font-size: 56px;
	font-weight: 880;
	letter-spacing: 0;
	line-height: 0.93;
	max-width: 510px;
}

.mgb-hero h1 em {
	color: var(--home-yellow);
	display: block;
	font-style: italic;
}

.mgb-hero__copy > p {
	color: #a9adb7;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.55;
	margin-top: 22px;
	max-width: 510px;
}

.mgb-hero__buttons {
	display: flex;
	gap: 12px;
	margin-top: 24px;
}

.mgb-btn {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	justify-content: center;
	min-height: 42px;
	padding: 12px 20px;
	text-decoration: none;
	transition: background-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
	will-change: transform;
}

.mgb-btn:hover,
.mgb-btn:focus-visible {
	transform: translateY(-2px);
}

.mgb-btn--accent {
	background: linear-gradient(180deg, #50e692 0%, var(--home-yellow) 100%);
	color: var(--home-dark) !important;
	box-shadow: 0 8px 20px rgba(33, 185, 105, 0.24);
}

.mgb-btn--accent:hover,
.mgb-btn--accent:focus-visible {
	box-shadow: 0 14px 28px rgba(33, 185, 105, 0.34);
}

.mgb-btn--ghost {
	background: rgba(255, 255, 255, 0.08);
	color: #fff !important;
}

.mgb-btn--ghost:hover,
.mgb-btn--ghost:focus-visible {
	background: rgba(255, 255, 255, 0.15);
}

.mgb-btn--dark {
	background: var(--home-dark);
	color: #fff !important;
}

.mgb-btn--dark:hover,
.mgb-btn--dark:focus-visible {
	background: #090b10;
	box-shadow: 0 12px 24px rgba(18, 19, 25, 0.22);
}

.mgb-stats {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 28px;
	max-width: 530px;
	padding-top: 24px;
}

.mgb-stats strong {
	color: #fff;
	display: block;
	font-size: 21px;
	font-weight: 900;
}

.mgb-stats span {
	color: #8f95a1;
	display: block;
	font-size: 11px;
	font-weight: 750;
	margin-top: 4px;
	text-transform: lowercase;
}

.mgb-feature-card {
	align-self: start;
	background: #fffdf8;
	border-radius: 16px;
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.32);
	color: var(--home-dark);
	margin-top: 0;
	min-height: 0;
	padding: 18px;
	position: relative;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.mgb-feature-card:hover {
	box-shadow: 0 34px 70px rgba(0, 0, 0, 0.36);
	transform: translateY(-3px);
}

.mgb-feature-card::before {
	content: none;
	display: none;
}

.mgb-feature-card__meta {
	align-items: center;
	color: #a6abb1;
	display: flex;
	font-size: 8px;
	font-weight: 900;
	justify-content: space-between;
	letter-spacing: 1.8px;
	line-height: 1;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.mgb-feature-card__meta span {
	align-items: center;
	display: inline-flex;
	gap: 7px;
}

.mgb-feature-card__meta span::before {
	color: #959ca4;
	content: "*";
	font-size: 11px;
	line-height: 1;
}

.mgb-feature-card__meta b {
	align-items: center;
	background: #dff8e8;
	border-radius: 6px;
	color: #14824a;
	display: inline-flex;
	font-size: 8px;
	font-weight: 950;
	height: 20px;
	letter-spacing: 1px;
	padding: 0 9px;
}

.mgb-feature-card__meta b::before {
	content: "✓";
	font-size: 9px;
	margin-right: 5px;
}

.mgb-feature-card__top,
.mgb-feature-card__actions {
	align-items: center;
	display: flex;
	gap: 12px;
}

.mgb-brand-badge,
.mgb-casino-logo,
.mgb-bonus-card__brand span {
	align-items: center;
	background: var(--home-yellow);
	border-radius: 8px;
	color: var(--home-dark);
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.mgb-feature-card__brand {
	display: grid;
	gap: 5px;
}

.mgb-feature-card__top strong {
	display: block;
	font-size: 16px;
	font-weight: 900;
}

.mgb-feature-card__brand span {
	color: var(--home-yellow-2);
	display: block;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 1;
}

.mgb-score {
	align-items: center;
	background: var(--home-dark);
	border-radius: 6px;
	color: #fff;
	display: grid;
	height: 50px;
	justify-content: center;
	margin-left: auto;
	padding-top: 4px;
	text-align: center;
	width: 48px;
}

.mgb-score strong {
	color: var(--home-yellow);
	font-size: 18px;
	font-weight: 950;
	letter-spacing: 1.2px;
	line-height: 1;
}

.mgb-score span {
	color: #d9dde5;
	font-size: 7px;
	font-weight: 950;
	letter-spacing: 1px;
	line-height: 1;
	text-transform: uppercase;
}

.mgb-feature-card__offer {
	background: var(--home-dark);
	border-radius: 8px;
	color: #fff;
	margin-top: 14px;
	padding: 15px 16px;
}

.mgb-feature-card__offer strong {
	display: block;
	font-size: 17px;
	font-weight: 950;
	line-height: 1.2;
}

.mgb-feature-card__offer span {
	color: var(--home-yellow);
	display: block;
	font-size: 8px;
	font-weight: 950;
	letter-spacing: 1.5px;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.mgb-feature-card__offer p {
	color: #9298a4;
	font-size: 10px;
	font-weight: 750;
	line-height: 1.35;
	margin: 6px 0 0;
}

.mgb-feature-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 11px;
}

.mgb-feature-card__tags span {
	background: #e8f7ed;
	border-radius: 4px;
	color: #16824a;
	font-size: 8px;
	font-weight: 950;
	letter-spacing: 1px;
	line-height: 1;
	padding: 6px 7px;
	text-transform: uppercase;
}

.mgb-feature-card__tags span:first-child {
	background: #d8f7e5;
	color: #0f7d45;
}

.mgb-feature-card__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: space-between;
	margin-top: 14px;
}

.mgb-feature-card__actions .mgb-btn {
	border-radius: 999px;
	font-size: 12px;
	min-height: 40px;
	padding: 9px 14px;
	width: 100%;
}

.mgb-feature-card__actions > a:last-child {
	align-items: center;
	background: #fffdf8;
	border: 1px solid #ece5d8;
	border-radius: 999px;
	color: var(--home-dark);
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	justify-content: center;
	min-height: 40px;
	padding: 9px 14px;
	text-align: center;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.mgb-feature-card__actions > a:last-child:hover,
.mgb-feature-card__actions > a:last-child:focus-visible {
	background: #f2fbf5;
	border-color: #8fe6b6;
	box-shadow: 0 10px 22px rgba(33, 185, 105, 0.12);
	transform: translateY(-2px);
}

.mgb-feature-card__fineprint {
	color: #a7acb2;
	font-size: 8px;
	font-weight: 750;
	letter-spacing: 0.5px;
	line-height: 1.3;
	margin: 9px 0 0;
	text-align: center;
}

.mgb-trustbar {
	background: #242631;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: #a6abb5;
	font-size: 11px;
	font-weight: 800;
}

.mgb-trustbar .mgb-shell {
	display: flex;
	gap: 38px;
	height: 45px;
	justify-content: center;
	padding-bottom: 0;
	padding-top: 0;
}

.mgb-trustbar span {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.mgb-trustbar span::before {
	background: var(--home-yellow);
	border-radius: 999px;
	content: "";
	height: 5px;
	width: 5px;
}

.mgb-section {
	padding: 58px 0;
}

.mgb-section--tight {
	padding-top: 46px;
}

.mgb-section-head {
	margin-bottom: 26px;
}

.mgb-section-head--split {
	align-items: end;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr) 410px;
}

.mgb-section-head .mgb-eyebrow,
.mgb-content .mgb-eyebrow,
.mgb-method .mgb-eyebrow {
	color: #0f9f58;
	margin-bottom: 12px;
}

.mgb-section h2,
.mgb-method h2,
.mgb-content h2,
.mgb-cta h2,
.mgb-faq h2 {
	color: var(--home-text);
	font-size: 36px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.98;
	max-width: 430px;
}

.mgb-section-head p {
	color: var(--home-muted);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.65;
	max-width: 360px;
}

.mgb-casino-list {
	display: grid;
	gap: 16px;
}

.mgb-casino-row {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(18, 19, 25, 0.06);
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(18, 19, 25, 0.1);
	display: grid;
	gap: 18px;
	grid-template-columns: 64px 48px minmax(0, 1fr) 112px;
	min-height: 104px;
	padding: 14px 18px;
}

.mgb-rank {
	color: #aeb0b4;
	font-size: 33px;
	font-weight: 950;
	text-align: center;
}

.mgb-casino-logo {
	background: var(--logo-color);
	color: #fff;
	height: 44px;
	width: 44px;
}

.mgb-casino-info h3 {
	color: var(--home-text);
	font-size: 16px;
	font-weight: 950;
}

.mgb-casino-info p {
	color: #6f7480;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.45;
	margin-top: 4px;
	max-width: 520px;
}

.mgb-casino-info div {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-top: 8px;
}

.mgb-casino-info b {
	color: var(--home-dark);
	font-size: 13px;
	font-weight: 950;
}

.mgb-casino-info span {
	background: #e8f7ed;
	border-radius: 4px;
	color: #16824a;
	font-size: 10px;
	font-weight: 900;
	padding: 2px 5px;
}

.mgb-casino-cta {
	display: grid;
	gap: 8px;
	justify-items: end;
}

.mgb-rating {
	align-items: center;
	background: var(--home-dark);
	border-radius: 6px;
	color: var(--home-yellow);
	display: inline-flex;
	font-size: 16px;
	font-weight: 950;
	height: 38px;
	justify-content: center;
	width: 82px;
}

.mgb-casino-cta a {
	background: var(--home-dark);
	border-radius: 999px;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	padding: 8px 23px;
	text-decoration: none;
	transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.mgb-casino-cta a:hover,
.mgb-casino-cta a:focus-visible {
	background: #090b10;
	box-shadow: 0 10px 20px rgba(18, 19, 25, 0.18);
	transform: translateY(-2px);
}

.mgb-link-more {
	color: #9b790e;
	font-size: 12px;
	font-weight: 900;
	justify-self: end;
}

.mgb-bonus-grid,
.mgb-article-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, 1fr);
}

.mgb-bonus-card,
.mgb-article-card {
	background: #fff;
	border: 1px solid rgba(18, 19, 25, 0.06);
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(18, 19, 25, 0.08);
	overflow: hidden;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.mgb-bonus-card:hover,
.mgb-article-card:hover {
	box-shadow: 0 16px 34px rgba(18, 19, 25, 0.12);
	transform: translateY(-3px);
}

.mgb-bonus-card {
	padding: 18px;
}

.mgb-bonus-card__brand {
	align-items: center;
	color: var(--home-text);
	display: flex;
	font-size: 13px;
	font-weight: 950;
	gap: 8px;
}

.mgb-bonus-card__brand span {
	height: 26px;
	width: 26px;
}

.mgb-bonus-card h3 {
	color: var(--home-text);
	font-size: 24px;
	font-weight: 950;
	line-height: 1.05;
	margin-top: 20px;
}

.mgb-bonus-card dl {
	display: grid;
	gap: 8px;
	margin: 24px 0 18px;
}

.mgb-bonus-card dl div {
	align-items: center;
	border-bottom: 1px solid #eee8db;
	display: flex;
	justify-content: space-between;
	padding-bottom: 7px;
}

.mgb-bonus-card dt,
.mgb-bonus-card dd {
	font-size: 11px;
	font-weight: 850;
	margin: 0;
}

.mgb-bonus-card dt {
	color: #8a8b8f;
}

.mgb-bonus-card dd {
	color: var(--home-text);
}

.mgb-bonus-card > a {
	background: var(--home-yellow);
	border-radius: 999px;
	color: var(--home-dark);
	display: block;
	font-size: 12px;
	font-weight: 950;
	padding: 11px;
	text-align: center;
	text-decoration: none;
	transition: box-shadow 160ms ease, filter 160ms ease, transform 160ms ease;
}

.mgb-bonus-card > a:hover,
.mgb-bonus-card > a:focus-visible {
	box-shadow: 0 10px 22px rgba(33, 185, 105, 0.25);
	filter: saturate(1.08);
	transform: translateY(-2px);
}

.mgb-section--games {
	padding-top: 52px;
}

.mgb-game-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(5, 1fr);
}

.mgb-game-card {
	background: #151820;
	border-radius: 8px;
	box-shadow: 0 14px 24px rgba(18, 19, 25, 0.18);
	color: #fff;
	min-height: 200px;
	overflow: hidden;
	padding: 12px;
	position: relative;
}

.mgb-game-card__art {
	background:
		radial-gradient(circle at 35% 25%, rgba(53, 212, 127, 0.28), transparent 18%),
		linear-gradient(145deg, #30333d 0%, #171921 72%);
	border-radius: 6px;
	height: 110px;
	margin-bottom: 20px;
}

.mgb-game-card__art--2 { background: radial-gradient(circle at 70% 40%, rgba(53, 212, 127, 0.42), transparent 18%), linear-gradient(145deg, #23352b, #171921 75%); }
.mgb-game-card__art--3 { background: radial-gradient(circle at 52% 46%, rgba(53, 212, 127, 0.35), transparent 20%), linear-gradient(145deg, #22392f, #171921 75%); }
.mgb-game-card__art--4 { background: radial-gradient(circle at 72% 28%, rgba(56, 151, 230, 0.45), transparent 20%), linear-gradient(145deg, #253544, #171921 75%); }
.mgb-game-card__art--5 { background: radial-gradient(circle at 35% 38%, rgba(36, 179, 107, 0.45), transparent 20%), linear-gradient(145deg, #263a30, #171921 75%); }

.mgb-game-card h3 {
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
}

.mgb-game-card span {
	color: #a8adb8;
	display: block;
	font-size: 11px;
	font-weight: 800;
	margin-top: 4px;
}

.mgb-method {
	background: var(--home-dark);
	color: #fff;
	padding: 58px 0;
}

.mgb-method__grid {
	display: grid;
	gap: 64px;
	grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1fr);
}

.mgb-method h2 {
	color: #fff;
}

.mgb-method p {
	color: #a8adb8;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.7;
	margin-top: 18px;
}

.mgb-method a {
	background: rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	margin-top: 26px;
	padding: 11px 17px;
	text-decoration: none;
	transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.mgb-method a:hover,
.mgb-method a:focus-visible {
	background: rgba(255, 255, 255, 0.15);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
	transform: translateY(-2px);
}

.mgb-bars {
	display: grid;
	gap: 22px;
	padding-top: 10px;
}

.mgb-bar div {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}

.mgb-bar span {
	color: #c7ccd5;
	font-size: 13px;
	font-weight: 850;
}

.mgb-bar b {
	color: #fff;
	font-size: 13px;
	font-weight: 950;
}

.mgb-bar {
	background: rgba(255, 255, 255, 0.06);
	border-radius: 999px;
	height: 4px;
	position: relative;
}

.mgb-bar div {
	left: 0;
	position: absolute;
	right: 0;
	top: -20px;
}

.mgb-bar i {
	background: var(--home-yellow);
	border-radius: inherit;
	display: block;
	height: 4px;
}

.mgb-article-card__media {
	align-items: end;
	background: linear-gradient(145deg, #393844 0%, #20222b 100%);
	display: flex;
	height: 146px;
	padding: 18px;
}

.mgb-article-card__media span {
	color: rgba(255, 255, 255, 0.24);
	font-size: 34px;
	font-weight: 950;
}

.mgb-article-card > div:last-child {
	padding: 18px;
}

.mgb-article-card h3 {
	color: var(--home-text);
	font-size: 15px;
	font-weight: 950;
	line-height: 1.32;
}

.mgb-article-card p {
	color: var(--home-muted);
	font-size: 11px;
	font-weight: 750;
	margin-top: 10px;
}

.mgb-content {
	background: #fbfaf5;
	padding: 58px 0 68px;
}

.mgb-content__grid {
	display: grid;
	gap: 48px;
	grid-template-columns: 190px minmax(0, 680px);
}

.mgb-toc {
	align-self: start;
	display: grid;
	gap: 14px;
	position: sticky;
	top: 86px;
}

.mgb-toc span {
	color: #0f9f58;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.mgb-toc a {
	color: #8b8c91;
	font-size: 13px;
	font-weight: 800;
	transition: color 160ms ease, transform 160ms ease;
}

.mgb-toc a:hover,
.mgb-toc a:focus-visible {
	color: #0f9f58;
	transform: translateX(2px);
}

.mgb-copy h2 {
	font-size: 32px;
	max-width: 560px;
}

.mgb-copy h3 {
	color: var(--home-text);
	font-size: 25px;
	font-weight: 950;
	line-height: 1.1;
	margin-top: 30px;
}

.mgb-copy p {
	color: #646a74;
	font-size: 15px;
	font-weight: 550;
	line-height: 1.75;
	margin-top: 18px;
}

.mgb-copy ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
}

.mgb-copy li {
	color: #425044;
	font-size: 14px;
	font-weight: 760;
	padding-left: 24px;
	position: relative;
}

.mgb-copy li::before {
	color: var(--home-green);
	content: "✓";
	font-weight: 950;
	left: 0;
	position: absolute;
}

.mgb-note {
	background: #fff;
	border-left: 4px solid var(--home-yellow);
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(18, 19, 25, 0.06);
	color: #6b6870;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.6;
	margin-top: 24px;
	padding: 18px 20px;
}

.mgb-note strong {
	color: var(--home-dark);
}

.mgb-cta {
	background: var(--home-bg);
	padding: 50px 0;
}

.mgb-cta__box {
	align-items: center;
	background: var(--home-dark);
	border-radius: 8px;
	color: #fff;
	display: flex;
	flex-direction: column;
	min-height: 164px;
	justify-content: center;
	padding: 32px;
	text-align: center;
}

.mgb-cta h2 {
	color: #fff;
	font-size: 32px;
	max-width: none;
}

.mgb-cta p {
	color: #aeb3be;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.55;
	margin-top: 10px;
	max-width: 520px;
}

.mgb-cta__box div {
	display: flex;
	gap: 12px;
	margin-top: 24px;
}

.mgb-faq {
	padding-top: 42px;
}

.mgb-faq__grid {
	display: grid;
	gap: 42px;
	grid-template-columns: 320px minmax(0, 1fr);
}

.mgb-faq__items {
	display: grid;
	gap: 10px;
}

.mgb-faq details {
	background: #fff;
	border: 1px solid rgba(18, 19, 25, 0.06);
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(18, 19, 25, 0.05);
	overflow: hidden;
}

.mgb-faq summary {
	color: var(--home-text);
	cursor: pointer;
	font-size: 14px;
	font-weight: 900;
	list-style: none;
	padding: 17px 44px 17px 20px;
	position: relative;
}

.mgb-faq summary::-webkit-details-marker {
	display: none;
}

.mgb-faq summary::after {
	color: #0f9f58;
	content: "+";
	font-size: 17px;
	font-weight: 950;
	position: absolute;
	right: 18px;
	top: 14px;
}

.mgb-faq details[open] summary::after {
	content: "-";
}

.mgb-faq details p {
	color: #6f7480;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.65;
	padding: 0 20px 18px;
}

@keyframes mgb-fade-up {
	from {
		opacity: 0;
		transform: translateY(14px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: no-preference) {
	.mgb-hero__copy,
	.mgb-feature-card,
	.mgb-trustbar,
	.mgb-section-head,
	.mgb-method__grid,
	.mgb-content__grid,
	.mgb-cta__box,
	.mgb-faq__grid {
		animation: mgb-fade-up 520ms ease both;
	}

	.mgb-feature-card {
		animation-delay: 90ms;
	}

	.mgb-trustbar,
	.mgb-section-head {
		animation-delay: 140ms;
	}
}

.mgb-hero,
.mgb-section,
.mgb-method,
.mgb-content,
.mgb-cta,
.mgb-faq {
	min-height: 0 !important;
}

@media (max-width: 1023px) {
	.mgb-shell {
		max-width: 760px;
	}

	.mgb-hero__grid,
	.mgb-section-head--split,
	.mgb-method__grid,
	.mgb-content__grid,
	.mgb-faq__grid {
		grid-template-columns: 1fr;
	}

	.mgb-hero__grid {
		gap: 30px;
		padding-top: 44px;
	}

	.mgb-feature-card {
		max-width: 520px;
	}

	.mgb-trustbar .mgb-shell {
		flex-wrap: wrap;
		gap: 12px 24px;
		height: auto;
		padding-bottom: 14px;
		padding-top: 14px;
	}

	.mgb-casino-row {
		grid-template-columns: 54px 44px minmax(0, 1fr);
	}

	.mgb-casino-cta {
		grid-column: 2 / -1;
		grid-template-columns: 82px auto;
		justify-content: start;
		justify-items: start;
	}

	.mgb-bonus-grid,
	.mgb-article-grid,
	.mgb-game-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mgb-toc {
		display: none;
	}
}

@media (max-width: 640px) {
	.mgb-shell {
		padding: 0 16px;
	}

	.mgb-hero h1 {
		font-size: 42px;
	}

	.mgb-hero__grid {
		min-height: 0;
		padding-bottom: 34px;
	}

	.mgb-hero__buttons,
	.mgb-cta__box div {
		flex-direction: column;
	}

	.mgb-stats {
		grid-template-columns: 1fr;
	}

	.mgb-feature-card {
		padding: 16px;
	}

	.mgb-section {
		padding: 46px 0;
	}

	.mgb-section h2,
	.mgb-method h2,
	.mgb-content h2,
	.mgb-cta h2,
	.mgb-faq h2 {
		font-size: 30px;
	}

	.mgb-casino-row {
		grid-template-columns: 42px minmax(0, 1fr);
		padding: 16px;
	}

	.mgb-casino-logo {
		grid-column: 1;
		grid-row: 2;
	}

	.mgb-casino-info {
		grid-column: 2;
		grid-row: 1 / span 2;
	}

	.mgb-rank {
		font-size: 25px;
		text-align: left;
	}

	.mgb-casino-cta {
		grid-column: 1 / -1;
	}

	.mgb-bonus-grid,
	.mgb-article-grid,
	.mgb-game-grid {
		grid-template-columns: 1fr;
	}

	.mgb-method__grid {
		gap: 38px;
	}
}
