.single-post .bradcrumbs-section .bradcrumbs-current {
    font-size: 17px;
}
.site-main.news .entry-header{
    display: flex;
    flex-wrap:wrap;
    gap: 15px;
    align-items: center;
    padding: 25px 10px;
    background: #eceff1;
    margin-bottom: 15px;
    justify-content: flex-start;
    box-shadow: 1px 1px 2px #1b1f2045;
}
.site-main.news .page-title{
    font-size: 23px;
    margin: 0;
    margin-right: auto;
}
.site-main.news .entry-meta {
    float: left;
    margin-bottom: 0;
    width: auto;
    display: flex;
}
.site-main.news .entry-meta span {
    display: block;
    float: none;
    font-size: 12px;
    font-weight: 600;
}
.site-main.news .entry-meta i {
    color: #00aced;
    padding-right: 5px;
    vertical-align: middle;
    font-size: 15px;
}
.site-main.news article{
    box-shadow: none;
    max-width: 1100px;
    margin: 0 auto;
    padding: 15px;
    background: #f7f7f7;
    border-radius: 15px;
    border: 2px solid #bfeaff;
}
@media(min-width:992px){
   .site-main.news article{
    padding: 25px;
 } 
}
.site-main.news article p{
    font-family: "Barlow", sans-serif;
    font-size:16px;
    line-height:1.5;
    
}
.site-main.news article h2{
    font-size:20px;
    font-weight:600;   
}
.site-main.news article h3{
    font-size:18px;
    font-weight:600;   
}
.site-main.news article h4{
    font-size:17px;
    font-weight:600;   
}
.site-main.news article ol,
.site-main.news article ul{
    font-family: "Barlow", sans-serif;
    font-size:16px;
    font-weight:600; 
    padding-left: 20px;    
    letter-spacing: 0.3px;
    list-style: disc;
}
.site-main.news .post-navigation{
    max-width: 1100px;
    margin: 20px auto;
    background: #f4f4f4;
    border-radius: 10px;
}
.site-main.news .nav-links{
    display: flex;
    justify-content: space-between;
    gap: 25px;
    margin: 0 auto;
}
.site-main.news .nav-links a{
   font-size:14px;
}
.site-main.news .faq-item{
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 10px;
    background: #efefef;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    margin-bottom: 12px;
    cursor: pointer;
}
.site-main.news .faq-item .faq-title{
     font-size: 18px;
    font-weight: 500;
    font-family: "Barlow", sans-serif;  
    display: block;
    color: #003240;
}
.site-main.news .faq-item:hover .faq-title{
    color: #000000;
    text-decoration:underline;
}
.site-main.news .faq-item:hover{
    background:#e5e5e5;
}
.site-main.news .faq-item .faq-content{
    display: none;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
@media(min-width:992px){
 .site-main.news .faq-item .faq-title{
     font-size: 20px;
 }
}
.news table th{
    font-size: 16px;
    padding-left: 10px;
}
.news table {
	border-collapse: collapse;
    /* font-family: Tahoma, Geneva, sans-serif; */
    font-family: "Barlow", sans-serif;
}
.news table td {
	padding: 15px;
}
.news table thead td {
	background-color: #54585d;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #54585d;
}
.news table tbody td {
	color: #636363;
	border: 1px solid #dddfe1;
}
.news table tbody tr {
	background-color: #f9fafb;
}
.news table tbody tr:nth-child(odd) {
	background-color: #ffffff;
}