/*
Theme Name: AprendamosIA
Theme URI: https://aprendamosia.cl/
Author: AprendamosIA
Description: Lightweight WordPress theme preserving the AprendamosIA landing page design.
Version: 0.5.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: aprendamosia
*/

.course-card {
  display: block;
  color: inherit;
}

.course-card:hover h3 {
  color: var(--brand);
}

.course-single {
  min-height: 70vh;
  padding: 80px 0;
}

.course-back {
  display: inline-block;
  margin-bottom: 32px;
  color: var(--brand);
}

.course-content {
  max-width: 780px;
  margin: 0 auto;
  padding: 48px;
  background: var(--dark-card);
  border: 1px solid var(--dark-border);
  border-radius: 16px;
}

.course-single-icon {
  font-size: 3rem;
}

.course-content h1 {
  margin: 12px 0;
  font-size: clamp(2rem, 5vw, 3.5rem);
}

.course-lead {
  color: var(--text-muted);
  font-size: 1.15rem;
}

.course-body {
  margin-top: 32px;
  color: var(--text-light);
}

.course-body h2,
.course-body h3 {
  margin: 28px 0 12px;
}

.course-body p,
.course-body ul,
.course-body ol {
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .course-content {
    padding: 28px;
  }
}

/* The current landing page keeps its design in front-page.php during migration. */
