/* -----------------------------------------------------------------
   21. Geo Schedule
   ----------------------------------------------------------------- */
.page-template-page-geo-schedule .main {
  background: var(--lexx-white);
  min-height: 100vh;
}

.page-template-page-geo-schedule .intro-secondary {
  background-size: cover;
  background-position: center;
  padding: 80px 0 60px;
  position: relative;
}

.page-template-page-geo-schedule .intro-secondary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(245, 245, 245, 0.9) 0%, rgba(255, 255, 255, 0.85) 100%);
  z-index: 0;
}

.page-template-page-geo-schedule .intro-secondary .shell {
  position: relative;
  z-index: 1;
}

.page-template-page-geo-schedule .intro-secondary h1 {
  font-family: var(--lexx-font-primary);
  font-size: 48px;
  font-weight: 700;
  color: var(--lexx-text);
  margin-bottom: 20px;
}

.page-template-page-geo-schedule .intro-secondary p {
  color: var(--lexx-text);
  font-size: 18px;
  line-height: 1.6;
}

.page-template-page-geo-schedule .section-courses {
  background: var(--lexx-white);
  padding: var(--lexx-section-pad) 0;
}

.page-template-page-geo-schedule .section__aside {
  background: var(--lexx-white);
  border: 1px solid var(--lexx-border);
  border-radius: 12px;
  padding: 30px;
  box-shadow: var(--lexx-shadow);
}

.page-template-page-geo-schedule .section__aside h4 {
  font-family: var(--lexx-font-primary);
  color: var(--lexx-accent-blue);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.page-template-page-geo-schedule .section__aside h6 {
  font-family: var(--lexx-font-primary);
  color: var(--lexx-text);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.page-template-page-geo-schedule .section__aside label {
  color: var(--lexx-text);
  font-size: 14px;
}

.page-template-page-geo-schedule .section__aside input[type="checkbox"] {
  accent-color: var(--lexx-accent-blue);
}

.page-template-page-geo-schedule .section__aside .checkbox-custom {
  border-color: var(--lexx-border);
}

.page-template-page-geo-schedule .section__content {
  background: transparent;
}

.page-template-page-geo-schedule .courses,
.page-template-page-geo-schedule .schedule-courses {
  background: var(--lexx-white);
  border: 1px solid var(--lexx-border);
  border-radius: var(--lexx-radius-card);
  padding: 28px;
  margin-bottom: 2rem;
  box-shadow: var(--lexx-shadow);
}

.page-template-page-geo-schedule .courses .row--head h3 {
  font-family: var(--lexx-font-primary);
  font-size: 24px;
  font-weight: 700;
  color: var(--lexx-text);
}

.page-template-page-geo-schedule .courses .row:not(.row--head) {
  border-top: 1px solid var(--lexx-light-gray);
  padding: 12px 20px;
  transition: background 0.3s ease;
}

.page-template-page-geo-schedule .courses .row:not(.row--head):hover {
  background: var(--lexx-light-gray);
  border-radius: 8px;
}

.page-template-page-geo-schedule .courses .col h5 {
  color: var(--lexx-text);
  font-weight: 600;
}

.page-template-page-geo-schedule .courses .col p,
.page-template-page-geo-schedule .courses .col span {
  color: rgba(73, 73, 73, 0.7);
}

.page-template-page-geo-schedule .badge {
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
}

.page-template-page-geo-schedule .badge--open {
  background: rgba(0, 172, 239, 0.12);
  color: var(--lexx-accent-blue);
}

.page-template-page-geo-schedule .badge--limited {
  background: rgba(226, 80, 39, 0.12);
  color: var(--lexx-accent-orange);
}

