.node--chef--course {
  display: flex;
  gap: var(--spacing--2);
  align-items: center;
  position: relative;
}
.node--chef--course > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-indent: -9999px;
  background-color: var(--background--background-light);
  opacity: 0;
}
.node--chef--course picture {
  --d: 8rem;
  min-width: var(--d);
  width: var(--d);
  height: var(--d);
  border-radius: 100%;
  overflow: hidden;
}
.node--chef--course picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.node--chef--course h2 {
  font-size: var(--typography--font-size--lg);
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.45s ease;
}
.node--chef--course h3 {
  font-size: var(--typography--font-size--md);
  color: var(--text--secondary);
  font-weight: 400;
}
.node--chef--course:hover h2, .node--chef--course:active h2 {
  color: var(--c--primary);
}
/*# sourceMappingURL=node--chef--course.css.map */
