/* Review Automation Demo — supplemental styles */

/* Hide scrollbar */
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar { display: none; }

/* Star rating hover group */
.star-group button { transition: transform 0.1s ease; }
.star-group button:hover { transform: scale(1.15); }

/* Phone mockup text bubble */
.sms-bubble {
    background: #4f46e5;
    border-radius: 18px 18px 18px 4px;
    color: white;
    padding: 12px 16px;
    font-size: 0.875rem;
    line-height: 1.5;
}

/* Routing badge transitions */
[x-show] { transition: opacity 0.2s ease; }
