.mg-search-app{overflow:hidden;transition:height .3s ease;position:relative;border-bottom:1px solid #333}.mg-search-app:not(.expanded):before{content:"";position:absolute;bottom:0;left:0;width:100%;height:45%;background:linear-gradient(to bottom,transparent,white);z-index:2}.mg-search-app.expanded{overflow-y:auto}.mg-search-app.clickable{cursor:pointer}.mg-search-app.clickable:hover{border-color:#555}.mg-search-app .skeleton-loader{padding:20;animation:pulse 1.5s ease-in-out infinite}.mg-search-app .skeleton-text{font-size:16px;color:#666;margin-bottom:15px;text-align:left}.mg-search-app .skeleton-line{height:12px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:8px}.mg-search-app .skeleton-line-1{width:100%}.mg-search-app .skeleton-line-2{width:85%}.mg-search-app .skeleton-line-3{width:70%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.mg-search-app .error-message{color:#e74c3c;font-size:16px;text-align:center;padding:0}.mg-search-app .content{padding:0 0 10px;height:100%;overflow-y:auto}.mg-search-app .content.chat-mode{padding:20px;display:flex;flex-direction:column;gap:10px}.mg-search-app .content.chat-mode .message{width:fit-content;max-width:90%}.mg-search-app .content.chat-mode .message.user{background-color:#f0f0f0}.mg-search-app .content.chat-mode .message.bot{background-color:#c4c4c4}.mg-search-app .content.chat-mode .message.small-padding{padding:5px 10px}.mg-search-app .content.chat-mode .message.large-padding{padding:10px 15px}.mg-search-app .response-content{line-height:1.6;color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical}.mg-search-app.expanded .response-content{display:block;-webkit-line-clamp:none}.see-more-button-container{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:10px}.see-more-button-container button{background-color:transparent;color:#333;padding:10px;border:1px solid #333;border-radius:9999px;width:50%}.see-more-button:not(.expanded){width:100%!important}.mg-search-app strong{font-weight:700}
