/* Mother of Mercy Academy — print stylesheet */
#mainNav,
.hero-slider .swiper-pagination,
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next,
.site-footer .footer-social,
.breadcrumb-bar,
.enroll-cta,
.modal,
.offcanvas,
button,
.btn {
  display: none !important;
}

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

.hero-slider { padding-top: 0; background: none; }
.section-heading, h1, h2, h3 { color: #000; }

a { color: #000; text-decoration: underline; }
a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; }

.page-banner { min-height: 0; padding: 1rem 0; background-image: none !important; }
.page-banner::before { display: none; }
.page-banner-title, .page-banner-subtitle { color: #000; }

img { max-width: 100% !important; page-break-inside: avoid; }
.news-card, .event-card, .feature-box, .timeline-card { box-shadow: none; border: 1px solid #ccc; }
