.cv-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1rem;
}

.cv-header h1 {
  margin-bottom: 0;
}

.cv-pdf .btn {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

.cv-section {
  background-color: #f9f9f9;
  padding: 2rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

html[data-theme="dark"] .cv-section {
    background-color: #1a1a1a;
    color: #e0e0e0;
} 