/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 15 2026 | 06:39:53 */
.new-pagination .page-numbers{
	    text-decoration: none;
    color: #000;
    border: 1px solid;
	padding: 5px;
}
.new-pagination .current{
	background-color: #ff7600;
    color: #fff;
	border: 1px solid #000;
}
#publicationModal p{
	font-family: "Jost", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5em;
    color: #323232;
}
#publicationModal .btn-primary{
		font-family: "Jost", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    color: #ff7600;
    border: 1px solid #F5D9B8;
	  background-color: #ff7600;
	    color: #fff;
}
.article-card {
    display: flex;
    gap: 10px;
	background-color: #FFFCF8;
    border: 1px solid #F5D9B8;
    box-shadow: 0 4px 15px rgba(87, 46, 0, 0.06);
    border-radius: 12px;
    padding: 10px;
	margin-bottom:10px;
}
.article-img {
    width: 17%;
}
.article-content {
    width: 82%;
}
.article-content a:hover, .article-content a:focus{
	background-color: #fff;
	 color: #ff7600;
	  border: 1px solid #ff7600;
}
.article-content .btn-primary{
	    background-color: #ff7600;
	    color: #fff;
}

.article-content a{
	font-family: "Jost", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    color: #ff7600;
    border: 1px solid #F5D9B8;
}
.article-content h3{
	    font-size: 20px;
    color: #572e00;
    font-weight: 500;
    line-height: 1.4em;
	margin-bottom: 10px;
}
.article-content p{
	font-family: "Jost", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #323232;
}
#publication-category-tabs li.nav-item {
    width: 100%;
}
#publication-category-tabs li a i{
	    color: #ff7600;
}
#publication-category-tabs a.nav-link.active i{
	color: #fff;
}
#publication-category-tabs a.nav-link.active{
	background-color:#ff7600;color: #fff;
}
#publication-category-tabs li a{
	background-color:#fdf6ed;
	text-decoration:none;
	width:100%;
	color:#000;
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FAE5D7;
	font-family: "Jost", Sans-serif;
    font-size: 17px;
    font-weight: 500;
	text-align:left;
    line-height: 1.5em;
	padding: 10px 20px;
}
ul#publication-category-tabs {
    display: flex;
    align-items: center;
    flex-direction: row;
	gap:5px;
}
@media (max-width: 768px) {
	.article-card{
		flex-direction: column;
    gap: 10px;
	}
	.article-img  img{
		width: auto !important;
    height: 100% !important;
    object-fit: fill !important;
	}
	.article-img {
    width: 100%;
}.article-content {
    width: 100%;
}
	.publication-container .row{
		flex-direction: column;
    gap: 10px;
	}
}