body { background: #fff; }

@page {
  size: 8.5in 11in;
  margin: .5in;
  @top-left { content: " "; }
}

#autoadsense,
#comments,
#footer,
#header,
#toolbar_container,
#top-bar,
.google-auto-placed,
.ap_container,
.fb-comments,
.main-nav,
.noprint,
.share-items,
.sidebar-col {
  display: none;
}

.main-content {
  width: 100%;
  text-align: right;
}

.ex1 { margin-top: 25px; }

.print-only { display: block; }

img.print-only { margin: 0 auto; }

.post-date { margin-top: 5px; }

.post-title-area {
  margin-top: 10px;
  text-align: right;
}

hr { display: none; }

/* ✅ Added rules to hide ads and iframes in print */
@media print {
  iframe,
  .ad,
  .adsbygoogle,
  [id*="ad"],
  [class*="ad"],
  [id^="pa_"],
  [id^="pa-"],
  [id*="pa_sticky"],
  [src*="pahtag.tech"],
  script[src*="pahtag.tech"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
  }
}
