* {
  color: black !important;
  background: white !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

header,
nav,
footer,
.video-wrapper,
iframe {
  display: none !important;
}

img {
  max-width: 100%;
  height: auto;
  page-break-inside: avoid;
  margin: 0.5em 0;
}

body {
  font-family: serif;
  font-size: 12pt;
  line-height: 1.4;
  margin: 2cm;
}

.container,
.content-wrapper,
.main-grid,
.project-grid,
.project-card,
.project-info {
  width: 100% !important;
  max-width: none !important;
  display: block !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 0 1em 0 !important;
  border: none !important;
}

.project-card {
  page-break-inside: avoid;
}
