.course-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-top: 16px;
}

.course-actions .btn {
  min-height: 40px;
  padding: 9px 8px;
  font-size: 0.72rem;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 860px) {
  .course-actions { flex-wrap: wrap; }
}
