/*
Theme Name: structure-theme
Theme URI: https://tinbd.news/
Author: Asraful Islam
Description: A custom WordPress theme news site.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: structure-theme
*/
@font-face {
    font-family: 'SolaimanLipiNormal';
    src: url('fonts/SolaimanLipiNormal.woff2') format('woff2'),
         url('fonts/SolaimanLipiNormal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.tn-img img {
    max-height: 460px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.top-lead .tn-img img {
    max-height: 189px;
    width: 100%;
    object-fit: cover;
    display: block;
}
.top-header{
  position: sticky; /* default */
  width: 100%;
  transition: all 0.3s ease;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
    }
.top-header.header-sticky {
    position: sticky;
  top: 0;
  left: 0;
  right: 0;
   transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}    

.post-thumbnail img,
.entry-content img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.site-main,
.entry-content,
.post-thumbnail {
  overflow-x: hidden;
}

  .hd-latest-wrap { margin: 0 0 14px; }
        .hd-latest-list { padding-left: 0; }
        .hd-latest-list li { margin: 8px 0; list-style: none; }
        .hd-latest-item { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
        .hd-latest-thumb { width: 52px; height: 52px; object-fit: cover; border-radius: 0; display:block; }
        .hd-latest-title { line-height: 1.3; }
        .hd-latest-actions { margin-top: 12px; }
        .hd-btn { padding: 8px 14px; border: 1px solid #ddd; color:#ffffff; 
        text-decoration: none;     text-align: center; background: #0A2E5D; display: block; width: 120px; margin: 0 auto; }
        .hd-btn:hover { border-color:#bbb; color:#ffffff; }
        
        
main#primary {
    margin-top: 20px;
}
.similar-post {
    margin-top:30px;
    border-top:2px solid #0A2E5D;
    padding-top:10px;
}
.similar-post .reimage, .similar-post .post-title {
  display:block;  
}
.similar-post .similarimg {
        max-width: 100%;
}
.similar-post h3 {
    font-size:24px;
        font-weight: bold;
}

.similar-post .title {
    font-size:20px;
        font-weight: bold;
}
.category-name a {
    text-decoration: underline;
    font-weight: bold;
    
}
.clamp-3{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.cat-post-img {
        max-height: 200px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 767.98px) {
  .latastnewsdesktop {
       display:none;
  }  
}
@media (min-width: 768px) {
    .latastnewsmobile {
        display:none;
    }
    .top-header .logo a img {
            max-height: 80px;
    }
}
.news-card .card-img-top {
  width: 100%;
  height: 200px;        /* adjust as you like */
  object-fit: cover;
}

/* Multi-line clamp utilities (works in all modern browsers) */
.line-clamp-2, .line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-2 { -webkit-line-clamp: 2; }
.line-clamp-3 { -webkit-line-clamp: 3; }

.latest-title-img {
    display:flex;
    gap:15px;
}

