/* print.css — استایل مخصوص چاپ صفحه */

.site-header,
.site-footer,
.main-navigation,
.sidebar-area,
.comments-area,
.menu-toggle {
  display: none !important;
}

body {
  background: #fff;
  color: #000;
  font-size: 12pt;
}

.entry {
  box-shadow: none;
  padding: 0;
}

a::after {
  content: " (" attr(href) ")";
  font-size: 10pt;
  color: #555;
}
