.course-table {
  min-width: 980px;
}

.course-link,
.course-name-link {
  color: var(--green);
  font-weight: 600;
  text-decoration: none;
}

.course-link:hover,
.course-name-link:hover {
  text-decoration: underline;
}

.course-action-cell {
  width: 190px;
}

.create-plan-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 11px;
  background: var(--green);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 7px 18px rgba(8, 127, 98, 0.16);
}

.create-plan-link:hover {
  background: var(--green-dark);
}

.create-plan-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
