/* Resume-specific styles */

/* Styles for markdown-generated resume (plain HTML without classes) */
.resume-body h2 {
  margin-top: 1.5rem;
}

.resume-body h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--color-text-heading);
  margin-bottom: 0.15rem;
}

.resume-body h3 + p {
  margin-bottom: 0.5rem;
  color: var(--color-text-secondary);
}

.resume-body h3 + p strong {
  color: var(--color-text-heading);
}

.resume-body h4 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text-heading);
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
}

.resume-body h4 em {
  font-weight: 400;
  color: var(--color-text-muted);
  font-size: 0.9em;
}

.resume-body ul {
  margin: 0.25rem 0 0.5rem 1.5rem;
  padding: 0;
}

.resume-body li {
  margin-bottom: 0.3rem;
  color: var(--color-text-secondary);
}

.resume-contact {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  opacity: 0.85;
}

.resume-contact a {
  color: var(--color-header-text);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.resume-contact .separator {
  margin: 0 0.25rem;
  opacity: 0.5;
}

@media print {
  body {
    padding: 0;
    background: white;
    background-image: none;
  }

  .container {
    box-shadow: none;
    border-radius: 0;
  }

  .header {
    background: white;
    color: #333;
    border-bottom: 2px solid #333;
  }

  .header h1 {
    color: #111;
  }

  .header .subtitle,
  .header .resume-contact,
  .header .resume-contact a {
    color: #444;
  }

  .breadcrumbs,
  .skip-link {
    display: none;
  }
}
