/* FULL CLICKABLE BLOCK */
.samachar_top_block {
    width: 100%;
  display: block;
  text-decoration: none;
  color: inherit;
  margin-top: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  transition: 0.25s ease;
}

/* IMAGE TOP */
.samachar_top_block .top_news_img {
  width: 100%;
  height: 400px;
  border-radius: 6px;
  object-fit: cover;
  transition: 0.3s ease;
}

/* CONTENT BELOW IMAGE */
.samachar_news_content {
  margin-top: 12px;
}

/* TITLE */
.samachar_news_content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 8px;
  color: #221f1ff1;
}

/* DESCRIPTION TEXT */
.samachar_news_content p {
  font-size: 20px;
  line-height: 1.55;
  color: #444;
}

/* Hover */
.samachar_top_block:hover h3 {
  color: #1e73be;
}

.samachar_top_block:hover .top_news_img {
  transform: scale(1.02);
}

.samachar_sidebar {
  background-color: #f9f9f9;
  padding: 16px 12px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
}

.samachar_sidebar_title {
  font-size: 20px;
  font-weight: 700;
  color: #1e73be;
  margin-bottom: 12px;
  border-bottom: 2px solid #1e73be5d;
  padding-bottom: 6px;
}

.samachar_sidebar_list {
  list-style:circle;
  margin: 0;
 padding-left: 20px; /* add left padding so bullets don’t overlap */
}

.samachar_sidebar_list li {
  margin-bottom: 10px;
}

.samachar_sidebar_list li a {
  text-decoration: none;
  font-size: 25px;
  color: #333;
  transition: 0.2s;
}

.samachar_sidebar_list li a:hover {
  color: #1e73be;
  text-decoration: underline;
}

.samachar_banner_ads{
    padding-top: 18px;
    margin-top: 20px;
    width: 100%;
      border-top: 1px solid #e5e5e5;
            border-bottom: 1px solid #e5e5e5;
                padding-bottom: 18px;
    margin-bottom: 20px;
}
.samachar_banner_ads img{
    width: 100%;
      border-radius: 4px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .samachar_top_block .top_news_img {
    height: 220px;
  }

  .samachar_news_content h3 {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
 .samachar_sidebar{
  display: none;
 }


   
}