
  .news-meta {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
  }
  
  .news-meta img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 12px;
  }
  
  .meta-text .author {
    font-weight: bold;
    color: #90ee90;
  }
  
  .meta-text .date {
    font-size: 0.9rem;
    color: #90ee90;
  }
  

  
  .read-more-btn {
    display: inline-block;
    color:#B4FB51
    transition: background-color 0.3s;
  }
  
  .read-more-btn:hover {
    
    text-decoration:underline;
  }
  