.article-content img {
	max-width: 100%;
}

.list-item {
	margin-bottom: 2.8rem;
}

.list-item p:empty {
	display: none;
}

.title-and-date-item {
	margin-bottom: 1.8rem;
}

.tile-item {
	margin-bottom: 1.5rem;
}


.title-and-date-item,
.tile-item,
.list-item,
.title-and-date-item a,
.tile-item a,
.list-item a {
	color: var(--text-primary);
}


.tile-item .title,
.list-item .title {
	font-weight: 400;
	font-size: 1.30rem;
	line-height: 1.5rem;
	text-overflow: ellipsis;
	box-sizing: border-box;
	overflow: hidden;
}

.description-item {
    font-size: 1.1rem;
}

.tile-item .title *, .list-item .title * {
	text-overflow: ellipsis;
	overflow: hidden;
}

.tile-item .title {
	padding: 1em .75em;
	background-color: var(--white-blue);
}


.title-and-date-item img,
.tile-item img,
.list-item img {
	width: 100%;
	object-fit: contain;
	object-position: center;

}

.tile-item .image {
	position: relative;
}

.tile-item .image .pubdate {
	position: absolute;
	bottom: .75rem;
	left: 1.75rem;
}

.tile-item .btn-blue {
	background-color: #2169BF;
}




.doc-news-item {
	margin-bottom: 1.5rem;
	text-decoration: underline;
	color: var(--blue);
	font-size: 19px;
}

.doc-news-item .title {
	font-weight: 400;

	position: relative;
	width: 100%;
	padding-left: 30px;
}

.doc-news-item .title::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 30px;
	height: 100%;
	background: url(/themes/kam_gov/share/images/report-bullet.png) left 5px no-repeat;
}