.rules-page {
	max-width: none;
}

.rules-lead {
	margin: 0 0 var(--space-xl);
	font-size: 1.05rem;
	line-height: 1.65;
	color: var(--color-text-muted);
}

.rules-section {
	margin-bottom: var(--space-xl);
	padding-bottom: var(--space-lg);
	border-bottom: 1px solid var(--color-border);
}

.rules-section:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.rules-section__title {
	margin: 0 0 var(--space-md);
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--color-brand-gold-light);
}

.rules-list {
	margin: 0;
	padding-left: 1.25rem;
	color: var(--color-text-muted);
}

.rules-list li {
	margin-bottom: var(--space-md);
	line-height: 1.65;
}

.rules-list li:last-child {
	margin-bottom: 0;
}

.rules-list strong {
	color: var(--color-text);
}
