.news-list { }

.news-list .panel {
	background-color: var(--lq-bg-light);
	border-radius: 1.5rem;
}

.news-list .card {
	--bs-card-title-color: --bs-body-color;
	--bs-card-border-width: 0rem;
}

.news-list .card-title,
.news-list .card-title a {
	text-decoration: none;
}

.news-list .card-title a:hover {
	text-decoration: underline;
}

.news-list-icon {
	display: block;
	min-width: 15px;
	height: 15px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.news-list-icon-eye { background-image: url(images/eye.svg); }
.news-list-icon-calendar { background-image: url(images/calendar.svg); }
.news-list-icon-tag { background-image: url(images/tag.svg); }
.news-list-icon-user { background-image: url(images/user.svg); }
.news-list-icon-comments { background-image: url(images/comments.svg); }

@media (max-width: 1199.98px) {
	.news-list .panel {
		border-radius: 1.0rem;
	}
}

@media (max-width: 767.98px) {
	.news-list .panel {
		border-radius: 0.75rem;
	}
}