.related_news {
	padding: 20px 20px 0px 20px;
	background: #f9f9f9;
	border-top: 3px solid #007bff;
	border-radius: 8px;
}

.related_news h2 {
	font-size: 20px;
	font-weight: 600;
	color: #007bff;
	border-left: 4px solid #007bff;
	padding-left: 10px;
	margin-top:0px !important;
}

.related_news ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.related_news ul li {
	margin-bottom: 12px;
	border-bottom: 1px solid #e0e0e0;
	transition: background 0.3s ease;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.related_news ul li:last-child {
	border-bottom: none;
}

.related_news ul li:hover {
	background: #eef6ff;
	border-radius: 6px;
}

.related_news a {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	text-decoration: none;
	flex: 1;
	padding-bottom:10px;
}

.related_news a:hover {
	color: #007bff;
}

.related_news .date {
	font-size: 13px;
	color: #777;
	margin-left: 15px;
	white-space: nowrap;
}
