@page {
  margin: 0.65in;
}

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

html {
  background: #fff !important;
}

body {
  color: #000 !important;
  background: #fff !important;
  font: 11pt/1.45 Georgia, "Times New Roman", serif;
}

.site-header,
.site-footer,
.skip-link,
.hero-search-form,
.hero-actions,
.finder-links,
.button-link,
button,
form,
[data-pwa-install] {
  display: none !important;
}

main,
.wrap,
.hero-copy,
.section-block,
.selling-card,
.catalog-card,
.advice-panel,
.meta-card,
.product-panel {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

h1,
h2,
h3 {
  break-after: avoid;
  color: #000 !important;
}

article,
section,
table,
img {
  break-inside: avoid;
}

a {
  color: #000 !important;
  text-decoration: underline;
}

a[href^="http"]::after {
  content: " (" attr(href) ")";
  font-size: 0.85em;
  overflow-wrap: anywhere;
}
