/* Hat Döviz — haberler listesi ve makale sayfaları */

.hat-haberler {
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 0 40px;
}

.hat-haberler-intro {
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.6;
  color: #555;
}

.hat-haberler-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hat-haber-kart {
  margin: 0;
  padding: 0;
}

.hat-haber-kart-link {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
  text-decoration: none !important;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.hat-haber-kart-link:hover,
.hat-haber-kart-link:focus {
  box-shadow: 0 8px 28px rgba(30, 115, 190, 0.15);
  border-color: rgba(30, 115, 190, 0.35);
  transform: translateY(-2px);
}

.hat-haber-kart-gorsel {
  flex: 0 0 220px;
  max-width: 100%;
  background: #f5f7fa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.hat-haber-kart-gorsel img {
  width: auto;
  max-width: 100%;
  max-height: 140px;
  height: auto;
  object-fit: contain;
}

.hat-haber-kart-icerik {
  flex: 1 1 260px;
  padding: 24px 24px 24px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hat-haber-tarih {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1e73be;
  margin-bottom: 8px;
}

.hat-haber-baslik {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
  font-family: var(--wd-title-font, "Exo", Arial, sans-serif);
}

.hat-haber-kart-link:hover .hat-haber-baslik,
.hat-haber-kart-link:focus .hat-haber-baslik {
  color: #1e73be;
}

.hat-haber-ozet {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.65;
  color: #555;
}

.hat-haber-devami {
  font-size: 14px;
  font-weight: 600;
  color: #1e73be;
}

.hat-haber-devami::after {
  content: " →";
}

/* Makale */
.hat-haber-makale {
  max-width: 780px;
  margin: 0 auto;
  padding: 10px 0 48px;
}

.hat-haber-makale-kategori {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1e73be;
}

.hat-haber-makale-tarih {
  display: block;
  font-size: 14px;
  color: #777;
  margin: 0 0 24px;
}

.hat-haber-makale-gorsel {
  margin-bottom: 28px;
  text-align: center;
  background: #f5f7fa;
  border-radius: 8px;
  padding: 24px;
}

.hat-haber-makale-gorsel img {
  max-width: 320px;
  width: 100%;
  height: auto;
}

.hat-haber-makale-icerik {
  font-size: 16px;
  line-height: 1.75;
  color: #444;
}

.hat-haber-makale-icerik p {
  margin: 0 0 1.2em;
}

.hat-haber-makale-icerik a {
  color: #1e73be;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hat-haber-makale-icerik a:hover {
  color: #155a94;
}

.hat-haber-geri {
  margin: 32px 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.hat-haber-geri a {
  font-weight: 600;
  color: #1e73be;
  text-decoration: none;
}

.hat-haber-geri a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .hat-haber-kart-link {
    flex-direction: column;
  }

  .hat-haber-kart-gorsel {
    flex: none;
    width: 100%;
  }

  .hat-haber-kart-icerik {
    padding: 20px;
  }
}
