@page {
  size: A4;
  margin: 4mm;
}

html, body {
  margin: 0;
  padding: 5mm;
  max-width: none;
  width: 200mm;
  height: 287mm;
  overflow: hidden;
  font-size: 12px;
}

h1 { font-size: 26px; }
h2 { margin: 10px 0 5px 0; font-size: 17px; }

.header {
  margin-bottom: 10px;
  padding-bottom: 8px;
}

.experience-item { margin-bottom: 6px; }

.projects {
  gap: 8px;
  margin-top: 6px;
}

.project-card {
  padding: 8px;
  break-inside: avoid;
}

.skills-list { gap: 5px; margin-top: 6px; }

.tag {
  height: auto;
  padding: 2px 8px;
}

.tags {
  align-items: flex-start;
}

.project-card .tags {
  flex-grow: 0;
}