/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~ Product and property of Titan Informatics LLC ~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
article {
	/*background: rgba(255, 255, 0, 0.4);*/
}
article::after {
	content: "";
	height: 100%;
	position: absolute; top: 0;	right: -14.5px;
	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 {
	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 [data-part="title"] {
	font-family: "Kanit-Medium";
	font-family: "IBMPlexSerif-Bold";
	font-size: 40px;
	line-height: 37px;

	/*width: 100%;*/
	margin: 0 auto 20px auto;
	left: 50%;
	transform: translateX(-50%);
}

article p {
/*	font-family: "EBGaramond-Regular";
	font-family: "Kanit-Light";
	font-family: "IBMPlexSerif-Regular";*/
	font-size: 1.125rem;
	line-height: 2.125rem;
}

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="poll"] h2,
article [data-type="poll"] h3 {
	padding: 5px 0;
}

article [data-type="advertisement"] {
	max-width: 450px;
	margin: 10px 0;
}

article header {
	padding: 10px 0;
	margin: 15px 0;
	border-top: var(--border);
	border-bottom: var(--border);
}
article header > section {
	font-family: "RobotoSlab-Light";
	font-family: "Kanit-Light";
	font-family: "IBMPlexSerif-Light";
	font-size: 1rem;
	clear: left;
}
article header > section span {
	font-family: "RobotoSlab-Regular";
	font-family: "Kanit-Regular";
	font-family: "IBMPlexSerif-SemiBold";
	/*font-size: clamp(1rem, 1vw + 0.5rem, 1.094rem);*/
	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;
	}
}