/* Shared rights notice at the end of public detail pages. */
.cs2-rights-disclaimer {
	max-width: 1440px;
	margin: 28px auto 0;
	padding: 16px 20px;
	border-top: 1px solid var(--cs2-border);
	color: var(--cs2-text-muted);
	font-size: 13px;
	line-height: 1.6;
}

.cs2-rights-disclaimer p {
	max-width: 1040px;
	margin: 0;
}

.content-section--entity .cs2-rights-disclaimer,
.content-section--match .cs2-rights-disclaimer,
.cs2-detail-page .cs2-rights-disclaimer {
	width: 100%;
}

@media (max-width: 680px) {
	.cs2-rights-disclaimer {
		margin-top: 18px;
		padding: 14px 2px;
		font-size: 12px;
	}
}
