/* 3E BLOG EDITORIAL LIST START */

.three-blog-editorial {
  background: #ffffff !important;
}

/* Kart, gölge ve yuvarlak kutu görünümünü kaldır */
.three-blog-editorial-row {
  position: relative;
  margin: 0 !important;
  padding-top: 28px !important;
  padding-bottom: 28px !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #d5dde8 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none;
  transition:
    border-color .2s ease,
    background-color .2s ease;
}

.three-blog-editorial-row::before,
.three-blog-editorial-row::after {
  box-shadow: none !important;
  filter: none !important;
}

.three-blog-editorial-row:hover {
  background: #f8fafc !important;
  border-bottom-color: #8292a8 !important;
  transform: none !important;
}

/* Başlıklar daha doğal editoryal görünüm */
.three-blog-editorial-row h2,
.three-blog-editorial-row h3,
.three-blog-editorial-row h4 {
  margin-top: 0 !important;
  margin-bottom: 9px !important;
  color: #071a38 !important;
  font-size: 20px !important;
  line-height: 1.3 !important;
  letter-spacing: -.018em !important;
}

.three-blog-editorial-row p {
  max-width: 760px;
  margin-top: 0 !important;
  color: #42516a !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

/* Kategori ve tarih bilgileri sade */
.three-blog-editorial-row small,
.three-blog-editorial-row time,
.three-blog-editorial-row [class*="meta"],
.three-blog-editorial-row [class*="date"],
.three-blog-editorial-row [class*="category"] {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #617087 !important;
  font-size: 11px !important;
  line-height: 1.55 !important;
}

/* Okuma bağlantısı buton gibi değil, normal bağlantı */
.three-blog-editorial-link {
  display: inline-block !important;
  padding: 0 0 3px !important;
  color: #071a38 !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #071a38 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
}

.three-blog-editorial-link:hover {
  color: #1765d8 !important;
  border-bottom-color: #1765d8 !important;
}

@media (max-width: 760px) {
  .three-blog-editorial-row {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }

  .three-blog-editorial-row h2,
  .three-blog-editorial-row h3,
  .three-blog-editorial-row h4 {
    font-size: 18px !important;
  }

  .three-blog-editorial-row p {
    font-size: 13px !important;
  }
}

/* 3E BLOG EDITORIAL LIST END */
