/* Keep action buttons distinct from pill-shaped badges on the homepage. */
.home-course-market-grid .market-course-actions .btn,
.home-course-market-grid .market-course-actions form .btn,
.home-knowledge-grid .home-knowledge-actions .btn,
.home-knowledge-grid .home-knowledge-actions form .btn,
.featured-market-section .lml-section-title-row > .btn,
.home-knowledge-section .lml-section-title-row > .btn {
  /* style.css contains legacy card-button radii with !important. */
  border-radius: 10px !important;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.25;
  min-height: 42px;
  padding: 9px 14px;
}

.home-course-market-grid .market-course-actions .btn-outline,
.home-knowledge-grid .home-knowledge-actions .btn-outline {
  background: #fff;
  border-color: #bdcada;
  color: #17385e;
}

.home-course-market-grid .market-course-actions .btn-outline:hover,
.home-knowledge-grid .home-knowledge-actions .btn-outline:hover {
  background: #eef5ff;
  border-color: #6f98c7;
}

/* Align homepage course-card content even when badges and text vary. */
.home-course-market-grid .market-course-card .market-course-body {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.home-course-market-grid .market-course-card .market-course-badges {
  align-content: flex-start !important;
  min-height: 58px !important;
}

.home-course-market-grid .market-course-card .market-course-body h2 {
  display: -webkit-box !important;
  height: 3em !important;
  min-height: 3em !important;
  max-height: 3em !important;
  line-height: 1.5 !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.home-course-market-grid .market-course-card .market-course-desc {
  display: -webkit-box !important;
  height: 3.2em !important;
  min-height: 3.2em !important;
  max-height: 3.2em !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.home-course-market-grid .market-course-card .market-course-meta {
  min-height: 30px !important;
}

.home-course-market-grid .market-course-card .market-course-actions {
  margin-top: auto !important;
}

@media (max-width: 680px) {
  .home-course-market-grid .market-course-actions .btn,
  .home-knowledge-grid .home-knowledge-actions .btn {
    min-height: 44px;
  }

  .home-course-market-grid .market-course-card .market-course-badges,
  .home-course-market-grid .market-course-card .market-course-body h2,
  .home-course-market-grid .market-course-card .market-course-desc {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }
}
