/* Print stylesheet: hide chrome and show destination URLs. */
@page {
  margin: 1.5cm;
}

body {
  background: var(--md-sys-color-surface, #fff);
  color: var(--md-sys-color-on-surface, #111);
}

.skip-link,
.reading-progress,
.header,
header nav,
.mobile-menu-btn,
.mobile-nav,
.notif-bell,
.wod-session-context-strip,
.header-weather,
.footer,
.featured-placement,
.slot-unit,
.adsbygoogle,
.adsbygoogle-pending,
.share-button-wrap,
.chatbot-fab,
.chatbot-panel,
.wod-a11y-toolbar,
.cookie-consent,
.adblock-dialog,
.swipe-nav,
.add-to-plan,
.save-event-control,
.parking-section__suggest {
  display: none !important;
}

main {
  padding: 0;
}

a[href][href^="http"]::after {
  content: " (" attr(href) ")";
  font-size: 0.85em;
  color: var(--md-sys-color-on-surface-variant, #444);
}

a[href^="/"]::after {
  content: " (https://whatsondurham.com" attr(href) ")";
  font-size: 0.85em;
  color: var(--md-sys-color-on-surface-variant, #444);
}
