.yenihaber-block {
  width: 100%;
  max-width: 240px; /* Mobil uyumlu maksimum genişlik */
  margin: 20px auto;
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 1px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); /* Hafif gölge */
}

.yenihaber-resim img {
  width: 100%;
  max-width: 140px;
  height: 150px;
  object-fit: cover; /* Görselin taşmasını önler */
  border-radius: 1px;
}

.yenihaber-tarihi {
  margin-top: 12px;
  font-size: 13px;
  color: #666;
}

.yenihr_style {
  margin: 16px 0;
  border: none;
  height: 1px;
  background-color: #ddd;
}

.yenihaber-title {
  font-size: 13px;
  font-weight: 600;
  color: #222;
  margin-top: 10px;
  line-height: 1.4;
}
