/**
 * Leadership team row: five headshots in one row without collapsed floats.
 */
.ers-leadership-team-grid.wp-block-columns {
  flex-wrap: wrap !important;
  gap: 1.5rem 1rem;
}

.ers-leadership-team-grid > .wp-block-column {
  flex: 1 1 10.5rem;
  min-width: 10.5rem;
  max-width: 100%;
}

.ers-leadership-team-grid .wp-block-group.sm\:h-120 {
  height: auto !important;
  min-height: 0;
}

.ers-leadership-team-grid .wp-block-image {
  float: none !important;
  display: block !important;
  width: 100%;
  max-width: 100%;
  margin: 0 0 1rem;
}

.ers-leadership-team-grid .wp-block-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
  background-color: var(--wp--preset--color--gray-light, #f7f7f9);
}

.ers-leadership-team-grid .wp-block-image.rounded-large {
  background-color: var(--wp--preset--color--gray-light, #f7f7f9);
  border-radius: 4px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .ers-leadership-team-grid.wp-block-columns {
    flex-wrap: nowrap !important;
  }

  .ers-leadership-team-grid > .wp-block-column {
    flex: 1 1 0;
    min-width: 0;
  }
}
