/* Resume page — depends on styles.css */

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

#person {
  font-size: 2.4em;
  text-align: center;
  margin: 0.3em 0 1.2em;
  letter-spacing: -0.01em;
}

.h-resume section { margin: 2.5em 0; }

.h-resume table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0 2em;
  font-size: 0.95em;
}
.h-resume th, .h-resume td {
  text-align: left;
  vertical-align: top;
  padding: 0.85em 0.9em;
  border-bottom: 0.0625em solid var(--rule);
}
.h-resume th {
  background: #f1efea;
  font-weight: 700;
  border-bottom: 0.125em solid var(--rule);
}
.h-resume tr:hover td { background: #f6f4ef; }
.h-resume td ul { margin: 0.2em 0 0; padding-left: 1.2em; }
.h-resume td li { margin-bottom: 0.6em; line-height: 1.55; }

.h-resume #affiliations ul,
.h-resume #awards ul {
  padding-left: 1.2em;
  line-height: 1.85;
}
.h-resume #affiliations li,
.h-resume #awards li { margin-bottom: 0.3em; }

/* Download-PDF button (hidden when printing) */
.pdf-export {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  margin-left: auto;
  padding: 0.4em 0.9em;
  font: inherit;
  font-size: 0.95em;
  font-weight: 700;
  color: #fff;
  background: var(--accent);
  border: none;
  border-radius: 0.2em;
  cursor: pointer;
}
.pdf-export:hover { background: #b30000; }
.pdf-export:focus-visible { outline: 0.15em solid var(--accent); outline-offset: 0.15em; }

@media (max-width: 44em) {
  #person { font-size: 1.8em; }
  .h-resume table, .h-resume thead, .h-resume tbody,
  .h-resume th, .h-resume td, .h-resume tr { display: block; }
  .h-resume thead { display: none; }
  .h-resume tr {
    border: 0.0625em solid var(--rule);
    border-radius: 0.2em;
    margin-bottom: 1em;
    padding: 0.5em;
  }
  .h-resume td { border: none; padding: 0.4em 0; }
}
