:root {
  --text: #111;
  --muted: #666;
  --rule: #ddd;
  --max-width: 900px;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  margin: 0;
  padding: 2rem 1.5rem;
  line-height: 1.45;
  background: #fff;
}

.resume {
  max-width: var(--max-width);
  margin: 0 auto;
}

.header {
  text-align: center;
  margin-bottom: 2rem;
}

h1 {
  margin: 0;
  font-size: 2rem;
}

.contact {
  margin-top: 0.25rem;
  color: var(--muted);
}

section {
  margin-bottom: 2rem;
}

h2 {
  font-size: 1.1rem;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 0.25rem;
  margin-bottom: 1rem;
}

h3 {
  margin: 0 0 0.5rem 0;
}

.columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.role header {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}

.date {
  color: var(--muted);
  font-weight: normal;
}

details.expand summary {
  cursor: pointer;
  color: #444;
  font-weight: 100;
  margin-top: 0.25rem;
}

details.expand summary:hover {
  text-decoration: underline;
}

details.expand {
  margin-top: 0.5rem;
}

.institution p {
  margin-top: 0pt;
  margin-bottom: 0pt;
}


.pdf-link {
  margin-top: 0.4rem;
  font-size: 0.9rem;
  color: #666;
}

.pdf-link a {
  color: inherit;
  text-decoration: none;
}

.pdf-link a:hover {
  text-decoration: underline;
}

ul {
  margin: 0.25rem 0 0.75rem 1.2rem;
}

.skills li {
  list-style: none;
  margin-left: 0;
}

.muted {
  color: var(--muted);
}
