/* =========================================================
   Print Styles - Praxis Facharzt Dr. Verena Linder
   =========================================================
   Linked from the root pages (index.php, 404.html, 50x.html) via
   <link rel="stylesheet" href="/assets/css/print.css" media="print">.

   Base print rules (black on transparent, 12pt body, link URLs,
   hiding .logo / #map / .wrap / .tabs-row / form / footer, tab
   expansion) live in the @media print block of css/style.css so
   the subsystem pages (bestellung/, abwesenheit/) keep them too.
   This file adds the root-page-only rules on top.

   Patients print this page for the address, phone number and
   opening hours - #contact and #times must always stay printable.
   ========================================================= */

*,
*::before,
*::after {
    box-shadow: none !important;
    text-shadow: none !important;
}

body {
    background: #fff !important;
    color: #000 !important;
    font-size: 12pt;
    line-height: 1.5;
}

/* Hide navigation chrome, toggles and interactive-only elements */
.site-nav,
.site-nav__toggle,
.skip-link,
.mobile-cta,
.hero-actions,
.btn,
.js-youtube,
iframe {
    display: none !important;
}

/* Keep content blocks together on a page */
section,
.entry-list,
.content {
    page-break-inside: avoid;
}
