/* Yazdırılabilir sürüm — sadeleştirilmiş, mürekkep dostu düzen */
@page {
  margin: 2cm;
}

* {
  background: #fff !important;
  color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.site-header,
.site-footer,
.noise-overlay,
.nav-toggle,
.no-print,
.hero-blog .eyebrow,
.post-preview-tags,
.post-tags {
  display: none !important;
}

body {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 12pt;
  line-height: 1.5;
  max-width: 100%;
}

.container {
  max-width: 100%;
  padding: 0;
}

.post { padding: 0; }

.post-header h1 {
  font-size: 22pt;
  margin-bottom: 8pt;
}

.post-meta {
  font-family: Georgia, serif;
  font-size: 10pt;
  border-bottom: 1px solid #999;
  padding-bottom: 10pt;
  margin-bottom: 20pt;
}

.post-body {
  font-size: 11.5pt;
}

.post-body h2 {
  font-size: 15pt;
  margin-top: 22pt;
  page-break-after: avoid;
}

.post-body h3 {
  font-size: 13pt;
  page-break-after: avoid;
}

.post-body p, .post-body li {
  orphans: 3;
  widows: 3;
}

.post-body a {
  color: #000 !important;
  text-decoration: underline;
}

/* Yazdırırken bağlantının hedef URL'sini metnin yanında göster */
.post-body a[href^="http"]::after {
  content: " (" attr(href) ")";
  font-size: 9pt;
  font-weight: normal;
  color: #333 !important;
}

.post-body pre, .post-body code {
  border: 1px solid #ccc;
  background: #f5f5f5 !important;
}

img { max-width: 100% !important; }

.hero-bg { display: none !important; }
