
.col-lg-8{
    overflow: auto;
}
.col-lg-8::-webkit-scrollbar{
    display: none;
}
.col-lg-8 article{
    box-shadow: 1px 1px 5px -2px black;
    margin: 10px;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
letter-spacing: 1px;
line-height: 2; scroll-behavior: smooth;
font-weight: 450; opacity: 1;
 margin-top: 50px;
}
.col-lg-8 article img{
    width: 100%;
    margin: 50px 0px;
}
.col-lg-8 article button {
    margin-left: 10px;
}
.col-lg-8 article a{
    color: rgb(0, 162, 255);
    text-decoration: none;
  }


  
/* +++++++++++++++++++++ Related Post ++++++++++++++++++++++++++ */
.related-posts-container {
    box-shadow: 1px 1px 5px -2px black;
    padding: 20px;
    max-width: 800px;
    font-family: "Roboto", sans-serif;
    margin: 0 auto;
    margin-top: 50px;
    }
    
    .related-post img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    }
    
    .related-posts-title {
    color: #222;
    margin-bottom: 40px;
    font-size: 24px;
    position: relative;
    }
    
    .related-posts-title::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background: #0d6efd;
    left: 0;
    bottom: -10px;
    }
    
    .related-posts {
    display: grid;
    grid-template-columns: 1fr ;
    gap: 20px;
    }
    
    .related-post {
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.2);
    transition: all 500ms ease;
    }
    
    .related-post:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.2);
    }
    
    .related-post .post-title {
    text-decoration: none;
    color: #222;
    font-size: 18px;
    padding: 16px;
    display: inline-block;
    line-height: 1.6;
    font-weight: bold;
    }
    
    @media (max-width: 640px) {
    .related-posts {
      grid-template-columns: 1fr;
    }
    
    .related-posts-container {
      max-width: 400px;
    }
    }
    
/* +++++++++++++++++++++++++++++++++++++++++++++++ */
.social-share-post{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.social-row{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.share-social-box{
    width: 47%;
    /* background-color: #0d6efd; */
    display: flex;
    flex-direction: row;
    color: white;
    background-color: #0d6efd;
    margin-top: 10px;
} 
.share-social-box a{
    display: flex;
    color: white;
    text-decoration: none;
    width: 100%;
}
.share-social-box a:hover{
    opacity: 0.8;
}
.share-social-box a i{
    border-right: 1px solid white;
    padding: 5px;
    padding-right: 10px;
}
.share-social-box a div{
    padding: 5px;
    padding-left: 10px;
}