.instructors-bg {
  background-image: url("/imgs/hero-poster.webp");
}

.instructors-list {
  background: var(--color-surface);
}

.instructors-next {
  background: var(--color-primary-soft);
}

.instructor-profile .site-item-img {
  width: 100%;
  margin-bottom: var(--space-lg);
  border-radius: var(--radius-md);
}

.instructors-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
  margin-top: var(--space-lg);
}
