/* Панель внутри белой карточки: «Назад» слева, меню справа */
.clio-rules-card-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	min-height: 44px;
	gap: 12px;
}

.clio-rules-topbar-back {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	max-width: 55%;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

.clio-rules-topbar-menu {
	flex-shrink: 0;
	margin-left: auto;
}

/* Типографика страницы правил (как в макете «шб») */
.rules-content {
	font-size: 15px;
	line-height: 1.45;
}

.rules-content h1 {
	font-size: 19px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 8px;
}

.rules-content .main-block h1 {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #707579;
	padding: 16px 16px 8px;
	margin: 0;
}

.rules-content h2 {
	font-size: 17px;
	font-weight: 600;
	margin-top: 16px;
	margin-bottom: 8px;
}

.rules-content p {
	margin: 0 0 10px;
}

.rules-content a {
	color: #007aff;
	text-decoration: none;
}

.rules-content a:hover {
	text-decoration: underline;
}

@media (prefers-color-scheme: dark) {
	.rules-content h1,
	.rules-content h2,
	.rules-content p {
		color: #000000;
	}
	.rules-content .main-block h1 {
		color: #707579;
	}
}
