/**************** Updated: 2025-04-27 *******************/
/************************* NEWS STYLE ***********************************/
.api_article_include {
	/*margin-top: 25px;*/
}

.api_article_include a {
	text-decoration: none;
}

.api_article {
	clear: both;
	display: block;
	overflow: hidden;
	padding: 8px 0px 20px 0px;
	margin-bottom: 10px;
	border: none;
    border-radius: 0;
    border-bottom: 1px solid #e0e0e0;

}
.api_article:hover {
	text-decoration: none;
	cursor: pointer;
	/*background-color: #d6d6d6;*/
}
/*.api_article:first-child {
	border: none;
}*/
.api_article_image {
	float:left;
	margin: 8px 12px 0px 0px;
	display: inline-block;
}
.api_article_image img {
    object-fit: cover;
    object-position: center;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.dark-mode .api_article_image img {
	border-radius: 3px;
}
.api_article_title {
	margin-top: 10px;
	/*margin-bottom: 2px;*/
	font-weight:bold;
	font-size: 22px;
	line-height: 1.5rem;
	color:#333;
	text-decoration:none;
	margin-bottom: 10px;
}
.api_article_title_sm {
	font-weight:bold;
	font-size: 17px;
	line-height: 1.5rem;
	color:#333;
}

.dark-mode .api_article_title,
.dark-mode .api_article_title_sm {
	color: #ededed;
	text-shadow: none;
	/*font-weight: normal;*/
}

.api_article_source {
	/*font-size: 0.8rem !important;*/
	font-weight: normal;
  /*background-color: #82ca9c;*/
  border-radius: 1px;
  padding: 3px 6px 3px 0px;
  color: #3a83f7;
  font-weight: bold;
  margin-right: 5px;
}
.api_article_title a {
	color:#444; /* color of the news title */
	text-decoration:none;
}

.dark-mode .api_article_source {
	background-color: #669276;
	color: #f5f5f5;
	border-radius: 2px;
}


.api_article_excerpt {
		font-size: 15px;
		color: #5f5e5e;
}

.api_article_info {
	/*color: #82ca9c;*/
	color: #a9a9a9;
	font-size: 13px;
	margin-bottom: 8px;
}

ul.news_archive  {
	margin-left: 0;
	padding-left: 0;
}

li.news_archive {
	line-height: 1.8em;
	list-style:none;
}

ul.news_short  {
	margin-left: 1.3em;
	padding-left: 0;
}

li.news_short {
	line-height: 1.6em;
}

li.news_short a {
	color:#003333;
	text-decoration:none;
}
.api_article_title_single {
	cursor:pointer;
	cursor:hand;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight:bold;
	font-size: 32px;
	line-height: 1.1em;
	color:#333; /* color of the news title */
	text-decoration:none;
}

/* mobile */
@media (max-width: 768px) {
	.api_article_image {
		float:none;
		margin: 0px 0px 0px 0px;
		display: block;
	}
	.api_article_image img {
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	.api_article_image img {
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: auto;
		border-radius: 10px;
	}
	.api_article_title {
		margin-top: 0px;
	}
	.api_article_title_sm {
		font-size: 20px;
	}
	.api_article_info {
		font-size: 12px;
	}
}

/************************* END NEWS STYLE ***********************************/
