.ttr-live-visitors { display: flex; align-items: center; background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 6px; padding: 10px 14px; margin: 15px 0; font-size: 13px; color: #374151; width: 100%; box-sizing: border-box; }
.ttr-pulse-dot { width: 9px; height: 9px; background-color: #10b981; border-radius: 50%; margin-right: 10px; position: relative; display: inline-block; flex-shrink: 0; }
.ttr-pulse-dot::after { content: ''; width: 100%; height: 100%; border-radius: 50%; background-color: #10b981; position: absolute; top: 0; left: 0; animation: ttrPulse 1.8s infinite ease-in-out; }
@keyframes ttrPulse { 0% { transform: scale(0.8); opacity: 0.8; } 100% { transform: scale(2.4); opacity: 0; } }

.ttr-stock-scarcity { margin: 12px 0; }
.ttr-stock-text { font-size: 13px; font-weight: 700; color: #dc2626; margin-bottom: 4px; }
.ttr-stock-bar { width: 100%; height: 8px; background: #fee2e2; border-radius: 4px; overflow: hidden; }
.ttr-stock-fill { height: 100%; background: #dc2626; border-radius: 4px; }

.ttr-countdown-box { background: #fef3c7; border: 1px solid #f59e0b; padding: 8px 12px; border-radius: 6px; font-size: 13px; color: #92400e; font-weight: 600; margin: 10px 0; }

.ttr-delivery-estimator { display: flex; align-items: center; background: #ecfdf5; border: 1px dashed #10b981; border-radius: 8px; padding: 12px 16px; margin: 15px 0 20px 0; font-size: 13px; color: #065f46; box-sizing: border-box; }
.ttr-delivery-icon { font-size: 22px; margin-right: 12px; }

.ttr-review-filter-container { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 8px; padding: 18px; margin-bottom: 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: center; }
.ttr-big-score { font-size: 32px; font-weight: 800; color: #111827; }
.ttr-stars-out-of { font-size: 16px; color: #f59e0b; font-weight: 700; }
.ttr-progress-bg { background: #e5e7eb; height: 10px; border-radius: 5px; flex-grow: 1; margin-left: 8px; overflow: hidden; }
.ttr-progress-fill { background: #f59e0b; height: 100%; }
.ttr-bar-row { display: flex; align-items: center; font-size: 12px; margin-bottom: 3px; }
.ttr-search-input { width: 100%; padding: 8px; border: 1px solid #d1d5db; border-radius: 6px; margin-bottom: 10px; }
.ttr-filter-btn { background: #fff; border: 1px solid #d1d5db; padding: 6px 12px; border-radius: 20px; font-size: 12px; cursor: pointer; margin-right: 5px; }
.ttr-filter-btn.active { background: #111827; color: #fff; border-color: #111827; }

#ttr-notification-toast { position: fixed; bottom: 25px; left: 25px; background: #fff; box-shadow: 0 10px 25px -5px rgba(0,0,0,0.1); border: 1px solid #f3f4f6; border-radius: 10px; display: flex; align-items: center; padding: 12px 16px; max-width: 330px; z-index: 99999; transition: all 0.4s ease; }
#ttr-notification-toast.ttr-toast-hidden { transform: translateY(120px); opacity: 0; pointer-events: none; }
.ttr-toast-image-wrapper { width: 48px; height: 48px; margin-right: 12px; border-radius: 6px; overflow: hidden; flex-shrink:0; }
.ttr-toast-image-wrapper img { width: 100%; height: 100%; object-fit: cover; }
.ttr-toast-content { flex-grow: 1; }
.ttr-toast-title { margin: 0; font-size: 12px; font-weight: 700; color:#111827; }
.ttr-toast-body { margin: 2px 0; font-size: 12px; color:#4b5563; }
.ttr-toast-time { margin:0; font-size: 11px; color:#9ca3af; }
.ttr-toast-close { position: absolute; top: 6px; right: 8px; background: none; border: none; cursor: pointer; color:#9ca3af; font-size:16px; }