/*
 Theme Name: Hello Elementor Child
 Template: hello-elementor
 Text Domain: hello-elementor-child
*/

/* ===== Inschrijving pagina layout ===== */
.inschrijving-page {
  background: #fff;
  padding: 60px 20px;
}

.inschrijving-container {
  max-width: 1000px;
  margin: 0 auto;
}

.inschrijving-dates {
  text-align: center;
  margin-top: 25px;
}
.inschrijving-dates strong {
  color: #A41C33;
}

/* ===== Hero sectie ===== */
.inschrijving-hero {
  text-align: center;
  margin-bottom: 40px;
}

.inschrijving-title {
  color: #A41C33;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 75px;
  margin-bottom: 15px;
}

.inschrijving-subtitle {
  color: #004896;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

/* ===== Link styling ===== */
.inschrijving-link {
  color: #A41C33;
  text-decoration: underline;
  font-weight: 600;
}

.inschrijving-link:hover {
  color: #7a1527;
}

/* ===== Countdown sectie ===== */
.inschrijving-countdown {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.countdown-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.kz-box {
  background: #0f4390;
  color: #fff;
  padding: 22px 28px;
  border-radius: 8px;
  min-width: 120px;
  text-align: center;
}

.countdown-number {
  display: block;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.countdown-label {
  font-size: 14px;
  opacity: .95;
}

/* ===================== */
/*   RESPONSIVE STYLING  */
/* ===================== */

@media (max-width: 768px) {
  .inschrijving-title {
    font-size: 42px;
    line-height: 1.2;
  }

  .inschrijving-subtitle {
    font-size: 16px;
  }

  .countdown-wrapper {
    gap: 12px;
  }

  .kz-box {
    padding: 16px 20px;
    min-width: 90px;
  }

  .countdown-number {
    font-size: 28px;
  }

  .countdown-label {
    font-size: 12px;
  }

  .inschrijving-dates {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  .inschrijving-title {
    font-size: 32px;
  }

  .inschrijving-subtitle {
    font-size: 14px;
  }

  .kz-box {
    min-width: 75px;
    padding: 12px 14px;
  }

  .countdown-number {
    font-size: 22px;
  }

  .countdown-label {
    font-size: 11px;
  }

  .inschrijving-dates {
    font-size: 13px;
  }
}

/* Wizard-styling */
#kz-children-fields {
  border: 2px solid #004896;
  padding: 20px;
  margin-top: 30px;
  background: #f9f9f9;
}
#kz-children-fields h3 {
  margin-top: 0;
  color: #004896;
}