body {
  background: #fff;
}

@page {
  size: 8.5in 11in;
  margin: .5in;
  @top-left {
    content: " ";
  }
}

/* General elements to hide on print */
#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;
}

/* Print-specific overrides */
@media print {
  body {
    background: #fff !important;
    direction: rtl !important;
  }

  /* Hide ad-related elements */
  #pa_sticky_ad_main_container_middle_right,
  .adsbygoogle,
  .google-auto-placed,
  iframe[src*="ads.projectagora"],
  script[src*="projectagora"] {
    display: none !important;
  }

  /* Hide tooltip text and entire bookmark block */
  .XtooltipY,
  .XtooltipYtext,
  .XtooltipYtext::before,
  .XtooltipYtext::after {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
