/*
 * Full width article layout.
 */

article.article--full-width {

	/* Zero out the left side indent used by the article number. */
	--article-indent: 0;

	/* Hide the article number. */
	.article__number {
		display: none;
	}

	/* Disable link behavior for the article title. */
	.article__title a {
		pointer-events: none;  /* no click/hover */
		cursor: default;
		color: inherit;
		text-decoration: none;
	}
}
