/* Booking-specific styles */

.booking-panel {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.booking-alert-toast {
  animation: slideUp 0.3s ease;
}

@media (max-width: 960px) {
  #pricingSidebar {
    position: relative !important;
    top: auto !important;
  }

  .layout-sidebar-booking > :last-child {
    order: -1;
    margin-bottom: 8px;
  }
}

@media (max-width: 480px) {
  .booking-steps {
    padding: 0 8px;
  }
}
