.ut-latest-news-widget {
	padding: 22px 20px;
	direction: rtl;
}

.ut-latest-news-widget .widget-title {
	margin: 0 0 15px;
	color: #f04455;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.6;
	text-align: right;
}

.ut-latest-news-widget__list {
	display: flex;
	flex-direction: column;
}

.ut-latest-news-widget__item {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	padding: 13px 0;
	border-bottom: 1px solid #e4e6f2;
}

.ut-latest-news-widget__item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.ut-latest-news-widget__item time {
	padding-top: 2px;
	color: #397da9;
	font-size: 11px;
	line-height: 1.8;
	white-space: nowrap;
}

.ut-latest-news-widget__item time.is-recent {
	color: #ef5967;
}

.ut-latest-news-widget__item h3 {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.8;
}

.ut-latest-news-widget__item h3 a {
	color: #171b26;
	text-decoration: none;
}

.ut-latest-news-widget__item h3 a:hover,
.ut-latest-news-widget__item h3 a:focus-visible {
	color: #ef4354;
}

.ut-latest-news-widget__empty {
	margin: 0;
	color: #707687;
	font-size: 12px;
}
