.safety-authorization-guide {
	overflow-wrap: anywhere;
}

.safety-authorization-guide .auth-hero-risk {
	color: #526b84;
	font-size: 13px;
	font-weight: 700;
	margin: 20px 0 0;
}

.auth-risk-strip {
	background: #fff8e8;
	border-bottom: 1px solid #f1d59b;
	color: #704214;
	padding: 17px 0;
}

.auth-risk-strip .cb-container {
	display: flex;
	gap: 12px 22px;
	justify-content: center;
	text-align: center;
}

.auth-table-scroll {
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.auth-table {
	background: #fff;
	border-collapse: collapse;
	min-width: 660px;
	width: 100%;
}

.auth-table--three {
	min-width: 760px;
}

.auth-table th,
.auth-table td {
	border: 1px solid #d9e2ec;
	padding: 15px 17px;
	text-align: left;
	vertical-align: top;
}

.auth-table th {
	background: #0b2447;
	color: #fff;
	font-size: 14px;
}

.auth-table tbody tr:nth-child(even) {
	background: #f8fafc;
}

.auth-betbr-card {
	background: #edf6ff;
	border: 1px solid #acd1ec;
	border-left: 5px solid #2786c7;
	border-radius: 8px;
	display: grid;
	gap: 30px;
	grid-template-columns: 1.25fr .75fr;
	padding: 30px;
}

.auth-warning-section {
	background: #fff8e8;
}

.auth-compare-grid,
.auth-dual-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.auth-compare-card,
.auth-action-card {
	border: 1px solid #d9e2ec;
	border-radius: 8px;
	padding: 26px;
}

.auth-compare-card ul,
.auth-action-card ul {
	margin-bottom: 0;
	padding-left: 20px;
}

.auth-compare-card--safe {
	background: #eaf8ef;
	border-left: 4px solid #16a34a;
}

.auth-compare-card--risk {
	background: #fff8e8;
	border-left: 4px solid #c56a12;
}

.auth-action-card h2 {
	font-size: 26px;
}

@media (max-width: 760px) {
	.auth-risk-strip .cb-container {
		flex-direction: column;
	}

	.auth-betbr-card,
	.auth-compare-grid,
	.auth-dual-grid {
		grid-template-columns: 1fr;
	}

	.auth-table {
		min-width: 620px;
	}

	.auth-table--three {
		min-width: 740px;
	}
}
