.newsList {
	grid-column: 1 / -1;
}


.newsEntry {	
	--flow-space: 0.7rem;

	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	
	text-decoration: none;
}

.newsEntry__info {
	flex: 1 1 auto;
	padding: 0 1em;
}


	.newsEntry time {
		font-size: 0.9em;
		font-family: var(--fontFamily2);
		font-weight: 300;
	}

	.newsEntry picture {
		overflow: hidden;
		border-radius: var(--borderRadius1);
		border: 1px solid var(--color__silver);
	}

	.newsEntry h2 {
		color: var(--color__black);
		font-size: var(--fontSize3);
	}






.novica h1 {
	margin-bottom: 0.5em;
}

.novica__subtitle {
	text-align: center;
}

.novica__subtitle + h1{
	margin-top: 0.2em;
}


.novica__related h2 {
	text-align: center;
}







@media (min-width: 65em) {
	.wrapper--narrow h1 {
		grid-column: var(--wrapper__gridOffset);
	}
	
	.potepanja .wPotepanja .pList {
		justify-content: center;
	}
}