/* Reset backgrounds and colors */
body, .menu-wrapper, .category-archive, .single-article {
  background: #fff !important;
  color: #000 !important;
}

/* Remove background images, shadows, borders */
* {
  background-image: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* Hide site header and footer */
.site-header, .site-footer, .pagination, a[href^="javascript:"], button {
  display: none !important;
}

/* Make section titles plain black with no background */
.section-title {
  background: none !important;
  border: none !important;
  color: #000 !important;
  font-size: 1.4rem !important;
  margin-top: 2rem !important;
  margin-bottom: 0.8rem !important;
  padding: 0 !important;
}

/* Article titles */
.article-preview h3, .article-title {
  color: #000 !important;
  font-weight: 700 !important;
}

/* Make links black and remove underline */
a {
  color: #000 !important;
  text-decoration: none !important;
}

/* Images print nicely */
.featured-image img, .archive-thumbnail img {
  max-width: 100% !important;
  height: auto !important;
  margin-bottom: 1rem !important;
}

/* Remove hover effects */
a:hover, a:focus {
  color: #000 !important;
  background: none !important;
  text-decoration: none !important;
}

/* Adjust spacing for print */
.menu-section, article {
  page-break-inside: avoid !important;
  margin-bottom: 1.5rem !important;
}

/* Remove link URLs from printed text */
a[href]:after {
  content: "" !important;
}
