/* Tablet and Mobile */
@media (max-width: 768px) {
  .checkout-content {
    flex-direction: column;
  }

  .checkout-form {
    width: 100%;
    padding: 16px;
  }

  .checkout-form .checkout-form-content {
    width: 100%;
  }

  .checkout-order-summary {
    width: 100%;
    margin-top: 20px;
  }

  .order-summary {
    max-width: 100%;
    padding: 16px;
  }

  .quick-checkout-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .apple-pay, .google-pay, .amazon-pay, .paypal-pay {
    width: 100%;
  }

  .form-inline {
    flex-direction: column;
    gap: 12px;
  }

  .payment-fields {
    gap: 12px;
  }

  .upsell-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .upsell-icon {
    width: 60px;
    height: 60px;
  }

  .upsell-box strong {
    width: 100%;
  }

  .features {
    gap: 12px;
  }

  .features p {
    font-size: 13px;
  }

  .review {
    padding: 12px;
  }

  .review p {
    font-size: 10px;
  }

  .review-header p,
  .review-header span {
    font-size: 8.5px;
  }

  .avatar {
    width: 26px;
    height: 26px;
    font-size: 10px;
  }
}