/* ============================================
   BELLE POUR SON MARIAGE - Reservation Tunnel
   Tablet Overrides (min-width: 768px)
   ============================================ */

@media (min-width: 768px) {

  /* --- Progress --- */
  .progress__step-label {
    display: inline;
  }

  /* --- Tunnel --- */
  .tunnel {
    padding: var(--space-xl) var(--section-px);
  }

  /* --- Type Cards --- */
  .type-cards {
    gap: var(--space-md);
  }

  .type-card {
    padding: var(--space-xl);
  }

  /* --- Calendar --- */
  .calendar__day {
    font-size: var(--fs-body);
  }

  /* --- Time Slots --- */
  .timeslots__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  /* --- Personal Form --- */
  .personal-form .form-row {
    flex-direction: row;
  }

  /* --- Tunnel Actions --- */
  .tunnel__actions {
    flex-direction: row-reverse;
    gap: var(--space-md);
  }

  .tunnel__actions .btn {
    width: auto;
    flex: 1;
  }

  .btn--back {
    order: 0;
  }

  .btn--next {
    order: 0;
  }

  /* --- Confirmation --- */
  .confirmation__actions {
    flex-direction: row;
    justify-content: center;
  }
}
