.color-gray {
    color: #636363;
}
.border-artical {
    border: 2px  solid #ddd;
    border-radius: 15px;
    padding: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-bottom: 30px;
}
.artical-page .article-post ul li svg {
    width: 20px;
    height: 20px;
    color: #535353;
    margin-right: 5px;

}
.artical-page .article-post ul {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 5px 10px;
    width: max-content;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.artical-page .article-post ul li a {
    display: block;
    color: #636363;
        font-size: 15px;
    line-height: 1.6;
    font-family: B-FFShamelFamily;
    overflow: hidden;
    margin-right: 5px;
}
.artical-page .article-post ul li a:hover {
    text-decoration: underline;
}
.article-post .article-title {
   font-size: 1.875rem;
       line-height: 1.3;
    height: auto;
overflow: hidden;
 font-family: B-FFShamelFamily;
}
.article-image-container {
    position: relative;
    padding-bottom: 61.3%;
}
.article-image-container img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-meta  a img{ border-radius: 50% ; 
    object-fit: cover;
}
.article-meta .author-name {
    font-size: 14px;
    color: var(  --blue-color);
    font-family: B-FFShamelFamily;
    margin-right: 10px;

}
.top-content .social-icons {
    margin: 0;

}
.top-content .social-icons a {
        color: #fff;
    border: none;
}

.social-icons   .facebook {
    background: #3b5998;
}

.social-icons   .whatsapp {
    background: rgb(37, 211, 102);
}

.social-icons   .twitter {
    background: #000;
}

.social-icons   .email {
    background: #9c9c9c;
}

.social-icons   .messenger {
    background: #2279ec;
}

.social-icons   .bookmark {
    background: #636364;
}

 .article-content>p {
    font-family: B-FFShamelFamily;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    margin: 10px 0;
}

.article-body-container ul li {
  border: 1px  solid #ddd;
  padding: 10px;
}

.article-body-container ul li  a {
        font-family: B-FFShamelFamily;
        color:#a3a2a2; 
}

.article-body-container ul li  a::before{
    content: "#";
}
.news-box {
    margin-top:  5px;
}
.news-title a {
    font-size: 14px;
    font-weight: 700;
    color: #636363;
    display: block;
    line-height: 1.5;
    height: 60px;
    overflow: hidden;
    margin-bottom: 8px;
    font-family: B-FFShamelFamily;
}
.news-list-item img { display: block; width: 100%; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px;
}

.read-more  >.card-more {
        width: calc((100% - 20px) / 2);
}
.card-more h3 {
    font-size: 16px;
    font-weight: 700;
    color: #636363;
    display: block;
    line-height: 1.5;
    height: 70px;
    overflow: hidden;
    margin-bottom: 8px;
    font-family: B-FFShamelFamily;
        width: 50%;
margin-right: 10px;
}

.card-more h3 a {
    color: #636363;
    transition: .3s;
}

.card-more h3 a:hover {
    color: var(--blue-color);
}

.card-more a img {
    width: 130px;
    height: 80px;
    object-fit: cover;
    overflow: hidden;
    border-radius:5px ;
}

.title-more {
    font-size: 16px;
     font-family: B-FFShamelFamily;
     color: var(--blue-color);
}

@media (max-width: 768px) {
    .artical-page {
        margin-top: 40px;
    }
    .top-content .social-icons a {
       display: none;
    }
    .top-content .social-icons  .bookmark {
      display: inline-flex
;
    }
    .read-more {
        flex-direction: column;
    }
    .read-more >.card-more ,.card-more h3{
    width: 100%;
}
}
   