.content-container {
  margin-top: 24px;
  margin-bottom: 36px;
}

/* Base horizontal (full width/height, preserve aspect) */
.content-wide {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Base vertical (half width, centered, preserve aspect) */
.content-tall {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  height: auto;
  object-fit: contain;
}

.names {
  text-align: center;
}

.cv-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.cv-section-header {
  font-size: 20px;
}

.cv-section-subheader {
  font-size: 18px;
  margin-top: 8px;
  text-align: center;
}

.cv-item {
  font-size: 15px;
  text-align: center;
}