/* ARTICLE DETAIL — harmonized with the precision-minimal design system */

a{
	text-decoration: none;
}

.article-content{
	min-height: 82vh;
	min-height: 82svh;
	width: 700px;
	max-width: 90%;
	margin: 0px auto;
	padding-bottom: 60px;
}
.article-picture{
	height: 300px;
	background-position: center;
	background-size: cover;
	border-bottom: 1px solid var(--line);
	filter: saturate(0.9);
}

@media screen and (max-width: 900px){
	.article-picture{
		height: 200px;
	}
}

.date-autor-info{
	font-family: Handjet, monospace;
	font-size: 17px;
	letter-spacing: 0.12em;
	color: var(--periwinkle);
	font-style: normal;
}

.article-overview{
	width: 440px;
	max-width: 100%;
	margin: 0px 0px;
	border: 1px solid var(--line);
	background-color: var(--card);
	padding: 18px 24px;
	font-size: 17px;
}
.article-overview span{
	font-family: Handjet, monospace;
	color: var(--periwinkle);
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}
.article-overview ul {
	list-style: none;
	margin-top: 8px;
}
.article-overview li {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 4px;
}
.article-overview li a{
	text-decoration: none;
	color: var(--ink);
	transition: color 0.2s;
}
.article-overview li a:hover{
	color: var(--periwinkle);
}
.article-overview li:before {
	content: "→";
	padding-right: 8px;
	color: var(--periwinkle);
}

.describe-buttonlink{
	display: block;
	width: fit-content;
	margin: 0px auto;
}

h1.article-maintitle{
	font-family: Teko, sans-serif;
	font-size: clamp(38px, 5vw, 56px);
	font-weight: 500;
	line-height: 0.95;
	text-transform: uppercase;
	color: var(--ink);
	border-left: none;
	padding-left: 0;
	display: inline-block;
	background-image: linear-gradient(var(--accent), var(--accent));
	background-repeat: no-repeat;
	background-size: 100% 26%;
	background-position: 0% 90%;
}
h2.article-secondtitle{
	font-family: Teko, sans-serif;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--deep);
	scroll-margin-block-start: 100px;
}
p.article-paragraph{
	font-size: 17px;
	line-height: 1.75;
	color: var(--ink-soft);
	text-align: left;
	hyphens: auto;
}
ul.article-listing{
	font-size: 17px;
	line-height: 1.7;
	color: var(--ink-soft);
	margin-left: 22px;
}
ul.article-listing b{
	color: var(--deep);
}

.mar-top-5{
	margin-top: 5px;
}
.mar-bot-5{
	margin-bottom: 5px;
}
.mar-bot-10{
	margin-bottom: 10px;
}
.mar-top-30{
	margin-top: 30px;
}
.mar-bot-30{
	margin-bottom: 30px;
}
.mar-top-60{
	margin-top: 60px;
}
.mar-bot-60{
	margin-bottom: 60px;
}
