/* Print-specific overrides for the resume site */
:root {
  color-scheme: light !important;
}

*,
*::before,
*::after {
  box-shadow: none !important;
  text-shadow: none !important;
  transition: none !important;
  animation: none !important;
  transform: none !important;
  background-image: none !important;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #ffffff !important;
  color: #000000 !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif !important;
  font-size: 12pt;
  line-height: 1.55;
}

body {
  width: 100%;
}

a,
a:visited {
  color: inherit !important;
  text-decoration: none !important;
}

a[href^="http"]::after {
  content: ' (' attr(href) ')';
  font-size: 10pt;
}

main,
section,
article,
header,
footer {
  background: #ffffff !important;
  color: inherit !important;
  filter: none !important;
}

header.sticky,
nav[aria-label="Primary"],
button[aria-label^="Switch to"],
button[aria-expanded] {
  display: none !important;
}

[hidden] {
  display: block !important;
  visibility: visible !important;
}

.backdrop-blur,
[class*='backdrop-blur'] {
  backdrop-filter: none !important;
}

section,
article,
div,
li {
  break-inside: avoid;
}

ul,
ol {
  margin: 0 0 0.6rem 1.2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000 !important;
}

img,
video {
  max-width: 100% !important;
  height: auto !important;
}

@page {
  margin: 0.5in;
}
