.pagination {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.pagination li {
  margin: 0 2px;
  display:flex ;
  
}
.grnBx-clr2 {
  background-color: #048408;
}

.grn-bx1 {
    border: 1px solid #048408;
    border-radius: 5px;
}
.article{
    margin: 0px 0 30px  !important;
}

a {
  text-decoration: none !important;
}

.blog-post
{
 cursor: default;
} 

.pagination li a{
  display: block;
  width: 25px;
  height: 100%;
  padding-top: 2px;
   padding-bottom: 2px;
  border-radius: 0px;
  color: #333;
  text-align: center;
  justify-content: center;
  line-height: 22px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.pagination li.active2 a {
  background-color: #ff541f;
  color: #000000;
}

 .shdw {
   box-shadow: 0 4px 14px #00000010;
 }
.bg-drk {
    background-color: #000000;
    width: 100px;
    float: right;
}
.pagintn{
  display: flex;
   justify-content:center;
   border-radius: 10px;
}

   .brdr-20 {
    border-radius: 20px;
    border: none;
}
.scndry-clr {
    color: #6c757d; 
}
.heading-cell {
    cursor: pointer;
}
.heading-cell:hover{
    color:#ff541f;
}

.author .name
{
  text-decoration:none;
}

 .author-widget {
        max-width: 450px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        border: 1px solid #eee;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        padding: 20px;
    }
    .author-header {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 15px;
    }
    .author-img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: cover;
        background: #f0f0f0;
    }
    .author-info h6 {
        margin: 0;
        font-size: 1.2rem;
        color: #ff4500; /* Matching the orange in your image */
    }
    .author-info p {
        margin: 2px 0 0;
        font-size: 0.9rem;
        color: #666;
        font-weight: 500;
    }
    .divider {
        border: 0;
        border-top: 1px solid #eee;
        margin: 15px 0;
    }
    .author-bio {
        font-size: 0.95rem;
        line-height: 1.6;
        color: #444;
        margin-bottom: 20px;
    }
    .author-footer {
        display: flex;
        justify-content: space-between;
        font-size: 0.85rem;
        border-top: 1px solid #f9f9f9;
        padding-top: 15px;
    }
    .contact-item {
        display: flex;
        align-items: center;
        gap: 0px;
        text-decoration: none;
        color: #333;
    }
    .contact-item:hover { color: #ff4500; }
    
 .author-footer {
    display: flex;
    flex-direction: column; 
    gap: 10px;             
    margin-top: 15px;
    width: 100%;            
}

.contact-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #444;
    font-size: 14px;
    word-break: break-all; 
}

.contact-item .icon {
    margin-right: 10px;
    flex-shrink: 0;       
}
.contact-item .text {
    white-space: nowrap;   
    overflow: hidden;
    text-overflow: ellipsis; 
}

.widget-author {
    min-width: 350px;     
    width: 100%;
}

.media {
    display: flex;
    align-items: center; 
    gap: 12px;       
}

.avatar img {
    width: 50px;         
    height: 50px;
    border-radius: 50%;  
    object-fit: cover;
}

.media-body {
    display: flex;
    flex-direction: column; 
}

.author-name {
    font-weight: bold;
    color: #ff4500;  
    font-size: 1rem;
    line-height: 1.2;
}

.blog-date {
    font-size: 0.85rem;
    color: #666;
    margin-top: 2px;
}



