/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~ Product and property of Titan Informatics LLC ~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
article {
	/*background: rgba(176, 30, 92, 0.8);*/
	width: calc(100% - 350px - 29px);
	margin: 0 29px 0 0;
}

article::after {
	content: "";
	height: 100%;
	position: absolute; top: 0;
	right: -15px;
	border-right: var(--border);
	pointer-events: none;
}


article ul,
article ol,
article li,
article p,
article h2,
article h3,
article h4,
article h5,
article h6 {
	/*font-weight: 300;*/
	width: 100%;
	margin: 10px 0 5px 0;
	position: relative;
	float: left;
}
article h2,
article h3,
article h4,
article h5,
article h6 {
	margin: 10px 0 0 0;
}
article h2,
article h3 {
	font-weight: 600;
	margin: 15px 0 0 0;
	padding: 5px 0 0 0;
}
article h2 {
	font-size: 1.375rem;
}
article h3 {
	font-size: 1.25rem;
}
article [data-part="title"] {
	font-weight: 900;
	font-size: 1.875rem;
	line-height: 2rem;

	/*width: 100%;*/
	margin: 0 auto 20px auto;
	left: 50%;
	transform: translateX(-50%);
}

article p {
	font-size: 1.125rem;
	line-height: 2.125rem;
}
article p:last-of-type {
	margin: 10px 0 0 0;
	background: yellow;
}

article [data-type="poll"] {
	margin: 30px 0 0 0;
}
article [data-type="poll"]::before {
	content: "";
	height: 0;
	margin: -15px 0 15px 0;
	position: relative;
	float: left;
	border-top: var(--border);
	pointer-events: none;
}
article [data-type="poll"] h2,
article [data-type="poll"] h3,
article [data-type="poll"] ul,
article [data-type="poll"] li {
	margin: unset;
}

article [data-type="advertisement"] {
	max-width: 450px;
	margin: 10px 0;
}

article header {
	max-width: unset;
	padding: 15px 0;
	left: unset;
	transform: unset;
	background: unset;
	border-top: var(--border);
	border-bottom: var(--border);
}
article header > section {
	font-size: 0.875rem;
	font-weight: 200;
	clear: left;
}
article header > section span {
	font-weight: 500;
	margin: 0 5px;
}
article header > section::before {
	line-height: auto;
	position: relative;
	float: left;
}
article header [data-part="author"]::before {content: "Author";}
article header [data-part="editor"]::before {content: "Editor";}
article header [data-part="created"]::before {content: "Published";}
article header [data-part="updated"]::before {content: "Updated";}



article {

}

@media (max-width: 1200px) {
	article {
		width: 100%;
	}
	article::after {
		content: unset;
	}
}