.resume-style-clean .resume-block {
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  font-family: 'Helvetica Neue', sans-serif;
  margin: 1.5rem 0;
}

.resume-style-clean h2 {
  font-weight: bold;
  font-size: 1.1rem;
  margin: 0 0 0.25rem;
  color: #222;
}

.resume-style-clean .resume-content {
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

.resume-style-clean .resume-block[data-type="header"] {
  border: none;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}

.resume-style-clean [data-type="header"] .resume-content h1 {
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 0.75rem;
}

.resume-style-clean [data-type="header"] .resume-content p {
  font-size: 1rem;
  text-align: center;
  color: #555;
}

.resume-style-clean [data-type="header"] .resume-content h2 {
  font-size: 1.5rem;
  text-align: center;
  color: #777;
}
