


.spotlight__date {
  font-size: .875em;
  margin-bottom: 0;
  color: var(--extra-muted);
  font-weight: var(--fw-light);
}

.spotlight__description {
  margin-bottom: var(--line-height-em);
}

.spotlight__team {
  line-height: var(--line-height);
  display: block;
  margin-bottom: calc(var(--line-height-em)/2);
}


.spotlight__image {
  background-color: var(--block-gray);
  width: 100%;
  max-height: 230px;
  object-fit: contain;
}

.spotlight__eyebrow {
  font-size: .875em;
  margin-bottom: calc((var(--line-height-em) + .125em)/2);

  font-weight: var(--fw-light);
  text-transform: uppercase;
  color: var(--muted);
}

.spotlight__link-block {
  margin-bottom: calc((var(--line-height-em) + .125em)/2 + var(--line-height-em));
}

.spotlight-card__read-more {

}

/* --- enclosing element--- TODO: refactor when there's more than one instance of it */

.spotlight-card {
  min-width: 25em;
  width: 100%;;
  position: relative;
  margin-bottom: var(--line-height-em);
}

.spotlight-card__title-wrapper {
  background: var(--white);
  padding: calc(var(--line-height-em)/2) var(--line-height-em);
}


.enclosing-element--wide {
  width: 40em;
}

.spotlight-card__body-wrapper {
  overflow: auto;
  clear: both;
  background: var(--white);
  padding: 0 var(--line-height-em);
}
