.age-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 6px;
	margin: 0 8px 0 0;
	border-radius: 50%;
	background: #1b2730;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.02em;
	vertical-align: middle;
}

.age-legal {
	clear: both;
	margin: 10px 0 0;
	padding: 10px 0 0;
	font-size: 12px;
	line-height: 1.45;
	color: #6f7d86;
}

.age-legal p {
	margin: 6px 0 0;
}

.bonus-page {
	max-width: 990px;
	margin: 0 auto 24px;
	padding: 0 12px 12px;
	box-sizing: border-box;
}

.bonus-page h1 {
	margin: 8px 0 12px;
	font-size: 24px;
	line-height: 1.25;
	color: #1b2730;
}

.bonus-lead {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.5;
	color: #3d4b55;
}

.bonus-table-wrap {
	overflow-x: auto;
	margin: 0 0 20px;
}

.bonus-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.4;
	color: #1b2730;
}

.bonus-table th,
.bonus-table td {
	border: 1px solid #dce8f0;
	padding: 10px 12px;
	text-align: left;
	white-space: nowrap;
}

.bonus-table th {
	background: #f5f8fa;
	font-weight: 700;
}

.bonus-table .bonus-stars {
	letter-spacing: 0.04em;
	color: #c9a227;
}

.bonus-cta {
	display: inline-block;
	padding: 8px 14px;
	border-radius: 8px;
	background: #34beb1;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.bonus-cta:hover,
.bonus-cta:focus {
	color: #fff;
	text-decoration: none;
	opacity: 0.95;
}

.bonus-cta-soon {
	background: #9aa7b0;
	cursor: default;
}

.bonus-header-badge {
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
}

@media (max-width: 768px) {
	.bonus-page h1 {
		font-size: 20px;
	}
	.bonus-table {
		font-size: 13px;
	}
}
