#main-home-content.home-content {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.empty-courses {
  width: 100%;
  max-width: 600px;
  padding: 44px 32px;
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.empty-courses h2 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
  color: #1e293b;
}

.empty-courses p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #64748b;
}