/* =====================================================
   Resume page styles — append to css/site.css
   ===================================================== */

article.resume {
  max-width: 860px;
  margin: 0 auto 3rem;
}

/* Section headers (##) */
article.resume h2 {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4a4a4a;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 0.3rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

/* Role / company headers (###) */
article.resume h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 0.15rem;
  color: #363636;
}

article.resume p {
  margin-bottom: 0.6rem;
  font-size: 0.95rem;
  line-height: 1.5;
}

article.resume ul {
  list-style: disc;
  margin-left: 1.4rem;
  margin-bottom: 0.75rem;
}

article.resume li {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}
