.uni-news-module {
	margin: 0 0 34px;
}

.uni-news-module .heading,
.uni-news-module .sc-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 66px;
	margin: 0 0 18px;
	padding: 14px 22px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 18px;
	background: #18232e;
	box-shadow: none;
	text-align: center;
	cursor: default;
}

.uni-news-module .heading:before,
.uni-news-module .heading:after,
.uni-news-module .sc-heading:before,
.uni-news-module .sc-heading:after {
	display: none;
}

.uni-news-module .heading span,
.uni-news-module .sc-heading span {
	display: block;
	max-width: 100%;
	overflow: hidden;
	color: #f8fafc;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: -.02em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.uni-news-module .news_module {
	position: relative;
	overflow: hidden;
}

.uni-news-module .uni-module-wrapper {
	margin: 0;
	background: transparent;
}

.uni-news-module .news {
	padding: 0;
	background: transparent;
}

.uni-news-module .news:before,
.uni-news-module .news:after {
	display: none;
}

.uni-news-module .uni-news-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 18px;
	background: #18232e;
	box-shadow: none;
}

.uni-news-module .uni-news-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 188px;
	margin: 0 0 14px;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, .06);
	border-radius: 14px;
	background: #131d28;
	overflow: hidden;
}

.uni-news-module .uni-news-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.uni-news-module .uni-news-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

.uni-news-module .name {
	margin: 0 0 10px;
}

.uni-news-module .name a {
	display: -webkit-box;
	overflow: hidden;
	color: #f8fafc;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.22;
	letter-spacing: -.02em;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.uni-news-module .name a:hover,
.uni-news-module .name a:focus {
	color: #7ef0a0;
	text-decoration: none;
}

.uni-news-module .description {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 0 14px;
	color: #9fb0c5;
	font-size: 14px;
	line-height: 1.62;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.uni-news-module .posted {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: auto;
	padding: 12px 0 0;
	border-top: 1px solid rgba(255, 255, 255, .06);
	color: #8ea0b6;
	font-size: 13px;
	font-weight: 500;
}

.uni-news-module .posted span,
.uni-news-module .posted a {
	float: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	line-height: 1.2;
}

.uni-news-module .posted span + span {
	margin: 0;
	padding: 0;
	border: 0;
}

.uni-news-module .posted i {
	margin: 0;
}

.uni-news-module .posted a {
	margin-left: auto;
	color: #35e176;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	text-decoration: none;
}

.uni-news-module .posted a:hover,
.uni-news-module .posted a:focus {
	color: #7ef0a0;
	text-decoration: none;
}

.uni-news-module .news-one-column .uni-news-card {
	flex-direction: row;
	align-items: stretch;
}

.uni-news-module .news-one-column .uni-news-card__media {
	flex: 0 0 220px;
	height: auto;
	margin: 0 16px 0 0;
}

.uni-news-module .news-one-column .uni-news-card__body {
	min-width: 0;
}

#column-left .uni-news-module .heading,
#column-right .uni-news-module .heading,
#column-left .uni-news-module .sc-heading,
#column-right .uni-news-module .sc-heading {
	min-height: 58px;
	padding: 12px 16px;
	border-radius: 16px;
}

#column-left .uni-news-module .heading span,
#column-right .uni-news-module .heading span,
#column-left .uni-news-module .sc-heading span,
#column-right .uni-news-module .sc-heading span {
	font-size: 20px;
	white-space: normal;
}

#column-left .uni-news-module .uni-news-card,
#column-right .uni-news-module .uni-news-card {
	padding: 12px;
	border-radius: 16px;
}

#column-left .uni-news-module .uni-news-card__media,
#column-right .uni-news-module .uni-news-card__media {
	height: 164px;
}

#column-left .uni-news-module .name a,
#column-right .uni-news-module .name a {
	font-size: 16px;
}

#column-left .uni-news-module .description,
#column-right .uni-news-module .description {
	font-size: 13px;
	-webkit-line-clamp: 3;
}

@media (max-width: 1199px) {
	.uni-news-module .heading span,
	.uni-news-module .sc-heading span {
		font-size: 22px;
	}

	.uni-news-module .uni-news-card__media {
		height: 172px;
	}
}

@media (max-width: 767px) {
	.uni-news-module .heading,
	.uni-news-module .sc-heading {
		min-height: 58px;
		padding: 12px 16px;
		border-radius: 16px;
	}

	.uni-news-module .heading span,
	.uni-news-module .sc-heading span {
		font-size: 20px;
		white-space: normal;
	}

	.uni-news-module .uni-news-card {
		padding: 12px;
		border-radius: 16px;
	}

	.uni-news-module .uni-news-card__media {
		height: 168px;
		margin-bottom: 12px;
	}

	.uni-news-module .name a {
		font-size: 16px;
		-webkit-line-clamp: 3;
	}

	.uni-news-module .description {
		margin-bottom: 12px;
		font-size: 13px;
		-webkit-line-clamp: 4;
	}

	.uni-news-module .posted {
		gap: 8px 12px;
		font-size: 12px;
	}

	.uni-news-module .posted a {
		margin-left: 0;
	}

	.uni-news-module .news-one-column .uni-news-card {
		flex-direction: column;
	}

	.uni-news-module .news-one-column .uni-news-card__media {
		flex: 0 0 auto;
		margin: 0 0 12px;
	}
}

html[data-theme="light"] .uni-news-module .heading,
html[data-theme="light"] .uni-news-module .sc-heading {
	border-color: rgba(15, 23, 42, .10);
	background: #ffffff;
}

html[data-theme="light"] .uni-news-module .heading span,
html[data-theme="light"] .uni-news-module .sc-heading span {
	color: #0f172a;
}

html[data-theme="light"] .uni-news-module .uni-news-card {
	border-color: rgba(15, 23, 42, .10);
	background: #ffffff;
}

html[data-theme="light"] .uni-news-module .uni-news-card__media {
	border-color: rgba(15, 23, 42, .08);
	background: #f6f8fb;
}

html[data-theme="light"] .uni-news-module .name a {
	color: #0f172a;
}

html[data-theme="light"] .uni-news-module .name a:hover,
html[data-theme="light"] .uni-news-module .name a:focus {
	color: #16a34a;
}

html[data-theme="light"] .uni-news-module .description {
	color: #475569;
}

html[data-theme="light"] .uni-news-module .posted {
	border-top-color: rgba(15, 23, 42, .08);
	color: #64748b;
}

html[data-theme="light"] .uni-news-module .posted a {
	color: #16a34a;
}

html[data-theme="light"] .uni-news-module .posted a:hover,
html[data-theme="light"] .uni-news-module .posted a:focus {
	color: #15803d;
}
