| @@ -686,80 +686,8 @@ | ||
| 686 | 686 | padding: 2px 8px; |
| 687 | 687 | border-radius: 10px; |
| 688 | 688 | } |
| 689 | 689 | |
| 690 | -/* Satisfaction rating badge on chat-list rows (plan-a5b006). */ | |
| 691 | -.mxch-chat-rating { | |
| 692 | - display: inline-flex; | |
| 693 | - align-items: center; | |
| 694 | - justify-content: center; | |
| 695 | - font-size: 11px; | |
| 696 | - line-height: 1; | |
| 697 | - min-width: 18px; | |
| 698 | - height: 18px; | |
| 699 | - border-radius: 999px; | |
| 700 | - padding: 0 4px; | |
| 701 | - cursor: default; | |
| 702 | -} | |
| 703 | -.mxch-chat-rating-up { | |
| 704 | - background: #ecfdf5; | |
| 705 | - color: #047857; | |
| 706 | -} | |
| 707 | -.mxch-chat-rating-down { | |
| 708 | - background: #fef2f2; | |
| 709 | - color: #b91c1c; | |
| 710 | -} | |
| 711 | -.mxch-chat-rating-empty { | |
| 712 | - color: #cbd5e1; | |
| 713 | - background: transparent; | |
| 714 | -} | |
| 715 | -.mxch-chat-rating svg { | |
| 716 | - display: block; | |
| 717 | -} | |
| 718 | - | |
| 719 | -/* Sort dropdown menu — appended to <body> from JS. */ | |
| 720 | -.mxch-sort-menu { | |
| 721 | - display: none; | |
| 722 | - background: #ffffff; | |
| 723 | - border: 1px solid #e5e7eb; | |
| 724 | - border-radius: 8px; | |
| 725 | - box-shadow: 0 6px 20px rgba(15, 23, 42, 0.12); | |
| 726 | - padding: 4px; | |
| 727 | - min-width: 200px; | |
| 728 | - z-index: 9999; | |
| 729 | -} | |
| 730 | -.mxch-sort-option { | |
| 731 | - display: flex; | |
| 732 | - align-items: center; | |
| 733 | - gap: 8px; | |
| 734 | - width: 100%; | |
| 735 | - padding: 8px 10px; | |
| 736 | - background: transparent; | |
| 737 | - border: none; | |
| 738 | - border-radius: 6px; | |
| 739 | - text-align: left; | |
| 740 | - font-size: 13px; | |
| 741 | - color: #1a1a2e; | |
| 742 | - cursor: pointer; | |
| 743 | -} | |
| 744 | -.mxch-sort-option:hover { | |
| 745 | - background: #f3f4f6; | |
| 746 | -} | |
| 747 | -.mxch-sort-option.active { | |
| 748 | - background: #eff6ff; | |
| 749 | - color: #1d4ed8; | |
| 750 | - font-weight: 600; | |
| 751 | -} | |
| 752 | -.mxch-sort-option-icon { | |
| 753 | - display: inline-flex; | |
| 754 | - align-items: center; | |
| 755 | - justify-content: center; | |
| 756 | - width: 16px; | |
| 757 | - height: 16px; | |
| 758 | -} | |
| 759 | -.mxch-sort-option-icon.mxch-rating-thumb-up { color: #047857; } | |
| 760 | -.mxch-sort-option-icon.mxch-rating-thumb-down { color: #b91c1c; } | |
| 761 | - | |
| 762 | 690 | .mxch-list-loading, |
| 763 | 691 | .mxch-list-empty { |
| 764 | 692 | display: flex; |
| 765 | 693 | align-items: center; |
| @@ -902,10 +830,8 @@ | ||
| 902 | 830 | } |
| 903 | 831 | |
| 904 | 832 | .mxch-user-info { |
| 905 | 833 | flex: 1; |
| 906 | - min-width: 0; /* Allow flex item to shrink below content size */ | |
| 907 | - overflow: hidden; | |
| 908 | 834 | } |
| 909 | 835 | |
| 910 | 836 | .mxch-user-name { |
| 911 | 837 | font-size: 15px; |
| @@ -910,11 +836,8 @@ | ||
| 910 | 836 | .mxch-user-name { |
| 911 | 837 | font-size: 15px; |
| 912 | 838 | font-weight: 600; |
| 913 | 839 | color: #111827; |
| 914 | - overflow: hidden; | |
| 915 | - text-overflow: ellipsis; | |
| 916 | - white-space: nowrap; | |
| 917 | 840 | } |
| 918 | 841 | |
| 919 | 842 | .mxch-user-meta { |
| 920 | 843 | font-size: 12px; |
| @@ -919,11 +842,8 @@ | ||
| 919 | 842 | .mxch-user-meta { |
| 920 | 843 | font-size: 12px; |
| 921 | 844 | color: #6b7280; |
| 922 | 845 | margin-top: 2px; |
| 923 | - overflow: hidden; | |
| 924 | - text-overflow: ellipsis; | |
| 925 | - white-space: nowrap; | |
| 926 | 846 | } |
| 927 | 847 | |
| 928 | 848 | .mxch-details-toggle { |
| 929 | 849 | width: 36px; |
| @@ -1029,83 +949,8 @@ | ||
| 1029 | 949 | padding: 8px 12px; |
| 1030 | 950 | font-size: 12px; |
| 1031 | 951 | } |
| 1032 | 952 | |
| 1033 | -/* Translate Controls */ | |
| 1034 | -.mxch-translate-section { | |
| 1035 | - margin-top: 12px; | |
| 1036 | - padding-top: 12px; | |
| 1037 | - border-top: 1px solid #f3f4f6; | |
| 1038 | -} | |
| 1039 | - | |
| 1040 | -.mxch-translate-controls { | |
| 1041 | - display: flex; | |
| 1042 | - align-items: center; | |
| 1043 | - gap: 8px; | |
| 1044 | -} | |
| 1045 | - | |
| 1046 | -.mxch-translate-select { | |
| 1047 | - padding: 6px 10px; | |
| 1048 | - font-size: 12px; | |
| 1049 | - border: 1px solid #e5e7eb; | |
| 1050 | - border-radius: 6px; | |
| 1051 | - background: #fff; | |
| 1052 | - color: #374151; | |
| 1053 | - cursor: pointer; | |
| 1054 | - min-width: 100px; | |
| 1055 | -} | |
| 1056 | - | |
| 1057 | -.mxch-translate-select:focus { | |
| 1058 | - outline: none; | |
| 1059 | - border-color: #3b82f6; | |
| 1060 | - box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1); | |
| 1061 | -} | |
| 1062 | - | |
| 1063 | -#mxch-translate-btn, | |
| 1064 | -#mxch-show-original-btn { | |
| 1065 | - display: inline-flex; | |
| 1066 | - align-items: center; | |
| 1067 | - gap: 6px; | |
| 1068 | -} | |
| 1069 | - | |
| 1070 | -#mxch-translate-btn svg, | |
| 1071 | -#mxch-show-original-btn svg { | |
| 1072 | - width: 14px; | |
| 1073 | - height: 14px; | |
| 1074 | - flex-shrink: 0; | |
| 1075 | -} | |
| 1076 | - | |
| 1077 | -#mxch-translate-btn:disabled { | |
| 1078 | - opacity: 0.6; | |
| 1079 | - cursor: not-allowed; | |
| 1080 | -} | |
| 1081 | - | |
| 1082 | -.mxch-translate-spinner { | |
| 1083 | - animation: spin 1s linear infinite; | |
| 1084 | -} | |
| 1085 | - | |
| 1086 | -@keyframes mxch-translate-spin { | |
| 1087 | - from { transform: rotate(0deg); } | |
| 1088 | - to { transform: rotate(360deg); } | |
| 1089 | -} | |
| 1090 | - | |
| 1091 | -/* Translated message indicator */ | |
| 1092 | -.mxch-message-bubble.translated { | |
| 1093 | - position: relative; | |
| 1094 | -} | |
| 1095 | - | |
| 1096 | -.mxch-message-bubble.translated::after { | |
| 1097 | - content: ''; | |
| 1098 | - position: absolute; | |
| 1099 | - top: 6px; | |
| 1100 | - right: 6px; | |
| 1101 | - width: 6px; | |
| 1102 | - height: 6px; | |
| 1103 | - background: #3b82f6; | |
| 1104 | - border-radius: 50%; | |
| 1105 | - opacity: 0.6; | |
| 1106 | -} | |
| 1107 | - | |
| 1108 | 953 | /* Messages Area */ |
| 1109 | 954 | .mxch-messages-area { |
| 1110 | 955 | flex: 1; |
| 1111 | 956 | overflow-y: auto; |
| @@ -1190,20 +1035,8 @@ | ||
| 1190 | 1035 | text-transform: uppercase; |
| 1191 | 1036 | letter-spacing: 0.5px; |
| 1192 | 1037 | } |
| 1193 | 1038 | |
| 1194 | -.mxch-agent-label { | |
| 1195 | - font-size: 11px; | |
| 1196 | - font-weight: 600; | |
| 1197 | - color: #7c3aed; | |
| 1198 | - text-transform: uppercase; | |
| 1199 | - letter-spacing: 0.5px; | |
| 1200 | -} | |
| 1201 | - | |
| 1202 | -.mxch-message-agent .mxch-message-bubble { | |
| 1203 | - border-color: #ddd6fe; | |
| 1204 | -} | |
| 1205 | - | |
| 1206 | 1039 | .mxch-rag-link { |
| 1207 | 1040 | font-size: 11px; |
| 1208 | 1041 | color: #3b82f6; |
| 1209 | 1042 | text-decoration: none; |
| @@ -1769,174 +1602,8 @@ | ||
| 1769 | 1602 | .mxch-rag-match-source a:hover { |
| 1770 | 1603 | text-decoration: underline; |
| 1771 | 1604 | } |
| 1772 | 1605 | |
| 1773 | -/* Context Modal Tabs */ | |
| 1774 | -.mxch-context-tabs { | |
| 1775 | - display: flex; | |
| 1776 | - gap: 4px; | |
| 1777 | - padding: 4px; | |
| 1778 | - background: #f1f5f9; | |
| 1779 | - border-radius: var(--mxch-radius-md); | |
| 1780 | - margin-bottom: var(--mxch-spacing-md); | |
| 1781 | -} | |
| 1782 | - | |
| 1783 | -.mxch-context-tab { | |
| 1784 | - flex: 1; | |
| 1785 | - display: flex; | |
| 1786 | - align-items: center; | |
| 1787 | - justify-content: center; | |
| 1788 | - gap: 8px; | |
| 1789 | - padding: 10px 16px; | |
| 1790 | - border: none; | |
| 1791 | - background: transparent; | |
| 1792 | - border-radius: var(--mxch-radius-sm); | |
| 1793 | - font-size: 13px; | |
| 1794 | - font-weight: 500; | |
| 1795 | - color: var(--mxch-text-secondary); | |
| 1796 | - cursor: pointer; | |
| 1797 | - transition: all var(--mxch-transition-fast); | |
| 1798 | -} | |
| 1799 | - | |
| 1800 | -.mxch-context-tab:hover { | |
| 1801 | - color: var(--mxch-text-primary); | |
| 1802 | - background: rgba(255, 255, 255, 0.5); | |
| 1803 | -} | |
| 1804 | - | |
| 1805 | -.mxch-context-tab.active { | |
| 1806 | - background: white; | |
| 1807 | - color: var(--mxch-primary); | |
| 1808 | - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); | |
| 1809 | -} | |
| 1810 | - | |
| 1811 | -.mxch-context-tab svg { | |
| 1812 | - width: 16px; | |
| 1813 | - height: 16px; | |
| 1814 | - flex-shrink: 0; | |
| 1815 | -} | |
| 1816 | - | |
| 1817 | -.mxch-tab-badge { | |
| 1818 | - display: inline-flex; | |
| 1819 | - align-items: center; | |
| 1820 | - justify-content: center; | |
| 1821 | - min-width: 20px; | |
| 1822 | - height: 20px; | |
| 1823 | - padding: 0 6px; | |
| 1824 | - background: rgba(120, 115, 245, 0.1); | |
| 1825 | - color: var(--mxch-primary); | |
| 1826 | - font-size: 11px; | |
| 1827 | - font-weight: 600; | |
| 1828 | - border-radius: 10px; | |
| 1829 | -} | |
| 1830 | - | |
| 1831 | -.mxch-context-tab.active .mxch-tab-badge { | |
| 1832 | - background: var(--mxch-primary); | |
| 1833 | - color: white; | |
| 1834 | -} | |
| 1835 | - | |
| 1836 | -.mxch-tab-content { | |
| 1837 | - min-height: 200px; | |
| 1838 | -} | |
| 1839 | - | |
| 1840 | -/* Action Specific Styles */ | |
| 1841 | -.mxch-action-triggered { | |
| 1842 | - border-color: rgba(245, 158, 11, 0.4); | |
| 1843 | - background: rgba(245, 158, 11, 0.08); | |
| 1844 | -} | |
| 1845 | - | |
| 1846 | -.mxch-action-threshold-badge { | |
| 1847 | - font-size: 11px; | |
| 1848 | - padding: 2px 8px; | |
| 1849 | - background: rgba(100, 116, 139, 0.1); | |
| 1850 | - color: var(--mxch-text-secondary); | |
| 1851 | - border-radius: 10px; | |
| 1852 | -} | |
| 1853 | - | |
| 1854 | -.mxch-rag-match-status.status-triggered { | |
| 1855 | - color: #f59e0b; | |
| 1856 | - font-weight: 600; | |
| 1857 | -} | |
| 1858 | - | |
| 1859 | -.mxch-action-details { | |
| 1860 | - margin-top: var(--mxch-spacing-sm); | |
| 1861 | -} | |
| 1862 | - | |
| 1863 | -.mxch-action-label { | |
| 1864 | - font-size: 14px; | |
| 1865 | - font-weight: 600; | |
| 1866 | - color: var(--mxch-text-primary); | |
| 1867 | - margin-bottom: 4px; | |
| 1868 | -} | |
| 1869 | - | |
| 1870 | -.mxch-action-callback { | |
| 1871 | - font-size: 12px; | |
| 1872 | - color: var(--mxch-text-muted); | |
| 1873 | - font-family: 'SF Mono', Monaco, 'Cascadia Code', monospace; | |
| 1874 | -} | |
| 1875 | - | |
| 1876 | -.mxch-action-callback-label { | |
| 1877 | - color: var(--mxch-text-secondary); | |
| 1878 | - font-family: inherit; | |
| 1879 | -} | |
| 1880 | - | |
| 1881 | -/* Action Score Bar Visualization */ | |
| 1882 | -.mxch-action-score-bar { | |
| 1883 | - position: relative; | |
| 1884 | - height: 6px; | |
| 1885 | - background: #e2e8f0; | |
| 1886 | - border-radius: 3px; | |
| 1887 | - margin-top: var(--mxch-spacing-sm); | |
| 1888 | - overflow: visible; | |
| 1889 | -} | |
| 1890 | - | |
| 1891 | -.mxch-action-score-fill { | |
| 1892 | - position: absolute; | |
| 1893 | - left: 0; | |
| 1894 | - top: 0; | |
| 1895 | - height: 100%; | |
| 1896 | - background: linear-gradient(90deg, #7873f5, #a5a1fa); | |
| 1897 | - border-radius: 3px; | |
| 1898 | - transition: width 0.3s ease; | |
| 1899 | -} | |
| 1900 | - | |
| 1901 | -.mxch-action-triggered .mxch-action-score-fill { | |
| 1902 | - background: linear-gradient(90deg, #f59e0b, #fbbf24); | |
| 1903 | -} | |
| 1904 | - | |
| 1905 | -.mxch-action-threshold-marker { | |
| 1906 | - position: absolute; | |
| 1907 | - top: -4px; | |
| 1908 | - width: 2px; | |
| 1909 | - height: 14px; | |
| 1910 | - background: #ef4444; | |
| 1911 | - border-radius: 1px; | |
| 1912 | - transform: translateX(-50%); | |
| 1913 | -} | |
| 1914 | - | |
| 1915 | -.mxch-action-threshold-marker::after { | |
| 1916 | - content: ''; | |
| 1917 | - position: absolute; | |
| 1918 | - top: -3px; | |
| 1919 | - left: 50%; | |
| 1920 | - transform: translateX(-50%); | |
| 1921 | - width: 0; | |
| 1922 | - height: 0; | |
| 1923 | - border-left: 4px solid transparent; | |
| 1924 | - border-right: 4px solid transparent; | |
| 1925 | - border-top: 4px solid #ef4444; | |
| 1926 | -} | |
| 1927 | - | |
| 1928 | -/* No Results State */ | |
| 1929 | -.mxch-no-results { | |
| 1930 | - text-align: center; | |
| 1931 | - padding: var(--mxch-spacing-xl); | |
| 1932 | - color: var(--mxch-text-secondary); | |
| 1933 | -} | |
| 1934 | - | |
| 1935 | -.mxch-no-results p { | |
| 1936 | - margin: 0; | |
| 1937 | -} | |
| 1938 | - | |
| 1939 | 1606 | /* ========================================================================== |
| 1940 | 1607 | Responsive Adjustments |
| 1941 | 1608 | ========================================================================== */ |
| 1942 | 1609 | @media screen and (max-width: 768px) { |
| @@ -2026,756 +1693,5 @@ | ||
| 2026 | 1693 | |
| 2027 | 1694 | .mxch-controls-actions form { |
| 2028 | 1695 | width: 100%; |
| 2029 | 1696 | } |
| 2030 | -} | |
| 2031 | - | |
| 2032 | -/* Product Card in Transcripts */ | |
| 2033 | -.mxch-message-bubble .mxchat-product-card { | |
| 2034 | - display: flex; | |
| 2035 | - flex-direction: column; | |
| 2036 | - align-items: center; | |
| 2037 | - margin: 8px 0; | |
| 2038 | - padding: 12px; | |
| 2039 | - border-radius: 8px; | |
| 2040 | - background: #f9f9f9; | |
| 2041 | - border: 1px solid #e5e5e5; | |
| 2042 | - max-width: 280px; | |
| 2043 | -} | |
| 2044 | - | |
| 2045 | -.mxch-message-bubble .mxchat-product-card a.mxchat-product-link { | |
| 2046 | - text-decoration: none; | |
| 2047 | - color: inherit; | |
| 2048 | - display: flex; | |
| 2049 | - flex-direction: column; | |
| 2050 | - align-items: center; | |
| 2051 | -} | |
| 2052 | - | |
| 2053 | -.mxch-message-bubble .mxchat-product-card img.mxchat-product-image { | |
| 2054 | - max-width: 100%; | |
| 2055 | - height: auto; | |
| 2056 | - max-height: 180px; | |
| 2057 | - object-fit: contain; | |
| 2058 | - margin-bottom: 8px; | |
| 2059 | - border-radius: 6px; | |
| 2060 | -} | |
| 2061 | - | |
| 2062 | -.mxch-message-bubble .mxchat-product-card h3.mxchat-product-name { | |
| 2063 | - font-size: 14px; | |
| 2064 | - font-weight: 600; | |
| 2065 | - margin: 4px 0; | |
| 2066 | - text-align: center; | |
| 2067 | - color: #1a1a1a; | |
| 2068 | -} | |
| 2069 | - | |
| 2070 | -.mxch-message-bubble .mxchat-product-card .mxchat-product-price { | |
| 2071 | - color: #2e7d32; | |
| 2072 | - font-weight: 600; | |
| 2073 | - font-size: 15px; | |
| 2074 | - margin: 4px 0 8px; | |
| 2075 | -} | |
| 2076 | - | |
| 2077 | -.mxch-message-bubble .mxchat-product-card .mxchat-add-to-cart-button { | |
| 2078 | - background-color: #212121; | |
| 2079 | - color: #fff; | |
| 2080 | - padding: 7px 16px; | |
| 2081 | - border: none; | |
| 2082 | - border-radius: 6px; | |
| 2083 | - font-size: 13px; | |
| 2084 | - cursor: default; | |
| 2085 | - opacity: 0.6; | |
| 2086 | -} | |
| 2087 | - | |
| 2088 | -.mxch-message-bubble .mxchat-product-card select { | |
| 2089 | - width: 100%; | |
| 2090 | - padding: 6px 8px; | |
| 2091 | - margin: 4px 0; | |
| 2092 | - border: 1px solid #ddd; | |
| 2093 | - border-radius: 4px; | |
| 2094 | - font-size: 13px; | |
| 2095 | -} | |
| 2096 | - | |
| 2097 | -/* Featured Products in Transcripts */ | |
| 2098 | -.mxch-message-bubble .mxchat-featured-products { | |
| 2099 | - margin: 8px 0; | |
| 2100 | - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; | |
| 2101 | - line-height: 1.4; | |
| 2102 | - display: flex; | |
| 2103 | - flex-direction: column; | |
| 2104 | - gap: 0; | |
| 2105 | - padding: 0; | |
| 2106 | -} | |
| 2107 | - | |
| 2108 | -.mxch-message-bubble .mxchat-featured-item { | |
| 2109 | - padding: 10px 0; | |
| 2110 | - border-bottom: 1px solid #e5e5e5; | |
| 2111 | - margin: 0; | |
| 2112 | -} | |
| 2113 | - | |
| 2114 | -.mxch-message-bubble .mxchat-featured-item:last-child { | |
| 2115 | - border-bottom: none; | |
| 2116 | - padding-bottom: 0; | |
| 2117 | -} | |
| 2118 | - | |
| 2119 | -.mxch-message-bubble .mxchat-featured-item:first-child { | |
| 2120 | - padding-top: 0; | |
| 2121 | -} | |
| 2122 | - | |
| 2123 | -.mxch-message-bubble .mxchat-featured-item-top { | |
| 2124 | - display: flex; | |
| 2125 | - flex-direction: row; | |
| 2126 | - align-items: center; | |
| 2127 | - gap: 12px; | |
| 2128 | - margin-bottom: 8px; | |
| 2129 | -} | |
| 2130 | - | |
| 2131 | -.mxch-message-bubble .mxchat-featured-item-image { | |
| 2132 | - flex-shrink: 0; | |
| 2133 | - width: 70px; | |
| 2134 | - height: 70px; | |
| 2135 | - overflow: hidden; | |
| 2136 | - border-radius: 8px; | |
| 2137 | - background: #f1f1f1; | |
| 2138 | -} | |
| 2139 | - | |
| 2140 | -.mxch-message-bubble .mxchat-featured-item-image a { | |
| 2141 | - display: block; | |
| 2142 | - width: 70px; | |
| 2143 | - height: 70px; | |
| 2144 | - text-decoration: none; | |
| 2145 | -} | |
| 2146 | - | |
| 2147 | -.mxch-message-bubble .mxchat-featured-item-image img { | |
| 2148 | - width: 70px; | |
| 2149 | - height: 70px; | |
| 2150 | - object-fit: cover; | |
| 2151 | - border-radius: 8px; | |
| 2152 | - display: block; | |
| 2153 | -} | |
| 2154 | - | |
| 2155 | -.mxch-message-bubble .mxchat-featured-item-info { | |
| 2156 | - flex: 1; | |
| 2157 | - min-width: 0; | |
| 2158 | - display: flex; | |
| 2159 | - flex-direction: column; | |
| 2160 | - gap: 2px; | |
| 2161 | - justify-content: center; | |
| 2162 | -} | |
| 2163 | - | |
| 2164 | -.mxch-message-bubble .mxchat-featured-item-title, | |
| 2165 | -.mxch-message-bubble a.mxchat-featured-item-title { | |
| 2166 | - font-size: 13px; | |
| 2167 | - font-weight: 600; | |
| 2168 | - color: #1a1a1a; | |
| 2169 | - text-decoration: none; | |
| 2170 | - line-height: 1.3; | |
| 2171 | - display: -webkit-box; | |
| 2172 | - -webkit-line-clamp: 2; | |
| 2173 | - -webkit-box-orient: vertical; | |
| 2174 | - overflow: hidden; | |
| 2175 | - margin: 0; | |
| 2176 | - padding: 0; | |
| 2177 | -} | |
| 2178 | - | |
| 2179 | -.mxch-message-bubble a.mxchat-featured-item-title:hover { | |
| 2180 | - opacity: 0.8; | |
| 2181 | -} | |
| 2182 | - | |
| 2183 | -.mxch-message-bubble .mxchat-featured-item-price { | |
| 2184 | - font-weight: 700; | |
| 2185 | - font-size: 13px; | |
| 2186 | - color: #2e7d32; | |
| 2187 | - margin: 0; | |
| 2188 | -} | |
| 2189 | - | |
| 2190 | -.mxch-message-bubble .mxchat-featured-item-price del { | |
| 2191 | - opacity: 0.6; | |
| 2192 | - font-weight: 400; | |
| 2193 | - font-size: 0.85em; | |
| 2194 | - margin-right: 4px; | |
| 2195 | -} | |
| 2196 | - | |
| 2197 | -.mxch-message-bubble .mxchat-featured-item-price ins { | |
| 2198 | - text-decoration: none; | |
| 2199 | - background: none; | |
| 2200 | -} | |
| 2201 | - | |
| 2202 | -.mxch-message-bubble .mxchat-featured-item-actions { | |
| 2203 | - display: flex; | |
| 2204 | - flex-direction: row; | |
| 2205 | - gap: 8px; | |
| 2206 | - margin: 0; | |
| 2207 | - padding: 0; | |
| 2208 | -} | |
| 2209 | - | |
| 2210 | -.mxch-message-bubble .mxchat-featured-btn-details, | |
| 2211 | -.mxch-message-bubble a.mxchat-featured-btn-details { | |
| 2212 | - display: flex; | |
| 2213 | - align-items: center; | |
| 2214 | - justify-content: center; | |
| 2215 | - flex: 1; | |
| 2216 | - padding: 7px 10px; | |
| 2217 | - font-size: 12px; | |
| 2218 | - font-weight: 500; | |
| 2219 | - border-radius: 6px; | |
| 2220 | - text-decoration: none; | |
| 2221 | - border: 1px solid #ddd; | |
| 2222 | - background: transparent; | |
| 2223 | - color: #1a1a1a; | |
| 2224 | - text-align: center; | |
| 2225 | - line-height: 1.2; | |
| 2226 | -} | |
| 2227 | - | |
| 2228 | -.mxch-message-bubble .mxchat-featured-btn-cart, | |
| 2229 | -.mxch-message-bubble button.mxchat-featured-btn-cart { | |
| 2230 | - display: flex; | |
| 2231 | - align-items: center; | |
| 2232 | - justify-content: center; | |
| 2233 | - flex: 1; | |
| 2234 | - padding: 7px 10px; | |
| 2235 | - font-size: 12px; | |
| 2236 | - font-weight: 500; | |
| 2237 | - border-radius: 6px; | |
| 2238 | - border: none; | |
| 2239 | - background: #212121; | |
| 2240 | - color: #fff; | |
| 2241 | - cursor: default; | |
| 2242 | - opacity: 0.6; | |
| 2243 | - line-height: 1.2; | |
| 2244 | -} | |
| 2245 | - | |
| 2246 | -/* ========================================================================== | |
| 2247 | - Leads Tab | |
| 2248 | - ========================================================================== */ | |
| 2249 | - | |
| 2250 | -.mxch-leads-stats { | |
| 2251 | - display: grid; | |
| 2252 | - grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); | |
| 2253 | - gap: var(--mxch-spacing-lg); | |
| 2254 | - margin-bottom: var(--mxch-spacing-xl); | |
| 2255 | -} | |
| 2256 | - | |
| 2257 | -.mxch-leads-toppages { | |
| 2258 | - margin-bottom: var(--mxch-spacing-xl); | |
| 2259 | -} | |
| 2260 | - | |
| 2261 | -.mxch-leads-toppages-hint { | |
| 2262 | - margin-left: auto; | |
| 2263 | - font-size: 12px; | |
| 2264 | - color: var(--mxch-text-muted); | |
| 2265 | - font-weight: 400; | |
| 2266 | -} | |
| 2267 | - | |
| 2268 | -.mxch-leads-toppages-list { | |
| 2269 | - display: grid; | |
| 2270 | - grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); | |
| 2271 | - gap: var(--mxch-spacing-sm); | |
| 2272 | -} | |
| 2273 | - | |
| 2274 | -.mxch-leads-toppage-row { | |
| 2275 | - display: flex; | |
| 2276 | - align-items: center; | |
| 2277 | - justify-content: space-between; | |
| 2278 | - gap: var(--mxch-spacing-sm); | |
| 2279 | - padding: 10px 14px; | |
| 2280 | - background: var(--mxch-card-bg); | |
| 2281 | - border: 1px solid var(--mxch-card-border); | |
| 2282 | - border-radius: var(--mxch-radius-md); | |
| 2283 | - text-align: left; | |
| 2284 | - cursor: pointer; | |
| 2285 | - transition: all var(--mxch-transition); | |
| 2286 | - color: var(--mxch-text-primary); | |
| 2287 | - font-size: 13px; | |
| 2288 | -} | |
| 2289 | - | |
| 2290 | -.mxch-leads-toppage-row:hover { | |
| 2291 | - border-color: var(--mxch-primary); | |
| 2292 | - box-shadow: var(--mxch-card-shadow-hover); | |
| 2293 | -} | |
| 2294 | - | |
| 2295 | -.mxch-leads-toppage-row.is-active { | |
| 2296 | - border-color: var(--mxch-primary); | |
| 2297 | - background: rgba(99, 102, 241, 0.06); | |
| 2298 | -} | |
| 2299 | - | |
| 2300 | -.mxch-leads-toppage-title { | |
| 2301 | - flex: 1 1 auto; | |
| 2302 | - min-width: 0; | |
| 2303 | - overflow: hidden; | |
| 2304 | - text-overflow: ellipsis; | |
| 2305 | - white-space: nowrap; | |
| 2306 | -} | |
| 2307 | - | |
| 2308 | -.mxch-leads-toppage-count { | |
| 2309 | - flex: 0 0 auto; | |
| 2310 | - display: inline-flex; | |
| 2311 | - align-items: center; | |
| 2312 | - justify-content: center; | |
| 2313 | - min-width: 28px; | |
| 2314 | - height: 22px; | |
| 2315 | - padding: 0 8px; | |
| 2316 | - border-radius: 999px; | |
| 2317 | - background: var(--mxch-primary); | |
| 2318 | - color: #fff; | |
| 2319 | - font-size: 11px; | |
| 2320 | - font-weight: 600; | |
| 2321 | -} | |
| 2322 | - | |
| 2323 | -.mxch-leads-empty-mini { | |
| 2324 | - padding: 12px; | |
| 2325 | - text-align: center; | |
| 2326 | - color: var(--mxch-text-muted); | |
| 2327 | - font-size: 13px; | |
| 2328 | -} | |
| 2329 | - | |
| 2330 | -/* Toolbar + card */ | |
| 2331 | -.mxch-leads-card { | |
| 2332 | - padding: 0; | |
| 2333 | - overflow: hidden; | |
| 2334 | -} | |
| 2335 | - | |
| 2336 | -.mxch-leads-toolbar { | |
| 2337 | - display: flex; | |
| 2338 | - align-items: center; | |
| 2339 | - justify-content: space-between; | |
| 2340 | - gap: var(--mxch-spacing-md); | |
| 2341 | - padding: var(--mxch-spacing-md) var(--mxch-spacing-lg); | |
| 2342 | - border-bottom: 1px solid var(--mxch-card-border); | |
| 2343 | - flex-wrap: wrap; | |
| 2344 | -} | |
| 2345 | - | |
| 2346 | -.mxch-leads-toolbar-left, | |
| 2347 | -.mxch-leads-toolbar-right { | |
| 2348 | - display: flex; | |
| 2349 | - align-items: center; | |
| 2350 | - gap: var(--mxch-spacing-sm); | |
| 2351 | -} | |
| 2352 | - | |
| 2353 | -.mxch-leads-export { | |
| 2354 | - position: relative; | |
| 2355 | -} | |
| 2356 | - | |
| 2357 | -.mxch-leads-export-menu { | |
| 2358 | - position: absolute; | |
| 2359 | - right: 0; | |
| 2360 | - top: calc(100% + 6px); | |
| 2361 | - min-width: 240px; | |
| 2362 | - background: var(--mxch-card-bg); | |
| 2363 | - border: 1px solid var(--mxch-card-border); | |
| 2364 | - border-radius: var(--mxch-radius-md); | |
| 2365 | - box-shadow: var(--mxch-card-shadow-hover); | |
| 2366 | - padding: 4px; | |
| 2367 | - z-index: 20; | |
| 2368 | - display: none; | |
| 2369 | -} | |
| 2370 | - | |
| 2371 | -.mxch-leads-export-menu.is-open { display: block; } | |
| 2372 | - | |
| 2373 | -.mxch-leads-export-menu button { | |
| 2374 | - display: block; | |
| 2375 | - width: 100%; | |
| 2376 | - padding: 8px 12px; | |
| 2377 | - background: transparent; | |
| 2378 | - border: none; | |
| 2379 | - border-radius: 6px; | |
| 2380 | - text-align: left; | |
| 2381 | - color: var(--mxch-text-primary); | |
| 2382 | - font-size: 13px; | |
| 2383 | - cursor: pointer; | |
| 2384 | -} | |
| 2385 | - | |
| 2386 | -.mxch-leads-export-menu button:hover:not(:disabled) { | |
| 2387 | - background: rgba(99, 102, 241, 0.08); | |
| 2388 | -} | |
| 2389 | - | |
| 2390 | -.mxch-leads-export-menu button:disabled { | |
| 2391 | - color: var(--mxch-text-muted); | |
| 2392 | - cursor: not-allowed; | |
| 2393 | -} | |
| 2394 | - | |
| 2395 | -/* Filters row */ | |
| 2396 | -.mxch-leads-filters { | |
| 2397 | - display: flex; | |
| 2398 | - align-items: center; | |
| 2399 | - gap: var(--mxch-spacing-sm); | |
| 2400 | - padding: var(--mxch-spacing-md) var(--mxch-spacing-lg); | |
| 2401 | - border-bottom: 1px solid var(--mxch-card-border); | |
| 2402 | - flex-wrap: wrap; | |
| 2403 | -} | |
| 2404 | - | |
| 2405 | -.mxch-leads-filters .mxch-search-wrapper { | |
| 2406 | - flex: 1 1 260px; | |
| 2407 | - min-width: 180px; | |
| 2408 | -} | |
| 2409 | - | |
| 2410 | -.mxch-leads-filters .mxch-select { | |
| 2411 | - height: 36px; | |
| 2412 | - min-width: 160px; | |
| 2413 | -} | |
| 2414 | - | |
| 2415 | -.mxch-leads-active-page-filter { | |
| 2416 | - display: inline-flex; | |
| 2417 | - align-items: center; | |
| 2418 | - gap: 6px; | |
| 2419 | - padding: 4px 6px 4px 10px; | |
| 2420 | - background: rgba(99, 102, 241, 0.08); | |
| 2421 | - border: 1px solid rgba(99, 102, 241, 0.28); | |
| 2422 | - border-radius: 999px; | |
| 2423 | - font-size: 12px; | |
| 2424 | - color: var(--mxch-text-primary); | |
| 2425 | - max-width: 280px; | |
| 2426 | -} | |
| 2427 | - | |
| 2428 | -.mxch-leads-page-chip-label { | |
| 2429 | - overflow: hidden; | |
| 2430 | - text-overflow: ellipsis; | |
| 2431 | - white-space: nowrap; | |
| 2432 | -} | |
| 2433 | - | |
| 2434 | -.mxch-leads-page-chip-remove { | |
| 2435 | - border: none; | |
| 2436 | - background: transparent; | |
| 2437 | - font-size: 16px; | |
| 2438 | - line-height: 1; | |
| 2439 | - cursor: pointer; | |
| 2440 | - padding: 0 4px; | |
| 2441 | - color: var(--mxch-text-muted); | |
| 2442 | -} | |
| 2443 | - | |
| 2444 | -.mxch-leads-page-chip-remove:hover { | |
| 2445 | - color: var(--mxch-text-primary); | |
| 2446 | -} | |
| 2447 | - | |
| 2448 | -/* Table */ | |
| 2449 | -.mxch-leads-table-wrap { | |
| 2450 | - overflow-x: auto; | |
| 2451 | -} | |
| 2452 | - | |
| 2453 | -.mxch-leads-table { | |
| 2454 | - width: 100%; | |
| 2455 | - border-collapse: separate; | |
| 2456 | - border-spacing: 0; | |
| 2457 | - font-size: 13px; | |
| 2458 | -} | |
| 2459 | - | |
| 2460 | -.mxch-leads-table thead th { | |
| 2461 | - padding: 10px 14px; | |
| 2462 | - text-align: left; | |
| 2463 | - background: var(--mxch-card-bg); | |
| 2464 | - border-bottom: 1px solid var(--mxch-card-border); | |
| 2465 | - color: var(--mxch-text-secondary); | |
| 2466 | - font-weight: 600; | |
| 2467 | - font-size: 11px; | |
| 2468 | - text-transform: uppercase; | |
| 2469 | - letter-spacing: 0.04em; | |
| 2470 | - position: sticky; | |
| 2471 | - top: 0; | |
| 2472 | -} | |
| 2473 | - | |
| 2474 | -.mxch-leads-table tbody td { | |
| 2475 | - padding: 12px 14px; | |
| 2476 | - border-bottom: 1px solid var(--mxch-card-border); | |
| 2477 | - vertical-align: middle; | |
| 2478 | - color: var(--mxch-text-primary); | |
| 2479 | -} | |
| 2480 | - | |
| 2481 | -.mxch-leads-table tbody tr:last-child td { | |
| 2482 | - border-bottom: none; | |
| 2483 | -} | |
| 2484 | - | |
| 2485 | -.mxch-leads-table tbody tr:hover { | |
| 2486 | - background: rgba(99, 102, 241, 0.04); | |
| 2487 | -} | |
| 2488 | - | |
| 2489 | -.mxch-leads-row.is-orphan .mxch-leads-lead-email { | |
| 2490 | - font-style: italic; | |
| 2491 | - color: var(--mxch-text-secondary); | |
| 2492 | -} | |
| 2493 | - | |
| 2494 | -.mxch-leads-table { table-layout: fixed; } | |
| 2495 | - | |
| 2496 | -.mxch-leads-col-check { width: 40px; } | |
| 2497 | -.mxch-leads-col-lead { width: auto; min-width: 280px; } | |
| 2498 | -.mxch-leads-col-count { width: 130px; text-align: left; } | |
| 2499 | -.mxch-leads-col-last { width: 110px; white-space: nowrap; } | |
| 2500 | -.mxch-leads-col-page { width: 180px; max-width: 180px; } | |
| 2501 | -.mxch-leads-col-actions { width: 170px; white-space: nowrap; text-align: right; } | |
| 2502 | - | |
| 2503 | -.mxch-leads-lead-cell { | |
| 2504 | - display: flex; | |
| 2505 | - flex-direction: column; | |
| 2506 | - min-width: 0; | |
| 2507 | - gap: 2px; | |
| 2508 | -} | |
| 2509 | - | |
| 2510 | -.mxch-leads-lead-email { | |
| 2511 | - font-weight: 500; | |
| 2512 | - color: var(--mxch-text-primary); | |
| 2513 | - overflow: hidden; | |
| 2514 | - text-overflow: ellipsis; | |
| 2515 | - white-space: nowrap; | |
| 2516 | -} | |
| 2517 | - | |
| 2518 | -.mxch-leads-lead-name { | |
| 2519 | - font-size: 11px; | |
| 2520 | - color: var(--mxch-text-muted); | |
| 2521 | - overflow: hidden; | |
| 2522 | - text-overflow: ellipsis; | |
| 2523 | - white-space: nowrap; | |
| 2524 | -} | |
| 2525 | - | |
| 2526 | -.mxch-leads-muted { color: var(--mxch-text-muted); } | |
| 2527 | - | |
| 2528 | -.mxch-leads-pill { | |
| 2529 | - display: inline-flex; | |
| 2530 | - align-items: center; | |
| 2531 | - justify-content: center; | |
| 2532 | - min-width: 28px; | |
| 2533 | - height: 22px; | |
| 2534 | - padding: 0 8px; | |
| 2535 | - border-radius: 999px; | |
| 2536 | - background: rgba(99, 102, 241, 0.12); | |
| 2537 | - color: var(--mxch-primary); | |
| 2538 | - font-weight: 600; | |
| 2539 | - font-size: 11px; | |
| 2540 | -} | |
| 2541 | - | |
| 2542 | -.mxch-leads-pill-orphan { | |
| 2543 | - background: rgba(245, 158, 11, 0.14); | |
| 2544 | - color: var(--mxch-warning); | |
| 2545 | -} | |
| 2546 | - | |
| 2547 | -.mxch-leads-pill-deleted { | |
| 2548 | - background: rgba(100, 116, 139, 0.12); | |
| 2549 | - color: var(--mxch-text-secondary); | |
| 2550 | - border: 1px solid rgba(100, 116, 139, 0.22); | |
| 2551 | - padding: 0 10px; | |
| 2552 | -} | |
| 2553 | - | |
| 2554 | -.mxch-leads-row.is-chat-deleted .mxch-leads-lead-email { | |
| 2555 | - color: var(--mxch-text-secondary); | |
| 2556 | -} | |
| 2557 | - | |
| 2558 | -.mxch-transcript-confirm-check { | |
| 2559 | - display: flex; | |
| 2560 | - gap: 10px; | |
| 2561 | - align-items: flex-start; | |
| 2562 | - padding: 10px 12px; | |
| 2563 | - margin: 12px 0 4px; | |
| 2564 | - background: rgba(99, 102, 241, 0.04); | |
| 2565 | - border: 1px solid var(--mxch-card-border); | |
| 2566 | - border-radius: var(--mxch-radius-md); | |
| 2567 | - cursor: pointer; | |
| 2568 | -} | |
| 2569 | - | |
| 2570 | -.mxch-transcript-confirm-check input[type="checkbox"] { | |
| 2571 | - margin-top: 3px; | |
| 2572 | - flex: 0 0 auto; | |
| 2573 | -} | |
| 2574 | - | |
| 2575 | -.mxch-transcript-confirm-check strong { | |
| 2576 | - display: block; | |
| 2577 | - color: var(--mxch-text-primary); | |
| 2578 | - font-weight: 600; | |
| 2579 | - font-size: 13px; | |
| 2580 | -} | |
| 2581 | - | |
| 2582 | -.mxch-transcript-confirm-sublabel { | |
| 2583 | - display: block; | |
| 2584 | - margin-top: 2px; | |
| 2585 | - font-size: 12px; | |
| 2586 | - color: var(--mxch-text-muted); | |
| 2587 | - font-style: normal; | |
| 2588 | -} | |
| 2589 | - | |
| 2590 | -.mxch-leads-page-link { | |
| 2591 | - display: inline-block; | |
| 2592 | - max-width: 100%; | |
| 2593 | - overflow: hidden; | |
| 2594 | - text-overflow: ellipsis; | |
| 2595 | - white-space: nowrap; | |
| 2596 | - vertical-align: middle; | |
| 2597 | - color: var(--mxch-primary); | |
| 2598 | - text-decoration: none; | |
| 2599 | -} | |
| 2600 | - | |
| 2601 | -.mxch-leads-page-link:hover { text-decoration: underline; } | |
| 2602 | - | |
| 2603 | -.mxch-leads-col-actions .mxch-btn { | |
| 2604 | - margin-left: 6px; | |
| 2605 | -} | |
| 2606 | - | |
| 2607 | -.mxch-btn-danger-ghost { | |
| 2608 | - color: #b91c1c; | |
| 2609 | -} | |
| 2610 | - | |
| 2611 | -.mxch-btn-danger-ghost:hover { | |
| 2612 | - background: rgba(185, 28, 28, 0.08); | |
| 2613 | - color: #991b1b; | |
| 2614 | -} | |
| 2615 | - | |
| 2616 | -.mxch-leads-empty, | |
| 2617 | -.mxch-leads-loading { | |
| 2618 | - padding: 40px 16px; | |
| 2619 | - text-align: center; | |
| 2620 | - color: var(--mxch-text-muted); | |
| 2621 | -} | |
| 2622 | - | |
| 2623 | -.mxch-leads-empty-wrap { | |
| 2624 | - display: flex; | |
| 2625 | - flex-direction: column; | |
| 2626 | - align-items: center; | |
| 2627 | - gap: var(--mxch-spacing-sm); | |
| 2628 | - color: var(--mxch-text-muted); | |
| 2629 | -} | |
| 2630 | - | |
| 2631 | -.mxch-leads-empty-wrap svg { opacity: 0.6; } | |
| 2632 | - | |
| 2633 | -.mxch-leads-count { | |
| 2634 | - font-size: 12px; | |
| 2635 | - color: var(--mxch-text-muted); | |
| 2636 | -} | |
| 2637 | - | |
| 2638 | -/* Confirm modal */ | |
| 2639 | -.mxch-leads-confirm-box { | |
| 2640 | - max-width: 440px; | |
| 2641 | -} | |
| 2642 | - | |
| 2643 | -.mxch-leads-confirm-warning { | |
| 2644 | - color: var(--mxch-text-muted); | |
| 2645 | - font-size: 12px; | |
| 2646 | - margin-top: 8px; | |
| 2647 | -} | |
| 2648 | - | |
| 2649 | -.mxch-leads-confirm-actions { | |
| 2650 | - display: flex; | |
| 2651 | - justify-content: flex-end; | |
| 2652 | - gap: 8px; | |
| 2653 | - padding: var(--mxch-spacing-md) var(--mxch-spacing-lg); | |
| 2654 | - border-top: 1px solid var(--mxch-card-border); | |
| 2655 | -} | |
| 2656 | - | |
| 2657 | -/* Responsive: tablet */ | |
| 2658 | -@media (max-width: 1024px) { | |
| 2659 | - .mxch-leads-col-page { width: 140px; max-width: 140px; } | |
| 2660 | - .mxch-leads-col-actions { width: 140px; } | |
| 2661 | - .mxch-leads-col-actions .mxch-leads-view span { display: none; } | |
| 2662 | -} | |
| 2663 | - | |
| 2664 | -/* Responsive: phone */ | |
| 2665 | -@media (max-width: 768px) { | |
| 2666 | - .mxch-leads-col-page, | |
| 2667 | - .mxch-leads-col-last { | |
| 2668 | - display: none; | |
| 2669 | - } | |
| 2670 | - .mxch-leads-filters { | |
| 2671 | - padding: var(--mxch-spacing-sm); | |
| 2672 | - } | |
| 2673 | - .mxch-leads-filters .mxch-select { | |
| 2674 | - flex: 1 1 48%; | |
| 2675 | - min-width: 0; | |
| 2676 | - } | |
| 2677 | - .mxch-leads-toolbar { | |
| 2678 | - padding: var(--mxch-spacing-sm); | |
| 2679 | - } | |
| 2680 | - .mxch-leads-table thead th { padding: 8px 10px; font-size: 10px; } | |
| 2681 | - .mxch-leads-table tbody td { padding: 10px; font-size: 12px; } | |
| 2682 | -} | |
| 2683 | - | |
| 2684 | -@media (max-width: 480px) { | |
| 2685 | - .mxch-leads-col-count { display: none; } | |
| 2686 | - .mxch-leads-toppages-list { grid-template-columns: 1fr; } | |
| 2687 | -} | |
| 2688 | - | |
| 2689 | -/* Satisfaction card on Transcripts dashboard (plan-a5b006). */ | |
| 2690 | -.mxch-satisfaction-card .mxch-card-body { | |
| 2691 | - padding: var(--mxch-spacing-md); | |
| 2692 | -} | |
| 2693 | -.mxch-satisfaction-empty { | |
| 2694 | - margin: 0; | |
| 2695 | - padding: var(--mxch-spacing-sm) 0; | |
| 2696 | - color: #6b7280; | |
| 2697 | - font-size: 13px; | |
| 2698 | - line-height: 1.5; | |
| 2699 | -} | |
| 2700 | -.mxch-satisfaction-list { | |
| 2701 | - list-style: none; | |
| 2702 | - margin: 0; | |
| 2703 | - padding: 0; | |
| 2704 | - display: flex; | |
| 2705 | - flex-direction: column; | |
| 2706 | - gap: 8px; | |
| 2707 | -} | |
| 2708 | -.mxch-satisfaction-row { | |
| 2709 | - display: flex; | |
| 2710 | - align-items: center; | |
| 2711 | - gap: var(--mxch-spacing-md); | |
| 2712 | - padding: 10px 12px; | |
| 2713 | - background: #f9fafb; | |
| 2714 | - border: 1px solid #f3f4f6; | |
| 2715 | - border-radius: var(--mxch-radius-md, 8px); | |
| 2716 | -} | |
| 2717 | -.mxch-satisfaction-bot { | |
| 2718 | - flex: 0 0 28%; | |
| 2719 | - min-width: 0; | |
| 2720 | - font-weight: 600; | |
| 2721 | - font-size: 13px; | |
| 2722 | - color: #1a1a2e; | |
| 2723 | - overflow: hidden; | |
| 2724 | - text-overflow: ellipsis; | |
| 2725 | - white-space: nowrap; | |
| 2726 | -} | |
| 2727 | -.mxch-satisfaction-meta { | |
| 2728 | - flex: 1; | |
| 2729 | - display: flex; | |
| 2730 | - align-items: center; | |
| 2731 | - gap: 10px; | |
| 2732 | - font-size: 12px; | |
| 2733 | - color: #4b5563; | |
| 2734 | - flex-wrap: wrap; | |
| 2735 | -} | |
| 2736 | -.mxch-satisfaction-total { | |
| 2737 | - color: #6b7280; | |
| 2738 | - white-space: nowrap; | |
| 2739 | -} | |
| 2740 | -.mxch-satisfaction-bar { | |
| 2741 | - flex: 1; | |
| 2742 | - min-width: 80px; | |
| 2743 | - height: 6px; | |
| 2744 | - background: #e5e7eb; | |
| 2745 | - border-radius: 999px; | |
| 2746 | - overflow: hidden; | |
| 2747 | - display: flex; | |
| 2748 | -} | |
| 2749 | -.mxch-satisfaction-bar-up { | |
| 2750 | - background: #10b981; | |
| 2751 | - height: 100%; | |
| 2752 | -} | |
| 2753 | -.mxch-satisfaction-bar-down { | |
| 2754 | - background: #ef4444; | |
| 2755 | - height: 100%; | |
| 2756 | -} | |
| 2757 | -.mxch-satisfaction-pct { | |
| 2758 | - display: inline-flex; | |
| 2759 | - align-items: center; | |
| 2760 | - gap: 4px; | |
| 2761 | - font-weight: 600; | |
| 2762 | - white-space: nowrap; | |
| 2763 | -} | |
| 2764 | -.mxch-satisfaction-pct-up { color: #047857; } | |
| 2765 | -.mxch-satisfaction-pct-down { color: #b91c1c; } | |
| 2766 | -@media (max-width: 600px) { | |
| 2767 | - .mxch-satisfaction-row { flex-direction: column; align-items: flex-start; gap: 8px; } | |
| 2768 | - .mxch-satisfaction-bot { flex: 1 1 100%; } | |
| 2769 | - .mxch-satisfaction-meta { width: 100%; } | |
| 2770 | -} | |
| 2771 | - | |
| 2772 | -/* Details drawer — Feedback row value (user-submitted rating feedback). */ | |
| 2773 | -.mxch-detail-feedback-value { | |
| 2774 | - white-space: pre-wrap; | |
| 2775 | - word-break: break-word; | |
| 2776 | - max-width: 100%; | |
| 2777 | - display: block; | |
| 2778 | - margin-top: 4px; | |
| 2779 | - opacity: 0.9; | |
| 2780 | - font-style: italic; | |
| 2781 | 1697 | } |