.brand-review {
	background: #fff;
	color: var(--cb-text);
	font-size: 16px;
	line-height: 1.66;
	overflow-x: hidden;
}

.brand-review-section {
	padding: 72px 0;
}

.brand-review-section--soft {
	background: var(--cb-soft-bg);
}

.brand-review-section--answer {
	padding-top: 38px;
}

.brand-review-section-head {
	max-width: 860px;
	margin: 0 auto 36px;
	text-align: center;
}

.brand-review-section-head--left {
	margin-right: 0;
	margin-left: 0;
	text-align: left;
}

.brand-review h1,
.brand-review h2,
.brand-review h3 {
	margin: 0;
	color: var(--cb-blue);
	letter-spacing: 0;
}

.brand-review h1 {
	max-width: 780px;
	font-size: 52px;
	line-height: 1.08;
}

.brand-review h2 {
	font-size: 34px;
	line-height: 1.18;
}

.brand-review h3 {
	font-size: 20px;
	line-height: 1.28;
}

.brand-review p {
	color: var(--cb-muted);
	font-size: 16px;
	line-height: 1.68;
}

.brand-review-section-head p {
	margin: 14px 0 0;
	font-size: 18px;
}

.brand-review-card {
	background: #fff;
	border: 1px solid var(--cb-border);
	border-radius: 18px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
	padding: 28px;
}

.brand-review-alert {
	margin-top: 22px;
	padding: 20px;
	background: #eaf8ef;
	border-left: 5px solid var(--cb-green);
	border-radius: 16px;
	color: #163b24;
	line-height: 1.62;
}

.brand-review-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
	color: var(--cb-muted);
	font-size: 14px;
	font-weight: 700;
}

.brand-review-breadcrumb a {
	color: var(--cb-blue-2);
}

.brand-review-eyebrow {
	margin: 0 0 14px;
	color: var(--cb-blue-2) !important;
	font-size: 15px !important;
	font-weight: 800;
}

.brand-review-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.brand-review-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 14px 22px;
	border-radius: 999px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
}

.brand-review-button--primary {
	background: var(--cb-green);
	color: #fff;
}

.brand-review-button--primary:hover,
.brand-review-button--primary:focus-visible {
	background: var(--cb-green-dark);
	color: #fff;
}

.brand-review-button--secondary {
	background: #fff;
	color: var(--cb-blue);
	border: 1px solid #d1d5db;
}

.brand-review-button--secondary:hover,
.brand-review-button--secondary:focus-visible {
	border-color: var(--cb-blue);
	color: var(--cb-blue);
}

.brand-review-button--light {
	border-color: rgba(255, 255, 255, 0.36);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.brand-review-button--light:hover,
.brand-review-button--light:focus-visible {
	border-color: #fff;
	color: #fff;
}

.brand-review-hero {
	background: linear-gradient(180deg, #eef5ff 0%, #fff 100%);
}

.brand-review-hero__inner {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 52px;
	align-items: center;
	padding-top: 76px;
	padding-bottom: 76px;
}

.brand-review-hero__intro {
	max-width: 740px;
	margin: 20px 0 28px;
	font-size: 19px !important;
}

.brand-review-disclaimer {
	max-width: 740px;
	margin: -8px 0 24px;
	padding: 14px 18px;
	background: rgba(24, 166, 58, 0.08);
	border-left: 4px solid var(--cb-green);
	border-radius: 14px;
	color: #163b24 !important;
	font-weight: 700;
}

.brand-review-hero-card {
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
}

.brand-review-hero-card h2 {
	font-size: 25px;
}

.brand-review-hero-card dl {
	display: grid;
	gap: 14px;
	margin: 22px 0;
}

.brand-review-hero-card div {
	padding-bottom: 14px;
	border-bottom: 1px solid var(--cb-border);
}

.brand-review-hero-card dt {
	color: var(--cb-muted);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.brand-review-hero-card dd {
	margin: 4px 0 0;
	color: var(--cb-blue);
	font-weight: 800;
}

.brand-review-hero-card p {
	margin: 0;
	font-weight: 800;
}

.brand-review-answer {
	background: #eef5ff;
	border: 1px solid #dcebff;
	border-radius: 20px;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
	padding: 30px;
}

.brand-review-answer__grid,
.brand-review-trust-grid,
.brand-review-ratings,
.brand-review-payments,
.brand-review-features,
.brand-review-support,
.brand-review-pros-cons,
.brand-review-best-for,
.brand-review-related,
.brand-review-info-grid {
	display: grid;
	gap: 18px;
}

.brand-review-trust-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 24px;
}

.brand-review-trust-grid article {
	background: #fff;
	border: 1px solid #dcebff;
	border-radius: 16px;
	padding: 20px;
}

.brand-review-trust-grid h3 {
	margin-bottom: 10px;
	font-size: 18px;
}

.brand-review-trust-grid p {
	margin: 0;
}

.brand-review-trust-grid p + p {
	margin-top: 10px;
}

.brand-review-path-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.brand-review-answer__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 24px;
}

.brand-review-answer__grid div {
	padding: 18px;
	background: #fff;
	border: 1px solid #dcebff;
	border-radius: 16px;
}

.brand-review-answer__grid span {
	display: block;
	margin-bottom: 6px;
	color: var(--cb-muted);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.brand-review-answer__grid strong {
	color: var(--cb-blue);
	font-size: 16px;
	overflow-wrap: anywhere;
}

.brand-review-answer__notes {
	display: grid;
	gap: 10px;
	margin-top: 22px;
}

.brand-review-answer__notes p {
	margin: 0;
}

.brand-review-table-wrap {
	width: 100%;
	overflow: hidden;
	border-radius: 18px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.brand-review-facts {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid var(--cb-border);
}

.brand-review-facts th,
.brand-review-facts td {
	padding: 18px;
	border-bottom: 1px solid var(--cb-border);
	color: var(--cb-text);
	font-size: 16px;
	line-height: 1.55;
	text-align: left;
	vertical-align: top;
}

.brand-review-facts thead th {
	background: var(--cb-blue);
	color: #fff;
	font-weight: 800;
}

.brand-review-facts tbody th {
	color: var(--cb-blue);
	font-weight: 800;
}

.brand-review-facts a,
.brand-review-inline-links a,
.brand-review-responsible a,
.brand-review-link-card em {
	color: var(--cb-green);
	font-weight: 800;
}

.brand-review-verdict,
.brand-review-methodology,
.brand-review-official-confirmation,
.brand-review-bonus,
.brand-review-mobile {
	padding: 34px;
}

.brand-review-best-grid,
.brand-review-methodology__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.brand-review-best-grid article,
.brand-review-info-grid article {
	background: var(--cb-soft-bg);
	border: 1px solid var(--cb-border);
	border-radius: 16px;
	padding: 22px;
}

.brand-review-check-list {
	padding: 0;
	margin: 18px 0 0;
	list-style: none;
}

.brand-review-check-list li {
	position: relative;
	padding-left: 30px;
	color: var(--cb-text);
	font-weight: 700;
	line-height: 1.58;
}

.brand-review-check-list li + li {
	margin-top: 12px;
}

.brand-review-check-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--cb-green);
	font-weight: 900;
}

.brand-review-check-list--muted li::before {
	content: "•";
	color: var(--cb-blue-2);
}

.brand-review-ratings {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.brand-review-ratings strong {
	display: block;
	margin: 14px 0 12px;
	color: var(--cb-blue);
	font-size: 28px;
	line-height: 1;
}

.brand-review-score-bar {
	height: 9px;
	overflow: hidden;
	background: var(--cb-light-blue);
	border-radius: 999px;
}

.brand-review-score-bar span {
	display: block;
	height: 100%;
	background: var(--cb-green);
	border-radius: inherit;
}

.brand-review-number-list {
	display: grid;
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.brand-review-number-list li {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--cb-text);
	font-weight: 800;
}

.brand-review-number-list span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: var(--cb-blue);
	color: #fff;
	font-weight: 900;
}

.brand-review-number-list--stacked li {
	align-items: flex-start;
}

.brand-review-number-list--stacked strong {
	display: block;
	color: var(--cb-blue);
}

.brand-review-number-list--stacked p {
	margin: 4px 0 0;
}

.brand-review-methodology__notes p {
	margin: 0 0 14px;
}

.brand-review-safety {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 22px;
}

.brand-review-inline-links {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 22px;
}

.brand-review-payments,
.brand-review-features {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.brand-review-payments strong,
.brand-review-features strong {
	display: block;
	margin: 12px 0;
	color: var(--cb-blue);
}

.brand-review-section-cta {
	margin-top: 26px;
	text-align: center;
}

.brand-review-section-cta--left {
	text-align: left;
}

.brand-review-info-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 22px;
}

.brand-review-three-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-review-support {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-review-support-channels {
	margin-top: 22px;
}

.brand-review-pros-cons,
.brand-review-best-for {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brand-review-related {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-review-link-card {
	display: flex;
	flex-direction: column;
	min-height: 176px;
	color: var(--cb-text);
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.brand-review-link-card:hover,
.brand-review-link-card:focus-visible,
.brand-review-faq__item:hover {
	transform: translateY(-2px);
	border-color: rgba(24, 166, 58, 0.28);
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.09);
}

.brand-review-link-card strong {
	color: var(--cb-blue);
	font-size: 18px;
}

.brand-review-link-card span {
	margin: 10px 0 20px;
	color: var(--cb-muted);
	font-style: normal;
}

.brand-review-link-card em {
	margin-top: auto;
	font-style: normal;
}

.brand-review-link-card em::after {
	content: "→";
	margin-left: 8px;
}

.brand-review-faq__list {
	display: grid;
	gap: 14px;
	max-width: 960px;
	margin: 0 auto;
}

.brand-review-faq__item {
	padding: 0;
	overflow: hidden;
}

.brand-review-faq__item summary {
	padding: 20px 24px;
	color: var(--cb-blue);
	font-size: 17px;
	font-weight: 800;
	cursor: pointer;
}

.brand-review-faq__item p {
	padding: 0 24px 22px;
	margin: 0;
}

.brand-review-responsible {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 20px;
	margin-top: 0;
}

.brand-review-responsible h2 {
	font-size: 28px;
}

.brand-review-age {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 999px;
	background: var(--cb-green);
	color: #fff;
	font-size: 20px;
	font-weight: 900;
}

.brand-review-final-cta {
	padding-top: 28px;
}

.brand-review-final-cta__box {
	padding: 50px;
	background: linear-gradient(135deg, var(--cb-blue) 0%, var(--cb-blue-2) 100%);
	border-radius: 22px;
	color: #fff;
	text-align: center;
}

.brand-review-final-cta h2 {
	color: #fff;
	font-size: 38px;
}

.brand-review-final-cta p {
	max-width: 760px;
	margin: 14px auto 24px;
	color: #fff;
	font-size: 17px;
}

.brand-review-final-cta .brand-review-actions {
	justify-content: center;
}

.brand-review-final-cta__disclosure {
	margin-bottom: 0 !important;
	color: #d8e2f0 !important;
	font-size: 14px !important;
}

.brand-review-check-list li::before {
	content: "\2713";
}

.brand-review-check-list--muted li::before {
	content: "\2022";
}

.brand-review-check-list--attention li::before {
	content: "!";
	color: #b45309;
}

.brand-review-link-card em::after {
	content: "\2192";
}

.brand-review-actions--center {
	justify-content: center;
	margin-top: 26px;
}

.brand-review-check-list--columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 22px;
}

.brand-review-check-list--columns li + li {
	margin-top: 0;
}

.brand-review-warning-list {
	display: grid;
	gap: 12px;
	padding: 0;
	margin: 18px 0 0;
	list-style: none;
}

.brand-review-warning-list li {
	position: relative;
	padding-left: 30px;
	color: var(--cb-text);
	font-weight: 700;
	line-height: 1.58;
}

.brand-review-warning-list li::before {
	content: "!";
	position: absolute;
	left: 0;
	color: #b45309;
	font-weight: 900;
}

.brand-review-steps {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.brand-review-steps span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 16px;
	border-radius: 999px;
	background: var(--cb-blue);
	color: #fff;
	font-weight: 900;
}

.brand-review-link-card small {
	display: block;
	margin: 10px 0 20px;
	color: var(--cb-muted);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.58;
}

.brand-review-hero-card--checklist p {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid var(--cb-border);
	color: var(--cb-muted);
	font-weight: 700;
}

.brand-review-split {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 24px;
	align-items: start;
}

.brand-review-check-list--warning li::before {
	content: "!";
	color: #b45309;
}

.brand-review-bet365 .brand-review-best-for {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}


@media (max-width: 1100px) {
	.brand-review-ratings,
	.brand-review-payments,
	.brand-review-features,
	.brand-review-related,
	.brand-review-path-grid,
	.brand-review-three-grid,
	.brand-review-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.brand-review-hero__inner,
	.brand-review-safety,
	.brand-review-split,
	.brand-review-methodology__grid {
		grid-template-columns: 1fr;
	}

	.brand-review-hero__inner {
		padding-top: 58px;
		padding-bottom: 58px;
	}
}

@media (max-width: 640px) {
	.brand-review-section {
		padding: 48px 0;
	}

	.brand-review-section--answer {
		padding-top: 32px;
	}

	.brand-review-hero__inner {
		padding-top: 44px;
		padding-bottom: 44px;
	}

	.brand-review h1 {
		font-size: 36px;
		line-height: 1.12;
	}

	.brand-review h2 {
		font-size: 28px;
	}

	.brand-review-section-head p,
	.brand-review-hero__intro {
		font-size: 16px !important;
	}

	.brand-review-actions,
	.brand-review-button {
		width: 100%;
	}

	.brand-review-answer__grid,
	.brand-review-trust-grid,
	.brand-review-best-grid,
	.brand-review-ratings,
	.brand-review-payments,
	.brand-review-features,
	.brand-review-support,
	.brand-review-pros-cons,
	.brand-review-best-for,
	.brand-review-bet365 .brand-review-best-for,
	.brand-review-related,
	.brand-review-info-grid,
	.brand-review-check-list--columns,
	.brand-review-steps {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.brand-review-path-grid,
	.brand-review-three-grid {
		grid-template-columns: 1fr;
	}

	.brand-review-card,
	.brand-review-answer,
	.brand-review-verdict,
	.brand-review-methodology,
	.brand-review-bonus,
	.brand-review-mobile,
	.brand-review-final-cta__box {
		padding: 24px;
	}

	.brand-review-table-wrap {
		box-shadow: none;
	}

	.brand-review-facts,
	.brand-review-facts thead,
	.brand-review-facts tbody,
	.brand-review-facts tr,
	.brand-review-facts th,
	.brand-review-facts td {
		display: block;
		width: 100%;
	}

	.brand-review-facts thead {
		display: none;
	}

	.brand-review-facts {
		border: 0;
		background: transparent;
	}

	.brand-review-facts tr {
		margin-bottom: 16px;
		overflow: hidden;
		background: #fff;
		border: 1px solid var(--cb-border);
		border-radius: 18px;
		box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
	}

	.brand-review-facts th,
	.brand-review-facts td {
		border-bottom: 1px solid var(--cb-border);
	}

	.brand-review-facts th::before,
	.brand-review-facts td::before {
		content: attr(data-label);
		display: block;
		margin-bottom: 4px;
		color: var(--cb-muted);
		font-size: 12px;
		font-weight: 800;
		text-transform: uppercase;
	}

	.brand-review-facts tr > *:last-child {
		border-bottom: 0;
	}

	.brand-review-responsible {
		grid-template-columns: 1fr;
	}

	.brand-review-final-cta h2 {
		font-size: 30px;
	}
}
