.ts-booking-widget { position: sticky; top: 80px; background: #fff; border: 1px solid #e1e5ea; border-radius: 12px; padding: 20px; box-shadow: 0 4px 16px rgba(0,0,0,0.04); font-family: system-ui, -apple-system, sans-serif; }
.ts-booking-widget-empty { padding: 24px; text-align: center; color: #888; }
.ts-widget-header { margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid #eef1f4; }
.ts-price-display { font-size: 1.5rem; font-weight: 600; color: #1f2937; }
.ts-local-currency { font-size: 0.85rem; color: #6b7280; font-weight: 400; }
.ts-price-per { display: block; font-size: 0.85rem; color: #6b7280; margin-top: 4px; }
.ts-widget-form label { display: block; font-size: 0.85rem; color: #374151; margin: 14px 0 6px; font-weight: 500; }
.ts-widget-form input[type="date"], .ts-widget-form input[type="time"], .ts-widget-form input[type="text"], .ts-widget-form input[type="email"], .ts-widget-form select { width: 100%; padding: 8px 10px; border: 1px solid #d1d5db; border-radius: 6px; font-size: 0.95rem; box-sizing: border-box; }
.ts-counter { display: flex; align-items: center; gap: 12px; }
.ts-counter button { width: 32px; height: 32px; border: 1px solid #d1d5db; background: #fff; border-radius: 50%; cursor: pointer; font-size: 1rem; }
.ts-counter button:hover { background: #f3f4f6; }
.ts-counter span { min-width: 24px; text-align: center; font-weight: 500; }
.ts-availability-status { margin: 16px 0; padding: 10px; border-radius: 6px; background: #f9fafb; font-size: 0.85rem; text-align: center; }
.ts-availability-status[data-state="available"] { background: #d1fae5; color: #065f46; }
.ts-availability-status[data-state="unavailable"] { background: #fee2e2; color: #991b1b; }
.ts-availability-status[data-state="checking"] { background: #fef3c7; color: #92400e; }
.ts-total-row { display: flex; justify-content: space-between; padding: 8px 0; }
.ts-total-row.ts-secondary { color: #6b7280; font-size: 0.85rem; padding-top: 0; }
.ts-total-amount { font-weight: 700; font-size: 1.1rem; }
.ts-cta-checkout { width: 100%; padding: 14px; background: #1f2937; color: #fff; border: none; border-radius: 8px; font-size: 1rem; font-weight: 600; cursor: pointer; margin: 16px 0 8px; }
.ts-cta-checkout:disabled { background: #9ca3af; cursor: not-allowed; }
.ts-cta-checkout:hover:not(:disabled) { background: #111827; }
.ts-cta-whatsapp-secondary { display: block; text-align: center; padding: 10px; color: #16a34a; background: #f0fdf4; border-radius: 8px; text-decoration: none; font-weight: 500; }
.ts-cta-whatsapp-secondary:hover { background: #dcfce7; }
.ts-trust-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; font-size: 0.75rem; color: #6b7280; justify-content: center; }
.ts-trust-badges span { padding: 4px 8px; background: #f3f4f6; border-radius: 4px; }
.ts-stripe-modal { position: fixed; inset: 0; background: rgba(0,0,0,0.5); display: flex; align-items: center; justify-content: center; z-index: 9999; }
.ts-stripe-modal[hidden] { display: none; }
.ts-modal-content { background: #fff; border-radius: 12px; padding: 32px; max-width: 480px; width: 92%; position: relative; }
.ts-modal-close { position: absolute; top: 12px; right: 12px; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: #6b7280; }
.ts-modal-content h3 { margin: 0 0 20px; }
.ts-modal-content input { width: 100%; margin-bottom: 12px; padding: 10px; border: 1px solid #d1d5db; border-radius: 6px; box-sizing: border-box; }
.ts-stripe-card-element { padding: 12px; border: 1px solid #d1d5db; border-radius: 6px; margin-bottom: 16px; }
.ts-confirm-payment { width: 100%; padding: 14px; background: #635bff; color: #fff; border: none; border-radius: 8px; font-size: 1rem; font-weight: 600; cursor: pointer; }
.ts-confirm-payment:hover { background: #4f46e5; }
.ts-payment-result { margin-top: 16px; padding: 12px; border-radius: 6px; }
.ts-payment-result.ts-success { background: #d1fae5; color: #065f46; }
.ts-payment-result.ts-error { background: #fee2e2; color: #991b1b; }
@media (max-width: 768px) {
  .ts-booking-widget { position: static; margin-top: 24px; }
}
