#tevello .courses-title {
  display: none !important;
}

#tevello .courses {
  gap: 2rem !important;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

#tevello a.public.not-enrolled.tw-card {
  width: min(100%, 35rem) !important;
  border: 1px solid rgba(31, 31, 31, 0.16) !important;
  border-radius: 1.4rem !important;
  box-shadow: 0 1rem 2.8rem rgba(31, 31, 31, 0.08) !important;
  overflow: hidden !important;
  transition: transform 180ms ease, box-shadow 180ms ease !important;
}

#tevello a.public.not-enrolled.tw-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 1.4rem 3.2rem rgba(31, 31, 31, 0.12) !important;
}

#tevello a.public.not-enrolled.tw-card:focus-visible {
  outline: 3px solid currentColor !important;
  outline-offset: 4px !important;
}

#tevello a.public.not-enrolled .tw-card-body {
  padding: 1.8rem !important;
}

#tevello a.public.not-enrolled .tw-card-actions {
  display: none !important;
}

#tevello a.public.not-enrolled img {
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
}

#tevello input[type="search"],
#tevello select {
  min-height: 44px !important;
  border-radius: 10px !important;
}

@media screen and (max-width: 749px) {
  #tevello .courses {
    gap: 1.4rem !important;
  }

  #tevello a.public.not-enrolled.tw-card {
    width: 100% !important;
  }
}