/* Resume page-specific styles (class-independent) */

.resume-container {
  max-width: 60ch;
  text-align: left;
}

.resume-container .profile {
  margin-bottom: 1.5rem;
}

/* Keep resume body text readable while preserving site header/footer/button style */
#resume-content,
#resume-content * {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

#resume-content {
  text-align: left;
  line-height: 1.6;
}

#resume-content > * + * {
  margin-top: 0.9rem;
}

#resume-content h2 {
  font-size: 1.1rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

#resume-content .role {
  margin-bottom: 1rem;
}

#resume-content .role-title {
  font-weight: 600;
}

#resume-content ul {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

#resume-content li + li {
  margin-top: 0.35rem;
}

#resume-content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d9d9d9;
  background: #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 0.35rem;
}

#resume-content th,
#resume-content td {
  text-align: left;
  vertical-align: top;
  padding: 0.75rem 0.8rem;
  border-bottom: 1px solid #d9d9d9;
}

#resume-content tr:last-child td {
  border-bottom: 0;
}

#resume-content th {
  width: 34%;
  font-weight: 600;
  border-right: 1px solid #d9d9d9;
  background: rgba(0, 0, 0, 0.03);
}

#resume-content a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

#resume-content .footnote {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #d9d9d9;
  color: #777;
  font-size: 0.92rem;
}

.resume-actions {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  align-items: flex-start;
}

.resume-actions .link-button {
  width: auto;
}

@media (prefers-color-scheme: dark) {
  #resume-content table {
    background: #212d2d;
    border-color: #303c3d;
  }

  #resume-content th,
  #resume-content td {
    border-bottom-color: #303c3d;
  }

  #resume-content th {
    border-right-color: #303c3d;
    background: rgba(255, 255, 255, 0.04);
  }

  #resume-content .footnote {
    color: #8b949e;
    border-top-color: #303c3d;
  }
}
