.ny-bot-message .ny-csat{display:inline-flex;align-items:center;gap:6px;padding:3px 6px;background:var(--ny-input-bg);border-radius:20px;transition:all 0.25s cubic-bezier(0.4,0,0.2,1)}#ny-chatbot-container .ny-csat-label{font-size:9px;color:var(--ny-bot-msg-text);font-weight:500;padding:0 4px;white-space:nowrap}#ny-chatbot-container .ny-csat-buttons{display:flex;gap:4px}#ny-chatbot-container .ny-csat-btn{all:unset;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;cursor:pointer;transition:all 0.2s cubic-bezier(0.4,0,0.2,1);position:relative;overflow:hidden;background:#fff0;box-shadow:none;padding:0;margin:0;min-width:16px;min-height:16px;max-width:16px;max-height:16px;line-height:1;text-decoration:none;outline:0}#ny-chatbot-container .ny-csat-btn::before{content:"";position:absolute;inset:0;border-radius:50%}#ny-chatbot-container .ny-csat-icon{width:14px;height:14px;stroke-width:2.2;transition:all 0.2s cubic-bezier(0.4,0,0.2,1);position:relative;z-index:1;fill:none;display:block}#ny-chatbot-container .ny-csat-text{display:none}#ny-chatbot-container .ny-csat-like:hover .ny-csat-icon{transform:scale(1.15) rotate(-8deg)}#ny-chatbot-container .ny-csat-like:active{transform:scale(0.95)}#ny-chatbot-container .ny-csat-dislike:hover .ny-csat-icon{transform:scale(1.15) rotate(8deg)}#ny-chatbot-container .ny-csat-dislike:active{transform:scale(0.95)}#ny-chatbot-container .ny-csat-loading{opacity:0.5;pointer-events:none}#ny-chatbot-container .ny-csat-loading .ny-csat-icon{animation:ny-csat-pulse 1.2s ease-in-out infinite}@keyframes ny-csat-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.4;transform:scale(0.85)}}#ny-chatbot-container .ny-csat-btn.ny-csat-selected{pointer-events:none}