/* ============================================================
   Günlükler — kaynak HTML (.gunlukler / .gunluk) birebir.
   .bolum, .bolum-ust, .ustyazi, .tum-link, .sus → global.css
   ============================================================ */
.cc_B1T6GV4yt5_p2Gk1e7UKh .gunlukler { display:grid; grid-template-columns:repeat(4, minmax(0,1fr)); gap:36px 32px; }
.cc_B1T6GV4yt5_p2Gk1e7UKh .gunluk {
  display:grid; grid-template-columns:96px minmax(0,1fr); gap:18px; align-items:start;
  text-decoration:none;
}
/* vintage pul: hafif yamuk durur, üzerine gelince doğrulur */
.cc_B1T6GV4yt5_p2Gk1e7UKh .gunluk img {
  width:96px; height:auto; display:block;
  transform:rotate(-2.4deg);
  transition:transform .6s cubic-bezier(.2,.7,.2,1);
}
.cc_B1T6GV4yt5_p2Gk1e7UKh .gunluk:nth-child(even) img { transform:rotate(1.8deg); }
.cc_B1T6GV4yt5_p2Gk1e7UKh .gunluk:hover img { transform:rotate(0deg) scale(1.04); }
.cc_B1T6GV4yt5_p2Gk1e7UKh .gunluk-gorsel-bos { width:96px; height:96px; display:block; background:#EFE8DA; }
.cc_B1T6GV4yt5_p2Gk1e7UKh .gunluk h3 {
  font-family:"cc_B1T6GV4yt5_Cormorant Garamond", serif;
  font-weight:600;
  font-size:20px; line-height:1.25;
  color:var(--murekkep); margin-bottom:6px;
  transition:color .3s ease;
}
.cc_B1T6GV4yt5_p2Gk1e7UKh .gunluk:hover h3 { color:var(--lacivert); }
.cc_B1T6GV4yt5_p2Gk1e7UKh .gunluk p { font-size:14px; line-height:1.55; color:var(--soluk); }
.cc_B1T6GV4yt5_p2Gk1e7UKh .gunluk-oku {
  display:inline-block; margin-top:10px;
  font-size:10.5px; letter-spacing:.2em; text-transform:uppercase;
  color:var(--lacivert);
  border-bottom:1px solid transparent; transition:border-color .3s ease;
}
.cc_B1T6GV4yt5_p2Gk1e7UKh .gunluk:hover .gunluk-oku { border-bottom-color:var(--lacivert); }
.cc_B1T6GV4yt5_p2Gk1e7UKh .gunluk-bos { font-size:14px; color:var(--soluk); }

/* ---------- Duyarlı ---------- */
@media (max-width:1080px){
  .cc_B1T6GV4yt5_p2Gk1e7UKh .gunlukler { grid-template-columns:repeat(2, minmax(0,1fr)); gap:30px 32px; }
}
@media (max-width:640px){
  .cc_B1T6GV4yt5_p2Gk1e7UKh .gunlukler { grid-template-columns:minmax(0,1fr); gap:24px; }
}
