
/* ✅ BLOG KONTRAST FIX (post alanında metinleri koyulaştırır) */
.post{
  background:#ffffff !important;
  color:#0b0f17 !important;
}
.post *{text-shadow:none !important}
.post h1,.post h2,.post h3,.post h4,.post h5{color:#0b0f17 !important}
.post p,.post li{color:#111827 !important; opacity:1 !important}
.post .meta{color:#334155 !important}
.post a{color:#0b5fff !important}
.post a:hover{text-decoration:underline}

/* İçerik kartları */
.post .card, .post .panel{
  background:#ffffff !important;
  border:1px solid rgba(15,23,42,.12) !important;
  box-shadow:0 18px 50px rgba(0,0,0,.10) !important;
}
.post .card p, .post .panel p{color:#111827 !important}

/* Button’lar */
.post .btn-dark{
  background:#111827 !important;
  color:#ffffff !important;
  border-color:#111827 !important;
}
.post .btn-outline{
  color:#111827 !important;
  border-color:rgba(15,23,42,.25) !important;
}
.post .btn-outline:hover{
  background:rgba(15,23,42,.06) !important;
}
