/* news */
div.news_container
{
	display: flex;
	justify-content: flex-start;
	padding-top: 8px;
	padding-bottom: 15px;
}

.news_title
{
	font-weight: bold;
	font-size: 1.3em;
	margin-top: 0;
	margin-bottom: 8px;
}

div.news_date
{
	font-weight: normal;
	color: #888;
	margin-top: 3px;
}

div.news_category
{
	margin-top: 6px;
}

div.news_content
{
	width: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

div.news_author
{
	height: 40px;
	margin-top: 8px;
	text-align: left;
	color: #999;
}

div.news_separator
{
	clear: both;
	overflow: hidden;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #ccc;
}

/* gdy jest z boku ikona np kalendarz */
div.news_icon
{
	float: left;
	width: 5%;
}

div.news_icon i
{
	font-size: 28px;
	color: #aaa;
}

div.news_wrapper
{
	box-sizing: border-box;
	width: 95%;
}

/* zdjęcie do skrótu newsa */
img.short_news_image
{
	width: 200px;
	height: 128px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

/* --- zdjęcia przypisane do newsa --- */

/* wszystkie zdjęcia po prawej */
div.news_images
{
	margin-left: 20px;
	float: right;
	width: 300px;
}

/* wszystkie zdjęcia na dole */
/*
div.news_images
{
	margin-top: 10px;
}
*/

div.news_images img
{
	width: 300px;
	height: auto;
	margin-bottom: 8px;
}

/* jeżeli pierwsze zdjęcie jest oblewane tekstem */
img.news_single_image
{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}


/* Ostatnie newsy */
div.last_news
{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 30px;
}

div.single_news_item
{
	width: 296px;
}

div.single_news_item h4
{
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 24px;
	line-height: 1.2;
}

div.single_news_item a.button
{
	display: block;
	width: 70%;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	text-align: center;
}


/* link "pokaż wszystkie" */
a.last_news_all
{
	display: block;
	float: right;
	margin-top: 5px;
	background: #328383;
	color: #fff;
	font-weight: normal;
	padding: 3px 10px 4px 10px;
}

a.last_news_all:hover
{
	background: #666;
}
