.article, .description {
	box-shadow: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: justify;
}


.article hgroup h1 {
	margin: 0 0 .67em 0;
	font-size: 4em;
	line-height: 1;
}
.article hgroup h2 {
	line-height: 1;
	font-weight: 300!important;
	font-size: 1.2em;
/* 	font-style: italic; */
	margin-top: -.3em;
	margin-bottom: 1em;
}
.article time {
	float: right;
}

.article table {
	width: auto;
	margin: .25em 0;
}
.content ul li {
	list-style-type: none;
/* 	display: inline-block; */
	text-indent: 1ch;
	position: relative;
}
.content ul li::before {
	content: '-';
	position: absolute;
	left: -1ch;
}

.content ol li {
	list-style-type: decimal;
}

.content, .summary {
	display: block!important;
	--x-height-multiplier: 0.375;
	--baseline-multiplier: 0.17;
	font-weight: 300;
	font-style: normal;
/*     font-size: 1.3em; */
/*     line-height: 1.58; */
/*     letter-spacing: -.003em; */
	color: color-mix(in srgb, var(--color-text) 84%, transparent);

	text-align: justify;
	margin-top: -.2em;

	text-wrap: pretty;
}
.content::after {
	content: "";
	display: table;
	clear: both;
}
.content p, .content ul, .content ol {
	margin: 0 0 1em;
	clear: left;
}
.content li > p {
	display: inline-block;
	padding-left: 1ch;
	text-indent: 0em;
}

.content p:last-child {
	margin-bottom: 1em;
	padding-bottom: 0;
	border-bottom: 0 none;
}

.summary {
	margin-bottom: 2em;
}

.article > .aside {
	font-family: Lucida Grande;
	margin: 30px 20px;
	color: #666;
	font-size: 0.8em;
}

.line-numbers a {
	text-decoration: none;
	color: var(--color-text-strong);
	padding-right: 1em;
}

.article code {
	background: var(--color-surface-muted);
	padding: 2px 5px;
}

.article pre {
	background: var(--color-surface-muted);
	padding: 10px 15px;
	overflow: auto;
}

.article pre > code {
	padding: 0;
}

.content figure, .summary figure {
	margin: .5em 1em .5em 0;
	display: inline-block;
	vertical-align: top;
}

.content figure img, .summary figure img {
	width: 100%;
	max-height: 50vh;
}

.content figure + br, .summary figure + br {
	clear: left;
}

.content figure figcaption, .summary figure figcaption {
	color: var(--color-text-soft);
	font-style: italic;
	font-size: 0.8em;
}

.content blockquote, .summary blockquote {
	margin: 0px 0;
	color: var(--color-text-soft);
	border-left: 3px solid var(--color-text-strong);
	padding-left: 10px;
}



@media (min-height: 400px) {
	.content, .summary {
/*
		-webkit-columns: auto 22em;
		-moz-columns: auto 22em;
		columns: auto 22em;
		-webkit-column-gap: 2em;
		-moz-column-gap: 2em;
		column-gap: 2em;
		-webkit-column-rule: 1px dotted #ddd;
		-moz-column-rule: 1px dotted #ddd;
		column-rule: 1px dotted #ddd;
		-webkit-column-fill: auto;
		-moz-column-fill: auto;
		column-fill: auto;
*/
/* 		height: 4em; */
/* 		min-height: 4em; */

/* 		padding-bottom: 1em; */
	}
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6
{
/*
	-webkit-column-span: all;
	-moz-column-span: all;
	column-span: all;
*/
/*
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
*/

	height: auto;
	min-height: auto;

	font-size: 1em;
}

@media (min-width: 500px) {
	.content, .summary {
		height: auto;
	}
}

.article  strong {
	font-weight: 400;
	color: var(--color-text-strong);
}

.article  em {
	color: color-mix(in srgb, var(--color-text) 78%, transparent);
	font-style: italic;
}

.article footer {
	border-top: 1px dashed var(--color-border-subtle);
	margin: 1em 0;
	padding: .5em;
	font-size: .8em;
}
.article footer ul {
	list-style-type: none;
}
.article footer li {
	display: inline;
}
.article footer li::after {
	content: ", ";
}
.article footer li:last-child::after {
	content: "";
}
