.resume-style-classic .resume-block {
  font-family: "Georgia", serif;
  background: #fdfaf5;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 1.5rem 0;
}

.resume-style-classic h2 {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 0.5rem;
  color: #444;
}

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

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

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

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

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