/* css styles */

/* Headshots - consistent size with cropping */
.headshot img {
  width: 150px;
  height: 180px;
  object-fit: cover;
  object-position: top center;
  border-radius: 5px;
}

/* Top row of concept images - with padding */
.concept-images .quarto-layout-cell {
  padding: 0 10px;
}

.concept-images img {
  max-height: 120px;
  width: auto;
}

/* Logo rows - consistent sizing */
.logo-row .quarto-layout-cell {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-row img {
  max-height: 80px;
  max-width: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Add some vertical spacing between logo rows */
.logo-row {
  margin-bottom: 10px;
}
