#pageTitle {
	font-size: 3rem;
}

.ruleSection {
	width: 85%;
	height: auto;
	padding: 2%;
	box-sizing: border-box;
	border: 2px solid var(--secondary);
	border-radius: 16px;
	margin-top: 2%;
	-webkit-box-shadow: inset 0px 0px 8px 0px var(--secondary);
	-moz-box-shadow: inset 0px 0px 8px 0px var(--secondary);
	box-shadow: inset 0px 0px 8px 0px var(--secondary);
}

.ruleSection > h2 {
	border-bottom: 2px solid var(--secondary);
}

@media (max-width: 992px) {
	#pageTitle {
		font-size: 1.5rem;
	}
	
	.ruleSection {
		width: 95%;
	}
	
	.ruleSection > h1 {
		font-size: 1.2rem;
	}
	
	.ruleSection > ol > li {
		font-size: 12px;
	}
	
}

.mention {
	border-radius: 3px;
	padding: 0 2px;
}

.interactive {
	-webkit-transition: background-color 50ms ease-out, color 50ms ease-out;
	transition: background-color 50ms ease-out, color 50ms ease-out;
	cursor: pointer;
}

.wrapper-1ZcZW- {
	border-radius: 3px;
	padding: 0 2px;
	font-weight: 500;
	unicode-bidi: -moz-plaintext;
	unicode-bidi: plaintext;
	color: 235 calc(1 * 86.2%) 88.6%;
	background: hsl(235 calc(1 * 85.6%) 64.7%/0.3);
}

.wrapper-Red {
  border-radius: 3px;
	padding: 0 2px;
	font-weight: 500;
	unicode-bidi: -moz-plaintext;
	unicode-bidi: plaintext;
	color: #FF0000;
  background: hsla(0, 100%, 50%, 0.3);
}

.mention.interactive:hover {
	text-decoration: underline;
}

.interactive:hover {
	color: hsl(0 calc(1 * 0%) 100%/1);
	background-color: hsl(235 calc(1 * 85.6%) 64.7%/1);
}

.mention {
	border-radius: 3px;
	padding: 0 2px;
}

.interactive {
	-webkit-transition: background-color 50ms ease-out, color 50ms ease-out;
	transition: background-color 50ms ease-out, color 50ms ease-out;
	cursor: pointer;
}

.wrapper-1ZcZW- {
	font-weight: 500;
	unicode-bidi: plaintext;
	background: hsl(235 calc(1 * 85.6%) 64.7%/0.3);
}
