.program-full {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.program-sidebar {
  flex: 0 0 240px;
  position: sticky;
  top: 1rem;
}

.program-sidebar__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.program-sidebar__item {
  margin-bottom: 0.25rem;
}

.program-sidebar__link {
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  text-decoration: none;
  color: inherit;
}

.program-sidebar__link.is-active {
  background: rgba(0, 0, 0, 0.06);
  font-weight: 600;
}

.program-content {
  flex: 1 1 auto;
  min-width: 0;
}

.program-section__title {
  margin-top: 0;
}
