/* ===== Blog: kart linki + kapak + detay makale ===== */
a.ozk-post { text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.ozk-post-thumb.has-cover { background: #eef2f7; }
.ozk-post-thumb.has-cover img { width: 100%; height: 100%; object-fit: cover; padding: 0; }
.ozk-post-more {
  display: inline-flex; align-items: center; gap: .45rem; margin-top: auto; padding-top: 1.1rem;
  font-weight: 600; color: #004884; font-size: .92rem;
}
.ozk-post-more svg { width: 17px; height: 17px; }
a.ozk-post:hover .ozk-post-more { color: #e40c18; }

/* detay makale gövdesi */
.ozk-article { max-width: 46rem; margin: 0 auto; font-size: 1.06rem; line-height: 1.78; color: #33475c; }
.ozk-article-cover { margin: 0 0 2.2rem; border-radius: 14px; overflow: hidden; border: 1px solid rgba(0,72,132,.12); }
.ozk-article-cover img { display: block; width: 100%; height: auto; }
.ozk-article > h2 { font-size: 1.6rem; color: #16202e; margin: 2.3rem 0 .9rem; line-height: 1.22; }
.ozk-article > h3 { font-size: 1.3rem; color: #16202e; margin: 1.9rem 0 .7rem; }
.ozk-article p { margin: 0 0 1.15rem; }
.ozk-article a { color: #004884; text-decoration: underline; text-underline-offset: 2px; }
.ozk-article a:hover { color: #e40c18; }
.ozk-article ul, .ozk-article ol { margin: 0 0 1.2rem 1.35rem; }
.ozk-article li { margin: .35rem 0; }
.ozk-article img { max-width: 100%; height: auto; border-radius: 10px; margin: 1.3rem 0; }
.ozk-article blockquote { border-left: 3px solid #004884; margin: 1.5rem 0; padding: .35rem 0 .35rem 1.2rem; color: #5b6b7c; font-style: italic; }
.ozk-article hr { border: none; border-top: 1px solid rgba(0,72,132,.14); margin: 2rem 0; }
.ozk-article code { background: #eef2f7; padding: .12em .4em; border-radius: 5px; font-size: .9em; }
.ozk-article-empty { color: #8a97a6; font-style: italic; }
.ozk-article-back { max-width: 46rem; margin: 2.6rem auto 0; }
.ozk-article-back a { color: #004884; font-weight: 600; text-decoration: none; }
.ozk-article-back a:hover { color: #e40c18; }
