.in-template p a {
	/* dla długich linków w  desc */
	word-break: break-all;
}

.in-template time {
	font-size: 0.875rem;
	margin-bottom: 0.5rem;
	display: block;
	margin-bottom: 1.5rem;
}

.in-template time i {
	color: var(--text4);
}

/* .in-template a {
	color: var(--link3);
} */

.in-template a:hover {
	text-decoration: underline;
}

.in-template img {
	max-width: 100%;
	height: auto;
}

/* ASIDE */

aside {
	display: flex;
	flex-direction: column;
}

aside > *:not(:last-child),
aside > .boxes > *:not(:last-child) {
	margin-bottom: 2rem;
}

aside a:hover {
	color: var(--link3);
	text-decoration: underline;
}

aside .title.display-3 {
	padding-left: 1rem;
	border-left: 5px solid var(--border3);
	font-weight: bold;
	margin-bottom: 0.725rem;
}
