xmlui 0.9.20 → 0.9.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/dist/{apiInterceptorWorker-BBls674G.mjs → apiInterceptorWorker-DZyEgCvB.mjs} +1 -1
  2. package/dist/{index-CbU44pSb.mjs → index-B8C8yAZL.mjs} +1919 -2284
  3. package/dist/index.css +2023 -914
  4. package/dist/{lint-Cd70ckJ6.mjs → lint-EcgF-9Wr.mjs} +22 -46
  5. package/dist/scripts/src/components/App/App.js +2 -0
  6. package/dist/scripts/src/components/App/AppLayoutContext.js +0 -1
  7. package/dist/scripts/src/components/App/AppNative.js +7 -5
  8. package/dist/scripts/src/components/AppHeader/AppHeaderNative.js +5 -4
  9. package/dist/scripts/src/components/ComponentProvider.js +0 -10
  10. package/dist/scripts/src/components/DropdownMenu/DropdownMenu.js +3 -1
  11. package/dist/scripts/src/components/DropdownMenu/DropdownMenuNative.js +10 -2
  12. package/dist/scripts/src/components/Footer/FooterNative.js +1 -2
  13. package/dist/scripts/src/components/Form/FormContext.js +5 -0
  14. package/dist/scripts/src/components/Form/FormNative.js +11 -27
  15. package/dist/scripts/src/components/Form/formActions.js +3 -2
  16. package/dist/scripts/src/components/FormItem/FormItem.js +1 -1
  17. package/dist/scripts/src/components/FormItem/FormItemNative.js +54 -7
  18. package/dist/scripts/src/components/FormItem/ItemWithLabel.js +1 -1
  19. package/dist/scripts/src/components/Icon/MoonIcon.js +10 -0
  20. package/dist/scripts/src/components/Icon/StarsIcon.js +10 -0
  21. package/dist/scripts/src/components/IconProvider.js +4 -1
  22. package/dist/scripts/src/components/InspectButton/InspectButton.js +5 -3
  23. package/dist/scripts/src/components/Items/ItemsNative.js +8 -6
  24. package/dist/scripts/src/components/NavGroup/NavGroupNative.js +2 -3
  25. package/dist/scripts/src/components/Select/SelectNative.js +3 -1
  26. package/dist/scripts/src/components/ToneChangerButton/ToneChangerButton.js +1 -1
  27. package/dist/scripts/src/components-core/InspectorContext.js +4 -5
  28. package/dist/scripts/src/components-core/rendering/Container.js +1 -6
  29. package/dist/style.css +2004 -838
  30. package/dist/xmlui-metadata.mjs +1410 -1506
  31. package/dist/xmlui-metadata.umd.js +1409 -1505
  32. package/dist/xmlui-parser.mjs +17 -17
  33. package/dist/xmlui-standalone.umd.js +4339 -3614
  34. package/dist/xmlui.d.ts +1 -1
  35. package/dist/xmlui.mjs +1 -1
  36. package/package.json +3 -2
  37. package/dist/scripts/src/components/Alert/Alert.js +0 -61
  38. package/dist/scripts/src/components/Alert/AlertNative.js +0 -8
  39. package/dist/scripts/src/components/ButtonGroup/ButtonGroup.js +0 -55
  40. package/dist/scripts/src/components/ButtonGroup/ButtonGroupNative.js +0 -8
  41. package/dist/scripts/src/components/OffCanvas/OffCanvas.js +0 -57
  42. package/dist/scripts/src/components/OffCanvas/OffCanvasNative.js +0 -48
  43. package/dist/scripts/src/components/StateViewer/StateViewerNative.js +0 -19
  44. package/dist/scripts/src/components/SubNavPanel/SubNavPanel.js +0 -22
  45. package/dist/scripts/src/components/SubNavPanel/SubNavPanelNative.js +0 -9
package/dist/index.css CHANGED
@@ -968,7 +968,7 @@
968
968
  * This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
969
969
  Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
970
970
  */
971
- ._wrapper_rebcu_13 {
971
+ ._wrapper_fx8ts_13 {
972
972
  --footer-height: 0px;
973
973
  --header-height: 0px;
974
974
  width: 100%;
@@ -978,195 +978,152 @@
978
978
  flex-direction: column;
979
979
  isolation: isolate;
980
980
  }
981
- ._wrapper_rebcu_13._vertical_rebcu_23 {
981
+ ._wrapper_fx8ts_13._vertical_fx8ts_23 {
982
982
  flex-direction: row;
983
983
  overflow: initial;
984
984
  }
985
- ._wrapper_rebcu_13._vertical_rebcu_23 ._contentWrapper_rebcu_27 {
985
+ ._wrapper_fx8ts_13._vertical_fx8ts_23 ._contentWrapper_fx8ts_27 {
986
986
  overflow: auto;
987
987
  scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
988
988
  position: relative;
989
989
  scrollbar-gutter: stable both-edges;
990
990
  }
991
- ._wrapper_rebcu_13._vertical_rebcu_23 ._navPanelWrapper_rebcu_33 {
991
+ ._wrapper_fx8ts_13._vertical_fx8ts_23 ._navPanelWrapper_fx8ts_33 {
992
992
  width: var(--xmlui-width-navPanel-App);
993
993
  flex-shrink: 0;
994
994
  }
995
- ._wrapper_rebcu_13._vertical_rebcu_23 ._PagesWrapper_rebcu_37 {
995
+ ._wrapper_fx8ts_13._vertical_fx8ts_23 ._PagesWrapper_fx8ts_37 {
996
996
  min-height: initial;
997
997
  flex: 1;
998
998
  }
999
- ._wrapper_rebcu_13._vertical_rebcu_23 ._footerWrapper_rebcu_41 {
999
+ ._wrapper_fx8ts_13._vertical_fx8ts_23 ._footerWrapper_fx8ts_41 {
1000
1000
  position: static;
1001
1001
  }
1002
- ._wrapper_rebcu_13._vertical_rebcu_23._sticky_rebcu_44 ._contentWrapper_rebcu_27 {
1002
+ ._wrapper_fx8ts_13._vertical_fx8ts_23._sticky_fx8ts_44 ._contentWrapper_fx8ts_27 {
1003
1003
  scroll-padding-top: var(--header-height);
1004
1004
  }
1005
- ._wrapper_rebcu_13._vertical_rebcu_23._sticky_rebcu_44 ._footerWrapper_rebcu_41 {
1005
+ ._wrapper_fx8ts_13._vertical_fx8ts_23._sticky_fx8ts_44 ._footerWrapper_fx8ts_41 {
1006
1006
  position: sticky;
1007
1007
  bottom: 0;
1008
1008
  }
1009
- ._wrapper_rebcu_13._horizontal_rebcu_51 {
1009
+ ._wrapper_fx8ts_13._horizontal_fx8ts_51 {
1010
1010
  overflow: auto;
1011
1011
  scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
1012
1012
  }
1013
- ._wrapper_rebcu_13._horizontal_rebcu_51 ._PagesWrapper_rebcu_37 {
1013
+ ._wrapper_fx8ts_13._horizontal_fx8ts_51 ._PagesWrapper_fx8ts_37 {
1014
1014
  min-height: initial;
1015
1015
  }
1016
- ._wrapper_rebcu_13._horizontal_rebcu_51 ._footerWrapper_rebcu_41 {
1016
+ ._wrapper_fx8ts_13._horizontal_fx8ts_51 ._footerWrapper_fx8ts_41 {
1017
1017
  position: static;
1018
1018
  }
1019
- ._wrapper_rebcu_13._horizontal_rebcu_51._sticky_rebcu_44 {
1019
+ ._wrapper_fx8ts_13._horizontal_fx8ts_51._sticky_fx8ts_44 {
1020
1020
  scroll-padding-top: var(--header-height);
1021
1021
  min-height: 100%;
1022
1022
  }
1023
- ._wrapper_rebcu_13._horizontal_rebcu_51._sticky_rebcu_44 ._footerWrapper_rebcu_41 {
1023
+ ._wrapper_fx8ts_13._horizontal_fx8ts_51._sticky_fx8ts_44 ._footerWrapper_fx8ts_41 {
1024
1024
  position: sticky;
1025
1025
  bottom: 0;
1026
1026
  }
1027
- ._wrapper_rebcu_13._horizontal_rebcu_51 ._navPanelWrapper_rebcu_33 {
1027
+ ._wrapper_fx8ts_13._horizontal_fx8ts_51 ._navPanelWrapper_fx8ts_33 {
1028
1028
  border-bottom: var(--xmlui-borderBottom-AppHeader);
1029
1029
  justify-content: end;
1030
1030
  }
1031
- ._wrapper_rebcu_13._verticalFullHeader_rebcu_73 {
1031
+ ._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 {
1032
1032
  min-height: 100%;
1033
1033
  height: 100%;
1034
1034
  overflow: auto;
1035
1035
  scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
1036
1036
  }
1037
- ._wrapper_rebcu_13._verticalFullHeader_rebcu_73 ._navPanelWrapper_rebcu_33 {
1037
+ ._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 ._navPanelWrapper_fx8ts_33 {
1038
1038
  width: var(--xmlui-width-navPanel-App);
1039
1039
  position: sticky;
1040
1040
  height: calc(var(--containerHeight, 100vh) - var(--footer-height) - var(--header-height));
1041
1041
  top: var(--header-height);
1042
1042
  }
1043
- ._wrapper_rebcu_13._verticalFullHeader_rebcu_73 ._PagesWrapper_rebcu_37 {
1044
- overflow: initial;
1045
- min-height: calc(var(--containerHeight, 100vh) - var(--header-height) - var(--footer-height));
1046
- height: 100%;
1047
- }
1048
- ._wrapper_rebcu_13._verticalFullHeader_rebcu_73 ._PagesWrapperInner_rebcu_90 {
1049
- height: 100%;
1050
- }
1051
- ._wrapper_rebcu_13._verticalFullHeader_rebcu_73 ._PagesWrapperInner_rebcu_90 > .xmlui-page-root {
1052
- height: 100%;
1053
- }
1054
- ._wrapper_rebcu_13._verticalFullHeader_rebcu_73 ._footerWrapper_rebcu_41 {
1055
- position: sticky;
1056
- left: 0;
1057
- right: 0;
1058
- bottom: 0;
1059
- }
1060
- ._wrapper_rebcu_13._verticalConstrained_rebcu_102 {
1061
- min-height: 100%;
1062
- height: 100%;
1063
- overflow: auto;
1064
- scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
1065
- }
1066
- ._wrapper_rebcu_13._verticalConstrained_rebcu_102 ._header_rebcu_108 {
1067
- max-width: var(--xmlui-maxWidth-content-App);
1068
- margin: auto;
1043
+ ._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 ._contentScroller_fx8ts_85 {
1044
+ width: 100%;
1045
+ margin: 0 auto;
1069
1046
  }
1070
- ._wrapper_rebcu_13._verticalConstrained_rebcu_102 ._navPanelWrapper_rebcu_33 {
1071
- width: var(--xmlui-width-navPanel-App);
1072
- position: sticky;
1073
- height: calc(var(--containerHeight, 100vh) - var(--footer-height) - var(--header-height));
1074
- top: var(--header-height);
1047
+ ._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 ._contentScroller_fx8ts_85 ._contentAligner_fx8ts_89 {
1048
+ max-width: var(--xmlui-maxWidth-App-vertical);
1049
+ margin: 0 auto;
1075
1050
  }
1076
- ._wrapper_rebcu_13._verticalConstrained_rebcu_102 ._PagesWrapper_rebcu_37 {
1051
+ ._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 ._PagesWrapper_fx8ts_37 {
1077
1052
  overflow: initial;
1078
1053
  min-height: calc(var(--containerHeight, 100vh) - var(--header-height) - var(--footer-height));
1079
1054
  height: 100%;
1080
1055
  }
1081
- ._wrapper_rebcu_13._verticalConstrained_rebcu_102 ._PagesWrapperInner_rebcu_90 {
1056
+ ._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 ._PagesWrapperInner_fx8ts_98 {
1082
1057
  height: 100%;
1083
1058
  }
1084
- ._wrapper_rebcu_13._verticalConstrained_rebcu_102 ._PagesWrapperInner_rebcu_90 > .xmlui-page-root {
1059
+ ._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 ._PagesWrapperInner_fx8ts_98 > .xmlui-page-root {
1085
1060
  height: 100%;
1086
1061
  }
1087
- ._wrapper_rebcu_13._verticalConstrained_rebcu_102 ._footerWrapper_rebcu_41 {
1062
+ ._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 ._footerWrapper_fx8ts_41 {
1088
1063
  position: sticky;
1089
1064
  left: 0;
1090
1065
  right: 0;
1091
1066
  bottom: 0;
1092
1067
  }
1093
- ._wrapper_rebcu_13._scrollWholePage_rebcu_135 {
1068
+ ._wrapper_fx8ts_13._scrollWholePage_fx8ts_110 {
1094
1069
  scrollbar-gutter: stable both-edges;
1095
1070
  }
1096
- ._wrapper_rebcu_13._scrollWholePage_rebcu_135 ._headerWrapper_rebcu_138 {
1097
- margin-inline: calc(-1 * var(--scrollbar-width));
1098
- }
1099
- ._wrapper_rebcu_13._scrollWholePage_rebcu_135 ._headerWrapper_rebcu_138 > div {
1100
- padding-inline: var(--scrollbar-width);
1101
- }
1102
- ._wrapper_rebcu_13._scrollWholePage_rebcu_135 ._footerWrapper_rebcu_41 {
1071
+ ._wrapper_fx8ts_13._scrollWholePage_fx8ts_110 ._headerWrapper_fx8ts_113 {
1103
1072
  margin-inline: calc(-1 * var(--scrollbar-width));
1104
1073
  }
1105
- ._wrapper_rebcu_13._scrollWholePage_rebcu_135 ._footerWrapper_rebcu_41 > div {
1074
+ ._wrapper_fx8ts_13._scrollWholePage_fx8ts_110 ._headerWrapper_fx8ts_113 > div {
1106
1075
  padding-inline: var(--scrollbar-width);
1107
1076
  }
1108
- ._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalFullHeader_rebcu_73 {
1109
- scroll-padding-top: var(--header-height);
1110
- }
1111
- ._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalFullHeader_rebcu_73 ._content_rebcu_27 {
1077
+ ._wrapper_fx8ts_13._scrollWholePage_fx8ts_110 ._footerWrapper_fx8ts_41 {
1112
1078
  margin-inline: calc(-1 * var(--scrollbar-width));
1113
1079
  }
1114
- ._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalFullHeader_rebcu_73 ._contentWrapper_rebcu_27 {
1080
+ ._wrapper_fx8ts_13._scrollWholePage_fx8ts_110 ._footerWrapper_fx8ts_41 > div {
1115
1081
  padding-inline: var(--scrollbar-width);
1116
1082
  }
1117
- ._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 {
1083
+ ._wrapper_fx8ts_13._scrollWholePage_fx8ts_110._verticalFullHeader_fx8ts_73 {
1118
1084
  scroll-padding-top: var(--header-height);
1119
1085
  }
1120
- ._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._content_rebcu_27 {
1121
- width: var(--xmlui-maxWidth-content-App);
1086
+ ._wrapper_fx8ts_13._scrollWholePage_fx8ts_110._verticalFullHeader_fx8ts_73 ._content_fx8ts_27 {
1122
1087
  margin-inline: calc(-1 * var(--scrollbar-width));
1123
- margin: auto;
1124
1088
  }
1125
- ._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._contentWrapper_rebcu_27 {
1089
+ ._wrapper_fx8ts_13._scrollWholePage_fx8ts_110._verticalFullHeader_fx8ts_73 ._contentWrapper_fx8ts_27 {
1126
1090
  padding-inline: var(--scrollbar-width);
1127
1091
  }
1128
- ._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._headerWrapper_rebcu_138 > div {
1129
- width: var(--xmlui-maxWidth-content-App);
1130
- }
1131
- ._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._footerWrapper_rebcu_41 {
1132
- margin-inline: calc(-1 * var(--scrollbar-width));
1133
- }
1134
- ._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._footerWrapper_rebcu_41 > div {
1135
- padding-inline: var(--scrollbar-width);
1136
- }
1137
- ._wrapper_rebcu_13:not(._scrollWholePage_rebcu_135) {
1092
+ ._wrapper_fx8ts_13:not(._scrollWholePage_fx8ts_110) {
1138
1093
  overflow: hidden;
1139
1094
  }
1140
- ._wrapper_rebcu_13:not(._scrollWholePage_rebcu_135) ._content_rebcu_27 {
1095
+ ._wrapper_fx8ts_13:not(._scrollWholePage_fx8ts_110) ._content_fx8ts_27 {
1141
1096
  min-height: 0;
1142
1097
  height: 100%;
1143
1098
  }
1144
- ._wrapper_rebcu_13:not(._scrollWholePage_rebcu_135) ._contentWrapper_rebcu_27 {
1099
+ ._wrapper_fx8ts_13:not(._scrollWholePage_fx8ts_110) ._contentWrapper_fx8ts_27 {
1145
1100
  overflow: initial;
1146
1101
  }
1147
- ._wrapper_rebcu_13:not(._scrollWholePage_rebcu_135)._verticalConstrained_rebcu_102 ._content_rebcu_27 {
1148
- width: var(--xmlui-maxWidth-content-App);
1149
- margin: auto;
1102
+ ._wrapper_fx8ts_13:not(._scrollWholePage_fx8ts_110) ._contentScroller_fx8ts_85 {
1103
+ height: 100%;
1104
+ }
1105
+ ._wrapper_fx8ts_13:not(._scrollWholePage_fx8ts_110) ._contentScroller_fx8ts_85 ._contentAligner_fx8ts_89 {
1106
+ height: 100%;
1150
1107
  }
1151
- ._wrapper_rebcu_13:not(._scrollWholePage_rebcu_135) ._PagesWrapper_rebcu_37 {
1108
+ ._wrapper_fx8ts_13:not(._scrollWholePage_fx8ts_110) ._PagesWrapper_fx8ts_37 {
1152
1109
  overflow: auto;
1153
1110
  scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
1154
1111
  min-height: 0;
1155
1112
  height: 100%;
1156
1113
  scrollbar-gutter: stable both-edges;
1157
1114
  }
1158
- ._wrapper_rebcu_13:not(._scrollWholePage_rebcu_135) ._PagesWrapperInner_rebcu_90 {
1115
+ ._wrapper_fx8ts_13:not(._scrollWholePage_fx8ts_110) ._PagesWrapperInner_fx8ts_98 {
1159
1116
  min-height: 100%;
1160
1117
  height: 0;
1161
1118
  }
1162
- ._wrapper_rebcu_13._noScrollbarGutters_rebcu_204 {
1119
+ ._wrapper_fx8ts_13._noScrollbarGutters_fx8ts_161 {
1163
1120
  scrollbar-gutter: auto;
1164
1121
  }
1165
- ._wrapper_rebcu_13._noScrollbarGutters_rebcu_204 ._PagesWrapper_rebcu_37 {
1122
+ ._wrapper_fx8ts_13._noScrollbarGutters_fx8ts_161 ._PagesWrapper_fx8ts_37 {
1166
1123
  scrollbar-gutter: auto;
1167
1124
  }
1168
1125
 
1169
- ._headerWrapper_rebcu_138 {
1126
+ ._headerWrapper_fx8ts_113 {
1170
1127
  z-index: 1;
1171
1128
  min-height: 0;
1172
1129
  flex-shrink: 0;
@@ -1175,17 +1132,17 @@
1175
1132
  box-shadow: var(--xmlui-boxShadow-header-App);
1176
1133
  background-color: var(--xmlui-backgroundColor-AppHeader);
1177
1134
  }
1178
- ._headerWrapper_rebcu_138._sticky_rebcu_44 {
1135
+ ._headerWrapper_fx8ts_113._sticky_fx8ts_44 {
1179
1136
  position: sticky;
1180
1137
  }
1181
1138
 
1182
- ._content_rebcu_27 {
1139
+ ._content_fx8ts_27 {
1183
1140
  display: flex;
1184
1141
  flex-direction: row;
1185
1142
  isolation: isolate;
1186
1143
  }
1187
1144
 
1188
- ._contentWrapper_rebcu_27 {
1145
+ ._contentWrapper_fx8ts_27 {
1189
1146
  position: relative;
1190
1147
  min-width: 0;
1191
1148
  flex: 1;
@@ -1196,21 +1153,21 @@
1196
1153
  border-left: var(--xmlui-borderLeft-content-App);
1197
1154
  }
1198
1155
 
1199
- ._navPanelWrapper_rebcu_33 {
1156
+ ._navPanelWrapper_fx8ts_33 {
1200
1157
  display: flex;
1201
1158
  position: sticky;
1202
1159
  top: 0;
1203
1160
  }
1204
- ._navPanelWrapper_rebcu_33:empty {
1161
+ ._navPanelWrapper_fx8ts_33:empty {
1205
1162
  display: none;
1206
1163
  }
1207
1164
 
1208
- ._PagesWrapper_rebcu_37 {
1165
+ ._PagesWrapper_fx8ts_37 {
1209
1166
  flex: 1;
1210
1167
  isolation: isolate;
1211
1168
  }
1212
1169
 
1213
- ._PagesWrapperInner_rebcu_90 {
1170
+ ._PagesWrapperInner_fx8ts_98 {
1214
1171
  --page-padding-left: var(--xmlui-space-4);
1215
1172
  --page-padding-right: var(--xmlui-space-4);
1216
1173
  --page-padding-top: var(--xmlui-space-5);
@@ -1228,7 +1185,7 @@
1228
1185
  display: flex;
1229
1186
  flex-direction: column;
1230
1187
  }
1231
- ._PagesWrapperInner_rebcu_90 > .xmlui-page-root {
1188
+ ._PagesWrapperInner_fx8ts_98 > .xmlui-page-root {
1232
1189
  padding-top: var(--page-padding-top-override, var(--page-padding-top));
1233
1190
  padding-bottom: var(--page-padding-bottom-override, var(--page-padding-bottom));
1234
1191
  padding-right: var(--page-padding-right-override, var(--page-padding-right));
@@ -1240,7 +1197,7 @@
1240
1197
  margin-right: calc(-1 * var(--page-padding-right));
1241
1198
  }
1242
1199
 
1243
- ._footerWrapper_rebcu_41 {
1200
+ ._footerWrapper_fx8ts_41 {
1244
1201
  flex-shrink: 0;
1245
1202
  }/*
1246
1203
  * This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
@@ -1374,7 +1331,7 @@
1374
1331
  * This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
1375
1332
  Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
1376
1333
  */
1377
- ._header_1m0kp_13 {
1334
+ ._header_1w1cw_13 {
1378
1335
  position: relative;
1379
1336
  height: var(--xmlui-height-AppHeader);
1380
1337
  box-sizing: content-box;
@@ -1401,7 +1358,7 @@
1401
1358
  border-end-end-radius: var(--xmlui-borderEndEndRadius-AppHeader, var(--xmlui-borderRadius-AppHeader));
1402
1359
  }
1403
1360
 
1404
- ._headerInner_1m0kp_40 {
1361
+ ._headerInner_1w1cw_40 {
1405
1362
  height: 100%;
1406
1363
  flex: 1;
1407
1364
  gap: var(--xmlui-space-4);
@@ -1419,11 +1376,14 @@
1419
1376
  width: 100%;
1420
1377
  margin: 0 auto;
1421
1378
  }
1422
- ._headerInner_1m0kp_40._full_1m0kp_58 {
1423
- max-width: 100%;
1379
+ ._headerInner_1w1cw_40._verticalFullHeader_1w1cw_58 {
1380
+ max-width: var(--xmlui-maxWidth-App-vertical);
1381
+ }
1382
+ ._headerInner_1w1cw_40._verticalFullHeader_1w1cw_58._scrollWholePage_1w1cw_61 {
1383
+ padding-left: calc(var(--xmlui-paddingHorizontal-AppHeader, var(--xmlui-padding-AppHeader)) - var(--scrollbar-width));
1424
1384
  }
1425
1385
 
1426
- ._childrenWrapper_1m0kp_62 {
1386
+ ._childrenWrapper_1w1cw_65 {
1427
1387
  --stack-gap-default: var(--xmlui-space-2);
1428
1388
  display: flex;
1429
1389
  flex-direction: row;
@@ -1435,25 +1395,25 @@
1435
1395
  justify-content: var(--xmlui-align-content-AppHeader);
1436
1396
  }
1437
1397
 
1438
- ._subNavPanelSlot_1m0kp_74 {
1398
+ ._subNavPanelSlot_1w1cw_77 {
1439
1399
  display: flex;
1440
1400
  flex-direction: row;
1441
1401
  }
1442
1402
 
1443
- ._logoAndTitle_1m0kp_79 {
1403
+ ._logoAndTitle_1w1cw_82 {
1444
1404
  display: flex;
1445
1405
  align-items: center;
1446
1406
  gap: var(--xmlui-space-4);
1447
1407
  height: 100%;
1448
1408
  }
1449
- ._logoAndTitle_1m0kp_79:not(:empty) {
1409
+ ._logoAndTitle_1w1cw_82:not(:empty) {
1450
1410
  padding-right: var(--xmlui-space-2);
1451
1411
  }
1452
- ._logoAndTitle_1m0kp_79:empty {
1412
+ ._logoAndTitle_1w1cw_82:empty {
1453
1413
  display: none;
1454
1414
  }
1455
1415
 
1456
- ._logoContainer_1m0kp_92:not(:empty) {
1416
+ ._logoContainer_1w1cw_95:not(:empty) {
1457
1417
  flex-shrink: 0;
1458
1418
  display: flex;
1459
1419
  width: var(--xmlui-width-logo-AppHeader);
@@ -1466,16 +1426,16 @@
1466
1426
  padding-bottom: var(--xmlui-paddingBottom-logo-AppHeader, var(--xmlui-paddingVertical-logo-AppHeader, var(--xmlui-padding-logo-AppHeader)));
1467
1427
  }
1468
1428
 
1469
- ._customLogoContainer_1m0kp_105 {
1429
+ ._customLogoContainer_1w1cw_108 {
1470
1430
  display: flex;
1471
1431
  height: 100%;
1472
1432
  align-items: center;
1473
1433
  }
1474
- ._customLogoContainer_1m0kp_105 > img {
1434
+ ._customLogoContainer_1w1cw_108 > img {
1475
1435
  height: 100%;
1476
1436
  }
1477
1437
 
1478
- ._rightItems_1m0kp_114 {
1438
+ ._rightItems_1w1cw_117 {
1479
1439
  --stack-gap-default: var(--xmlui-space-2);
1480
1440
  gap: var(--stack-gap-default);
1481
1441
  height: 100%;
@@ -1483,11 +1443,11 @@
1483
1443
  flex-direction: row;
1484
1444
  align-items: center;
1485
1445
  }
1486
- ._rightItems_1m0kp_114:not(:empty) {
1446
+ ._rightItems_1w1cw_117:not(:empty) {
1487
1447
  padding-left: var(--xmlui-space-4);
1488
1448
  }
1489
1449
 
1490
- ._appHub_1m0kp_126 {
1450
+ ._appHub_1w1cw_129 {
1491
1451
  text-decoration: none;
1492
1452
  margin-right: var(--xmlui-space-4);
1493
1453
  width: 40px;
@@ -1495,10 +1455,10 @@
1495
1455
  color: var(--xmlui-textColor-subtitle);
1496
1456
  cursor: pointer;
1497
1457
  }
1498
- ._appHub_1m0kp_126:hover {
1458
+ ._appHub_1w1cw_129:hover {
1499
1459
  color: var(--xmlui-textColor-secondary);
1500
1460
  }
1501
- ._appHub_1m0kp_126 svg {
1461
+ ._appHub_1w1cw_129 svg {
1502
1462
  width: 100%;
1503
1463
  height: 100%;
1504
1464
  }/*
@@ -2011,7 +1971,7 @@
2011
1971
  * This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
2012
1972
  Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
2013
1973
  */
2014
- ._container_k8i4t_13 {
1974
+ ._container_gmmz2_13 {
2015
1975
  border-left: var(--xmlui-borderLeft-Link, var(--xmlui-borderHorizontal-Link, var(--xmlui-border-Link)));
2016
1976
  border-right: var(--xmlui-borderRight-Link, var(--xmlui-borderHorizontal-Link, var(--xmlui-border-Link)));
2017
1977
  border-top: var(--xmlui-borderTop-Link, var(--xmlui-borderVertical-Link, var(--xmlui-border-Link)));
@@ -2037,11 +1997,32 @@
2037
1997
  padding-right: var(--xmlui-paddingRight-Link, var(--xmlui-paddingHorizontal-Link, var(--xmlui-padding-Link)));
2038
1998
  padding-top: var(--xmlui-paddingTop-Link, var(--xmlui-paddingVertical-Link, var(--xmlui-padding-Link)));
2039
1999
  padding-bottom: var(--xmlui-paddingBottom-Link, var(--xmlui-paddingVertical-Link, var(--xmlui-padding-Link)));
2040
- flex-shrink: 0;
2041
2000
  color: var(--xmlui-textColor-Link);
2042
2001
  font-family: var(--xmlui-fontFamily-Link);
2043
- font-weight: var(--xmlui-fontWeight-Link);
2044
2002
  font-size: var(--xmlui-fontSize-Link);
2003
+ font-style: var(--xmlui-fontStyle-Link);
2004
+ font-weight: var(--xmlui-fontWeight-Link);
2005
+ font-stretch: var(--xmlui-fontStretch-Link);
2006
+ text-decoration-line: var(--xmlui-textDecorationLine-Link);
2007
+ text-decoration-color: var(--xmlui-textDecorationColor-Link);
2008
+ text-decoration-style: var(--xmlui-textDecorationStyle-Link);
2009
+ text-decoration-thickness: var(--xmlui-textDecorationThickness-Link);
2010
+ text-underline-offset: var(--xmlui-textUnderlineOffset-Link);
2011
+ line-height: var(--xmlui-lineHeight-Link);
2012
+ background-color: var(--xmlui-backgroundColor-Link);
2013
+ text-transform: var(--xmlui-textTransform-Link);
2014
+ letter-spacing: var(--xmlui-letterSpacing-Link);
2015
+ word-spacing: var(--xmlui-wordSpacing-Link);
2016
+ text-shadow: var(--xmlui-textShadow-Link);
2017
+ text-indent: var(--xmlui-textIndent-Link);
2018
+ text-align: var(--xmlui-textAlign-Link);
2019
+ text-align-last: var(--xmlui-textAlignLast-Link);
2020
+ word-break: var(--xmlui-wordBreak-Link);
2021
+ word-wrap: var(--xmlui-wordWrap-Link);
2022
+ direction: var(--xmlui-direction-Link);
2023
+ writing-mode: var(--xmlui-writingMode-Link);
2024
+ line-break: var(--xmlui-lineBreak-Link);
2025
+ flex-shrink: 0;
2045
2026
  cursor: pointer;
2046
2027
  text-decoration: none;
2047
2028
  width: fit-content;
@@ -2051,27 +2032,27 @@
2051
2032
  flex-direction: row;
2052
2033
  align-items: center;
2053
2034
  }
2054
- ._container_k8i4t_13._active_k8i4t_53 {
2035
+ ._container_gmmz2_13._active_gmmz2_74 {
2055
2036
  color: var(--xmlui-textColor-Link--active);
2056
2037
  font-weight: var(--xmlui-fontWeight-Link--active);
2057
2038
  }
2058
- ._container_k8i4t_13._disabled_k8i4t_57 {
2039
+ ._container_gmmz2_13._disabled_gmmz2_78 {
2059
2040
  pointer-events: none;
2060
2041
  }
2061
- ._container_k8i4t_13:not(._disabled_k8i4t_57):hover {
2042
+ ._container_gmmz2_13:not(._disabled_gmmz2_78):hover {
2062
2043
  color: var(--xmlui-textColor-Link--hover);
2063
2044
  }
2064
- ._container_k8i4t_13:not(._disabled_k8i4t_57):focus-visible {
2045
+ ._container_gmmz2_13:not(._disabled_gmmz2_78):focus-visible {
2065
2046
  outline-width: var(--xmlui-outlineWidth-Link--focus);
2066
2047
  outline-color: var(--xmlui-outlineColor-Link--focus);
2067
2048
  outline-style: var(--xmlui-outlineStyle-Link--focus);
2068
2049
  outline-offset: var(--xmlui-outlineOffset-Link--focus);
2069
2050
  }
2070
- ._container_k8i4t_13:not(._disabled_k8i4t_57)._active_k8i4t_53:hover {
2051
+ ._container_gmmz2_13:not(._disabled_gmmz2_78)._active_gmmz2_74:hover {
2071
2052
  color: var(--xmlui-textColor-Link--hover--active);
2072
2053
  }
2073
2054
 
2074
- ._iconWrapper_k8i4t_73 {
2055
+ ._iconWrapper_gmmz2_94 {
2075
2056
  padding: var(--xmlui-padding-icon-Link);
2076
2057
  padding-left: var(--xmlui-paddingLeft-icon-Link, var(--xmlui-paddingHorizontal-icon-Link, var(--xmlui-padding-icon-Link)));
2077
2058
  padding-right: var(--xmlui-paddingRight-icon-Link, var(--xmlui-paddingHorizontal-icon-Link, var(--xmlui-padding-icon-Link)));
@@ -2081,24 +2062,24 @@
2081
2062
  line-height: 0;
2082
2063
  }
2083
2064
 
2084
- ._container_k8i4t_13:not(._active_k8i4t_53) {
2065
+ ._container_gmmz2_13:not(._active_gmmz2_74) {
2085
2066
  text-underline-offset: var(--xmlui-textUnderlineOffset-Link);
2086
2067
  text-decoration-line: var(--xmlui-textDecorationLine-Link);
2087
2068
  }
2088
- ._container_k8i4t_13:not(._active_k8i4t_53):not([disabled]):hover {
2069
+ ._container_gmmz2_13:not(._active_gmmz2_74):not([disabled]):hover {
2089
2070
  text-decoration-color: var(--xmlui-textDecorationColor-Link);
2090
2071
  text-decoration-style: var(--xmlui-textDecorationStyle-Link);
2091
2072
  text-decoration-thickness: var(--xmlui-textDecorationThickness-Link);
2092
2073
  }
2093
- ._container_k8i4t_13:not(._active_k8i4t_53):not([disabled]):hover:has(> button) {
2074
+ ._container_gmmz2_13:not(._active_gmmz2_74):not([disabled]):hover:has(> button) {
2094
2075
  text-decoration-line: none;
2095
2076
  }
2096
- ._container_k8i4t_13:not(._active_k8i4t_53):not([disabled]):active {
2077
+ ._container_gmmz2_13:not(._active_gmmz2_74):not([disabled]):active {
2097
2078
  text-decoration-color: var(--xmlui-textDecorationColor-Link);
2098
2079
  text-decoration-style: var(--xmlui-textDecorationStyle-Link);
2099
2080
  text-decoration-thickness: var(--xmlui-textDecorationThickness-Link);
2100
2081
  }
2101
- ._container_k8i4t_13:not(._active_k8i4t_53):not([disabled]):active:has(> button) {
2082
+ ._container_gmmz2_13:not(._active_gmmz2_74):not([disabled]):active:has(> button) {
2102
2083
  text-decoration-line: none;
2103
2084
  }
2104
2085
  /*
@@ -2207,13 +2188,61 @@
2207
2188
  * This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
2208
2189
  Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
2209
2190
  */
2210
- ._heading_yjkue_13._h1_yjkue_13 {
2191
+ ._heading_1ad65_13._h1_1ad65_13 {
2192
+ padding: var(--xmlui-padding-H1);
2193
+ padding-left: var(--xmlui-paddingLeft-H1, var(--xmlui-paddingHorizontal-H1, var(--xmlui-padding-H1)));
2194
+ padding-right: var(--xmlui-paddingRight-H1, var(--xmlui-paddingHorizontal-H1, var(--xmlui-padding-H1)));
2195
+ padding-top: var(--xmlui-paddingTop-H1, var(--xmlui-paddingVertical-H1, var(--xmlui-padding-H1)));
2196
+ padding-bottom: var(--xmlui-paddingBottom-H1, var(--xmlui-paddingVertical-H1, var(--xmlui-padding-H1)));
2197
+ border-left: var(--xmlui-borderLeft-H1, var(--xmlui-borderHorizontal-H1, var(--xmlui-border-H1)));
2198
+ border-right: var(--xmlui-borderRight-H1, var(--xmlui-borderHorizontal-H1, var(--xmlui-border-H1)));
2199
+ border-top: var(--xmlui-borderTop-H1, var(--xmlui-borderVertical-H1, var(--xmlui-border-H1)));
2200
+ border-bottom: var(--xmlui-borderBottom-H1, var(--xmlui-borderVertical-H1, var(--xmlui-border-H1)));
2201
+ border-left-style: var(--xmlui-borderLeftStyle-H1, var(--xmlui-borderHorizontalStyle-H1, var(--xmlui-borderStyle-H1)));
2202
+ border-right-style: var(--xmlui-borderRightStyle-H1, var(--xmlui-borderHorizontalStyle-H1, var(--xmlui-borderStyle-H1)));
2203
+ border-top-style: var(--xmlui-borderTopStyle-H1, var(--xmlui-borderVerticalStyle-H1, var(--xmlui-borderStyle-H1)));
2204
+ border-bottom-style: var(--xmlui-borderBottomStyle-H1, var(--xmlui-borderVerticalStyle-H1, var(--xmlui-borderStyle-H1)));
2205
+ border-left-width: var(--xmlui-borderLeftWidth-H1, var(--xmlui-borderHorizontalWidth-H1, var(--xmlui-borderWidth-H1)));
2206
+ border-right-width: var(--xmlui-borderRightWidth-H1, var(--xmlui-borderHorizontalWidth-H1, var(--xmlui-borderWidth-H1)));
2207
+ border-top-width: var(--xmlui-borderTopWidth-H1, var(--xmlui-borderVerticalWidth-H1, var(--xmlui-borderWidth-H1)));
2208
+ border-bottom-width: var(--xmlui-borderBottomWidth-H1, var(--xmlui-borderVerticalWidth-H1, var(--xmlui-borderWidth-H1)));
2209
+ border-left-color: var(--xmlui-borderLeftColor-H1, var(--xmlui-borderHorizontalColor-H1, var(--xmlui-borderColor-H1)));
2210
+ border-right-color: var(--xmlui-borderRightColor-H1, var(--xmlui-borderHorizontalColor-H1, var(--xmlui-borderColor-H1)));
2211
+ border-top-color: var(--xmlui-borderTopColor-H1, var(--xmlui-borderVerticalColor-H1, var(--xmlui-borderColor-H1)));
2212
+ border-bottom-color: var(--xmlui-borderBottomColor-H1, var(--xmlui-borderVerticalColor-H1, var(--xmlui-borderColor-H1)));
2213
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-H1, var(--xmlui-borderRadius-H1));
2214
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-H1, var(--xmlui-borderRadius-H1));
2215
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-H1, var(--xmlui-borderRadius-H1));
2216
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-H1, var(--xmlui-borderRadius-H1));
2211
2217
  color: var(--xmlui-textColor-H1);
2212
- letter-spacing: var(--xmlui-letterSpacing-H1);
2213
2218
  font-family: var(--xmlui-fontFamily-H1);
2214
- font-weight: var(--xmlui-fontWeight-H1);
2215
2219
  font-size: var(--xmlui-fontSize-H1);
2220
+ font-style: var(--xmlui-fontStyle-H1);
2221
+ font-weight: var(--xmlui-fontWeight-H1);
2222
+ font-stretch: var(--xmlui-fontStretch-H1);
2223
+ text-decoration-line: var(--xmlui-textDecorationLine-H1);
2224
+ text-decoration-color: var(--xmlui-textDecorationColor-H1);
2225
+ text-decoration-style: var(--xmlui-textDecorationStyle-H1);
2226
+ text-decoration-thickness: var(--xmlui-textDecorationThickness-H1);
2227
+ text-underline-offset: var(--xmlui-textUnderlineOffset-H1);
2216
2228
  line-height: var(--xmlui-lineHeight-H1);
2229
+ background-color: var(--xmlui-backgroundColor-H1);
2230
+ text-transform: var(--xmlui-textTransform-H1);
2231
+ letter-spacing: var(--xmlui-letterSpacing-H1);
2232
+ word-spacing: var(--xmlui-wordSpacing-H1);
2233
+ text-shadow: var(--xmlui-textShadow-H1);
2234
+ text-indent: var(--xmlui-textIndent-H1);
2235
+ text-align: var(--xmlui-textAlign-H1);
2236
+ text-align-last: var(--xmlui-textAlignLast-H1);
2237
+ word-break: var(--xmlui-wordBreak-H1);
2238
+ word-wrap: var(--xmlui-wordWrap-H1);
2239
+ direction: var(--xmlui-direction-H1);
2240
+ writing-mode: var(--xmlui-writingMode-H1);
2241
+ line-break: var(--xmlui-lineBreak-H1);
2242
+ color: var(--xmlui-textColor-H1);
2243
+ letter-spacing: var(--xmlui-letterSpacing-H1);
2244
+ font-family: var(--xmlui-fontFamily-H1);
2245
+ font-weight: var(--xmlui-fontWeight-H1);
2217
2246
  margin-top: var(--xmlui-marginTop-H1);
2218
2247
  margin-bottom: var(--xmlui-marginBottom-H1);
2219
2248
  text-decoration-line: var(--xmlui-textDecorationLine-H1);
@@ -2222,13 +2251,61 @@
2222
2251
  text-decoration-thickness: var(--xmlui-textDecorationThickness-H1);
2223
2252
  text-underline-offset: var(--xmlui-textUnderlineOffset-H1);
2224
2253
  }
2225
- ._heading_yjkue_13._h2_yjkue_28 {
2254
+ ._heading_1ad65_13._h2_1ad65_76 {
2255
+ padding: var(--xmlui-padding-H2);
2256
+ padding-left: var(--xmlui-paddingLeft-H2, var(--xmlui-paddingHorizontal-H2, var(--xmlui-padding-H2)));
2257
+ padding-right: var(--xmlui-paddingRight-H2, var(--xmlui-paddingHorizontal-H2, var(--xmlui-padding-H2)));
2258
+ padding-top: var(--xmlui-paddingTop-H2, var(--xmlui-paddingVertical-H2, var(--xmlui-padding-H2)));
2259
+ padding-bottom: var(--xmlui-paddingBottom-H2, var(--xmlui-paddingVertical-H2, var(--xmlui-padding-H2)));
2260
+ border-left: var(--xmlui-borderLeft-H2, var(--xmlui-borderHorizontal-H2, var(--xmlui-border-H2)));
2261
+ border-right: var(--xmlui-borderRight-H2, var(--xmlui-borderHorizontal-H2, var(--xmlui-border-H2)));
2262
+ border-top: var(--xmlui-borderTop-H2, var(--xmlui-borderVertical-H2, var(--xmlui-border-H2)));
2263
+ border-bottom: var(--xmlui-borderBottom-H2, var(--xmlui-borderVertical-H2, var(--xmlui-border-H2)));
2264
+ border-left-style: var(--xmlui-borderLeftStyle-H2, var(--xmlui-borderHorizontalStyle-H2, var(--xmlui-borderStyle-H2)));
2265
+ border-right-style: var(--xmlui-borderRightStyle-H2, var(--xmlui-borderHorizontalStyle-H2, var(--xmlui-borderStyle-H2)));
2266
+ border-top-style: var(--xmlui-borderTopStyle-H2, var(--xmlui-borderVerticalStyle-H2, var(--xmlui-borderStyle-H2)));
2267
+ border-bottom-style: var(--xmlui-borderBottomStyle-H2, var(--xmlui-borderVerticalStyle-H2, var(--xmlui-borderStyle-H2)));
2268
+ border-left-width: var(--xmlui-borderLeftWidth-H2, var(--xmlui-borderHorizontalWidth-H2, var(--xmlui-borderWidth-H2)));
2269
+ border-right-width: var(--xmlui-borderRightWidth-H2, var(--xmlui-borderHorizontalWidth-H2, var(--xmlui-borderWidth-H2)));
2270
+ border-top-width: var(--xmlui-borderTopWidth-H2, var(--xmlui-borderVerticalWidth-H2, var(--xmlui-borderWidth-H2)));
2271
+ border-bottom-width: var(--xmlui-borderBottomWidth-H2, var(--xmlui-borderVerticalWidth-H2, var(--xmlui-borderWidth-H2)));
2272
+ border-left-color: var(--xmlui-borderLeftColor-H2, var(--xmlui-borderHorizontalColor-H2, var(--xmlui-borderColor-H2)));
2273
+ border-right-color: var(--xmlui-borderRightColor-H2, var(--xmlui-borderHorizontalColor-H2, var(--xmlui-borderColor-H2)));
2274
+ border-top-color: var(--xmlui-borderTopColor-H2, var(--xmlui-borderVerticalColor-H2, var(--xmlui-borderColor-H2)));
2275
+ border-bottom-color: var(--xmlui-borderBottomColor-H2, var(--xmlui-borderVerticalColor-H2, var(--xmlui-borderColor-H2)));
2276
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-H2, var(--xmlui-borderRadius-H2));
2277
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-H2, var(--xmlui-borderRadius-H2));
2278
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-H2, var(--xmlui-borderRadius-H2));
2279
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-H2, var(--xmlui-borderRadius-H2));
2226
2280
  color: var(--xmlui-textColor-H2);
2227
- letter-spacing: var(--xmlui-letterSpacing-H2);
2228
2281
  font-family: var(--xmlui-fontFamily-H2);
2229
- font-weight: var(--xmlui-fontWeight-H2);
2230
2282
  font-size: var(--xmlui-fontSize-H2);
2283
+ font-style: var(--xmlui-fontStyle-H2);
2284
+ font-weight: var(--xmlui-fontWeight-H2);
2285
+ font-stretch: var(--xmlui-fontStretch-H2);
2286
+ text-decoration-line: var(--xmlui-textDecorationLine-H2);
2287
+ text-decoration-color: var(--xmlui-textDecorationColor-H2);
2288
+ text-decoration-style: var(--xmlui-textDecorationStyle-H2);
2289
+ text-decoration-thickness: var(--xmlui-textDecorationThickness-H2);
2290
+ text-underline-offset: var(--xmlui-textUnderlineOffset-H2);
2231
2291
  line-height: var(--xmlui-lineHeight-H2);
2292
+ background-color: var(--xmlui-backgroundColor-H2);
2293
+ text-transform: var(--xmlui-textTransform-H2);
2294
+ letter-spacing: var(--xmlui-letterSpacing-H2);
2295
+ word-spacing: var(--xmlui-wordSpacing-H2);
2296
+ text-shadow: var(--xmlui-textShadow-H2);
2297
+ text-indent: var(--xmlui-textIndent-H2);
2298
+ text-align: var(--xmlui-textAlign-H2);
2299
+ text-align-last: var(--xmlui-textAlignLast-H2);
2300
+ word-break: var(--xmlui-wordBreak-H2);
2301
+ word-wrap: var(--xmlui-wordWrap-H2);
2302
+ direction: var(--xmlui-direction-H2);
2303
+ writing-mode: var(--xmlui-writingMode-H2);
2304
+ line-break: var(--xmlui-lineBreak-H2);
2305
+ color: var(--xmlui-textColor-H2);
2306
+ letter-spacing: var(--xmlui-letterSpacing-H2);
2307
+ font-family: var(--xmlui-fontFamily-H2);
2308
+ font-weight: var(--xmlui-fontWeight-H2);
2232
2309
  margin-top: var(--xmlui-marginTop-H2);
2233
2310
  margin-bottom: var(--xmlui-marginBottom-H2);
2234
2311
  text-decoration-line: var(--xmlui-textDecorationLine-H2);
@@ -2237,13 +2314,61 @@
2237
2314
  text-decoration-thickness: var(--xmlui-textDecorationThickness-H2);
2238
2315
  text-underline-offset: var(--xmlui-textUnderlineOffset-H2);
2239
2316
  }
2240
- ._heading_yjkue_13._h3_yjkue_43 {
2317
+ ._heading_1ad65_13._h3_1ad65_139 {
2318
+ padding: var(--xmlui-padding-H3);
2319
+ padding-left: var(--xmlui-paddingLeft-H3, var(--xmlui-paddingHorizontal-H3, var(--xmlui-padding-H3)));
2320
+ padding-right: var(--xmlui-paddingRight-H3, var(--xmlui-paddingHorizontal-H3, var(--xmlui-padding-H3)));
2321
+ padding-top: var(--xmlui-paddingTop-H3, var(--xmlui-paddingVertical-H3, var(--xmlui-padding-H3)));
2322
+ padding-bottom: var(--xmlui-paddingBottom-H3, var(--xmlui-paddingVertical-H3, var(--xmlui-padding-H3)));
2323
+ border-left: var(--xmlui-borderLeft-H3, var(--xmlui-borderHorizontal-H3, var(--xmlui-border-H3)));
2324
+ border-right: var(--xmlui-borderRight-H3, var(--xmlui-borderHorizontal-H3, var(--xmlui-border-H3)));
2325
+ border-top: var(--xmlui-borderTop-H3, var(--xmlui-borderVertical-H3, var(--xmlui-border-H3)));
2326
+ border-bottom: var(--xmlui-borderBottom-H3, var(--xmlui-borderVertical-H3, var(--xmlui-border-H3)));
2327
+ border-left-style: var(--xmlui-borderLeftStyle-H3, var(--xmlui-borderHorizontalStyle-H3, var(--xmlui-borderStyle-H3)));
2328
+ border-right-style: var(--xmlui-borderRightStyle-H3, var(--xmlui-borderHorizontalStyle-H3, var(--xmlui-borderStyle-H3)));
2329
+ border-top-style: var(--xmlui-borderTopStyle-H3, var(--xmlui-borderVerticalStyle-H3, var(--xmlui-borderStyle-H3)));
2330
+ border-bottom-style: var(--xmlui-borderBottomStyle-H3, var(--xmlui-borderVerticalStyle-H3, var(--xmlui-borderStyle-H3)));
2331
+ border-left-width: var(--xmlui-borderLeftWidth-H3, var(--xmlui-borderHorizontalWidth-H3, var(--xmlui-borderWidth-H3)));
2332
+ border-right-width: var(--xmlui-borderRightWidth-H3, var(--xmlui-borderHorizontalWidth-H3, var(--xmlui-borderWidth-H3)));
2333
+ border-top-width: var(--xmlui-borderTopWidth-H3, var(--xmlui-borderVerticalWidth-H3, var(--xmlui-borderWidth-H3)));
2334
+ border-bottom-width: var(--xmlui-borderBottomWidth-H3, var(--xmlui-borderVerticalWidth-H3, var(--xmlui-borderWidth-H3)));
2335
+ border-left-color: var(--xmlui-borderLeftColor-H3, var(--xmlui-borderHorizontalColor-H3, var(--xmlui-borderColor-H3)));
2336
+ border-right-color: var(--xmlui-borderRightColor-H3, var(--xmlui-borderHorizontalColor-H3, var(--xmlui-borderColor-H3)));
2337
+ border-top-color: var(--xmlui-borderTopColor-H3, var(--xmlui-borderVerticalColor-H3, var(--xmlui-borderColor-H3)));
2338
+ border-bottom-color: var(--xmlui-borderBottomColor-H3, var(--xmlui-borderVerticalColor-H3, var(--xmlui-borderColor-H3)));
2339
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-H3, var(--xmlui-borderRadius-H3));
2340
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-H3, var(--xmlui-borderRadius-H3));
2341
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-H3, var(--xmlui-borderRadius-H3));
2342
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-H3, var(--xmlui-borderRadius-H3));
2241
2343
  color: var(--xmlui-textColor-H3);
2242
- letter-spacing: var(--xmlui-letterSpacing-H3);
2243
2344
  font-family: var(--xmlui-fontFamily-H3);
2244
- font-weight: var(--xmlui-fontWeight-H3);
2245
2345
  font-size: var(--xmlui-fontSize-H3);
2346
+ font-style: var(--xmlui-fontStyle-H3);
2347
+ font-weight: var(--xmlui-fontWeight-H3);
2348
+ font-stretch: var(--xmlui-fontStretch-H3);
2349
+ text-decoration-line: var(--xmlui-textDecorationLine-H3);
2350
+ text-decoration-color: var(--xmlui-textDecorationColor-H3);
2351
+ text-decoration-style: var(--xmlui-textDecorationStyle-H3);
2352
+ text-decoration-thickness: var(--xmlui-textDecorationThickness-H3);
2353
+ text-underline-offset: var(--xmlui-textUnderlineOffset-H3);
2246
2354
  line-height: var(--xmlui-lineHeight-H3);
2355
+ background-color: var(--xmlui-backgroundColor-H3);
2356
+ text-transform: var(--xmlui-textTransform-H3);
2357
+ letter-spacing: var(--xmlui-letterSpacing-H3);
2358
+ word-spacing: var(--xmlui-wordSpacing-H3);
2359
+ text-shadow: var(--xmlui-textShadow-H3);
2360
+ text-indent: var(--xmlui-textIndent-H3);
2361
+ text-align: var(--xmlui-textAlign-H3);
2362
+ text-align-last: var(--xmlui-textAlignLast-H3);
2363
+ word-break: var(--xmlui-wordBreak-H3);
2364
+ word-wrap: var(--xmlui-wordWrap-H3);
2365
+ direction: var(--xmlui-direction-H3);
2366
+ writing-mode: var(--xmlui-writingMode-H3);
2367
+ line-break: var(--xmlui-lineBreak-H3);
2368
+ color: var(--xmlui-textColor-H3);
2369
+ letter-spacing: var(--xmlui-letterSpacing-H3);
2370
+ font-family: var(--xmlui-fontFamily-H3);
2371
+ font-weight: var(--xmlui-fontWeight-H3);
2247
2372
  margin-top: var(--xmlui-marginTop-H3);
2248
2373
  margin-bottom: var(--xmlui-marginBottom-H3);
2249
2374
  text-decoration-line: var(--xmlui-textDecorationLine-H3);
@@ -2252,13 +2377,61 @@
2252
2377
  text-decoration-thickness: var(--xmlui-textDecorationThickness-H3);
2253
2378
  text-underline-offset: var(--xmlui-textUnderlineOffset-H3);
2254
2379
  }
2255
- ._heading_yjkue_13._h4_yjkue_58 {
2380
+ ._heading_1ad65_13._h4_1ad65_202 {
2381
+ padding: var(--xmlui-padding-H4);
2382
+ padding-left: var(--xmlui-paddingLeft-H4, var(--xmlui-paddingHorizontal-H4, var(--xmlui-padding-H4)));
2383
+ padding-right: var(--xmlui-paddingRight-H4, var(--xmlui-paddingHorizontal-H4, var(--xmlui-padding-H4)));
2384
+ padding-top: var(--xmlui-paddingTop-H4, var(--xmlui-paddingVertical-H4, var(--xmlui-padding-H4)));
2385
+ padding-bottom: var(--xmlui-paddingBottom-H4, var(--xmlui-paddingVertical-H4, var(--xmlui-padding-H4)));
2386
+ border-left: var(--xmlui-borderLeft-H4, var(--xmlui-borderHorizontal-H4, var(--xmlui-border-H4)));
2387
+ border-right: var(--xmlui-borderRight-H4, var(--xmlui-borderHorizontal-H4, var(--xmlui-border-H4)));
2388
+ border-top: var(--xmlui-borderTop-H4, var(--xmlui-borderVertical-H4, var(--xmlui-border-H4)));
2389
+ border-bottom: var(--xmlui-borderBottom-H4, var(--xmlui-borderVertical-H4, var(--xmlui-border-H4)));
2390
+ border-left-style: var(--xmlui-borderLeftStyle-H4, var(--xmlui-borderHorizontalStyle-H4, var(--xmlui-borderStyle-H4)));
2391
+ border-right-style: var(--xmlui-borderRightStyle-H4, var(--xmlui-borderHorizontalStyle-H4, var(--xmlui-borderStyle-H4)));
2392
+ border-top-style: var(--xmlui-borderTopStyle-H4, var(--xmlui-borderVerticalStyle-H4, var(--xmlui-borderStyle-H4)));
2393
+ border-bottom-style: var(--xmlui-borderBottomStyle-H4, var(--xmlui-borderVerticalStyle-H4, var(--xmlui-borderStyle-H4)));
2394
+ border-left-width: var(--xmlui-borderLeftWidth-H4, var(--xmlui-borderHorizontalWidth-H4, var(--xmlui-borderWidth-H4)));
2395
+ border-right-width: var(--xmlui-borderRightWidth-H4, var(--xmlui-borderHorizontalWidth-H4, var(--xmlui-borderWidth-H4)));
2396
+ border-top-width: var(--xmlui-borderTopWidth-H4, var(--xmlui-borderVerticalWidth-H4, var(--xmlui-borderWidth-H4)));
2397
+ border-bottom-width: var(--xmlui-borderBottomWidth-H4, var(--xmlui-borderVerticalWidth-H4, var(--xmlui-borderWidth-H4)));
2398
+ border-left-color: var(--xmlui-borderLeftColor-H4, var(--xmlui-borderHorizontalColor-H4, var(--xmlui-borderColor-H4)));
2399
+ border-right-color: var(--xmlui-borderRightColor-H4, var(--xmlui-borderHorizontalColor-H4, var(--xmlui-borderColor-H4)));
2400
+ border-top-color: var(--xmlui-borderTopColor-H4, var(--xmlui-borderVerticalColor-H4, var(--xmlui-borderColor-H4)));
2401
+ border-bottom-color: var(--xmlui-borderBottomColor-H4, var(--xmlui-borderVerticalColor-H4, var(--xmlui-borderColor-H4)));
2402
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-H4, var(--xmlui-borderRadius-H4));
2403
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-H4, var(--xmlui-borderRadius-H4));
2404
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-H4, var(--xmlui-borderRadius-H4));
2405
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-H4, var(--xmlui-borderRadius-H4));
2256
2406
  color: var(--xmlui-textColor-H4);
2257
- letter-spacing: var(--xmlui-letterSpacing-H4);
2258
2407
  font-family: var(--xmlui-fontFamily-H4);
2259
- font-weight: var(--xmlui-fontWeight-H4);
2260
2408
  font-size: var(--xmlui-fontSize-H4);
2409
+ font-style: var(--xmlui-fontStyle-H4);
2410
+ font-weight: var(--xmlui-fontWeight-H4);
2411
+ font-stretch: var(--xmlui-fontStretch-H4);
2412
+ text-decoration-line: var(--xmlui-textDecorationLine-H4);
2413
+ text-decoration-color: var(--xmlui-textDecorationColor-H4);
2414
+ text-decoration-style: var(--xmlui-textDecorationStyle-H4);
2415
+ text-decoration-thickness: var(--xmlui-textDecorationThickness-H4);
2416
+ text-underline-offset: var(--xmlui-textUnderlineOffset-H4);
2261
2417
  line-height: var(--xmlui-lineHeight-H4);
2418
+ background-color: var(--xmlui-backgroundColor-H4);
2419
+ text-transform: var(--xmlui-textTransform-H4);
2420
+ letter-spacing: var(--xmlui-letterSpacing-H4);
2421
+ word-spacing: var(--xmlui-wordSpacing-H4);
2422
+ text-shadow: var(--xmlui-textShadow-H4);
2423
+ text-indent: var(--xmlui-textIndent-H4);
2424
+ text-align: var(--xmlui-textAlign-H4);
2425
+ text-align-last: var(--xmlui-textAlignLast-H4);
2426
+ word-break: var(--xmlui-wordBreak-H4);
2427
+ word-wrap: var(--xmlui-wordWrap-H4);
2428
+ direction: var(--xmlui-direction-H4);
2429
+ writing-mode: var(--xmlui-writingMode-H4);
2430
+ line-break: var(--xmlui-lineBreak-H4);
2431
+ color: var(--xmlui-textColor-H4);
2432
+ letter-spacing: var(--xmlui-letterSpacing-H4);
2433
+ font-family: var(--xmlui-fontFamily-H4);
2434
+ font-weight: var(--xmlui-fontWeight-H4);
2262
2435
  margin-top: var(--xmlui-marginTop-H4);
2263
2436
  margin-bottom: var(--xmlui-marginBottom-H4);
2264
2437
  text-decoration-line: var(--xmlui-textDecorationLine-H4);
@@ -2267,13 +2440,61 @@
2267
2440
  text-decoration-thickness: var(--xmlui-textDecorationThickness-H4);
2268
2441
  text-underline-offset: var(--xmlui-textUnderlineOffset-H4);
2269
2442
  }
2270
- ._heading_yjkue_13._h5_yjkue_73 {
2443
+ ._heading_1ad65_13._h5_1ad65_265 {
2444
+ padding: var(--xmlui-padding-H5);
2445
+ padding-left: var(--xmlui-paddingLeft-H5, var(--xmlui-paddingHorizontal-H5, var(--xmlui-padding-H5)));
2446
+ padding-right: var(--xmlui-paddingRight-H5, var(--xmlui-paddingHorizontal-H5, var(--xmlui-padding-H5)));
2447
+ padding-top: var(--xmlui-paddingTop-H5, var(--xmlui-paddingVertical-H5, var(--xmlui-padding-H5)));
2448
+ padding-bottom: var(--xmlui-paddingBottom-H5, var(--xmlui-paddingVertical-H5, var(--xmlui-padding-H5)));
2449
+ border-left: var(--xmlui-borderLeft-H5, var(--xmlui-borderHorizontal-H5, var(--xmlui-border-H5)));
2450
+ border-right: var(--xmlui-borderRight-H5, var(--xmlui-borderHorizontal-H5, var(--xmlui-border-H5)));
2451
+ border-top: var(--xmlui-borderTop-H5, var(--xmlui-borderVertical-H5, var(--xmlui-border-H5)));
2452
+ border-bottom: var(--xmlui-borderBottom-H5, var(--xmlui-borderVertical-H5, var(--xmlui-border-H5)));
2453
+ border-left-style: var(--xmlui-borderLeftStyle-H5, var(--xmlui-borderHorizontalStyle-H5, var(--xmlui-borderStyle-H5)));
2454
+ border-right-style: var(--xmlui-borderRightStyle-H5, var(--xmlui-borderHorizontalStyle-H5, var(--xmlui-borderStyle-H5)));
2455
+ border-top-style: var(--xmlui-borderTopStyle-H5, var(--xmlui-borderVerticalStyle-H5, var(--xmlui-borderStyle-H5)));
2456
+ border-bottom-style: var(--xmlui-borderBottomStyle-H5, var(--xmlui-borderVerticalStyle-H5, var(--xmlui-borderStyle-H5)));
2457
+ border-left-width: var(--xmlui-borderLeftWidth-H5, var(--xmlui-borderHorizontalWidth-H5, var(--xmlui-borderWidth-H5)));
2458
+ border-right-width: var(--xmlui-borderRightWidth-H5, var(--xmlui-borderHorizontalWidth-H5, var(--xmlui-borderWidth-H5)));
2459
+ border-top-width: var(--xmlui-borderTopWidth-H5, var(--xmlui-borderVerticalWidth-H5, var(--xmlui-borderWidth-H5)));
2460
+ border-bottom-width: var(--xmlui-borderBottomWidth-H5, var(--xmlui-borderVerticalWidth-H5, var(--xmlui-borderWidth-H5)));
2461
+ border-left-color: var(--xmlui-borderLeftColor-H5, var(--xmlui-borderHorizontalColor-H5, var(--xmlui-borderColor-H5)));
2462
+ border-right-color: var(--xmlui-borderRightColor-H5, var(--xmlui-borderHorizontalColor-H5, var(--xmlui-borderColor-H5)));
2463
+ border-top-color: var(--xmlui-borderTopColor-H5, var(--xmlui-borderVerticalColor-H5, var(--xmlui-borderColor-H5)));
2464
+ border-bottom-color: var(--xmlui-borderBottomColor-H5, var(--xmlui-borderVerticalColor-H5, var(--xmlui-borderColor-H5)));
2465
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-H5, var(--xmlui-borderRadius-H5));
2466
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-H5, var(--xmlui-borderRadius-H5));
2467
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-H5, var(--xmlui-borderRadius-H5));
2468
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-H5, var(--xmlui-borderRadius-H5));
2271
2469
  color: var(--xmlui-textColor-H5);
2272
- letter-spacing: var(--xmlui-letterSpacing-H5);
2273
2470
  font-family: var(--xmlui-fontFamily-H5);
2274
- font-weight: var(--xmlui-fontWeight-H5);
2275
2471
  font-size: var(--xmlui-fontSize-H5);
2472
+ font-style: var(--xmlui-fontStyle-H5);
2473
+ font-weight: var(--xmlui-fontWeight-H5);
2474
+ font-stretch: var(--xmlui-fontStretch-H5);
2475
+ text-decoration-line: var(--xmlui-textDecorationLine-H5);
2476
+ text-decoration-color: var(--xmlui-textDecorationColor-H5);
2477
+ text-decoration-style: var(--xmlui-textDecorationStyle-H5);
2478
+ text-decoration-thickness: var(--xmlui-textDecorationThickness-H5);
2479
+ text-underline-offset: var(--xmlui-textUnderlineOffset-H5);
2276
2480
  line-height: var(--xmlui-lineHeight-H5);
2481
+ background-color: var(--xmlui-backgroundColor-H5);
2482
+ text-transform: var(--xmlui-textTransform-H5);
2483
+ letter-spacing: var(--xmlui-letterSpacing-H5);
2484
+ word-spacing: var(--xmlui-wordSpacing-H5);
2485
+ text-shadow: var(--xmlui-textShadow-H5);
2486
+ text-indent: var(--xmlui-textIndent-H5);
2487
+ text-align: var(--xmlui-textAlign-H5);
2488
+ text-align-last: var(--xmlui-textAlignLast-H5);
2489
+ word-break: var(--xmlui-wordBreak-H5);
2490
+ word-wrap: var(--xmlui-wordWrap-H5);
2491
+ direction: var(--xmlui-direction-H5);
2492
+ writing-mode: var(--xmlui-writingMode-H5);
2493
+ line-break: var(--xmlui-lineBreak-H5);
2494
+ color: var(--xmlui-textColor-H5);
2495
+ letter-spacing: var(--xmlui-letterSpacing-H5);
2496
+ font-family: var(--xmlui-fontFamily-H5);
2497
+ font-weight: var(--xmlui-fontWeight-H5);
2277
2498
  margin-top: var(--xmlui-marginTop-H5);
2278
2499
  margin-bottom: var(--xmlui-marginBottom-H5);
2279
2500
  text-decoration-line: var(--xmlui-textDecorationLine-H5);
@@ -2282,13 +2503,61 @@
2282
2503
  text-decoration-thickness: var(--xmlui-textDecorationThickness-H5);
2283
2504
  text-underline-offset: var(--xmlui-textUnderlineOffset-H5);
2284
2505
  }
2285
- ._heading_yjkue_13._h6_yjkue_88 {
2506
+ ._heading_1ad65_13._h6_1ad65_328 {
2507
+ padding: var(--xmlui-padding-H6);
2508
+ padding-left: var(--xmlui-paddingLeft-H6, var(--xmlui-paddingHorizontal-H6, var(--xmlui-padding-H6)));
2509
+ padding-right: var(--xmlui-paddingRight-H6, var(--xmlui-paddingHorizontal-H6, var(--xmlui-padding-H6)));
2510
+ padding-top: var(--xmlui-paddingTop-H6, var(--xmlui-paddingVertical-H6, var(--xmlui-padding-H6)));
2511
+ padding-bottom: var(--xmlui-paddingBottom-H6, var(--xmlui-paddingVertical-H6, var(--xmlui-padding-H6)));
2512
+ border-left: var(--xmlui-borderLeft-H6, var(--xmlui-borderHorizontal-H6, var(--xmlui-border-H6)));
2513
+ border-right: var(--xmlui-borderRight-H6, var(--xmlui-borderHorizontal-H6, var(--xmlui-border-H6)));
2514
+ border-top: var(--xmlui-borderTop-H6, var(--xmlui-borderVertical-H6, var(--xmlui-border-H6)));
2515
+ border-bottom: var(--xmlui-borderBottom-H6, var(--xmlui-borderVertical-H6, var(--xmlui-border-H6)));
2516
+ border-left-style: var(--xmlui-borderLeftStyle-H6, var(--xmlui-borderHorizontalStyle-H6, var(--xmlui-borderStyle-H6)));
2517
+ border-right-style: var(--xmlui-borderRightStyle-H6, var(--xmlui-borderHorizontalStyle-H6, var(--xmlui-borderStyle-H6)));
2518
+ border-top-style: var(--xmlui-borderTopStyle-H6, var(--xmlui-borderVerticalStyle-H6, var(--xmlui-borderStyle-H6)));
2519
+ border-bottom-style: var(--xmlui-borderBottomStyle-H6, var(--xmlui-borderVerticalStyle-H6, var(--xmlui-borderStyle-H6)));
2520
+ border-left-width: var(--xmlui-borderLeftWidth-H6, var(--xmlui-borderHorizontalWidth-H6, var(--xmlui-borderWidth-H6)));
2521
+ border-right-width: var(--xmlui-borderRightWidth-H6, var(--xmlui-borderHorizontalWidth-H6, var(--xmlui-borderWidth-H6)));
2522
+ border-top-width: var(--xmlui-borderTopWidth-H6, var(--xmlui-borderVerticalWidth-H6, var(--xmlui-borderWidth-H6)));
2523
+ border-bottom-width: var(--xmlui-borderBottomWidth-H6, var(--xmlui-borderVerticalWidth-H6, var(--xmlui-borderWidth-H6)));
2524
+ border-left-color: var(--xmlui-borderLeftColor-H6, var(--xmlui-borderHorizontalColor-H6, var(--xmlui-borderColor-H6)));
2525
+ border-right-color: var(--xmlui-borderRightColor-H6, var(--xmlui-borderHorizontalColor-H6, var(--xmlui-borderColor-H6)));
2526
+ border-top-color: var(--xmlui-borderTopColor-H6, var(--xmlui-borderVerticalColor-H6, var(--xmlui-borderColor-H6)));
2527
+ border-bottom-color: var(--xmlui-borderBottomColor-H6, var(--xmlui-borderVerticalColor-H6, var(--xmlui-borderColor-H6)));
2528
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-H6, var(--xmlui-borderRadius-H6));
2529
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-H6, var(--xmlui-borderRadius-H6));
2530
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-H6, var(--xmlui-borderRadius-H6));
2531
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-H6, var(--xmlui-borderRadius-H6));
2286
2532
  color: var(--xmlui-textColor-H6);
2287
- letter-spacing: var(--xmlui-letterSpacing-H6);
2288
2533
  font-family: var(--xmlui-fontFamily-H6);
2289
- font-weight: var(--xmlui-fontWeight-H6);
2290
2534
  font-size: var(--xmlui-fontSize-H6);
2535
+ font-style: var(--xmlui-fontStyle-H6);
2536
+ font-weight: var(--xmlui-fontWeight-H6);
2537
+ font-stretch: var(--xmlui-fontStretch-H6);
2538
+ text-decoration-line: var(--xmlui-textDecorationLine-H6);
2539
+ text-decoration-color: var(--xmlui-textDecorationColor-H6);
2540
+ text-decoration-style: var(--xmlui-textDecorationStyle-H6);
2541
+ text-decoration-thickness: var(--xmlui-textDecorationThickness-H6);
2542
+ text-underline-offset: var(--xmlui-textUnderlineOffset-H6);
2291
2543
  line-height: var(--xmlui-lineHeight-H6);
2544
+ background-color: var(--xmlui-backgroundColor-H6);
2545
+ text-transform: var(--xmlui-textTransform-H6);
2546
+ letter-spacing: var(--xmlui-letterSpacing-H6);
2547
+ word-spacing: var(--xmlui-wordSpacing-H6);
2548
+ text-shadow: var(--xmlui-textShadow-H6);
2549
+ text-indent: var(--xmlui-textIndent-H6);
2550
+ text-align: var(--xmlui-textAlign-H6);
2551
+ text-align-last: var(--xmlui-textAlignLast-H6);
2552
+ word-break: var(--xmlui-wordBreak-H6);
2553
+ word-wrap: var(--xmlui-wordWrap-H6);
2554
+ direction: var(--xmlui-direction-H6);
2555
+ writing-mode: var(--xmlui-writingMode-H6);
2556
+ line-break: var(--xmlui-lineBreak-H6);
2557
+ color: var(--xmlui-textColor-H6);
2558
+ letter-spacing: var(--xmlui-letterSpacing-H6);
2559
+ font-family: var(--xmlui-fontFamily-H6);
2560
+ font-weight: var(--xmlui-fontWeight-H6);
2292
2561
  margin-top: var(--xmlui-marginTop-H6);
2293
2562
  margin-bottom: var(--xmlui-marginBottom-H6);
2294
2563
  text-decoration-line: var(--xmlui-textDecorationLine-H6);
@@ -2302,17 +2571,17 @@
2302
2571
  This is a Chromium based solution that is supported by most modern browsers.
2303
2572
  See this source for details: https://css-tricks.com/line-clampin/
2304
2573
  */
2305
- ._truncateOverflow_yjkue_108 {
2574
+ ._truncateOverflow_1ad65_396 {
2306
2575
  overflow: hidden;
2307
2576
  text-overflow: ellipsis;
2308
2577
  white-space: nowrap;
2309
2578
  }
2310
2579
 
2311
- ._preserveLinebreaks_yjkue_114 {
2580
+ ._preserveLinebreaks_1ad65_402 {
2312
2581
  white-space: pre-wrap;
2313
2582
  }
2314
2583
 
2315
- ._noEllipsis_yjkue_118 {
2584
+ ._noEllipsis_1ad65_406 {
2316
2585
  text-overflow: clip;
2317
2586
  }/*
2318
2587
  * This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
@@ -2326,18 +2595,97 @@ See this source for details: https://css-tricks.com/line-clampin/
2326
2595
  * This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
2327
2596
  Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
2328
2597
  */
2329
- ._text_uu1r2_13 {
2598
+ ._text_wtc9w_13 {
2330
2599
  overflow: hidden;
2331
2600
  text-overflow: ellipsis;
2332
2601
  margin: 0;
2333
2602
  padding: 0;
2334
2603
  min-height: fit-content;
2335
- }
2336
- ._text_uu1r2_13._markdown_uu1r2_20 {
2604
+ padding: var(--xmlui-padding-Text-default);
2605
+ padding-left: var(--xmlui-paddingLeft-Text-default, var(--xmlui-paddingHorizontal-Text-default, var(--xmlui-padding-Text-default)));
2606
+ padding-right: var(--xmlui-paddingRight-Text-default, var(--xmlui-paddingHorizontal-Text-default, var(--xmlui-padding-Text-default)));
2607
+ padding-top: var(--xmlui-paddingTop-Text-default, var(--xmlui-paddingVertical-Text-default, var(--xmlui-padding-Text-default)));
2608
+ padding-bottom: var(--xmlui-paddingBottom-Text-default, var(--xmlui-paddingVertical-Text-default, var(--xmlui-padding-Text-default)));
2609
+ border-left: var(--xmlui-borderLeft-Text-default, var(--xmlui-borderHorizontal-Text-default, var(--xmlui-border-Text-default)));
2610
+ border-right: var(--xmlui-borderRight-Text-default, var(--xmlui-borderHorizontal-Text-default, var(--xmlui-border-Text-default)));
2611
+ border-top: var(--xmlui-borderTop-Text-default, var(--xmlui-borderVertical-Text-default, var(--xmlui-border-Text-default)));
2612
+ border-bottom: var(--xmlui-borderBottom-Text-default, var(--xmlui-borderVertical-Text-default, var(--xmlui-border-Text-default)));
2613
+ border-left-style: var(--xmlui-borderLeftStyle-Text-default, var(--xmlui-borderHorizontalStyle-Text-default, var(--xmlui-borderStyle-Text-default)));
2614
+ border-right-style: var(--xmlui-borderRightStyle-Text-default, var(--xmlui-borderHorizontalStyle-Text-default, var(--xmlui-borderStyle-Text-default)));
2615
+ border-top-style: var(--xmlui-borderTopStyle-Text-default, var(--xmlui-borderVerticalStyle-Text-default, var(--xmlui-borderStyle-Text-default)));
2616
+ border-bottom-style: var(--xmlui-borderBottomStyle-Text-default, var(--xmlui-borderVerticalStyle-Text-default, var(--xmlui-borderStyle-Text-default)));
2617
+ border-left-width: var(--xmlui-borderLeftWidth-Text-default, var(--xmlui-borderHorizontalWidth-Text-default, var(--xmlui-borderWidth-Text-default)));
2618
+ border-right-width: var(--xmlui-borderRightWidth-Text-default, var(--xmlui-borderHorizontalWidth-Text-default, var(--xmlui-borderWidth-Text-default)));
2619
+ border-top-width: var(--xmlui-borderTopWidth-Text-default, var(--xmlui-borderVerticalWidth-Text-default, var(--xmlui-borderWidth-Text-default)));
2620
+ border-bottom-width: var(--xmlui-borderBottomWidth-Text-default, var(--xmlui-borderVerticalWidth-Text-default, var(--xmlui-borderWidth-Text-default)));
2621
+ border-left-color: var(--xmlui-borderLeftColor-Text-default, var(--xmlui-borderHorizontalColor-Text-default, var(--xmlui-borderColor-Text-default)));
2622
+ border-right-color: var(--xmlui-borderRightColor-Text-default, var(--xmlui-borderHorizontalColor-Text-default, var(--xmlui-borderColor-Text-default)));
2623
+ border-top-color: var(--xmlui-borderTopColor-Text-default, var(--xmlui-borderVerticalColor-Text-default, var(--xmlui-borderColor-Text-default)));
2624
+ border-bottom-color: var(--xmlui-borderBottomColor-Text-default, var(--xmlui-borderVerticalColor-Text-default, var(--xmlui-borderColor-Text-default)));
2625
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-default, var(--xmlui-borderRadius-Text-default));
2626
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-default, var(--xmlui-borderRadius-Text-default));
2627
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-default, var(--xmlui-borderRadius-Text-default));
2628
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-default, var(--xmlui-borderRadius-Text-default));
2629
+ color: var(--xmlui-textColor-Text-default);
2630
+ font-family: var(--xmlui-fontFamily-Text-default);
2631
+ font-size: var(--xmlui-fontSize-Text-default);
2632
+ font-style: var(--xmlui-fontStyle-Text-default);
2633
+ font-weight: var(--xmlui-fontWeight-Text-default);
2634
+ font-stretch: var(--xmlui-fontStretch-Text-default);
2635
+ text-decoration-line: var(--xmlui-textDecorationLine-Text-default);
2636
+ text-decoration-color: var(--xmlui-textDecorationColor-Text-default);
2637
+ text-decoration-style: var(--xmlui-textDecorationStyle-Text-default);
2638
+ text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-default);
2639
+ text-underline-offset: var(--xmlui-textUnderlineOffset-Text-default);
2640
+ line-height: var(--xmlui-lineHeight-Text-default);
2641
+ background-color: var(--xmlui-backgroundColor-Text-default);
2642
+ text-transform: var(--xmlui-textTransform-Text-default);
2643
+ letter-spacing: var(--xmlui-letterSpacing-Text-default);
2644
+ word-spacing: var(--xmlui-wordSpacing-Text-default);
2645
+ text-shadow: var(--xmlui-textShadow-Text-default);
2646
+ text-indent: var(--xmlui-textIndent-Text-default);
2647
+ text-align: var(--xmlui-textAlign-Text-default);
2648
+ text-align-last: var(--xmlui-textAlignLast-Text-default);
2649
+ word-break: var(--xmlui-wordBreak-Text-default);
2650
+ word-wrap: var(--xmlui-wordWrap-Text-default);
2651
+ direction: var(--xmlui-direction-Text-default);
2652
+ writing-mode: var(--xmlui-writingMode-Text-default);
2653
+ line-break: var(--xmlui-lineBreak-Text-default);
2654
+ margin-top: var(--xmlui-marginTop-Text-default);
2655
+ margin-bottom: var(--xmlui-marginBottom-Text-default);
2656
+ vertical-align: var(--xmlui-verticalAlign-Text-default);
2657
+ }
2658
+ ._text_wtc9w_13._markdown_wtc9w_73 {
2659
+ padding: var(--xmlui-padding-Text-markdown);
2660
+ padding-left: var(--xmlui-paddingLeft-Text-markdown, var(--xmlui-paddingHorizontal-Text-markdown, var(--xmlui-padding-Text-markdown)));
2661
+ padding-right: var(--xmlui-paddingRight-Text-markdown, var(--xmlui-paddingHorizontal-Text-markdown, var(--xmlui-padding-Text-markdown)));
2662
+ padding-top: var(--xmlui-paddingTop-Text-markdown, var(--xmlui-paddingVertical-Text-markdown, var(--xmlui-padding-Text-markdown)));
2663
+ padding-bottom: var(--xmlui-paddingBottom-Text-markdown, var(--xmlui-paddingVertical-Text-markdown, var(--xmlui-padding-Text-markdown)));
2664
+ border-left: var(--xmlui-borderLeft-Text-markdown, var(--xmlui-borderHorizontal-Text-markdown, var(--xmlui-border-Text-markdown)));
2665
+ border-right: var(--xmlui-borderRight-Text-markdown, var(--xmlui-borderHorizontal-Text-markdown, var(--xmlui-border-Text-markdown)));
2666
+ border-top: var(--xmlui-borderTop-Text-markdown, var(--xmlui-borderVertical-Text-markdown, var(--xmlui-border-Text-markdown)));
2667
+ border-bottom: var(--xmlui-borderBottom-Text-markdown, var(--xmlui-borderVertical-Text-markdown, var(--xmlui-border-Text-markdown)));
2668
+ border-left-style: var(--xmlui-borderLeftStyle-Text-markdown, var(--xmlui-borderHorizontalStyle-Text-markdown, var(--xmlui-borderStyle-Text-markdown)));
2669
+ border-right-style: var(--xmlui-borderRightStyle-Text-markdown, var(--xmlui-borderHorizontalStyle-Text-markdown, var(--xmlui-borderStyle-Text-markdown)));
2670
+ border-top-style: var(--xmlui-borderTopStyle-Text-markdown, var(--xmlui-borderVerticalStyle-Text-markdown, var(--xmlui-borderStyle-Text-markdown)));
2671
+ border-bottom-style: var(--xmlui-borderBottomStyle-Text-markdown, var(--xmlui-borderVerticalStyle-Text-markdown, var(--xmlui-borderStyle-Text-markdown)));
2672
+ border-left-width: var(--xmlui-borderLeftWidth-Text-markdown, var(--xmlui-borderHorizontalWidth-Text-markdown, var(--xmlui-borderWidth-Text-markdown)));
2673
+ border-right-width: var(--xmlui-borderRightWidth-Text-markdown, var(--xmlui-borderHorizontalWidth-Text-markdown, var(--xmlui-borderWidth-Text-markdown)));
2674
+ border-top-width: var(--xmlui-borderTopWidth-Text-markdown, var(--xmlui-borderVerticalWidth-Text-markdown, var(--xmlui-borderWidth-Text-markdown)));
2675
+ border-bottom-width: var(--xmlui-borderBottomWidth-Text-markdown, var(--xmlui-borderVerticalWidth-Text-markdown, var(--xmlui-borderWidth-Text-markdown)));
2676
+ border-left-color: var(--xmlui-borderLeftColor-Text-markdown, var(--xmlui-borderHorizontalColor-Text-markdown, var(--xmlui-borderColor-Text-markdown)));
2677
+ border-right-color: var(--xmlui-borderRightColor-Text-markdown, var(--xmlui-borderHorizontalColor-Text-markdown, var(--xmlui-borderColor-Text-markdown)));
2678
+ border-top-color: var(--xmlui-borderTopColor-Text-markdown, var(--xmlui-borderVerticalColor-Text-markdown, var(--xmlui-borderColor-Text-markdown)));
2679
+ border-bottom-color: var(--xmlui-borderBottomColor-Text-markdown, var(--xmlui-borderVerticalColor-Text-markdown, var(--xmlui-borderColor-Text-markdown)));
2680
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-markdown, var(--xmlui-borderRadius-Text-markdown));
2681
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-markdown, var(--xmlui-borderRadius-Text-markdown));
2682
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-markdown, var(--xmlui-borderRadius-Text-markdown));
2683
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-markdown, var(--xmlui-borderRadius-Text-markdown));
2684
+ color: var(--xmlui-textColor-Text-markdown);
2337
2685
  font-family: var(--xmlui-fontFamily-Text-markdown);
2338
2686
  font-size: var(--xmlui-fontSize-Text-markdown);
2339
- font-weight: var(--xmlui-fontWeight-Text-markdown);
2340
2687
  font-style: var(--xmlui-fontStyle-Text-markdown);
2688
+ font-weight: var(--xmlui-fontWeight-Text-markdown);
2341
2689
  font-stretch: var(--xmlui-fontStretch-Text-markdown);
2342
2690
  text-decoration-line: var(--xmlui-textDecorationLine-Text-markdown);
2343
2691
  text-decoration-color: var(--xmlui-textDecorationColor-Text-markdown);
@@ -2345,31 +2693,57 @@ See this source for details: https://css-tricks.com/line-clampin/
2345
2693
  text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-markdown);
2346
2694
  text-underline-offset: var(--xmlui-textUnderlineOffset-Text-markdown);
2347
2695
  line-height: var(--xmlui-lineHeight-Text-markdown);
2348
- color: var(--xmlui-textColor-Text-markdown);
2349
2696
  background-color: var(--xmlui-backgroundColor-Text-markdown);
2350
- border-radius: var(--xmlui-borderRadius-Text-markdown);
2351
- border-color: var(--xmlui-borderColor-Text-markdown);
2352
- border-width: var(--xmlui-borderWidth-Text-markdown);
2353
- border-style: var(--xmlui-borderStyle-Text-markdown);
2354
- padding: var(--xmlui-padding-Text-markdown);
2355
- padding-left: var(--xmlui-paddingLeft-Text-markdown, var(--xmlui-paddingHorizontal-Text-markdown, var(--xmlui-padding-Text-markdown)));
2356
- padding-right: var(--xmlui-paddingRight-Text-markdown, var(--xmlui-paddingHorizontal-Text-markdown, var(--xmlui-padding-Text-markdown)));
2357
- padding-top: var(--xmlui-paddingTop-Text-markdown, var(--xmlui-paddingVertical-Text-markdown, var(--xmlui-padding-Text-markdown)));
2358
- padding-bottom: var(--xmlui-paddingBottom-Text-markdown, var(--xmlui-paddingVertical-Text-markdown, var(--xmlui-padding-Text-markdown)));
2697
+ text-transform: var(--xmlui-textTransform-Text-markdown);
2698
+ letter-spacing: var(--xmlui-letterSpacing-Text-markdown);
2699
+ word-spacing: var(--xmlui-wordSpacing-Text-markdown);
2700
+ text-shadow: var(--xmlui-textShadow-Text-markdown);
2701
+ text-indent: var(--xmlui-textIndent-Text-markdown);
2702
+ text-align: var(--xmlui-textAlign-Text-markdown);
2703
+ text-align-last: var(--xmlui-textAlignLast-Text-markdown);
2704
+ word-break: var(--xmlui-wordBreak-Text-markdown);
2705
+ word-wrap: var(--xmlui-wordWrap-Text-markdown);
2706
+ direction: var(--xmlui-direction-Text-markdown);
2707
+ writing-mode: var(--xmlui-writingMode-Text-markdown);
2708
+ line-break: var(--xmlui-lineBreak-Text-markdown);
2359
2709
  margin-top: var(--xmlui-marginTop-Text-markdown);
2360
2710
  margin-bottom: var(--xmlui-marginBottom-Text-markdown);
2361
- text-transform: var(--xmlui-textTransform-Text-markdown);
2362
2711
  vertical-align: var(--xmlui-verticalAlign-Text-markdown);
2363
- letter-spacing: var(--xmlui-letterSpacing-Text-markdown);
2364
2712
  }
2365
- ._text_uu1r2_13 ._text_uu1r2_13 {
2713
+ ._text_wtc9w_13 ._text_wtc9w_13 {
2366
2714
  display: inline;
2367
2715
  }
2368
- ._text_uu1r2_13._abbr_uu1r2_52 {
2716
+ ._text_wtc9w_13._abbr_wtc9w_131 {
2717
+ padding: var(--xmlui-padding-Text-abbr);
2718
+ padding-left: var(--xmlui-paddingLeft-Text-abbr, var(--xmlui-paddingHorizontal-Text-abbr, var(--xmlui-padding-Text-abbr)));
2719
+ padding-right: var(--xmlui-paddingRight-Text-abbr, var(--xmlui-paddingHorizontal-Text-abbr, var(--xmlui-padding-Text-abbr)));
2720
+ padding-top: var(--xmlui-paddingTop-Text-abbr, var(--xmlui-paddingVertical-Text-abbr, var(--xmlui-padding-Text-abbr)));
2721
+ padding-bottom: var(--xmlui-paddingBottom-Text-abbr, var(--xmlui-paddingVertical-Text-abbr, var(--xmlui-padding-Text-abbr)));
2722
+ border-left: var(--xmlui-borderLeft-Text-abbr, var(--xmlui-borderHorizontal-Text-abbr, var(--xmlui-border-Text-abbr)));
2723
+ border-right: var(--xmlui-borderRight-Text-abbr, var(--xmlui-borderHorizontal-Text-abbr, var(--xmlui-border-Text-abbr)));
2724
+ border-top: var(--xmlui-borderTop-Text-abbr, var(--xmlui-borderVertical-Text-abbr, var(--xmlui-border-Text-abbr)));
2725
+ border-bottom: var(--xmlui-borderBottom-Text-abbr, var(--xmlui-borderVertical-Text-abbr, var(--xmlui-border-Text-abbr)));
2726
+ border-left-style: var(--xmlui-borderLeftStyle-Text-abbr, var(--xmlui-borderHorizontalStyle-Text-abbr, var(--xmlui-borderStyle-Text-abbr)));
2727
+ border-right-style: var(--xmlui-borderRightStyle-Text-abbr, var(--xmlui-borderHorizontalStyle-Text-abbr, var(--xmlui-borderStyle-Text-abbr)));
2728
+ border-top-style: var(--xmlui-borderTopStyle-Text-abbr, var(--xmlui-borderVerticalStyle-Text-abbr, var(--xmlui-borderStyle-Text-abbr)));
2729
+ border-bottom-style: var(--xmlui-borderBottomStyle-Text-abbr, var(--xmlui-borderVerticalStyle-Text-abbr, var(--xmlui-borderStyle-Text-abbr)));
2730
+ border-left-width: var(--xmlui-borderLeftWidth-Text-abbr, var(--xmlui-borderHorizontalWidth-Text-abbr, var(--xmlui-borderWidth-Text-abbr)));
2731
+ border-right-width: var(--xmlui-borderRightWidth-Text-abbr, var(--xmlui-borderHorizontalWidth-Text-abbr, var(--xmlui-borderWidth-Text-abbr)));
2732
+ border-top-width: var(--xmlui-borderTopWidth-Text-abbr, var(--xmlui-borderVerticalWidth-Text-abbr, var(--xmlui-borderWidth-Text-abbr)));
2733
+ border-bottom-width: var(--xmlui-borderBottomWidth-Text-abbr, var(--xmlui-borderVerticalWidth-Text-abbr, var(--xmlui-borderWidth-Text-abbr)));
2734
+ border-left-color: var(--xmlui-borderLeftColor-Text-abbr, var(--xmlui-borderHorizontalColor-Text-abbr, var(--xmlui-borderColor-Text-abbr)));
2735
+ border-right-color: var(--xmlui-borderRightColor-Text-abbr, var(--xmlui-borderHorizontalColor-Text-abbr, var(--xmlui-borderColor-Text-abbr)));
2736
+ border-top-color: var(--xmlui-borderTopColor-Text-abbr, var(--xmlui-borderVerticalColor-Text-abbr, var(--xmlui-borderColor-Text-abbr)));
2737
+ border-bottom-color: var(--xmlui-borderBottomColor-Text-abbr, var(--xmlui-borderVerticalColor-Text-abbr, var(--xmlui-borderColor-Text-abbr)));
2738
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-abbr, var(--xmlui-borderRadius-Text-abbr));
2739
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-abbr, var(--xmlui-borderRadius-Text-abbr));
2740
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-abbr, var(--xmlui-borderRadius-Text-abbr));
2741
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-abbr, var(--xmlui-borderRadius-Text-abbr));
2742
+ color: var(--xmlui-textColor-Text-abbr);
2369
2743
  font-family: var(--xmlui-fontFamily-Text-abbr);
2370
2744
  font-size: var(--xmlui-fontSize-Text-abbr);
2371
- font-weight: var(--xmlui-fontWeight-Text-abbr);
2372
2745
  font-style: var(--xmlui-fontStyle-Text-abbr);
2746
+ font-weight: var(--xmlui-fontWeight-Text-abbr);
2373
2747
  font-stretch: var(--xmlui-fontStretch-Text-abbr);
2374
2748
  text-decoration-line: var(--xmlui-textDecorationLine-Text-abbr);
2375
2749
  text-decoration-color: var(--xmlui-textDecorationColor-Text-abbr);
@@ -2377,28 +2751,54 @@ See this source for details: https://css-tricks.com/line-clampin/
2377
2751
  text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-abbr);
2378
2752
  text-underline-offset: var(--xmlui-textUnderlineOffset-Text-abbr);
2379
2753
  line-height: var(--xmlui-lineHeight-Text-abbr);
2380
- color: var(--xmlui-textColor-Text-abbr);
2381
2754
  background-color: var(--xmlui-backgroundColor-Text-abbr);
2382
- border-radius: var(--xmlui-borderRadius-Text-abbr);
2383
- border-color: var(--xmlui-borderColor-Text-abbr);
2384
- border-width: var(--xmlui-borderWidth-Text-abbr);
2385
- border-style: var(--xmlui-borderStyle-Text-abbr);
2386
- padding: var(--xmlui-padding-Text-abbr);
2387
- padding-left: var(--xmlui-paddingLeft-Text-abbr, var(--xmlui-paddingHorizontal-Text-abbr, var(--xmlui-padding-Text-abbr)));
2388
- padding-right: var(--xmlui-paddingRight-Text-abbr, var(--xmlui-paddingHorizontal-Text-abbr, var(--xmlui-padding-Text-abbr)));
2389
- padding-top: var(--xmlui-paddingTop-Text-abbr, var(--xmlui-paddingVertical-Text-abbr, var(--xmlui-padding-Text-abbr)));
2390
- padding-bottom: var(--xmlui-paddingBottom-Text-abbr, var(--xmlui-paddingVertical-Text-abbr, var(--xmlui-padding-Text-abbr)));
2755
+ text-transform: var(--xmlui-textTransform-Text-abbr);
2756
+ letter-spacing: var(--xmlui-letterSpacing-Text-abbr);
2757
+ word-spacing: var(--xmlui-wordSpacing-Text-abbr);
2758
+ text-shadow: var(--xmlui-textShadow-Text-abbr);
2759
+ text-indent: var(--xmlui-textIndent-Text-abbr);
2760
+ text-align: var(--xmlui-textAlign-Text-abbr);
2761
+ text-align-last: var(--xmlui-textAlignLast-Text-abbr);
2762
+ word-break: var(--xmlui-wordBreak-Text-abbr);
2763
+ word-wrap: var(--xmlui-wordWrap-Text-abbr);
2764
+ direction: var(--xmlui-direction-Text-abbr);
2765
+ writing-mode: var(--xmlui-writingMode-Text-abbr);
2766
+ line-break: var(--xmlui-lineBreak-Text-abbr);
2391
2767
  margin-top: var(--xmlui-marginTop-Text-abbr);
2392
2768
  margin-bottom: var(--xmlui-marginBottom-Text-abbr);
2393
- text-transform: var(--xmlui-textTransform-Text-abbr);
2394
2769
  vertical-align: var(--xmlui-verticalAlign-Text-abbr);
2395
- letter-spacing: var(--xmlui-letterSpacing-Text-abbr);
2396
2770
  }
2397
- ._text_uu1r2_13._cite_uu1r2_81 {
2771
+ ._text_wtc9w_13._cite_wtc9w_186 {
2772
+ padding: var(--xmlui-padding-Text-cite);
2773
+ padding-left: var(--xmlui-paddingLeft-Text-cite, var(--xmlui-paddingHorizontal-Text-cite, var(--xmlui-padding-Text-cite)));
2774
+ padding-right: var(--xmlui-paddingRight-Text-cite, var(--xmlui-paddingHorizontal-Text-cite, var(--xmlui-padding-Text-cite)));
2775
+ padding-top: var(--xmlui-paddingTop-Text-cite, var(--xmlui-paddingVertical-Text-cite, var(--xmlui-padding-Text-cite)));
2776
+ padding-bottom: var(--xmlui-paddingBottom-Text-cite, var(--xmlui-paddingVertical-Text-cite, var(--xmlui-padding-Text-cite)));
2777
+ border-left: var(--xmlui-borderLeft-Text-cite, var(--xmlui-borderHorizontal-Text-cite, var(--xmlui-border-Text-cite)));
2778
+ border-right: var(--xmlui-borderRight-Text-cite, var(--xmlui-borderHorizontal-Text-cite, var(--xmlui-border-Text-cite)));
2779
+ border-top: var(--xmlui-borderTop-Text-cite, var(--xmlui-borderVertical-Text-cite, var(--xmlui-border-Text-cite)));
2780
+ border-bottom: var(--xmlui-borderBottom-Text-cite, var(--xmlui-borderVertical-Text-cite, var(--xmlui-border-Text-cite)));
2781
+ border-left-style: var(--xmlui-borderLeftStyle-Text-cite, var(--xmlui-borderHorizontalStyle-Text-cite, var(--xmlui-borderStyle-Text-cite)));
2782
+ border-right-style: var(--xmlui-borderRightStyle-Text-cite, var(--xmlui-borderHorizontalStyle-Text-cite, var(--xmlui-borderStyle-Text-cite)));
2783
+ border-top-style: var(--xmlui-borderTopStyle-Text-cite, var(--xmlui-borderVerticalStyle-Text-cite, var(--xmlui-borderStyle-Text-cite)));
2784
+ border-bottom-style: var(--xmlui-borderBottomStyle-Text-cite, var(--xmlui-borderVerticalStyle-Text-cite, var(--xmlui-borderStyle-Text-cite)));
2785
+ border-left-width: var(--xmlui-borderLeftWidth-Text-cite, var(--xmlui-borderHorizontalWidth-Text-cite, var(--xmlui-borderWidth-Text-cite)));
2786
+ border-right-width: var(--xmlui-borderRightWidth-Text-cite, var(--xmlui-borderHorizontalWidth-Text-cite, var(--xmlui-borderWidth-Text-cite)));
2787
+ border-top-width: var(--xmlui-borderTopWidth-Text-cite, var(--xmlui-borderVerticalWidth-Text-cite, var(--xmlui-borderWidth-Text-cite)));
2788
+ border-bottom-width: var(--xmlui-borderBottomWidth-Text-cite, var(--xmlui-borderVerticalWidth-Text-cite, var(--xmlui-borderWidth-Text-cite)));
2789
+ border-left-color: var(--xmlui-borderLeftColor-Text-cite, var(--xmlui-borderHorizontalColor-Text-cite, var(--xmlui-borderColor-Text-cite)));
2790
+ border-right-color: var(--xmlui-borderRightColor-Text-cite, var(--xmlui-borderHorizontalColor-Text-cite, var(--xmlui-borderColor-Text-cite)));
2791
+ border-top-color: var(--xmlui-borderTopColor-Text-cite, var(--xmlui-borderVerticalColor-Text-cite, var(--xmlui-borderColor-Text-cite)));
2792
+ border-bottom-color: var(--xmlui-borderBottomColor-Text-cite, var(--xmlui-borderVerticalColor-Text-cite, var(--xmlui-borderColor-Text-cite)));
2793
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-cite, var(--xmlui-borderRadius-Text-cite));
2794
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-cite, var(--xmlui-borderRadius-Text-cite));
2795
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-cite, var(--xmlui-borderRadius-Text-cite));
2796
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-cite, var(--xmlui-borderRadius-Text-cite));
2797
+ color: var(--xmlui-textColor-Text-cite);
2398
2798
  font-family: var(--xmlui-fontFamily-Text-cite);
2399
2799
  font-size: var(--xmlui-fontSize-Text-cite);
2400
- font-weight: var(--xmlui-fontWeight-Text-cite);
2401
2800
  font-style: var(--xmlui-fontStyle-Text-cite);
2801
+ font-weight: var(--xmlui-fontWeight-Text-cite);
2402
2802
  font-stretch: var(--xmlui-fontStretch-Text-cite);
2403
2803
  text-decoration-line: var(--xmlui-textDecorationLine-Text-cite);
2404
2804
  text-decoration-color: var(--xmlui-textDecorationColor-Text-cite);
@@ -2406,31 +2806,57 @@ See this source for details: https://css-tricks.com/line-clampin/
2406
2806
  text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-cite);
2407
2807
  text-underline-offset: var(--xmlui-textUnderlineOffset-Text-cite);
2408
2808
  line-height: var(--xmlui-lineHeight-Text-cite);
2409
- color: var(--xmlui-textColor-Text-cite);
2410
2809
  background-color: var(--xmlui-backgroundColor-Text-cite);
2411
- border-radius: var(--xmlui-borderRadius-Text-cite);
2412
- border-color: var(--xmlui-borderColor-Text-cite);
2413
- border-width: var(--xmlui-borderWidth-Text-cite);
2414
- border-style: var(--xmlui-borderStyle-Text-cite);
2415
- padding: var(--xmlui-padding-Text-cite);
2416
- padding-left: var(--xmlui-paddingLeft-Text-cite, var(--xmlui-paddingHorizontal-Text-cite, var(--xmlui-padding-Text-cite)));
2417
- padding-right: var(--xmlui-paddingRight-Text-cite, var(--xmlui-paddingHorizontal-Text-cite, var(--xmlui-padding-Text-cite)));
2418
- padding-top: var(--xmlui-paddingTop-Text-cite, var(--xmlui-paddingVertical-Text-cite, var(--xmlui-padding-Text-cite)));
2419
- padding-bottom: var(--xmlui-paddingBottom-Text-cite, var(--xmlui-paddingVertical-Text-cite, var(--xmlui-padding-Text-cite)));
2810
+ text-transform: var(--xmlui-textTransform-Text-cite);
2811
+ letter-spacing: var(--xmlui-letterSpacing-Text-cite);
2812
+ word-spacing: var(--xmlui-wordSpacing-Text-cite);
2813
+ text-shadow: var(--xmlui-textShadow-Text-cite);
2814
+ text-indent: var(--xmlui-textIndent-Text-cite);
2815
+ text-align: var(--xmlui-textAlign-Text-cite);
2816
+ text-align-last: var(--xmlui-textAlignLast-Text-cite);
2817
+ word-break: var(--xmlui-wordBreak-Text-cite);
2818
+ word-wrap: var(--xmlui-wordWrap-Text-cite);
2819
+ direction: var(--xmlui-direction-Text-cite);
2820
+ writing-mode: var(--xmlui-writingMode-Text-cite);
2821
+ line-break: var(--xmlui-lineBreak-Text-cite);
2420
2822
  margin-top: var(--xmlui-marginTop-Text-cite);
2421
2823
  margin-bottom: var(--xmlui-marginBottom-Text-cite);
2422
- text-transform: var(--xmlui-textTransform-Text-cite);
2423
2824
  vertical-align: var(--xmlui-verticalAlign-Text-cite);
2424
- letter-spacing: var(--xmlui-letterSpacing-Text-cite);
2425
2825
  }
2426
- ._text_uu1r2_13 ._text_uu1r2_13._codefence_uu1r2_110 {
2826
+ ._text_wtc9w_13 ._text_wtc9w_13._codefence_wtc9w_241 {
2427
2827
  display: block;
2428
2828
  }
2429
- :not(._text_uu1r2_13._codefence_uu1r2_110) > ._text_uu1r2_13._code_uu1r2_110 {
2829
+ :not(._text_wtc9w_13._codefence_wtc9w_241) > ._text_wtc9w_13._code_wtc9w_241 {
2830
+ padding: var(--xmlui-padding-Text-code);
2831
+ padding-left: var(--xmlui-paddingLeft-Text-code, var(--xmlui-paddingHorizontal-Text-code, var(--xmlui-padding-Text-code)));
2832
+ padding-right: var(--xmlui-paddingRight-Text-code, var(--xmlui-paddingHorizontal-Text-code, var(--xmlui-padding-Text-code)));
2833
+ padding-top: var(--xmlui-paddingTop-Text-code, var(--xmlui-paddingVertical-Text-code, var(--xmlui-padding-Text-code)));
2834
+ padding-bottom: var(--xmlui-paddingBottom-Text-code, var(--xmlui-paddingVertical-Text-code, var(--xmlui-padding-Text-code)));
2835
+ border-left: var(--xmlui-borderLeft-Text-code, var(--xmlui-borderHorizontal-Text-code, var(--xmlui-border-Text-code)));
2836
+ border-right: var(--xmlui-borderRight-Text-code, var(--xmlui-borderHorizontal-Text-code, var(--xmlui-border-Text-code)));
2837
+ border-top: var(--xmlui-borderTop-Text-code, var(--xmlui-borderVertical-Text-code, var(--xmlui-border-Text-code)));
2838
+ border-bottom: var(--xmlui-borderBottom-Text-code, var(--xmlui-borderVertical-Text-code, var(--xmlui-border-Text-code)));
2839
+ border-left-style: var(--xmlui-borderLeftStyle-Text-code, var(--xmlui-borderHorizontalStyle-Text-code, var(--xmlui-borderStyle-Text-code)));
2840
+ border-right-style: var(--xmlui-borderRightStyle-Text-code, var(--xmlui-borderHorizontalStyle-Text-code, var(--xmlui-borderStyle-Text-code)));
2841
+ border-top-style: var(--xmlui-borderTopStyle-Text-code, var(--xmlui-borderVerticalStyle-Text-code, var(--xmlui-borderStyle-Text-code)));
2842
+ border-bottom-style: var(--xmlui-borderBottomStyle-Text-code, var(--xmlui-borderVerticalStyle-Text-code, var(--xmlui-borderStyle-Text-code)));
2843
+ border-left-width: var(--xmlui-borderLeftWidth-Text-code, var(--xmlui-borderHorizontalWidth-Text-code, var(--xmlui-borderWidth-Text-code)));
2844
+ border-right-width: var(--xmlui-borderRightWidth-Text-code, var(--xmlui-borderHorizontalWidth-Text-code, var(--xmlui-borderWidth-Text-code)));
2845
+ border-top-width: var(--xmlui-borderTopWidth-Text-code, var(--xmlui-borderVerticalWidth-Text-code, var(--xmlui-borderWidth-Text-code)));
2846
+ border-bottom-width: var(--xmlui-borderBottomWidth-Text-code, var(--xmlui-borderVerticalWidth-Text-code, var(--xmlui-borderWidth-Text-code)));
2847
+ border-left-color: var(--xmlui-borderLeftColor-Text-code, var(--xmlui-borderHorizontalColor-Text-code, var(--xmlui-borderColor-Text-code)));
2848
+ border-right-color: var(--xmlui-borderRightColor-Text-code, var(--xmlui-borderHorizontalColor-Text-code, var(--xmlui-borderColor-Text-code)));
2849
+ border-top-color: var(--xmlui-borderTopColor-Text-code, var(--xmlui-borderVerticalColor-Text-code, var(--xmlui-borderColor-Text-code)));
2850
+ border-bottom-color: var(--xmlui-borderBottomColor-Text-code, var(--xmlui-borderVerticalColor-Text-code, var(--xmlui-borderColor-Text-code)));
2851
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-code, var(--xmlui-borderRadius-Text-code));
2852
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-code, var(--xmlui-borderRadius-Text-code));
2853
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-code, var(--xmlui-borderRadius-Text-code));
2854
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-code, var(--xmlui-borderRadius-Text-code));
2855
+ color: var(--xmlui-textColor-Text-code);
2430
2856
  font-family: var(--xmlui-fontFamily-Text-code);
2431
2857
  font-size: var(--xmlui-fontSize-Text-code);
2432
- font-weight: var(--xmlui-fontWeight-Text-code);
2433
2858
  font-style: var(--xmlui-fontStyle-Text-code);
2859
+ font-weight: var(--xmlui-fontWeight-Text-code);
2434
2860
  font-stretch: var(--xmlui-fontStretch-Text-code);
2435
2861
  text-decoration-line: var(--xmlui-textDecorationLine-Text-code);
2436
2862
  text-decoration-color: var(--xmlui-textDecorationColor-Text-code);
@@ -2438,28 +2864,54 @@ See this source for details: https://css-tricks.com/line-clampin/
2438
2864
  text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-code);
2439
2865
  text-underline-offset: var(--xmlui-textUnderlineOffset-Text-code);
2440
2866
  line-height: var(--xmlui-lineHeight-Text-code);
2441
- color: var(--xmlui-textColor-Text-code);
2442
2867
  background-color: var(--xmlui-backgroundColor-Text-code);
2443
- border-radius: var(--xmlui-borderRadius-Text-code);
2444
- border-color: var(--xmlui-borderColor-Text-code);
2445
- border-width: var(--xmlui-borderWidth-Text-code);
2446
- border-style: var(--xmlui-borderStyle-Text-code);
2447
- padding: var(--xmlui-padding-Text-code);
2448
- padding-left: var(--xmlui-paddingLeft-Text-code, var(--xmlui-paddingHorizontal-Text-code, var(--xmlui-padding-Text-code)));
2449
- padding-right: var(--xmlui-paddingRight-Text-code, var(--xmlui-paddingHorizontal-Text-code, var(--xmlui-padding-Text-code)));
2450
- padding-top: var(--xmlui-paddingTop-Text-code, var(--xmlui-paddingVertical-Text-code, var(--xmlui-padding-Text-code)));
2451
- padding-bottom: var(--xmlui-paddingBottom-Text-code, var(--xmlui-paddingVertical-Text-code, var(--xmlui-padding-Text-code)));
2868
+ text-transform: var(--xmlui-textTransform-Text-code);
2869
+ letter-spacing: var(--xmlui-letterSpacing-Text-code);
2870
+ word-spacing: var(--xmlui-wordSpacing-Text-code);
2871
+ text-shadow: var(--xmlui-textShadow-Text-code);
2872
+ text-indent: var(--xmlui-textIndent-Text-code);
2873
+ text-align: var(--xmlui-textAlign-Text-code);
2874
+ text-align-last: var(--xmlui-textAlignLast-Text-code);
2875
+ word-break: var(--xmlui-wordBreak-Text-code);
2876
+ word-wrap: var(--xmlui-wordWrap-Text-code);
2877
+ direction: var(--xmlui-direction-Text-code);
2878
+ writing-mode: var(--xmlui-writingMode-Text-code);
2879
+ line-break: var(--xmlui-lineBreak-Text-code);
2452
2880
  margin-top: var(--xmlui-marginTop-Text-code);
2453
2881
  margin-bottom: var(--xmlui-marginBottom-Text-code);
2454
- text-transform: var(--xmlui-textTransform-Text-code);
2455
2882
  vertical-align: var(--xmlui-verticalAlign-Text-code);
2456
- letter-spacing: var(--xmlui-letterSpacing-Text-code);
2457
2883
  }
2458
- ._text_uu1r2_13._codefence_uu1r2_110:has(> ._text_uu1r2_13._code_uu1r2_110) {
2884
+ ._text_wtc9w_13._codefence_wtc9w_241:has(> ._text_wtc9w_13._code_wtc9w_241) {
2885
+ padding: var(--xmlui-padding-Text-codefence);
2886
+ padding-left: var(--xmlui-paddingLeft-Text-codefence, var(--xmlui-paddingHorizontal-Text-codefence, var(--xmlui-padding-Text-codefence)));
2887
+ padding-right: var(--xmlui-paddingRight-Text-codefence, var(--xmlui-paddingHorizontal-Text-codefence, var(--xmlui-padding-Text-codefence)));
2888
+ padding-top: var(--xmlui-paddingTop-Text-codefence, var(--xmlui-paddingVertical-Text-codefence, var(--xmlui-padding-Text-codefence)));
2889
+ padding-bottom: var(--xmlui-paddingBottom-Text-codefence, var(--xmlui-paddingVertical-Text-codefence, var(--xmlui-padding-Text-codefence)));
2890
+ border-left: var(--xmlui-borderLeft-Text-codefence, var(--xmlui-borderHorizontal-Text-codefence, var(--xmlui-border-Text-codefence)));
2891
+ border-right: var(--xmlui-borderRight-Text-codefence, var(--xmlui-borderHorizontal-Text-codefence, var(--xmlui-border-Text-codefence)));
2892
+ border-top: var(--xmlui-borderTop-Text-codefence, var(--xmlui-borderVertical-Text-codefence, var(--xmlui-border-Text-codefence)));
2893
+ border-bottom: var(--xmlui-borderBottom-Text-codefence, var(--xmlui-borderVertical-Text-codefence, var(--xmlui-border-Text-codefence)));
2894
+ border-left-style: var(--xmlui-borderLeftStyle-Text-codefence, var(--xmlui-borderHorizontalStyle-Text-codefence, var(--xmlui-borderStyle-Text-codefence)));
2895
+ border-right-style: var(--xmlui-borderRightStyle-Text-codefence, var(--xmlui-borderHorizontalStyle-Text-codefence, var(--xmlui-borderStyle-Text-codefence)));
2896
+ border-top-style: var(--xmlui-borderTopStyle-Text-codefence, var(--xmlui-borderVerticalStyle-Text-codefence, var(--xmlui-borderStyle-Text-codefence)));
2897
+ border-bottom-style: var(--xmlui-borderBottomStyle-Text-codefence, var(--xmlui-borderVerticalStyle-Text-codefence, var(--xmlui-borderStyle-Text-codefence)));
2898
+ border-left-width: var(--xmlui-borderLeftWidth-Text-codefence, var(--xmlui-borderHorizontalWidth-Text-codefence, var(--xmlui-borderWidth-Text-codefence)));
2899
+ border-right-width: var(--xmlui-borderRightWidth-Text-codefence, var(--xmlui-borderHorizontalWidth-Text-codefence, var(--xmlui-borderWidth-Text-codefence)));
2900
+ border-top-width: var(--xmlui-borderTopWidth-Text-codefence, var(--xmlui-borderVerticalWidth-Text-codefence, var(--xmlui-borderWidth-Text-codefence)));
2901
+ border-bottom-width: var(--xmlui-borderBottomWidth-Text-codefence, var(--xmlui-borderVerticalWidth-Text-codefence, var(--xmlui-borderWidth-Text-codefence)));
2902
+ border-left-color: var(--xmlui-borderLeftColor-Text-codefence, var(--xmlui-borderHorizontalColor-Text-codefence, var(--xmlui-borderColor-Text-codefence)));
2903
+ border-right-color: var(--xmlui-borderRightColor-Text-codefence, var(--xmlui-borderHorizontalColor-Text-codefence, var(--xmlui-borderColor-Text-codefence)));
2904
+ border-top-color: var(--xmlui-borderTopColor-Text-codefence, var(--xmlui-borderVerticalColor-Text-codefence, var(--xmlui-borderColor-Text-codefence)));
2905
+ border-bottom-color: var(--xmlui-borderBottomColor-Text-codefence, var(--xmlui-borderVerticalColor-Text-codefence, var(--xmlui-borderColor-Text-codefence)));
2906
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-codefence, var(--xmlui-borderRadius-Text-codefence));
2907
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-codefence, var(--xmlui-borderRadius-Text-codefence));
2908
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-codefence, var(--xmlui-borderRadius-Text-codefence));
2909
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-codefence, var(--xmlui-borderRadius-Text-codefence));
2910
+ color: var(--xmlui-textColor-Text-codefence);
2459
2911
  font-family: var(--xmlui-fontFamily-Text-codefence);
2460
2912
  font-size: var(--xmlui-fontSize-Text-codefence);
2461
- font-weight: var(--xmlui-fontWeight-Text-codefence);
2462
2913
  font-style: var(--xmlui-fontStyle-Text-codefence);
2914
+ font-weight: var(--xmlui-fontWeight-Text-codefence);
2463
2915
  font-stretch: var(--xmlui-fontStretch-Text-codefence);
2464
2916
  text-decoration-line: var(--xmlui-textDecorationLine-Text-codefence);
2465
2917
  text-decoration-color: var(--xmlui-textDecorationColor-Text-codefence);
@@ -2467,30 +2919,56 @@ See this source for details: https://css-tricks.com/line-clampin/
2467
2919
  text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-codefence);
2468
2920
  text-underline-offset: var(--xmlui-textUnderlineOffset-Text-codefence);
2469
2921
  line-height: var(--xmlui-lineHeight-Text-codefence);
2470
- color: var(--xmlui-textColor-Text-codefence);
2471
2922
  background-color: var(--xmlui-backgroundColor-Text-codefence);
2472
- border-radius: var(--xmlui-borderRadius-Text-codefence);
2473
- border-color: var(--xmlui-borderColor-Text-codefence);
2474
- border-width: var(--xmlui-borderWidth-Text-codefence);
2475
- border-style: var(--xmlui-borderStyle-Text-codefence);
2476
- padding: var(--xmlui-padding-Text-codefence);
2477
- padding-left: var(--xmlui-paddingLeft-Text-codefence, var(--xmlui-paddingHorizontal-Text-codefence, var(--xmlui-padding-Text-codefence)));
2478
- padding-right: var(--xmlui-paddingRight-Text-codefence, var(--xmlui-paddingHorizontal-Text-codefence, var(--xmlui-padding-Text-codefence)));
2479
- padding-top: var(--xmlui-paddingTop-Text-codefence, var(--xmlui-paddingVertical-Text-codefence, var(--xmlui-padding-Text-codefence)));
2480
- padding-bottom: var(--xmlui-paddingBottom-Text-codefence, var(--xmlui-paddingVertical-Text-codefence, var(--xmlui-padding-Text-codefence)));
2923
+ text-transform: var(--xmlui-textTransform-Text-codefence);
2924
+ letter-spacing: var(--xmlui-letterSpacing-Text-codefence);
2925
+ word-spacing: var(--xmlui-wordSpacing-Text-codefence);
2926
+ text-shadow: var(--xmlui-textShadow-Text-codefence);
2927
+ text-indent: var(--xmlui-textIndent-Text-codefence);
2928
+ text-align: var(--xmlui-textAlign-Text-codefence);
2929
+ text-align-last: var(--xmlui-textAlignLast-Text-codefence);
2930
+ word-break: var(--xmlui-wordBreak-Text-codefence);
2931
+ word-wrap: var(--xmlui-wordWrap-Text-codefence);
2932
+ direction: var(--xmlui-direction-Text-codefence);
2933
+ writing-mode: var(--xmlui-writingMode-Text-codefence);
2934
+ line-break: var(--xmlui-lineBreak-Text-codefence);
2481
2935
  margin-top: var(--xmlui-marginTop-Text-codefence);
2482
2936
  margin-bottom: var(--xmlui-marginBottom-Text-codefence);
2483
- text-transform: var(--xmlui-textTransform-Text-codefence);
2484
2937
  vertical-align: var(--xmlui-verticalAlign-Text-codefence);
2485
- letter-spacing: var(--xmlui-letterSpacing-Text-codefence);
2486
2938
  overflow-x: auto;
2487
2939
  text-overflow: initial;
2488
2940
  }
2489
- ._text_uu1r2_13._deleted_uu1r2_173 {
2941
+ ._text_wtc9w_13._deleted_wtc9w_356 {
2942
+ padding: var(--xmlui-padding-Text-deleted);
2943
+ padding-left: var(--xmlui-paddingLeft-Text-deleted, var(--xmlui-paddingHorizontal-Text-deleted, var(--xmlui-padding-Text-deleted)));
2944
+ padding-right: var(--xmlui-paddingRight-Text-deleted, var(--xmlui-paddingHorizontal-Text-deleted, var(--xmlui-padding-Text-deleted)));
2945
+ padding-top: var(--xmlui-paddingTop-Text-deleted, var(--xmlui-paddingVertical-Text-deleted, var(--xmlui-padding-Text-deleted)));
2946
+ padding-bottom: var(--xmlui-paddingBottom-Text-deleted, var(--xmlui-paddingVertical-Text-deleted, var(--xmlui-padding-Text-deleted)));
2947
+ border-left: var(--xmlui-borderLeft-Text-deleted, var(--xmlui-borderHorizontal-Text-deleted, var(--xmlui-border-Text-deleted)));
2948
+ border-right: var(--xmlui-borderRight-Text-deleted, var(--xmlui-borderHorizontal-Text-deleted, var(--xmlui-border-Text-deleted)));
2949
+ border-top: var(--xmlui-borderTop-Text-deleted, var(--xmlui-borderVertical-Text-deleted, var(--xmlui-border-Text-deleted)));
2950
+ border-bottom: var(--xmlui-borderBottom-Text-deleted, var(--xmlui-borderVertical-Text-deleted, var(--xmlui-border-Text-deleted)));
2951
+ border-left-style: var(--xmlui-borderLeftStyle-Text-deleted, var(--xmlui-borderHorizontalStyle-Text-deleted, var(--xmlui-borderStyle-Text-deleted)));
2952
+ border-right-style: var(--xmlui-borderRightStyle-Text-deleted, var(--xmlui-borderHorizontalStyle-Text-deleted, var(--xmlui-borderStyle-Text-deleted)));
2953
+ border-top-style: var(--xmlui-borderTopStyle-Text-deleted, var(--xmlui-borderVerticalStyle-Text-deleted, var(--xmlui-borderStyle-Text-deleted)));
2954
+ border-bottom-style: var(--xmlui-borderBottomStyle-Text-deleted, var(--xmlui-borderVerticalStyle-Text-deleted, var(--xmlui-borderStyle-Text-deleted)));
2955
+ border-left-width: var(--xmlui-borderLeftWidth-Text-deleted, var(--xmlui-borderHorizontalWidth-Text-deleted, var(--xmlui-borderWidth-Text-deleted)));
2956
+ border-right-width: var(--xmlui-borderRightWidth-Text-deleted, var(--xmlui-borderHorizontalWidth-Text-deleted, var(--xmlui-borderWidth-Text-deleted)));
2957
+ border-top-width: var(--xmlui-borderTopWidth-Text-deleted, var(--xmlui-borderVerticalWidth-Text-deleted, var(--xmlui-borderWidth-Text-deleted)));
2958
+ border-bottom-width: var(--xmlui-borderBottomWidth-Text-deleted, var(--xmlui-borderVerticalWidth-Text-deleted, var(--xmlui-borderWidth-Text-deleted)));
2959
+ border-left-color: var(--xmlui-borderLeftColor-Text-deleted, var(--xmlui-borderHorizontalColor-Text-deleted, var(--xmlui-borderColor-Text-deleted)));
2960
+ border-right-color: var(--xmlui-borderRightColor-Text-deleted, var(--xmlui-borderHorizontalColor-Text-deleted, var(--xmlui-borderColor-Text-deleted)));
2961
+ border-top-color: var(--xmlui-borderTopColor-Text-deleted, var(--xmlui-borderVerticalColor-Text-deleted, var(--xmlui-borderColor-Text-deleted)));
2962
+ border-bottom-color: var(--xmlui-borderBottomColor-Text-deleted, var(--xmlui-borderVerticalColor-Text-deleted, var(--xmlui-borderColor-Text-deleted)));
2963
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-deleted, var(--xmlui-borderRadius-Text-deleted));
2964
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-deleted, var(--xmlui-borderRadius-Text-deleted));
2965
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-deleted, var(--xmlui-borderRadius-Text-deleted));
2966
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-deleted, var(--xmlui-borderRadius-Text-deleted));
2967
+ color: var(--xmlui-textColor-Text-deleted);
2490
2968
  font-family: var(--xmlui-fontFamily-Text-deleted);
2491
2969
  font-size: var(--xmlui-fontSize-Text-deleted);
2492
- font-weight: var(--xmlui-fontWeight-Text-deleted);
2493
2970
  font-style: var(--xmlui-fontStyle-Text-deleted);
2971
+ font-weight: var(--xmlui-fontWeight-Text-deleted);
2494
2972
  font-stretch: var(--xmlui-fontStretch-Text-deleted);
2495
2973
  text-decoration-line: var(--xmlui-textDecorationLine-Text-deleted);
2496
2974
  text-decoration-color: var(--xmlui-textDecorationColor-Text-deleted);
@@ -2498,24 +2976,24 @@ See this source for details: https://css-tricks.com/line-clampin/
2498
2976
  text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-deleted);
2499
2977
  text-underline-offset: var(--xmlui-textUnderlineOffset-Text-deleted);
2500
2978
  line-height: var(--xmlui-lineHeight-Text-deleted);
2501
- color: var(--xmlui-textColor-Text-deleted);
2502
2979
  background-color: var(--xmlui-backgroundColor-Text-deleted);
2503
- border-radius: var(--xmlui-borderRadius-Text-deleted);
2504
- border-color: var(--xmlui-borderColor-Text-deleted);
2505
- border-width: var(--xmlui-borderWidth-Text-deleted);
2506
- border-style: var(--xmlui-borderStyle-Text-deleted);
2507
- padding: var(--xmlui-padding-Text-deleted);
2508
- padding-left: var(--xmlui-paddingLeft-Text-deleted, var(--xmlui-paddingHorizontal-Text-deleted, var(--xmlui-padding-Text-deleted)));
2509
- padding-right: var(--xmlui-paddingRight-Text-deleted, var(--xmlui-paddingHorizontal-Text-deleted, var(--xmlui-padding-Text-deleted)));
2510
- padding-top: var(--xmlui-paddingTop-Text-deleted, var(--xmlui-paddingVertical-Text-deleted, var(--xmlui-padding-Text-deleted)));
2511
- padding-bottom: var(--xmlui-paddingBottom-Text-deleted, var(--xmlui-paddingVertical-Text-deleted, var(--xmlui-padding-Text-deleted)));
2980
+ text-transform: var(--xmlui-textTransform-Text-deleted);
2981
+ letter-spacing: var(--xmlui-letterSpacing-Text-deleted);
2982
+ word-spacing: var(--xmlui-wordSpacing-Text-deleted);
2983
+ text-shadow: var(--xmlui-textShadow-Text-deleted);
2984
+ text-indent: var(--xmlui-textIndent-Text-deleted);
2985
+ text-align: var(--xmlui-textAlign-Text-deleted);
2986
+ text-align-last: var(--xmlui-textAlignLast-Text-deleted);
2987
+ word-break: var(--xmlui-wordBreak-Text-deleted);
2988
+ word-wrap: var(--xmlui-wordWrap-Text-deleted);
2989
+ direction: var(--xmlui-direction-Text-deleted);
2990
+ writing-mode: var(--xmlui-writingMode-Text-deleted);
2991
+ line-break: var(--xmlui-lineBreak-Text-deleted);
2512
2992
  margin-top: var(--xmlui-marginTop-Text-deleted);
2513
2993
  margin-bottom: var(--xmlui-marginBottom-Text-deleted);
2514
- text-transform: var(--xmlui-textTransform-Text-deleted);
2515
2994
  vertical-align: var(--xmlui-verticalAlign-Text-deleted);
2516
- letter-spacing: var(--xmlui-letterSpacing-Text-deleted);
2517
2995
  }
2518
- ._text_uu1r2_13._deleted_uu1r2_173::before, ._text_uu1r2_13._deleted_uu1r2_173::after {
2996
+ ._text_wtc9w_13._deleted_wtc9w_356::before, ._text_wtc9w_13._deleted_wtc9w_356::after {
2519
2997
  clip-path: inset(100%);
2520
2998
  clip: rect(1px, 1px, 1px, 1px);
2521
2999
  height: 1px;
@@ -2524,17 +3002,43 @@ See this source for details: https://css-tricks.com/line-clampin/
2524
3002
  white-space: nowrap;
2525
3003
  width: 1px;
2526
3004
  }
2527
- ._text_uu1r2_13._deleted_uu1r2_173::before {
3005
+ ._text_wtc9w_13._deleted_wtc9w_356::before {
2528
3006
  content: " [deletion start] ";
2529
3007
  }
2530
- ._text_uu1r2_13._deleted_uu1r2_173::after {
3008
+ ._text_wtc9w_13._deleted_wtc9w_356::after {
2531
3009
  content: " [deletion end] ";
2532
3010
  }
2533
- ._text_uu1r2_13._inserted_uu1r2_217 {
3011
+ ._text_wtc9w_13._inserted_wtc9w_426 {
3012
+ padding: var(--xmlui-padding-Text-inserted);
3013
+ padding-left: var(--xmlui-paddingLeft-Text-inserted, var(--xmlui-paddingHorizontal-Text-inserted, var(--xmlui-padding-Text-inserted)));
3014
+ padding-right: var(--xmlui-paddingRight-Text-inserted, var(--xmlui-paddingHorizontal-Text-inserted, var(--xmlui-padding-Text-inserted)));
3015
+ padding-top: var(--xmlui-paddingTop-Text-inserted, var(--xmlui-paddingVertical-Text-inserted, var(--xmlui-padding-Text-inserted)));
3016
+ padding-bottom: var(--xmlui-paddingBottom-Text-inserted, var(--xmlui-paddingVertical-Text-inserted, var(--xmlui-padding-Text-inserted)));
3017
+ border-left: var(--xmlui-borderLeft-Text-inserted, var(--xmlui-borderHorizontal-Text-inserted, var(--xmlui-border-Text-inserted)));
3018
+ border-right: var(--xmlui-borderRight-Text-inserted, var(--xmlui-borderHorizontal-Text-inserted, var(--xmlui-border-Text-inserted)));
3019
+ border-top: var(--xmlui-borderTop-Text-inserted, var(--xmlui-borderVertical-Text-inserted, var(--xmlui-border-Text-inserted)));
3020
+ border-bottom: var(--xmlui-borderBottom-Text-inserted, var(--xmlui-borderVertical-Text-inserted, var(--xmlui-border-Text-inserted)));
3021
+ border-left-style: var(--xmlui-borderLeftStyle-Text-inserted, var(--xmlui-borderHorizontalStyle-Text-inserted, var(--xmlui-borderStyle-Text-inserted)));
3022
+ border-right-style: var(--xmlui-borderRightStyle-Text-inserted, var(--xmlui-borderHorizontalStyle-Text-inserted, var(--xmlui-borderStyle-Text-inserted)));
3023
+ border-top-style: var(--xmlui-borderTopStyle-Text-inserted, var(--xmlui-borderVerticalStyle-Text-inserted, var(--xmlui-borderStyle-Text-inserted)));
3024
+ border-bottom-style: var(--xmlui-borderBottomStyle-Text-inserted, var(--xmlui-borderVerticalStyle-Text-inserted, var(--xmlui-borderStyle-Text-inserted)));
3025
+ border-left-width: var(--xmlui-borderLeftWidth-Text-inserted, var(--xmlui-borderHorizontalWidth-Text-inserted, var(--xmlui-borderWidth-Text-inserted)));
3026
+ border-right-width: var(--xmlui-borderRightWidth-Text-inserted, var(--xmlui-borderHorizontalWidth-Text-inserted, var(--xmlui-borderWidth-Text-inserted)));
3027
+ border-top-width: var(--xmlui-borderTopWidth-Text-inserted, var(--xmlui-borderVerticalWidth-Text-inserted, var(--xmlui-borderWidth-Text-inserted)));
3028
+ border-bottom-width: var(--xmlui-borderBottomWidth-Text-inserted, var(--xmlui-borderVerticalWidth-Text-inserted, var(--xmlui-borderWidth-Text-inserted)));
3029
+ border-left-color: var(--xmlui-borderLeftColor-Text-inserted, var(--xmlui-borderHorizontalColor-Text-inserted, var(--xmlui-borderColor-Text-inserted)));
3030
+ border-right-color: var(--xmlui-borderRightColor-Text-inserted, var(--xmlui-borderHorizontalColor-Text-inserted, var(--xmlui-borderColor-Text-inserted)));
3031
+ border-top-color: var(--xmlui-borderTopColor-Text-inserted, var(--xmlui-borderVerticalColor-Text-inserted, var(--xmlui-borderColor-Text-inserted)));
3032
+ border-bottom-color: var(--xmlui-borderBottomColor-Text-inserted, var(--xmlui-borderVerticalColor-Text-inserted, var(--xmlui-borderColor-Text-inserted)));
3033
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-inserted, var(--xmlui-borderRadius-Text-inserted));
3034
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-inserted, var(--xmlui-borderRadius-Text-inserted));
3035
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-inserted, var(--xmlui-borderRadius-Text-inserted));
3036
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-inserted, var(--xmlui-borderRadius-Text-inserted));
3037
+ color: var(--xmlui-textColor-Text-inserted);
2534
3038
  font-family: var(--xmlui-fontFamily-Text-inserted);
2535
3039
  font-size: var(--xmlui-fontSize-Text-inserted);
2536
- font-weight: var(--xmlui-fontWeight-Text-inserted);
2537
3040
  font-style: var(--xmlui-fontStyle-Text-inserted);
3041
+ font-weight: var(--xmlui-fontWeight-Text-inserted);
2538
3042
  font-stretch: var(--xmlui-fontStretch-Text-inserted);
2539
3043
  text-decoration-line: var(--xmlui-textDecorationLine-Text-inserted);
2540
3044
  text-decoration-color: var(--xmlui-textDecorationColor-Text-inserted);
@@ -2542,24 +3046,24 @@ See this source for details: https://css-tricks.com/line-clampin/
2542
3046
  text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-inserted);
2543
3047
  text-underline-offset: var(--xmlui-textUnderlineOffset-Text-inserted);
2544
3048
  line-height: var(--xmlui-lineHeight-Text-inserted);
2545
- color: var(--xmlui-textColor-Text-inserted);
2546
3049
  background-color: var(--xmlui-backgroundColor-Text-inserted);
2547
- border-radius: var(--xmlui-borderRadius-Text-inserted);
2548
- border-color: var(--xmlui-borderColor-Text-inserted);
2549
- border-width: var(--xmlui-borderWidth-Text-inserted);
2550
- border-style: var(--xmlui-borderStyle-Text-inserted);
2551
- padding: var(--xmlui-padding-Text-inserted);
2552
- padding-left: var(--xmlui-paddingLeft-Text-inserted, var(--xmlui-paddingHorizontal-Text-inserted, var(--xmlui-padding-Text-inserted)));
2553
- padding-right: var(--xmlui-paddingRight-Text-inserted, var(--xmlui-paddingHorizontal-Text-inserted, var(--xmlui-padding-Text-inserted)));
2554
- padding-top: var(--xmlui-paddingTop-Text-inserted, var(--xmlui-paddingVertical-Text-inserted, var(--xmlui-padding-Text-inserted)));
2555
- padding-bottom: var(--xmlui-paddingBottom-Text-inserted, var(--xmlui-paddingVertical-Text-inserted, var(--xmlui-padding-Text-inserted)));
3050
+ text-transform: var(--xmlui-textTransform-Text-inserted);
3051
+ letter-spacing: var(--xmlui-letterSpacing-Text-inserted);
3052
+ word-spacing: var(--xmlui-wordSpacing-Text-inserted);
3053
+ text-shadow: var(--xmlui-textShadow-Text-inserted);
3054
+ text-indent: var(--xmlui-textIndent-Text-inserted);
3055
+ text-align: var(--xmlui-textAlign-Text-inserted);
3056
+ text-align-last: var(--xmlui-textAlignLast-Text-inserted);
3057
+ word-break: var(--xmlui-wordBreak-Text-inserted);
3058
+ word-wrap: var(--xmlui-wordWrap-Text-inserted);
3059
+ direction: var(--xmlui-direction-Text-inserted);
3060
+ writing-mode: var(--xmlui-writingMode-Text-inserted);
3061
+ line-break: var(--xmlui-lineBreak-Text-inserted);
2556
3062
  margin-top: var(--xmlui-marginTop-Text-inserted);
2557
3063
  margin-bottom: var(--xmlui-marginBottom-Text-inserted);
2558
- text-transform: var(--xmlui-textTransform-Text-inserted);
2559
3064
  vertical-align: var(--xmlui-verticalAlign-Text-inserted);
2560
- letter-spacing: var(--xmlui-letterSpacing-Text-inserted);
2561
3065
  }
2562
- ._text_uu1r2_13._inserted_uu1r2_217::before, ._text_uu1r2_13._inserted_uu1r2_217::after {
3066
+ ._text_wtc9w_13._inserted_wtc9w_426::before, ._text_wtc9w_13._inserted_wtc9w_426::after {
2563
3067
  clip-path: inset(100%);
2564
3068
  clip: rect(1px, 1px, 1px, 1px);
2565
3069
  height: 1px;
@@ -2568,17 +3072,43 @@ See this source for details: https://css-tricks.com/line-clampin/
2568
3072
  white-space: nowrap;
2569
3073
  width: 1px;
2570
3074
  }
2571
- ._text_uu1r2_13._inserted_uu1r2_217::before {
3075
+ ._text_wtc9w_13._inserted_wtc9w_426::before {
2572
3076
  content: " [insertion start] ";
2573
3077
  }
2574
- ._text_uu1r2_13._inserted_uu1r2_217::after {
3078
+ ._text_wtc9w_13._inserted_wtc9w_426::after {
2575
3079
  content: " [insertion end] ";
2576
3080
  }
2577
- ._text_uu1r2_13._keyboard_uu1r2_261 {
3081
+ ._text_wtc9w_13._keyboard_wtc9w_496 {
3082
+ padding: var(--xmlui-padding-Text-keyboard);
3083
+ padding-left: var(--xmlui-paddingLeft-Text-keyboard, var(--xmlui-paddingHorizontal-Text-keyboard, var(--xmlui-padding-Text-keyboard)));
3084
+ padding-right: var(--xmlui-paddingRight-Text-keyboard, var(--xmlui-paddingHorizontal-Text-keyboard, var(--xmlui-padding-Text-keyboard)));
3085
+ padding-top: var(--xmlui-paddingTop-Text-keyboard, var(--xmlui-paddingVertical-Text-keyboard, var(--xmlui-padding-Text-keyboard)));
3086
+ padding-bottom: var(--xmlui-paddingBottom-Text-keyboard, var(--xmlui-paddingVertical-Text-keyboard, var(--xmlui-padding-Text-keyboard)));
3087
+ border-left: var(--xmlui-borderLeft-Text-keyboard, var(--xmlui-borderHorizontal-Text-keyboard, var(--xmlui-border-Text-keyboard)));
3088
+ border-right: var(--xmlui-borderRight-Text-keyboard, var(--xmlui-borderHorizontal-Text-keyboard, var(--xmlui-border-Text-keyboard)));
3089
+ border-top: var(--xmlui-borderTop-Text-keyboard, var(--xmlui-borderVertical-Text-keyboard, var(--xmlui-border-Text-keyboard)));
3090
+ border-bottom: var(--xmlui-borderBottom-Text-keyboard, var(--xmlui-borderVertical-Text-keyboard, var(--xmlui-border-Text-keyboard)));
3091
+ border-left-style: var(--xmlui-borderLeftStyle-Text-keyboard, var(--xmlui-borderHorizontalStyle-Text-keyboard, var(--xmlui-borderStyle-Text-keyboard)));
3092
+ border-right-style: var(--xmlui-borderRightStyle-Text-keyboard, var(--xmlui-borderHorizontalStyle-Text-keyboard, var(--xmlui-borderStyle-Text-keyboard)));
3093
+ border-top-style: var(--xmlui-borderTopStyle-Text-keyboard, var(--xmlui-borderVerticalStyle-Text-keyboard, var(--xmlui-borderStyle-Text-keyboard)));
3094
+ border-bottom-style: var(--xmlui-borderBottomStyle-Text-keyboard, var(--xmlui-borderVerticalStyle-Text-keyboard, var(--xmlui-borderStyle-Text-keyboard)));
3095
+ border-left-width: var(--xmlui-borderLeftWidth-Text-keyboard, var(--xmlui-borderHorizontalWidth-Text-keyboard, var(--xmlui-borderWidth-Text-keyboard)));
3096
+ border-right-width: var(--xmlui-borderRightWidth-Text-keyboard, var(--xmlui-borderHorizontalWidth-Text-keyboard, var(--xmlui-borderWidth-Text-keyboard)));
3097
+ border-top-width: var(--xmlui-borderTopWidth-Text-keyboard, var(--xmlui-borderVerticalWidth-Text-keyboard, var(--xmlui-borderWidth-Text-keyboard)));
3098
+ border-bottom-width: var(--xmlui-borderBottomWidth-Text-keyboard, var(--xmlui-borderVerticalWidth-Text-keyboard, var(--xmlui-borderWidth-Text-keyboard)));
3099
+ border-left-color: var(--xmlui-borderLeftColor-Text-keyboard, var(--xmlui-borderHorizontalColor-Text-keyboard, var(--xmlui-borderColor-Text-keyboard)));
3100
+ border-right-color: var(--xmlui-borderRightColor-Text-keyboard, var(--xmlui-borderHorizontalColor-Text-keyboard, var(--xmlui-borderColor-Text-keyboard)));
3101
+ border-top-color: var(--xmlui-borderTopColor-Text-keyboard, var(--xmlui-borderVerticalColor-Text-keyboard, var(--xmlui-borderColor-Text-keyboard)));
3102
+ border-bottom-color: var(--xmlui-borderBottomColor-Text-keyboard, var(--xmlui-borderVerticalColor-Text-keyboard, var(--xmlui-borderColor-Text-keyboard)));
3103
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-keyboard, var(--xmlui-borderRadius-Text-keyboard));
3104
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-keyboard, var(--xmlui-borderRadius-Text-keyboard));
3105
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-keyboard, var(--xmlui-borderRadius-Text-keyboard));
3106
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-keyboard, var(--xmlui-borderRadius-Text-keyboard));
3107
+ color: var(--xmlui-textColor-Text-keyboard);
2578
3108
  font-family: var(--xmlui-fontFamily-Text-keyboard);
2579
3109
  font-size: var(--xmlui-fontSize-Text-keyboard);
2580
- font-weight: var(--xmlui-fontWeight-Text-keyboard);
2581
3110
  font-style: var(--xmlui-fontStyle-Text-keyboard);
3111
+ font-weight: var(--xmlui-fontWeight-Text-keyboard);
2582
3112
  font-stretch: var(--xmlui-fontStretch-Text-keyboard);
2583
3113
  text-decoration-line: var(--xmlui-textDecorationLine-Text-keyboard);
2584
3114
  text-decoration-color: var(--xmlui-textDecorationColor-Text-keyboard);
@@ -2586,28 +3116,54 @@ See this source for details: https://css-tricks.com/line-clampin/
2586
3116
  text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-keyboard);
2587
3117
  text-underline-offset: var(--xmlui-textUnderlineOffset-Text-keyboard);
2588
3118
  line-height: var(--xmlui-lineHeight-Text-keyboard);
2589
- color: var(--xmlui-textColor-Text-keyboard);
2590
3119
  background-color: var(--xmlui-backgroundColor-Text-keyboard);
2591
- border-radius: var(--xmlui-borderRadius-Text-keyboard);
2592
- border-color: var(--xmlui-borderColor-Text-keyboard);
2593
- border-width: var(--xmlui-borderWidth-Text-keyboard);
2594
- border-style: var(--xmlui-borderStyle-Text-keyboard);
2595
- padding: var(--xmlui-padding-Text-keyboard);
2596
- padding-left: var(--xmlui-paddingLeft-Text-keyboard, var(--xmlui-paddingHorizontal-Text-keyboard, var(--xmlui-padding-Text-keyboard)));
2597
- padding-right: var(--xmlui-paddingRight-Text-keyboard, var(--xmlui-paddingHorizontal-Text-keyboard, var(--xmlui-padding-Text-keyboard)));
2598
- padding-top: var(--xmlui-paddingTop-Text-keyboard, var(--xmlui-paddingVertical-Text-keyboard, var(--xmlui-padding-Text-keyboard)));
2599
- padding-bottom: var(--xmlui-paddingBottom-Text-keyboard, var(--xmlui-paddingVertical-Text-keyboard, var(--xmlui-padding-Text-keyboard)));
3120
+ text-transform: var(--xmlui-textTransform-Text-keyboard);
3121
+ letter-spacing: var(--xmlui-letterSpacing-Text-keyboard);
3122
+ word-spacing: var(--xmlui-wordSpacing-Text-keyboard);
3123
+ text-shadow: var(--xmlui-textShadow-Text-keyboard);
3124
+ text-indent: var(--xmlui-textIndent-Text-keyboard);
3125
+ text-align: var(--xmlui-textAlign-Text-keyboard);
3126
+ text-align-last: var(--xmlui-textAlignLast-Text-keyboard);
3127
+ word-break: var(--xmlui-wordBreak-Text-keyboard);
3128
+ word-wrap: var(--xmlui-wordWrap-Text-keyboard);
3129
+ direction: var(--xmlui-direction-Text-keyboard);
3130
+ writing-mode: var(--xmlui-writingMode-Text-keyboard);
3131
+ line-break: var(--xmlui-lineBreak-Text-keyboard);
2600
3132
  margin-top: var(--xmlui-marginTop-Text-keyboard);
2601
3133
  margin-bottom: var(--xmlui-marginBottom-Text-keyboard);
2602
- text-transform: var(--xmlui-textTransform-Text-keyboard);
2603
3134
  vertical-align: var(--xmlui-verticalAlign-Text-keyboard);
2604
- letter-spacing: var(--xmlui-letterSpacing-Text-keyboard);
2605
3135
  }
2606
- ._text_uu1r2_13._marked_uu1r2_290 {
3136
+ ._text_wtc9w_13._marked_wtc9w_551 {
3137
+ padding: var(--xmlui-padding-Text-marked);
3138
+ padding-left: var(--xmlui-paddingLeft-Text-marked, var(--xmlui-paddingHorizontal-Text-marked, var(--xmlui-padding-Text-marked)));
3139
+ padding-right: var(--xmlui-paddingRight-Text-marked, var(--xmlui-paddingHorizontal-Text-marked, var(--xmlui-padding-Text-marked)));
3140
+ padding-top: var(--xmlui-paddingTop-Text-marked, var(--xmlui-paddingVertical-Text-marked, var(--xmlui-padding-Text-marked)));
3141
+ padding-bottom: var(--xmlui-paddingBottom-Text-marked, var(--xmlui-paddingVertical-Text-marked, var(--xmlui-padding-Text-marked)));
3142
+ border-left: var(--xmlui-borderLeft-Text-marked, var(--xmlui-borderHorizontal-Text-marked, var(--xmlui-border-Text-marked)));
3143
+ border-right: var(--xmlui-borderRight-Text-marked, var(--xmlui-borderHorizontal-Text-marked, var(--xmlui-border-Text-marked)));
3144
+ border-top: var(--xmlui-borderTop-Text-marked, var(--xmlui-borderVertical-Text-marked, var(--xmlui-border-Text-marked)));
3145
+ border-bottom: var(--xmlui-borderBottom-Text-marked, var(--xmlui-borderVertical-Text-marked, var(--xmlui-border-Text-marked)));
3146
+ border-left-style: var(--xmlui-borderLeftStyle-Text-marked, var(--xmlui-borderHorizontalStyle-Text-marked, var(--xmlui-borderStyle-Text-marked)));
3147
+ border-right-style: var(--xmlui-borderRightStyle-Text-marked, var(--xmlui-borderHorizontalStyle-Text-marked, var(--xmlui-borderStyle-Text-marked)));
3148
+ border-top-style: var(--xmlui-borderTopStyle-Text-marked, var(--xmlui-borderVerticalStyle-Text-marked, var(--xmlui-borderStyle-Text-marked)));
3149
+ border-bottom-style: var(--xmlui-borderBottomStyle-Text-marked, var(--xmlui-borderVerticalStyle-Text-marked, var(--xmlui-borderStyle-Text-marked)));
3150
+ border-left-width: var(--xmlui-borderLeftWidth-Text-marked, var(--xmlui-borderHorizontalWidth-Text-marked, var(--xmlui-borderWidth-Text-marked)));
3151
+ border-right-width: var(--xmlui-borderRightWidth-Text-marked, var(--xmlui-borderHorizontalWidth-Text-marked, var(--xmlui-borderWidth-Text-marked)));
3152
+ border-top-width: var(--xmlui-borderTopWidth-Text-marked, var(--xmlui-borderVerticalWidth-Text-marked, var(--xmlui-borderWidth-Text-marked)));
3153
+ border-bottom-width: var(--xmlui-borderBottomWidth-Text-marked, var(--xmlui-borderVerticalWidth-Text-marked, var(--xmlui-borderWidth-Text-marked)));
3154
+ border-left-color: var(--xmlui-borderLeftColor-Text-marked, var(--xmlui-borderHorizontalColor-Text-marked, var(--xmlui-borderColor-Text-marked)));
3155
+ border-right-color: var(--xmlui-borderRightColor-Text-marked, var(--xmlui-borderHorizontalColor-Text-marked, var(--xmlui-borderColor-Text-marked)));
3156
+ border-top-color: var(--xmlui-borderTopColor-Text-marked, var(--xmlui-borderVerticalColor-Text-marked, var(--xmlui-borderColor-Text-marked)));
3157
+ border-bottom-color: var(--xmlui-borderBottomColor-Text-marked, var(--xmlui-borderVerticalColor-Text-marked, var(--xmlui-borderColor-Text-marked)));
3158
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-marked, var(--xmlui-borderRadius-Text-marked));
3159
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-marked, var(--xmlui-borderRadius-Text-marked));
3160
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-marked, var(--xmlui-borderRadius-Text-marked));
3161
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-marked, var(--xmlui-borderRadius-Text-marked));
3162
+ color: var(--xmlui-textColor-Text-marked);
2607
3163
  font-family: var(--xmlui-fontFamily-Text-marked);
2608
3164
  font-size: var(--xmlui-fontSize-Text-marked);
2609
- font-weight: var(--xmlui-fontWeight-Text-marked);
2610
3165
  font-style: var(--xmlui-fontStyle-Text-marked);
3166
+ font-weight: var(--xmlui-fontWeight-Text-marked);
2611
3167
  font-stretch: var(--xmlui-fontStretch-Text-marked);
2612
3168
  text-decoration-line: var(--xmlui-textDecorationLine-Text-marked);
2613
3169
  text-decoration-color: var(--xmlui-textDecorationColor-Text-marked);
@@ -2615,24 +3171,24 @@ See this source for details: https://css-tricks.com/line-clampin/
2615
3171
  text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-marked);
2616
3172
  text-underline-offset: var(--xmlui-textUnderlineOffset-Text-marked);
2617
3173
  line-height: var(--xmlui-lineHeight-Text-marked);
2618
- color: var(--xmlui-textColor-Text-marked);
2619
3174
  background-color: var(--xmlui-backgroundColor-Text-marked);
2620
- border-radius: var(--xmlui-borderRadius-Text-marked);
2621
- border-color: var(--xmlui-borderColor-Text-marked);
2622
- border-width: var(--xmlui-borderWidth-Text-marked);
2623
- border-style: var(--xmlui-borderStyle-Text-marked);
2624
- padding: var(--xmlui-padding-Text-marked);
2625
- padding-left: var(--xmlui-paddingLeft-Text-marked, var(--xmlui-paddingHorizontal-Text-marked, var(--xmlui-padding-Text-marked)));
2626
- padding-right: var(--xmlui-paddingRight-Text-marked, var(--xmlui-paddingHorizontal-Text-marked, var(--xmlui-padding-Text-marked)));
2627
- padding-top: var(--xmlui-paddingTop-Text-marked, var(--xmlui-paddingVertical-Text-marked, var(--xmlui-padding-Text-marked)));
2628
- padding-bottom: var(--xmlui-paddingBottom-Text-marked, var(--xmlui-paddingVertical-Text-marked, var(--xmlui-padding-Text-marked)));
3175
+ text-transform: var(--xmlui-textTransform-Text-marked);
3176
+ letter-spacing: var(--xmlui-letterSpacing-Text-marked);
3177
+ word-spacing: var(--xmlui-wordSpacing-Text-marked);
3178
+ text-shadow: var(--xmlui-textShadow-Text-marked);
3179
+ text-indent: var(--xmlui-textIndent-Text-marked);
3180
+ text-align: var(--xmlui-textAlign-Text-marked);
3181
+ text-align-last: var(--xmlui-textAlignLast-Text-marked);
3182
+ word-break: var(--xmlui-wordBreak-Text-marked);
3183
+ word-wrap: var(--xmlui-wordWrap-Text-marked);
3184
+ direction: var(--xmlui-direction-Text-marked);
3185
+ writing-mode: var(--xmlui-writingMode-Text-marked);
3186
+ line-break: var(--xmlui-lineBreak-Text-marked);
2629
3187
  margin-top: var(--xmlui-marginTop-Text-marked);
2630
3188
  margin-bottom: var(--xmlui-marginBottom-Text-marked);
2631
- text-transform: var(--xmlui-textTransform-Text-marked);
2632
3189
  vertical-align: var(--xmlui-verticalAlign-Text-marked);
2633
- letter-spacing: var(--xmlui-letterSpacing-Text-marked);
2634
3190
  }
2635
- ._text_uu1r2_13._marked_uu1r2_290::before, ._text_uu1r2_13._marked_uu1r2_290::after {
3191
+ ._text_wtc9w_13._marked_wtc9w_551::before, ._text_wtc9w_13._marked_wtc9w_551::after {
2636
3192
  clip-path: inset(100%);
2637
3193
  clip: rect(1px, 1px, 1px, 1px);
2638
3194
  height: 1px;
@@ -2641,17 +3197,43 @@ See this source for details: https://css-tricks.com/line-clampin/
2641
3197
  white-space: nowrap;
2642
3198
  width: 1px;
2643
3199
  }
2644
- ._text_uu1r2_13._marked_uu1r2_290::before {
3200
+ ._text_wtc9w_13._marked_wtc9w_551::before {
2645
3201
  content: " [highlight start] ";
2646
3202
  }
2647
- ._text_uu1r2_13._marked_uu1r2_290::after {
3203
+ ._text_wtc9w_13._marked_wtc9w_551::after {
2648
3204
  content: " [highlight end] ";
2649
3205
  }
2650
- ._text_uu1r2_13._mono_uu1r2_334 {
3206
+ ._text_wtc9w_13._mono_wtc9w_621 {
3207
+ padding: var(--xmlui-padding-Text-mono);
3208
+ padding-left: var(--xmlui-paddingLeft-Text-mono, var(--xmlui-paddingHorizontal-Text-mono, var(--xmlui-padding-Text-mono)));
3209
+ padding-right: var(--xmlui-paddingRight-Text-mono, var(--xmlui-paddingHorizontal-Text-mono, var(--xmlui-padding-Text-mono)));
3210
+ padding-top: var(--xmlui-paddingTop-Text-mono, var(--xmlui-paddingVertical-Text-mono, var(--xmlui-padding-Text-mono)));
3211
+ padding-bottom: var(--xmlui-paddingBottom-Text-mono, var(--xmlui-paddingVertical-Text-mono, var(--xmlui-padding-Text-mono)));
3212
+ border-left: var(--xmlui-borderLeft-Text-mono, var(--xmlui-borderHorizontal-Text-mono, var(--xmlui-border-Text-mono)));
3213
+ border-right: var(--xmlui-borderRight-Text-mono, var(--xmlui-borderHorizontal-Text-mono, var(--xmlui-border-Text-mono)));
3214
+ border-top: var(--xmlui-borderTop-Text-mono, var(--xmlui-borderVertical-Text-mono, var(--xmlui-border-Text-mono)));
3215
+ border-bottom: var(--xmlui-borderBottom-Text-mono, var(--xmlui-borderVertical-Text-mono, var(--xmlui-border-Text-mono)));
3216
+ border-left-style: var(--xmlui-borderLeftStyle-Text-mono, var(--xmlui-borderHorizontalStyle-Text-mono, var(--xmlui-borderStyle-Text-mono)));
3217
+ border-right-style: var(--xmlui-borderRightStyle-Text-mono, var(--xmlui-borderHorizontalStyle-Text-mono, var(--xmlui-borderStyle-Text-mono)));
3218
+ border-top-style: var(--xmlui-borderTopStyle-Text-mono, var(--xmlui-borderVerticalStyle-Text-mono, var(--xmlui-borderStyle-Text-mono)));
3219
+ border-bottom-style: var(--xmlui-borderBottomStyle-Text-mono, var(--xmlui-borderVerticalStyle-Text-mono, var(--xmlui-borderStyle-Text-mono)));
3220
+ border-left-width: var(--xmlui-borderLeftWidth-Text-mono, var(--xmlui-borderHorizontalWidth-Text-mono, var(--xmlui-borderWidth-Text-mono)));
3221
+ border-right-width: var(--xmlui-borderRightWidth-Text-mono, var(--xmlui-borderHorizontalWidth-Text-mono, var(--xmlui-borderWidth-Text-mono)));
3222
+ border-top-width: var(--xmlui-borderTopWidth-Text-mono, var(--xmlui-borderVerticalWidth-Text-mono, var(--xmlui-borderWidth-Text-mono)));
3223
+ border-bottom-width: var(--xmlui-borderBottomWidth-Text-mono, var(--xmlui-borderVerticalWidth-Text-mono, var(--xmlui-borderWidth-Text-mono)));
3224
+ border-left-color: var(--xmlui-borderLeftColor-Text-mono, var(--xmlui-borderHorizontalColor-Text-mono, var(--xmlui-borderColor-Text-mono)));
3225
+ border-right-color: var(--xmlui-borderRightColor-Text-mono, var(--xmlui-borderHorizontalColor-Text-mono, var(--xmlui-borderColor-Text-mono)));
3226
+ border-top-color: var(--xmlui-borderTopColor-Text-mono, var(--xmlui-borderVerticalColor-Text-mono, var(--xmlui-borderColor-Text-mono)));
3227
+ border-bottom-color: var(--xmlui-borderBottomColor-Text-mono, var(--xmlui-borderVerticalColor-Text-mono, var(--xmlui-borderColor-Text-mono)));
3228
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-mono, var(--xmlui-borderRadius-Text-mono));
3229
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-mono, var(--xmlui-borderRadius-Text-mono));
3230
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-mono, var(--xmlui-borderRadius-Text-mono));
3231
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-mono, var(--xmlui-borderRadius-Text-mono));
3232
+ color: var(--xmlui-textColor-Text-mono);
2651
3233
  font-family: var(--xmlui-fontFamily-Text-mono);
2652
3234
  font-size: var(--xmlui-fontSize-Text-mono);
2653
- font-weight: var(--xmlui-fontWeight-Text-mono);
2654
3235
  font-style: var(--xmlui-fontStyle-Text-mono);
3236
+ font-weight: var(--xmlui-fontWeight-Text-mono);
2655
3237
  font-stretch: var(--xmlui-fontStretch-Text-mono);
2656
3238
  text-decoration-line: var(--xmlui-textDecorationLine-Text-mono);
2657
3239
  text-decoration-color: var(--xmlui-textDecorationColor-Text-mono);
@@ -2659,28 +3241,54 @@ See this source for details: https://css-tricks.com/line-clampin/
2659
3241
  text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-mono);
2660
3242
  text-underline-offset: var(--xmlui-textUnderlineOffset-Text-mono);
2661
3243
  line-height: var(--xmlui-lineHeight-Text-mono);
2662
- color: var(--xmlui-textColor-Text-mono);
2663
3244
  background-color: var(--xmlui-backgroundColor-Text-mono);
2664
- border-radius: var(--xmlui-borderRadius-Text-mono);
2665
- border-color: var(--xmlui-borderColor-Text-mono);
2666
- border-width: var(--xmlui-borderWidth-Text-mono);
2667
- border-style: var(--xmlui-borderStyle-Text-mono);
2668
- padding: var(--xmlui-padding-Text-mono);
2669
- padding-left: var(--xmlui-paddingLeft-Text-mono, var(--xmlui-paddingHorizontal-Text-mono, var(--xmlui-padding-Text-mono)));
2670
- padding-right: var(--xmlui-paddingRight-Text-mono, var(--xmlui-paddingHorizontal-Text-mono, var(--xmlui-padding-Text-mono)));
2671
- padding-top: var(--xmlui-paddingTop-Text-mono, var(--xmlui-paddingVertical-Text-mono, var(--xmlui-padding-Text-mono)));
2672
- padding-bottom: var(--xmlui-paddingBottom-Text-mono, var(--xmlui-paddingVertical-Text-mono, var(--xmlui-padding-Text-mono)));
3245
+ text-transform: var(--xmlui-textTransform-Text-mono);
3246
+ letter-spacing: var(--xmlui-letterSpacing-Text-mono);
3247
+ word-spacing: var(--xmlui-wordSpacing-Text-mono);
3248
+ text-shadow: var(--xmlui-textShadow-Text-mono);
3249
+ text-indent: var(--xmlui-textIndent-Text-mono);
3250
+ text-align: var(--xmlui-textAlign-Text-mono);
3251
+ text-align-last: var(--xmlui-textAlignLast-Text-mono);
3252
+ word-break: var(--xmlui-wordBreak-Text-mono);
3253
+ word-wrap: var(--xmlui-wordWrap-Text-mono);
3254
+ direction: var(--xmlui-direction-Text-mono);
3255
+ writing-mode: var(--xmlui-writingMode-Text-mono);
3256
+ line-break: var(--xmlui-lineBreak-Text-mono);
2673
3257
  margin-top: var(--xmlui-marginTop-Text-mono);
2674
3258
  margin-bottom: var(--xmlui-marginBottom-Text-mono);
2675
- text-transform: var(--xmlui-textTransform-Text-mono);
2676
3259
  vertical-align: var(--xmlui-verticalAlign-Text-mono);
2677
- letter-spacing: var(--xmlui-letterSpacing-Text-mono);
2678
3260
  }
2679
- ._text_uu1r2_13._sample_uu1r2_363 {
3261
+ ._text_wtc9w_13._sample_wtc9w_676 {
3262
+ padding: var(--xmlui-padding-Text-sample);
3263
+ padding-left: var(--xmlui-paddingLeft-Text-sample, var(--xmlui-paddingHorizontal-Text-sample, var(--xmlui-padding-Text-sample)));
3264
+ padding-right: var(--xmlui-paddingRight-Text-sample, var(--xmlui-paddingHorizontal-Text-sample, var(--xmlui-padding-Text-sample)));
3265
+ padding-top: var(--xmlui-paddingTop-Text-sample, var(--xmlui-paddingVertical-Text-sample, var(--xmlui-padding-Text-sample)));
3266
+ padding-bottom: var(--xmlui-paddingBottom-Text-sample, var(--xmlui-paddingVertical-Text-sample, var(--xmlui-padding-Text-sample)));
3267
+ border-left: var(--xmlui-borderLeft-Text-sample, var(--xmlui-borderHorizontal-Text-sample, var(--xmlui-border-Text-sample)));
3268
+ border-right: var(--xmlui-borderRight-Text-sample, var(--xmlui-borderHorizontal-Text-sample, var(--xmlui-border-Text-sample)));
3269
+ border-top: var(--xmlui-borderTop-Text-sample, var(--xmlui-borderVertical-Text-sample, var(--xmlui-border-Text-sample)));
3270
+ border-bottom: var(--xmlui-borderBottom-Text-sample, var(--xmlui-borderVertical-Text-sample, var(--xmlui-border-Text-sample)));
3271
+ border-left-style: var(--xmlui-borderLeftStyle-Text-sample, var(--xmlui-borderHorizontalStyle-Text-sample, var(--xmlui-borderStyle-Text-sample)));
3272
+ border-right-style: var(--xmlui-borderRightStyle-Text-sample, var(--xmlui-borderHorizontalStyle-Text-sample, var(--xmlui-borderStyle-Text-sample)));
3273
+ border-top-style: var(--xmlui-borderTopStyle-Text-sample, var(--xmlui-borderVerticalStyle-Text-sample, var(--xmlui-borderStyle-Text-sample)));
3274
+ border-bottom-style: var(--xmlui-borderBottomStyle-Text-sample, var(--xmlui-borderVerticalStyle-Text-sample, var(--xmlui-borderStyle-Text-sample)));
3275
+ border-left-width: var(--xmlui-borderLeftWidth-Text-sample, var(--xmlui-borderHorizontalWidth-Text-sample, var(--xmlui-borderWidth-Text-sample)));
3276
+ border-right-width: var(--xmlui-borderRightWidth-Text-sample, var(--xmlui-borderHorizontalWidth-Text-sample, var(--xmlui-borderWidth-Text-sample)));
3277
+ border-top-width: var(--xmlui-borderTopWidth-Text-sample, var(--xmlui-borderVerticalWidth-Text-sample, var(--xmlui-borderWidth-Text-sample)));
3278
+ border-bottom-width: var(--xmlui-borderBottomWidth-Text-sample, var(--xmlui-borderVerticalWidth-Text-sample, var(--xmlui-borderWidth-Text-sample)));
3279
+ border-left-color: var(--xmlui-borderLeftColor-Text-sample, var(--xmlui-borderHorizontalColor-Text-sample, var(--xmlui-borderColor-Text-sample)));
3280
+ border-right-color: var(--xmlui-borderRightColor-Text-sample, var(--xmlui-borderHorizontalColor-Text-sample, var(--xmlui-borderColor-Text-sample)));
3281
+ border-top-color: var(--xmlui-borderTopColor-Text-sample, var(--xmlui-borderVerticalColor-Text-sample, var(--xmlui-borderColor-Text-sample)));
3282
+ border-bottom-color: var(--xmlui-borderBottomColor-Text-sample, var(--xmlui-borderVerticalColor-Text-sample, var(--xmlui-borderColor-Text-sample)));
3283
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-sample, var(--xmlui-borderRadius-Text-sample));
3284
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-sample, var(--xmlui-borderRadius-Text-sample));
3285
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-sample, var(--xmlui-borderRadius-Text-sample));
3286
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-sample, var(--xmlui-borderRadius-Text-sample));
3287
+ color: var(--xmlui-textColor-Text-sample);
2680
3288
  font-family: var(--xmlui-fontFamily-Text-sample);
2681
3289
  font-size: var(--xmlui-fontSize-Text-sample);
2682
- font-weight: var(--xmlui-fontWeight-Text-sample);
2683
3290
  font-style: var(--xmlui-fontStyle-Text-sample);
3291
+ font-weight: var(--xmlui-fontWeight-Text-sample);
2684
3292
  font-stretch: var(--xmlui-fontStretch-Text-sample);
2685
3293
  text-decoration-line: var(--xmlui-textDecorationLine-Text-sample);
2686
3294
  text-decoration-color: var(--xmlui-textDecorationColor-Text-sample);
@@ -2688,28 +3296,54 @@ See this source for details: https://css-tricks.com/line-clampin/
2688
3296
  text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-sample);
2689
3297
  text-underline-offset: var(--xmlui-textUnderlineOffset-Text-sample);
2690
3298
  line-height: var(--xmlui-lineHeight-Text-sample);
2691
- color: var(--xmlui-textColor-Text-sample);
2692
3299
  background-color: var(--xmlui-backgroundColor-Text-sample);
2693
- border-radius: var(--xmlui-borderRadius-Text-sample);
2694
- border-color: var(--xmlui-borderColor-Text-sample);
2695
- border-width: var(--xmlui-borderWidth-Text-sample);
2696
- border-style: var(--xmlui-borderStyle-Text-sample);
2697
- padding: var(--xmlui-padding-Text-sample);
2698
- padding-left: var(--xmlui-paddingLeft-Text-sample, var(--xmlui-paddingHorizontal-Text-sample, var(--xmlui-padding-Text-sample)));
2699
- padding-right: var(--xmlui-paddingRight-Text-sample, var(--xmlui-paddingHorizontal-Text-sample, var(--xmlui-padding-Text-sample)));
2700
- padding-top: var(--xmlui-paddingTop-Text-sample, var(--xmlui-paddingVertical-Text-sample, var(--xmlui-padding-Text-sample)));
2701
- padding-bottom: var(--xmlui-paddingBottom-Text-sample, var(--xmlui-paddingVertical-Text-sample, var(--xmlui-padding-Text-sample)));
3300
+ text-transform: var(--xmlui-textTransform-Text-sample);
3301
+ letter-spacing: var(--xmlui-letterSpacing-Text-sample);
3302
+ word-spacing: var(--xmlui-wordSpacing-Text-sample);
3303
+ text-shadow: var(--xmlui-textShadow-Text-sample);
3304
+ text-indent: var(--xmlui-textIndent-Text-sample);
3305
+ text-align: var(--xmlui-textAlign-Text-sample);
3306
+ text-align-last: var(--xmlui-textAlignLast-Text-sample);
3307
+ word-break: var(--xmlui-wordBreak-Text-sample);
3308
+ word-wrap: var(--xmlui-wordWrap-Text-sample);
3309
+ direction: var(--xmlui-direction-Text-sample);
3310
+ writing-mode: var(--xmlui-writingMode-Text-sample);
3311
+ line-break: var(--xmlui-lineBreak-Text-sample);
2702
3312
  margin-top: var(--xmlui-marginTop-Text-sample);
2703
3313
  margin-bottom: var(--xmlui-marginBottom-Text-sample);
2704
- text-transform: var(--xmlui-textTransform-Text-sample);
2705
3314
  vertical-align: var(--xmlui-verticalAlign-Text-sample);
2706
- letter-spacing: var(--xmlui-letterSpacing-Text-sample);
2707
3315
  }
2708
- ._text_uu1r2_13._sup_uu1r2_392 {
3316
+ ._text_wtc9w_13._sup_wtc9w_731 {
3317
+ padding: var(--xmlui-padding-Text-sup);
3318
+ padding-left: var(--xmlui-paddingLeft-Text-sup, var(--xmlui-paddingHorizontal-Text-sup, var(--xmlui-padding-Text-sup)));
3319
+ padding-right: var(--xmlui-paddingRight-Text-sup, var(--xmlui-paddingHorizontal-Text-sup, var(--xmlui-padding-Text-sup)));
3320
+ padding-top: var(--xmlui-paddingTop-Text-sup, var(--xmlui-paddingVertical-Text-sup, var(--xmlui-padding-Text-sup)));
3321
+ padding-bottom: var(--xmlui-paddingBottom-Text-sup, var(--xmlui-paddingVertical-Text-sup, var(--xmlui-padding-Text-sup)));
3322
+ border-left: var(--xmlui-borderLeft-Text-sup, var(--xmlui-borderHorizontal-Text-sup, var(--xmlui-border-Text-sup)));
3323
+ border-right: var(--xmlui-borderRight-Text-sup, var(--xmlui-borderHorizontal-Text-sup, var(--xmlui-border-Text-sup)));
3324
+ border-top: var(--xmlui-borderTop-Text-sup, var(--xmlui-borderVertical-Text-sup, var(--xmlui-border-Text-sup)));
3325
+ border-bottom: var(--xmlui-borderBottom-Text-sup, var(--xmlui-borderVertical-Text-sup, var(--xmlui-border-Text-sup)));
3326
+ border-left-style: var(--xmlui-borderLeftStyle-Text-sup, var(--xmlui-borderHorizontalStyle-Text-sup, var(--xmlui-borderStyle-Text-sup)));
3327
+ border-right-style: var(--xmlui-borderRightStyle-Text-sup, var(--xmlui-borderHorizontalStyle-Text-sup, var(--xmlui-borderStyle-Text-sup)));
3328
+ border-top-style: var(--xmlui-borderTopStyle-Text-sup, var(--xmlui-borderVerticalStyle-Text-sup, var(--xmlui-borderStyle-Text-sup)));
3329
+ border-bottom-style: var(--xmlui-borderBottomStyle-Text-sup, var(--xmlui-borderVerticalStyle-Text-sup, var(--xmlui-borderStyle-Text-sup)));
3330
+ border-left-width: var(--xmlui-borderLeftWidth-Text-sup, var(--xmlui-borderHorizontalWidth-Text-sup, var(--xmlui-borderWidth-Text-sup)));
3331
+ border-right-width: var(--xmlui-borderRightWidth-Text-sup, var(--xmlui-borderHorizontalWidth-Text-sup, var(--xmlui-borderWidth-Text-sup)));
3332
+ border-top-width: var(--xmlui-borderTopWidth-Text-sup, var(--xmlui-borderVerticalWidth-Text-sup, var(--xmlui-borderWidth-Text-sup)));
3333
+ border-bottom-width: var(--xmlui-borderBottomWidth-Text-sup, var(--xmlui-borderVerticalWidth-Text-sup, var(--xmlui-borderWidth-Text-sup)));
3334
+ border-left-color: var(--xmlui-borderLeftColor-Text-sup, var(--xmlui-borderHorizontalColor-Text-sup, var(--xmlui-borderColor-Text-sup)));
3335
+ border-right-color: var(--xmlui-borderRightColor-Text-sup, var(--xmlui-borderHorizontalColor-Text-sup, var(--xmlui-borderColor-Text-sup)));
3336
+ border-top-color: var(--xmlui-borderTopColor-Text-sup, var(--xmlui-borderVerticalColor-Text-sup, var(--xmlui-borderColor-Text-sup)));
3337
+ border-bottom-color: var(--xmlui-borderBottomColor-Text-sup, var(--xmlui-borderVerticalColor-Text-sup, var(--xmlui-borderColor-Text-sup)));
3338
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-sup, var(--xmlui-borderRadius-Text-sup));
3339
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-sup, var(--xmlui-borderRadius-Text-sup));
3340
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-sup, var(--xmlui-borderRadius-Text-sup));
3341
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-sup, var(--xmlui-borderRadius-Text-sup));
3342
+ color: var(--xmlui-textColor-Text-sup);
2709
3343
  font-family: var(--xmlui-fontFamily-Text-sup);
2710
3344
  font-size: var(--xmlui-fontSize-Text-sup);
2711
- font-weight: var(--xmlui-fontWeight-Text-sup);
2712
3345
  font-style: var(--xmlui-fontStyle-Text-sup);
3346
+ font-weight: var(--xmlui-fontWeight-Text-sup);
2713
3347
  font-stretch: var(--xmlui-fontStretch-Text-sup);
2714
3348
  text-decoration-line: var(--xmlui-textDecorationLine-Text-sup);
2715
3349
  text-decoration-color: var(--xmlui-textDecorationColor-Text-sup);
@@ -2717,28 +3351,54 @@ See this source for details: https://css-tricks.com/line-clampin/
2717
3351
  text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-sup);
2718
3352
  text-underline-offset: var(--xmlui-textUnderlineOffset-Text-sup);
2719
3353
  line-height: var(--xmlui-lineHeight-Text-sup);
2720
- color: var(--xmlui-textColor-Text-sup);
2721
3354
  background-color: var(--xmlui-backgroundColor-Text-sup);
2722
- border-radius: var(--xmlui-borderRadius-Text-sup);
2723
- border-color: var(--xmlui-borderColor-Text-sup);
2724
- border-width: var(--xmlui-borderWidth-Text-sup);
2725
- border-style: var(--xmlui-borderStyle-Text-sup);
2726
- padding: var(--xmlui-padding-Text-sup);
2727
- padding-left: var(--xmlui-paddingLeft-Text-sup, var(--xmlui-paddingHorizontal-Text-sup, var(--xmlui-padding-Text-sup)));
2728
- padding-right: var(--xmlui-paddingRight-Text-sup, var(--xmlui-paddingHorizontal-Text-sup, var(--xmlui-padding-Text-sup)));
2729
- padding-top: var(--xmlui-paddingTop-Text-sup, var(--xmlui-paddingVertical-Text-sup, var(--xmlui-padding-Text-sup)));
2730
- padding-bottom: var(--xmlui-paddingBottom-Text-sup, var(--xmlui-paddingVertical-Text-sup, var(--xmlui-padding-Text-sup)));
3355
+ text-transform: var(--xmlui-textTransform-Text-sup);
3356
+ letter-spacing: var(--xmlui-letterSpacing-Text-sup);
3357
+ word-spacing: var(--xmlui-wordSpacing-Text-sup);
3358
+ text-shadow: var(--xmlui-textShadow-Text-sup);
3359
+ text-indent: var(--xmlui-textIndent-Text-sup);
3360
+ text-align: var(--xmlui-textAlign-Text-sup);
3361
+ text-align-last: var(--xmlui-textAlignLast-Text-sup);
3362
+ word-break: var(--xmlui-wordBreak-Text-sup);
3363
+ word-wrap: var(--xmlui-wordWrap-Text-sup);
3364
+ direction: var(--xmlui-direction-Text-sup);
3365
+ writing-mode: var(--xmlui-writingMode-Text-sup);
3366
+ line-break: var(--xmlui-lineBreak-Text-sup);
2731
3367
  margin-top: var(--xmlui-marginTop-Text-sup);
2732
3368
  margin-bottom: var(--xmlui-marginBottom-Text-sup);
2733
- text-transform: var(--xmlui-textTransform-Text-sup);
2734
3369
  vertical-align: var(--xmlui-verticalAlign-Text-sup);
2735
- letter-spacing: var(--xmlui-letterSpacing-Text-sup);
2736
3370
  }
2737
- ._text_uu1r2_13._sub_uu1r2_421 {
3371
+ ._text_wtc9w_13._sub_wtc9w_786 {
3372
+ padding: var(--xmlui-padding-Text-sub);
3373
+ padding-left: var(--xmlui-paddingLeft-Text-sub, var(--xmlui-paddingHorizontal-Text-sub, var(--xmlui-padding-Text-sub)));
3374
+ padding-right: var(--xmlui-paddingRight-Text-sub, var(--xmlui-paddingHorizontal-Text-sub, var(--xmlui-padding-Text-sub)));
3375
+ padding-top: var(--xmlui-paddingTop-Text-sub, var(--xmlui-paddingVertical-Text-sub, var(--xmlui-padding-Text-sub)));
3376
+ padding-bottom: var(--xmlui-paddingBottom-Text-sub, var(--xmlui-paddingVertical-Text-sub, var(--xmlui-padding-Text-sub)));
3377
+ border-left: var(--xmlui-borderLeft-Text-sub, var(--xmlui-borderHorizontal-Text-sub, var(--xmlui-border-Text-sub)));
3378
+ border-right: var(--xmlui-borderRight-Text-sub, var(--xmlui-borderHorizontal-Text-sub, var(--xmlui-border-Text-sub)));
3379
+ border-top: var(--xmlui-borderTop-Text-sub, var(--xmlui-borderVertical-Text-sub, var(--xmlui-border-Text-sub)));
3380
+ border-bottom: var(--xmlui-borderBottom-Text-sub, var(--xmlui-borderVertical-Text-sub, var(--xmlui-border-Text-sub)));
3381
+ border-left-style: var(--xmlui-borderLeftStyle-Text-sub, var(--xmlui-borderHorizontalStyle-Text-sub, var(--xmlui-borderStyle-Text-sub)));
3382
+ border-right-style: var(--xmlui-borderRightStyle-Text-sub, var(--xmlui-borderHorizontalStyle-Text-sub, var(--xmlui-borderStyle-Text-sub)));
3383
+ border-top-style: var(--xmlui-borderTopStyle-Text-sub, var(--xmlui-borderVerticalStyle-Text-sub, var(--xmlui-borderStyle-Text-sub)));
3384
+ border-bottom-style: var(--xmlui-borderBottomStyle-Text-sub, var(--xmlui-borderVerticalStyle-Text-sub, var(--xmlui-borderStyle-Text-sub)));
3385
+ border-left-width: var(--xmlui-borderLeftWidth-Text-sub, var(--xmlui-borderHorizontalWidth-Text-sub, var(--xmlui-borderWidth-Text-sub)));
3386
+ border-right-width: var(--xmlui-borderRightWidth-Text-sub, var(--xmlui-borderHorizontalWidth-Text-sub, var(--xmlui-borderWidth-Text-sub)));
3387
+ border-top-width: var(--xmlui-borderTopWidth-Text-sub, var(--xmlui-borderVerticalWidth-Text-sub, var(--xmlui-borderWidth-Text-sub)));
3388
+ border-bottom-width: var(--xmlui-borderBottomWidth-Text-sub, var(--xmlui-borderVerticalWidth-Text-sub, var(--xmlui-borderWidth-Text-sub)));
3389
+ border-left-color: var(--xmlui-borderLeftColor-Text-sub, var(--xmlui-borderHorizontalColor-Text-sub, var(--xmlui-borderColor-Text-sub)));
3390
+ border-right-color: var(--xmlui-borderRightColor-Text-sub, var(--xmlui-borderHorizontalColor-Text-sub, var(--xmlui-borderColor-Text-sub)));
3391
+ border-top-color: var(--xmlui-borderTopColor-Text-sub, var(--xmlui-borderVerticalColor-Text-sub, var(--xmlui-borderColor-Text-sub)));
3392
+ border-bottom-color: var(--xmlui-borderBottomColor-Text-sub, var(--xmlui-borderVerticalColor-Text-sub, var(--xmlui-borderColor-Text-sub)));
3393
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-sub, var(--xmlui-borderRadius-Text-sub));
3394
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-sub, var(--xmlui-borderRadius-Text-sub));
3395
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-sub, var(--xmlui-borderRadius-Text-sub));
3396
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-sub, var(--xmlui-borderRadius-Text-sub));
3397
+ color: var(--xmlui-textColor-Text-sub);
2738
3398
  font-family: var(--xmlui-fontFamily-Text-sub);
2739
3399
  font-size: var(--xmlui-fontSize-Text-sub);
2740
- font-weight: var(--xmlui-fontWeight-Text-sub);
2741
3400
  font-style: var(--xmlui-fontStyle-Text-sub);
3401
+ font-weight: var(--xmlui-fontWeight-Text-sub);
2742
3402
  font-stretch: var(--xmlui-fontStretch-Text-sub);
2743
3403
  text-decoration-line: var(--xmlui-textDecorationLine-Text-sub);
2744
3404
  text-decoration-color: var(--xmlui-textDecorationColor-Text-sub);
@@ -2746,28 +3406,54 @@ See this source for details: https://css-tricks.com/line-clampin/
2746
3406
  text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-sub);
2747
3407
  text-underline-offset: var(--xmlui-textUnderlineOffset-Text-sub);
2748
3408
  line-height: var(--xmlui-lineHeight-Text-sub);
2749
- color: var(--xmlui-textColor-Text-sub);
2750
3409
  background-color: var(--xmlui-backgroundColor-Text-sub);
2751
- border-radius: var(--xmlui-borderRadius-Text-sub);
2752
- border-color: var(--xmlui-borderColor-Text-sub);
2753
- border-width: var(--xmlui-borderWidth-Text-sub);
2754
- border-style: var(--xmlui-borderStyle-Text-sub);
2755
- padding: var(--xmlui-padding-Text-sub);
2756
- padding-left: var(--xmlui-paddingLeft-Text-sub, var(--xmlui-paddingHorizontal-Text-sub, var(--xmlui-padding-Text-sub)));
2757
- padding-right: var(--xmlui-paddingRight-Text-sub, var(--xmlui-paddingHorizontal-Text-sub, var(--xmlui-padding-Text-sub)));
2758
- padding-top: var(--xmlui-paddingTop-Text-sub, var(--xmlui-paddingVertical-Text-sub, var(--xmlui-padding-Text-sub)));
2759
- padding-bottom: var(--xmlui-paddingBottom-Text-sub, var(--xmlui-paddingVertical-Text-sub, var(--xmlui-padding-Text-sub)));
3410
+ text-transform: var(--xmlui-textTransform-Text-sub);
3411
+ letter-spacing: var(--xmlui-letterSpacing-Text-sub);
3412
+ word-spacing: var(--xmlui-wordSpacing-Text-sub);
3413
+ text-shadow: var(--xmlui-textShadow-Text-sub);
3414
+ text-indent: var(--xmlui-textIndent-Text-sub);
3415
+ text-align: var(--xmlui-textAlign-Text-sub);
3416
+ text-align-last: var(--xmlui-textAlignLast-Text-sub);
3417
+ word-break: var(--xmlui-wordBreak-Text-sub);
3418
+ word-wrap: var(--xmlui-wordWrap-Text-sub);
3419
+ direction: var(--xmlui-direction-Text-sub);
3420
+ writing-mode: var(--xmlui-writingMode-Text-sub);
3421
+ line-break: var(--xmlui-lineBreak-Text-sub);
2760
3422
  margin-top: var(--xmlui-marginTop-Text-sub);
2761
3423
  margin-bottom: var(--xmlui-marginBottom-Text-sub);
2762
- text-transform: var(--xmlui-textTransform-Text-sub);
2763
3424
  vertical-align: var(--xmlui-verticalAlign-Text-sub);
2764
- letter-spacing: var(--xmlui-letterSpacing-Text-sub);
2765
3425
  }
2766
- ._text_uu1r2_13._var_uu1r2_450 {
3426
+ ._text_wtc9w_13._var_wtc9w_841 {
3427
+ padding: var(--xmlui-padding-Text-var);
3428
+ padding-left: var(--xmlui-paddingLeft-Text-var, var(--xmlui-paddingHorizontal-Text-var, var(--xmlui-padding-Text-var)));
3429
+ padding-right: var(--xmlui-paddingRight-Text-var, var(--xmlui-paddingHorizontal-Text-var, var(--xmlui-padding-Text-var)));
3430
+ padding-top: var(--xmlui-paddingTop-Text-var, var(--xmlui-paddingVertical-Text-var, var(--xmlui-padding-Text-var)));
3431
+ padding-bottom: var(--xmlui-paddingBottom-Text-var, var(--xmlui-paddingVertical-Text-var, var(--xmlui-padding-Text-var)));
3432
+ border-left: var(--xmlui-borderLeft-Text-var, var(--xmlui-borderHorizontal-Text-var, var(--xmlui-border-Text-var)));
3433
+ border-right: var(--xmlui-borderRight-Text-var, var(--xmlui-borderHorizontal-Text-var, var(--xmlui-border-Text-var)));
3434
+ border-top: var(--xmlui-borderTop-Text-var, var(--xmlui-borderVertical-Text-var, var(--xmlui-border-Text-var)));
3435
+ border-bottom: var(--xmlui-borderBottom-Text-var, var(--xmlui-borderVertical-Text-var, var(--xmlui-border-Text-var)));
3436
+ border-left-style: var(--xmlui-borderLeftStyle-Text-var, var(--xmlui-borderHorizontalStyle-Text-var, var(--xmlui-borderStyle-Text-var)));
3437
+ border-right-style: var(--xmlui-borderRightStyle-Text-var, var(--xmlui-borderHorizontalStyle-Text-var, var(--xmlui-borderStyle-Text-var)));
3438
+ border-top-style: var(--xmlui-borderTopStyle-Text-var, var(--xmlui-borderVerticalStyle-Text-var, var(--xmlui-borderStyle-Text-var)));
3439
+ border-bottom-style: var(--xmlui-borderBottomStyle-Text-var, var(--xmlui-borderVerticalStyle-Text-var, var(--xmlui-borderStyle-Text-var)));
3440
+ border-left-width: var(--xmlui-borderLeftWidth-Text-var, var(--xmlui-borderHorizontalWidth-Text-var, var(--xmlui-borderWidth-Text-var)));
3441
+ border-right-width: var(--xmlui-borderRightWidth-Text-var, var(--xmlui-borderHorizontalWidth-Text-var, var(--xmlui-borderWidth-Text-var)));
3442
+ border-top-width: var(--xmlui-borderTopWidth-Text-var, var(--xmlui-borderVerticalWidth-Text-var, var(--xmlui-borderWidth-Text-var)));
3443
+ border-bottom-width: var(--xmlui-borderBottomWidth-Text-var, var(--xmlui-borderVerticalWidth-Text-var, var(--xmlui-borderWidth-Text-var)));
3444
+ border-left-color: var(--xmlui-borderLeftColor-Text-var, var(--xmlui-borderHorizontalColor-Text-var, var(--xmlui-borderColor-Text-var)));
3445
+ border-right-color: var(--xmlui-borderRightColor-Text-var, var(--xmlui-borderHorizontalColor-Text-var, var(--xmlui-borderColor-Text-var)));
3446
+ border-top-color: var(--xmlui-borderTopColor-Text-var, var(--xmlui-borderVerticalColor-Text-var, var(--xmlui-borderColor-Text-var)));
3447
+ border-bottom-color: var(--xmlui-borderBottomColor-Text-var, var(--xmlui-borderVerticalColor-Text-var, var(--xmlui-borderColor-Text-var)));
3448
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-var, var(--xmlui-borderRadius-Text-var));
3449
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-var, var(--xmlui-borderRadius-Text-var));
3450
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-var, var(--xmlui-borderRadius-Text-var));
3451
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-var, var(--xmlui-borderRadius-Text-var));
3452
+ color: var(--xmlui-textColor-Text-var);
2767
3453
  font-family: var(--xmlui-fontFamily-Text-var);
2768
3454
  font-size: var(--xmlui-fontSize-Text-var);
2769
- font-weight: var(--xmlui-fontWeight-Text-var);
2770
3455
  font-style: var(--xmlui-fontStyle-Text-var);
3456
+ font-weight: var(--xmlui-fontWeight-Text-var);
2771
3457
  font-stretch: var(--xmlui-fontStretch-Text-var);
2772
3458
  text-decoration-line: var(--xmlui-textDecorationLine-Text-var);
2773
3459
  text-decoration-color: var(--xmlui-textDecorationColor-Text-var);
@@ -2775,28 +3461,54 @@ See this source for details: https://css-tricks.com/line-clampin/
2775
3461
  text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-var);
2776
3462
  text-underline-offset: var(--xmlui-textUnderlineOffset-Text-var);
2777
3463
  line-height: var(--xmlui-lineHeight-Text-var);
2778
- color: var(--xmlui-textColor-Text-var);
2779
3464
  background-color: var(--xmlui-backgroundColor-Text-var);
2780
- border-radius: var(--xmlui-borderRadius-Text-var);
2781
- border-color: var(--xmlui-borderColor-Text-var);
2782
- border-width: var(--xmlui-borderWidth-Text-var);
2783
- border-style: var(--xmlui-borderStyle-Text-var);
2784
- padding: var(--xmlui-padding-Text-var);
2785
- padding-left: var(--xmlui-paddingLeft-Text-var, var(--xmlui-paddingHorizontal-Text-var, var(--xmlui-padding-Text-var)));
2786
- padding-right: var(--xmlui-paddingRight-Text-var, var(--xmlui-paddingHorizontal-Text-var, var(--xmlui-padding-Text-var)));
2787
- padding-top: var(--xmlui-paddingTop-Text-var, var(--xmlui-paddingVertical-Text-var, var(--xmlui-padding-Text-var)));
2788
- padding-bottom: var(--xmlui-paddingBottom-Text-var, var(--xmlui-paddingVertical-Text-var, var(--xmlui-padding-Text-var)));
3465
+ text-transform: var(--xmlui-textTransform-Text-var);
3466
+ letter-spacing: var(--xmlui-letterSpacing-Text-var);
3467
+ word-spacing: var(--xmlui-wordSpacing-Text-var);
3468
+ text-shadow: var(--xmlui-textShadow-Text-var);
3469
+ text-indent: var(--xmlui-textIndent-Text-var);
3470
+ text-align: var(--xmlui-textAlign-Text-var);
3471
+ text-align-last: var(--xmlui-textAlignLast-Text-var);
3472
+ word-break: var(--xmlui-wordBreak-Text-var);
3473
+ word-wrap: var(--xmlui-wordWrap-Text-var);
3474
+ direction: var(--xmlui-direction-Text-var);
3475
+ writing-mode: var(--xmlui-writingMode-Text-var);
3476
+ line-break: var(--xmlui-lineBreak-Text-var);
2789
3477
  margin-top: var(--xmlui-marginTop-Text-var);
2790
3478
  margin-bottom: var(--xmlui-marginBottom-Text-var);
2791
- text-transform: var(--xmlui-textTransform-Text-var);
2792
3479
  vertical-align: var(--xmlui-verticalAlign-Text-var);
2793
- letter-spacing: var(--xmlui-letterSpacing-Text-var);
2794
3480
  }
2795
- ._text_uu1r2_13._title_uu1r2_479 {
3481
+ ._text_wtc9w_13._title_wtc9w_896 {
3482
+ padding: var(--xmlui-padding-Text-title);
3483
+ padding-left: var(--xmlui-paddingLeft-Text-title, var(--xmlui-paddingHorizontal-Text-title, var(--xmlui-padding-Text-title)));
3484
+ padding-right: var(--xmlui-paddingRight-Text-title, var(--xmlui-paddingHorizontal-Text-title, var(--xmlui-padding-Text-title)));
3485
+ padding-top: var(--xmlui-paddingTop-Text-title, var(--xmlui-paddingVertical-Text-title, var(--xmlui-padding-Text-title)));
3486
+ padding-bottom: var(--xmlui-paddingBottom-Text-title, var(--xmlui-paddingVertical-Text-title, var(--xmlui-padding-Text-title)));
3487
+ border-left: var(--xmlui-borderLeft-Text-title, var(--xmlui-borderHorizontal-Text-title, var(--xmlui-border-Text-title)));
3488
+ border-right: var(--xmlui-borderRight-Text-title, var(--xmlui-borderHorizontal-Text-title, var(--xmlui-border-Text-title)));
3489
+ border-top: var(--xmlui-borderTop-Text-title, var(--xmlui-borderVertical-Text-title, var(--xmlui-border-Text-title)));
3490
+ border-bottom: var(--xmlui-borderBottom-Text-title, var(--xmlui-borderVertical-Text-title, var(--xmlui-border-Text-title)));
3491
+ border-left-style: var(--xmlui-borderLeftStyle-Text-title, var(--xmlui-borderHorizontalStyle-Text-title, var(--xmlui-borderStyle-Text-title)));
3492
+ border-right-style: var(--xmlui-borderRightStyle-Text-title, var(--xmlui-borderHorizontalStyle-Text-title, var(--xmlui-borderStyle-Text-title)));
3493
+ border-top-style: var(--xmlui-borderTopStyle-Text-title, var(--xmlui-borderVerticalStyle-Text-title, var(--xmlui-borderStyle-Text-title)));
3494
+ border-bottom-style: var(--xmlui-borderBottomStyle-Text-title, var(--xmlui-borderVerticalStyle-Text-title, var(--xmlui-borderStyle-Text-title)));
3495
+ border-left-width: var(--xmlui-borderLeftWidth-Text-title, var(--xmlui-borderHorizontalWidth-Text-title, var(--xmlui-borderWidth-Text-title)));
3496
+ border-right-width: var(--xmlui-borderRightWidth-Text-title, var(--xmlui-borderHorizontalWidth-Text-title, var(--xmlui-borderWidth-Text-title)));
3497
+ border-top-width: var(--xmlui-borderTopWidth-Text-title, var(--xmlui-borderVerticalWidth-Text-title, var(--xmlui-borderWidth-Text-title)));
3498
+ border-bottom-width: var(--xmlui-borderBottomWidth-Text-title, var(--xmlui-borderVerticalWidth-Text-title, var(--xmlui-borderWidth-Text-title)));
3499
+ border-left-color: var(--xmlui-borderLeftColor-Text-title, var(--xmlui-borderHorizontalColor-Text-title, var(--xmlui-borderColor-Text-title)));
3500
+ border-right-color: var(--xmlui-borderRightColor-Text-title, var(--xmlui-borderHorizontalColor-Text-title, var(--xmlui-borderColor-Text-title)));
3501
+ border-top-color: var(--xmlui-borderTopColor-Text-title, var(--xmlui-borderVerticalColor-Text-title, var(--xmlui-borderColor-Text-title)));
3502
+ border-bottom-color: var(--xmlui-borderBottomColor-Text-title, var(--xmlui-borderVerticalColor-Text-title, var(--xmlui-borderColor-Text-title)));
3503
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-title, var(--xmlui-borderRadius-Text-title));
3504
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-title, var(--xmlui-borderRadius-Text-title));
3505
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-title, var(--xmlui-borderRadius-Text-title));
3506
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-title, var(--xmlui-borderRadius-Text-title));
3507
+ color: var(--xmlui-textColor-Text-title);
2796
3508
  font-family: var(--xmlui-fontFamily-Text-title);
2797
3509
  font-size: var(--xmlui-fontSize-Text-title);
2798
- font-weight: var(--xmlui-fontWeight-Text-title);
2799
3510
  font-style: var(--xmlui-fontStyle-Text-title);
3511
+ font-weight: var(--xmlui-fontWeight-Text-title);
2800
3512
  font-stretch: var(--xmlui-fontStretch-Text-title);
2801
3513
  text-decoration-line: var(--xmlui-textDecorationLine-Text-title);
2802
3514
  text-decoration-color: var(--xmlui-textDecorationColor-Text-title);
@@ -2804,28 +3516,54 @@ See this source for details: https://css-tricks.com/line-clampin/
2804
3516
  text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-title);
2805
3517
  text-underline-offset: var(--xmlui-textUnderlineOffset-Text-title);
2806
3518
  line-height: var(--xmlui-lineHeight-Text-title);
2807
- color: var(--xmlui-textColor-Text-title);
2808
3519
  background-color: var(--xmlui-backgroundColor-Text-title);
2809
- border-radius: var(--xmlui-borderRadius-Text-title);
2810
- border-color: var(--xmlui-borderColor-Text-title);
2811
- border-width: var(--xmlui-borderWidth-Text-title);
2812
- border-style: var(--xmlui-borderStyle-Text-title);
2813
- padding: var(--xmlui-padding-Text-title);
2814
- padding-left: var(--xmlui-paddingLeft-Text-title, var(--xmlui-paddingHorizontal-Text-title, var(--xmlui-padding-Text-title)));
2815
- padding-right: var(--xmlui-paddingRight-Text-title, var(--xmlui-paddingHorizontal-Text-title, var(--xmlui-padding-Text-title)));
2816
- padding-top: var(--xmlui-paddingTop-Text-title, var(--xmlui-paddingVertical-Text-title, var(--xmlui-padding-Text-title)));
2817
- padding-bottom: var(--xmlui-paddingBottom-Text-title, var(--xmlui-paddingVertical-Text-title, var(--xmlui-padding-Text-title)));
3520
+ text-transform: var(--xmlui-textTransform-Text-title);
3521
+ letter-spacing: var(--xmlui-letterSpacing-Text-title);
3522
+ word-spacing: var(--xmlui-wordSpacing-Text-title);
3523
+ text-shadow: var(--xmlui-textShadow-Text-title);
3524
+ text-indent: var(--xmlui-textIndent-Text-title);
3525
+ text-align: var(--xmlui-textAlign-Text-title);
3526
+ text-align-last: var(--xmlui-textAlignLast-Text-title);
3527
+ word-break: var(--xmlui-wordBreak-Text-title);
3528
+ word-wrap: var(--xmlui-wordWrap-Text-title);
3529
+ direction: var(--xmlui-direction-Text-title);
3530
+ writing-mode: var(--xmlui-writingMode-Text-title);
3531
+ line-break: var(--xmlui-lineBreak-Text-title);
2818
3532
  margin-top: var(--xmlui-marginTop-Text-title);
2819
3533
  margin-bottom: var(--xmlui-marginBottom-Text-title);
2820
- text-transform: var(--xmlui-textTransform-Text-title);
2821
3534
  vertical-align: var(--xmlui-verticalAlign-Text-title);
2822
- letter-spacing: var(--xmlui-letterSpacing-Text-title);
2823
3535
  }
2824
- ._text_uu1r2_13._subtitle_uu1r2_508 {
3536
+ ._text_wtc9w_13._subtitle_wtc9w_951 {
3537
+ padding: var(--xmlui-padding-Text-subtitle);
3538
+ padding-left: var(--xmlui-paddingLeft-Text-subtitle, var(--xmlui-paddingHorizontal-Text-subtitle, var(--xmlui-padding-Text-subtitle)));
3539
+ padding-right: var(--xmlui-paddingRight-Text-subtitle, var(--xmlui-paddingHorizontal-Text-subtitle, var(--xmlui-padding-Text-subtitle)));
3540
+ padding-top: var(--xmlui-paddingTop-Text-subtitle, var(--xmlui-paddingVertical-Text-subtitle, var(--xmlui-padding-Text-subtitle)));
3541
+ padding-bottom: var(--xmlui-paddingBottom-Text-subtitle, var(--xmlui-paddingVertical-Text-subtitle, var(--xmlui-padding-Text-subtitle)));
3542
+ border-left: var(--xmlui-borderLeft-Text-subtitle, var(--xmlui-borderHorizontal-Text-subtitle, var(--xmlui-border-Text-subtitle)));
3543
+ border-right: var(--xmlui-borderRight-Text-subtitle, var(--xmlui-borderHorizontal-Text-subtitle, var(--xmlui-border-Text-subtitle)));
3544
+ border-top: var(--xmlui-borderTop-Text-subtitle, var(--xmlui-borderVertical-Text-subtitle, var(--xmlui-border-Text-subtitle)));
3545
+ border-bottom: var(--xmlui-borderBottom-Text-subtitle, var(--xmlui-borderVertical-Text-subtitle, var(--xmlui-border-Text-subtitle)));
3546
+ border-left-style: var(--xmlui-borderLeftStyle-Text-subtitle, var(--xmlui-borderHorizontalStyle-Text-subtitle, var(--xmlui-borderStyle-Text-subtitle)));
3547
+ border-right-style: var(--xmlui-borderRightStyle-Text-subtitle, var(--xmlui-borderHorizontalStyle-Text-subtitle, var(--xmlui-borderStyle-Text-subtitle)));
3548
+ border-top-style: var(--xmlui-borderTopStyle-Text-subtitle, var(--xmlui-borderVerticalStyle-Text-subtitle, var(--xmlui-borderStyle-Text-subtitle)));
3549
+ border-bottom-style: var(--xmlui-borderBottomStyle-Text-subtitle, var(--xmlui-borderVerticalStyle-Text-subtitle, var(--xmlui-borderStyle-Text-subtitle)));
3550
+ border-left-width: var(--xmlui-borderLeftWidth-Text-subtitle, var(--xmlui-borderHorizontalWidth-Text-subtitle, var(--xmlui-borderWidth-Text-subtitle)));
3551
+ border-right-width: var(--xmlui-borderRightWidth-Text-subtitle, var(--xmlui-borderHorizontalWidth-Text-subtitle, var(--xmlui-borderWidth-Text-subtitle)));
3552
+ border-top-width: var(--xmlui-borderTopWidth-Text-subtitle, var(--xmlui-borderVerticalWidth-Text-subtitle, var(--xmlui-borderWidth-Text-subtitle)));
3553
+ border-bottom-width: var(--xmlui-borderBottomWidth-Text-subtitle, var(--xmlui-borderVerticalWidth-Text-subtitle, var(--xmlui-borderWidth-Text-subtitle)));
3554
+ border-left-color: var(--xmlui-borderLeftColor-Text-subtitle, var(--xmlui-borderHorizontalColor-Text-subtitle, var(--xmlui-borderColor-Text-subtitle)));
3555
+ border-right-color: var(--xmlui-borderRightColor-Text-subtitle, var(--xmlui-borderHorizontalColor-Text-subtitle, var(--xmlui-borderColor-Text-subtitle)));
3556
+ border-top-color: var(--xmlui-borderTopColor-Text-subtitle, var(--xmlui-borderVerticalColor-Text-subtitle, var(--xmlui-borderColor-Text-subtitle)));
3557
+ border-bottom-color: var(--xmlui-borderBottomColor-Text-subtitle, var(--xmlui-borderVerticalColor-Text-subtitle, var(--xmlui-borderColor-Text-subtitle)));
3558
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-subtitle, var(--xmlui-borderRadius-Text-subtitle));
3559
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-subtitle, var(--xmlui-borderRadius-Text-subtitle));
3560
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-subtitle, var(--xmlui-borderRadius-Text-subtitle));
3561
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-subtitle, var(--xmlui-borderRadius-Text-subtitle));
3562
+ color: var(--xmlui-textColor-Text-subtitle);
2825
3563
  font-family: var(--xmlui-fontFamily-Text-subtitle);
2826
3564
  font-size: var(--xmlui-fontSize-Text-subtitle);
2827
- font-weight: var(--xmlui-fontWeight-Text-subtitle);
2828
3565
  font-style: var(--xmlui-fontStyle-Text-subtitle);
3566
+ font-weight: var(--xmlui-fontWeight-Text-subtitle);
2829
3567
  font-stretch: var(--xmlui-fontStretch-Text-subtitle);
2830
3568
  text-decoration-line: var(--xmlui-textDecorationLine-Text-subtitle);
2831
3569
  text-decoration-color: var(--xmlui-textDecorationColor-Text-subtitle);
@@ -2833,28 +3571,54 @@ See this source for details: https://css-tricks.com/line-clampin/
2833
3571
  text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-subtitle);
2834
3572
  text-underline-offset: var(--xmlui-textUnderlineOffset-Text-subtitle);
2835
3573
  line-height: var(--xmlui-lineHeight-Text-subtitle);
2836
- color: var(--xmlui-textColor-Text-subtitle);
2837
3574
  background-color: var(--xmlui-backgroundColor-Text-subtitle);
2838
- border-radius: var(--xmlui-borderRadius-Text-subtitle);
2839
- border-color: var(--xmlui-borderColor-Text-subtitle);
2840
- border-width: var(--xmlui-borderWidth-Text-subtitle);
2841
- border-style: var(--xmlui-borderStyle-Text-subtitle);
2842
- padding: var(--xmlui-padding-Text-subtitle);
2843
- padding-left: var(--xmlui-paddingLeft-Text-subtitle, var(--xmlui-paddingHorizontal-Text-subtitle, var(--xmlui-padding-Text-subtitle)));
2844
- padding-right: var(--xmlui-paddingRight-Text-subtitle, var(--xmlui-paddingHorizontal-Text-subtitle, var(--xmlui-padding-Text-subtitle)));
2845
- padding-top: var(--xmlui-paddingTop-Text-subtitle, var(--xmlui-paddingVertical-Text-subtitle, var(--xmlui-padding-Text-subtitle)));
2846
- padding-bottom: var(--xmlui-paddingBottom-Text-subtitle, var(--xmlui-paddingVertical-Text-subtitle, var(--xmlui-padding-Text-subtitle)));
3575
+ text-transform: var(--xmlui-textTransform-Text-subtitle);
3576
+ letter-spacing: var(--xmlui-letterSpacing-Text-subtitle);
3577
+ word-spacing: var(--xmlui-wordSpacing-Text-subtitle);
3578
+ text-shadow: var(--xmlui-textShadow-Text-subtitle);
3579
+ text-indent: var(--xmlui-textIndent-Text-subtitle);
3580
+ text-align: var(--xmlui-textAlign-Text-subtitle);
3581
+ text-align-last: var(--xmlui-textAlignLast-Text-subtitle);
3582
+ word-break: var(--xmlui-wordBreak-Text-subtitle);
3583
+ word-wrap: var(--xmlui-wordWrap-Text-subtitle);
3584
+ direction: var(--xmlui-direction-Text-subtitle);
3585
+ writing-mode: var(--xmlui-writingMode-Text-subtitle);
3586
+ line-break: var(--xmlui-lineBreak-Text-subtitle);
2847
3587
  margin-top: var(--xmlui-marginTop-Text-subtitle);
2848
3588
  margin-bottom: var(--xmlui-marginBottom-Text-subtitle);
2849
- text-transform: var(--xmlui-textTransform-Text-subtitle);
2850
3589
  vertical-align: var(--xmlui-verticalAlign-Text-subtitle);
2851
- letter-spacing: var(--xmlui-letterSpacing-Text-subtitle);
2852
3590
  }
2853
- ._text_uu1r2_13._small_uu1r2_537 {
3591
+ ._text_wtc9w_13._small_wtc9w_1006 {
3592
+ padding: var(--xmlui-padding-Text-small);
3593
+ padding-left: var(--xmlui-paddingLeft-Text-small, var(--xmlui-paddingHorizontal-Text-small, var(--xmlui-padding-Text-small)));
3594
+ padding-right: var(--xmlui-paddingRight-Text-small, var(--xmlui-paddingHorizontal-Text-small, var(--xmlui-padding-Text-small)));
3595
+ padding-top: var(--xmlui-paddingTop-Text-small, var(--xmlui-paddingVertical-Text-small, var(--xmlui-padding-Text-small)));
3596
+ padding-bottom: var(--xmlui-paddingBottom-Text-small, var(--xmlui-paddingVertical-Text-small, var(--xmlui-padding-Text-small)));
3597
+ border-left: var(--xmlui-borderLeft-Text-small, var(--xmlui-borderHorizontal-Text-small, var(--xmlui-border-Text-small)));
3598
+ border-right: var(--xmlui-borderRight-Text-small, var(--xmlui-borderHorizontal-Text-small, var(--xmlui-border-Text-small)));
3599
+ border-top: var(--xmlui-borderTop-Text-small, var(--xmlui-borderVertical-Text-small, var(--xmlui-border-Text-small)));
3600
+ border-bottom: var(--xmlui-borderBottom-Text-small, var(--xmlui-borderVertical-Text-small, var(--xmlui-border-Text-small)));
3601
+ border-left-style: var(--xmlui-borderLeftStyle-Text-small, var(--xmlui-borderHorizontalStyle-Text-small, var(--xmlui-borderStyle-Text-small)));
3602
+ border-right-style: var(--xmlui-borderRightStyle-Text-small, var(--xmlui-borderHorizontalStyle-Text-small, var(--xmlui-borderStyle-Text-small)));
3603
+ border-top-style: var(--xmlui-borderTopStyle-Text-small, var(--xmlui-borderVerticalStyle-Text-small, var(--xmlui-borderStyle-Text-small)));
3604
+ border-bottom-style: var(--xmlui-borderBottomStyle-Text-small, var(--xmlui-borderVerticalStyle-Text-small, var(--xmlui-borderStyle-Text-small)));
3605
+ border-left-width: var(--xmlui-borderLeftWidth-Text-small, var(--xmlui-borderHorizontalWidth-Text-small, var(--xmlui-borderWidth-Text-small)));
3606
+ border-right-width: var(--xmlui-borderRightWidth-Text-small, var(--xmlui-borderHorizontalWidth-Text-small, var(--xmlui-borderWidth-Text-small)));
3607
+ border-top-width: var(--xmlui-borderTopWidth-Text-small, var(--xmlui-borderVerticalWidth-Text-small, var(--xmlui-borderWidth-Text-small)));
3608
+ border-bottom-width: var(--xmlui-borderBottomWidth-Text-small, var(--xmlui-borderVerticalWidth-Text-small, var(--xmlui-borderWidth-Text-small)));
3609
+ border-left-color: var(--xmlui-borderLeftColor-Text-small, var(--xmlui-borderHorizontalColor-Text-small, var(--xmlui-borderColor-Text-small)));
3610
+ border-right-color: var(--xmlui-borderRightColor-Text-small, var(--xmlui-borderHorizontalColor-Text-small, var(--xmlui-borderColor-Text-small)));
3611
+ border-top-color: var(--xmlui-borderTopColor-Text-small, var(--xmlui-borderVerticalColor-Text-small, var(--xmlui-borderColor-Text-small)));
3612
+ border-bottom-color: var(--xmlui-borderBottomColor-Text-small, var(--xmlui-borderVerticalColor-Text-small, var(--xmlui-borderColor-Text-small)));
3613
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-small, var(--xmlui-borderRadius-Text-small));
3614
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-small, var(--xmlui-borderRadius-Text-small));
3615
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-small, var(--xmlui-borderRadius-Text-small));
3616
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-small, var(--xmlui-borderRadius-Text-small));
3617
+ color: var(--xmlui-textColor-Text-small);
2854
3618
  font-family: var(--xmlui-fontFamily-Text-small);
2855
3619
  font-size: var(--xmlui-fontSize-Text-small);
2856
- font-weight: var(--xmlui-fontWeight-Text-small);
2857
3620
  font-style: var(--xmlui-fontStyle-Text-small);
3621
+ font-weight: var(--xmlui-fontWeight-Text-small);
2858
3622
  font-stretch: var(--xmlui-fontStretch-Text-small);
2859
3623
  text-decoration-line: var(--xmlui-textDecorationLine-Text-small);
2860
3624
  text-decoration-color: var(--xmlui-textDecorationColor-Text-small);
@@ -2862,28 +3626,54 @@ See this source for details: https://css-tricks.com/line-clampin/
2862
3626
  text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-small);
2863
3627
  text-underline-offset: var(--xmlui-textUnderlineOffset-Text-small);
2864
3628
  line-height: var(--xmlui-lineHeight-Text-small);
2865
- color: var(--xmlui-textColor-Text-small);
2866
3629
  background-color: var(--xmlui-backgroundColor-Text-small);
2867
- border-radius: var(--xmlui-borderRadius-Text-small);
2868
- border-color: var(--xmlui-borderColor-Text-small);
2869
- border-width: var(--xmlui-borderWidth-Text-small);
2870
- border-style: var(--xmlui-borderStyle-Text-small);
2871
- padding: var(--xmlui-padding-Text-small);
2872
- padding-left: var(--xmlui-paddingLeft-Text-small, var(--xmlui-paddingHorizontal-Text-small, var(--xmlui-padding-Text-small)));
2873
- padding-right: var(--xmlui-paddingRight-Text-small, var(--xmlui-paddingHorizontal-Text-small, var(--xmlui-padding-Text-small)));
2874
- padding-top: var(--xmlui-paddingTop-Text-small, var(--xmlui-paddingVertical-Text-small, var(--xmlui-padding-Text-small)));
2875
- padding-bottom: var(--xmlui-paddingBottom-Text-small, var(--xmlui-paddingVertical-Text-small, var(--xmlui-padding-Text-small)));
3630
+ text-transform: var(--xmlui-textTransform-Text-small);
3631
+ letter-spacing: var(--xmlui-letterSpacing-Text-small);
3632
+ word-spacing: var(--xmlui-wordSpacing-Text-small);
3633
+ text-shadow: var(--xmlui-textShadow-Text-small);
3634
+ text-indent: var(--xmlui-textIndent-Text-small);
3635
+ text-align: var(--xmlui-textAlign-Text-small);
3636
+ text-align-last: var(--xmlui-textAlignLast-Text-small);
3637
+ word-break: var(--xmlui-wordBreak-Text-small);
3638
+ word-wrap: var(--xmlui-wordWrap-Text-small);
3639
+ direction: var(--xmlui-direction-Text-small);
3640
+ writing-mode: var(--xmlui-writingMode-Text-small);
3641
+ line-break: var(--xmlui-lineBreak-Text-small);
2876
3642
  margin-top: var(--xmlui-marginTop-Text-small);
2877
3643
  margin-bottom: var(--xmlui-marginBottom-Text-small);
2878
- text-transform: var(--xmlui-textTransform-Text-small);
2879
3644
  vertical-align: var(--xmlui-verticalAlign-Text-small);
2880
- letter-spacing: var(--xmlui-letterSpacing-Text-small);
2881
3645
  }
2882
- ._text_uu1r2_13._caption_uu1r2_566 {
3646
+ ._text_wtc9w_13._caption_wtc9w_1061 {
3647
+ padding: var(--xmlui-padding-Text-caption);
3648
+ padding-left: var(--xmlui-paddingLeft-Text-caption, var(--xmlui-paddingHorizontal-Text-caption, var(--xmlui-padding-Text-caption)));
3649
+ padding-right: var(--xmlui-paddingRight-Text-caption, var(--xmlui-paddingHorizontal-Text-caption, var(--xmlui-padding-Text-caption)));
3650
+ padding-top: var(--xmlui-paddingTop-Text-caption, var(--xmlui-paddingVertical-Text-caption, var(--xmlui-padding-Text-caption)));
3651
+ padding-bottom: var(--xmlui-paddingBottom-Text-caption, var(--xmlui-paddingVertical-Text-caption, var(--xmlui-padding-Text-caption)));
3652
+ border-left: var(--xmlui-borderLeft-Text-caption, var(--xmlui-borderHorizontal-Text-caption, var(--xmlui-border-Text-caption)));
3653
+ border-right: var(--xmlui-borderRight-Text-caption, var(--xmlui-borderHorizontal-Text-caption, var(--xmlui-border-Text-caption)));
3654
+ border-top: var(--xmlui-borderTop-Text-caption, var(--xmlui-borderVertical-Text-caption, var(--xmlui-border-Text-caption)));
3655
+ border-bottom: var(--xmlui-borderBottom-Text-caption, var(--xmlui-borderVertical-Text-caption, var(--xmlui-border-Text-caption)));
3656
+ border-left-style: var(--xmlui-borderLeftStyle-Text-caption, var(--xmlui-borderHorizontalStyle-Text-caption, var(--xmlui-borderStyle-Text-caption)));
3657
+ border-right-style: var(--xmlui-borderRightStyle-Text-caption, var(--xmlui-borderHorizontalStyle-Text-caption, var(--xmlui-borderStyle-Text-caption)));
3658
+ border-top-style: var(--xmlui-borderTopStyle-Text-caption, var(--xmlui-borderVerticalStyle-Text-caption, var(--xmlui-borderStyle-Text-caption)));
3659
+ border-bottom-style: var(--xmlui-borderBottomStyle-Text-caption, var(--xmlui-borderVerticalStyle-Text-caption, var(--xmlui-borderStyle-Text-caption)));
3660
+ border-left-width: var(--xmlui-borderLeftWidth-Text-caption, var(--xmlui-borderHorizontalWidth-Text-caption, var(--xmlui-borderWidth-Text-caption)));
3661
+ border-right-width: var(--xmlui-borderRightWidth-Text-caption, var(--xmlui-borderHorizontalWidth-Text-caption, var(--xmlui-borderWidth-Text-caption)));
3662
+ border-top-width: var(--xmlui-borderTopWidth-Text-caption, var(--xmlui-borderVerticalWidth-Text-caption, var(--xmlui-borderWidth-Text-caption)));
3663
+ border-bottom-width: var(--xmlui-borderBottomWidth-Text-caption, var(--xmlui-borderVerticalWidth-Text-caption, var(--xmlui-borderWidth-Text-caption)));
3664
+ border-left-color: var(--xmlui-borderLeftColor-Text-caption, var(--xmlui-borderHorizontalColor-Text-caption, var(--xmlui-borderColor-Text-caption)));
3665
+ border-right-color: var(--xmlui-borderRightColor-Text-caption, var(--xmlui-borderHorizontalColor-Text-caption, var(--xmlui-borderColor-Text-caption)));
3666
+ border-top-color: var(--xmlui-borderTopColor-Text-caption, var(--xmlui-borderVerticalColor-Text-caption, var(--xmlui-borderColor-Text-caption)));
3667
+ border-bottom-color: var(--xmlui-borderBottomColor-Text-caption, var(--xmlui-borderVerticalColor-Text-caption, var(--xmlui-borderColor-Text-caption)));
3668
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-caption, var(--xmlui-borderRadius-Text-caption));
3669
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-caption, var(--xmlui-borderRadius-Text-caption));
3670
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-caption, var(--xmlui-borderRadius-Text-caption));
3671
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-caption, var(--xmlui-borderRadius-Text-caption));
3672
+ color: var(--xmlui-textColor-Text-caption);
2883
3673
  font-family: var(--xmlui-fontFamily-Text-caption);
2884
3674
  font-size: var(--xmlui-fontSize-Text-caption);
2885
- font-weight: var(--xmlui-fontWeight-Text-caption);
2886
3675
  font-style: var(--xmlui-fontStyle-Text-caption);
3676
+ font-weight: var(--xmlui-fontWeight-Text-caption);
2887
3677
  font-stretch: var(--xmlui-fontStretch-Text-caption);
2888
3678
  text-decoration-line: var(--xmlui-textDecorationLine-Text-caption);
2889
3679
  text-decoration-color: var(--xmlui-textDecorationColor-Text-caption);
@@ -2891,28 +3681,54 @@ See this source for details: https://css-tricks.com/line-clampin/
2891
3681
  text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-caption);
2892
3682
  text-underline-offset: var(--xmlui-textUnderlineOffset-Text-caption);
2893
3683
  line-height: var(--xmlui-lineHeight-Text-caption);
2894
- color: var(--xmlui-textColor-Text-caption);
2895
3684
  background-color: var(--xmlui-backgroundColor-Text-caption);
2896
- border-radius: var(--xmlui-borderRadius-Text-caption);
2897
- border-color: var(--xmlui-borderColor-Text-caption);
2898
- border-width: var(--xmlui-borderWidth-Text-caption);
2899
- border-style: var(--xmlui-borderStyle-Text-caption);
2900
- padding: var(--xmlui-padding-Text-caption);
2901
- padding-left: var(--xmlui-paddingLeft-Text-caption, var(--xmlui-paddingHorizontal-Text-caption, var(--xmlui-padding-Text-caption)));
2902
- padding-right: var(--xmlui-paddingRight-Text-caption, var(--xmlui-paddingHorizontal-Text-caption, var(--xmlui-padding-Text-caption)));
2903
- padding-top: var(--xmlui-paddingTop-Text-caption, var(--xmlui-paddingVertical-Text-caption, var(--xmlui-padding-Text-caption)));
2904
- padding-bottom: var(--xmlui-paddingBottom-Text-caption, var(--xmlui-paddingVertical-Text-caption, var(--xmlui-padding-Text-caption)));
3685
+ text-transform: var(--xmlui-textTransform-Text-caption);
3686
+ letter-spacing: var(--xmlui-letterSpacing-Text-caption);
3687
+ word-spacing: var(--xmlui-wordSpacing-Text-caption);
3688
+ text-shadow: var(--xmlui-textShadow-Text-caption);
3689
+ text-indent: var(--xmlui-textIndent-Text-caption);
3690
+ text-align: var(--xmlui-textAlign-Text-caption);
3691
+ text-align-last: var(--xmlui-textAlignLast-Text-caption);
3692
+ word-break: var(--xmlui-wordBreak-Text-caption);
3693
+ word-wrap: var(--xmlui-wordWrap-Text-caption);
3694
+ direction: var(--xmlui-direction-Text-caption);
3695
+ writing-mode: var(--xmlui-writingMode-Text-caption);
3696
+ line-break: var(--xmlui-lineBreak-Text-caption);
2905
3697
  margin-top: var(--xmlui-marginTop-Text-caption);
2906
3698
  margin-bottom: var(--xmlui-marginBottom-Text-caption);
2907
- text-transform: var(--xmlui-textTransform-Text-caption);
2908
3699
  vertical-align: var(--xmlui-verticalAlign-Text-caption);
2909
- letter-spacing: var(--xmlui-letterSpacing-Text-caption);
2910
3700
  }
2911
- ._text_uu1r2_13._placeholder_uu1r2_595 {
3701
+ ._text_wtc9w_13._placeholder_wtc9w_1116 {
3702
+ padding: var(--xmlui-padding-Text-placeholder);
3703
+ padding-left: var(--xmlui-paddingLeft-Text-placeholder, var(--xmlui-paddingHorizontal-Text-placeholder, var(--xmlui-padding-Text-placeholder)));
3704
+ padding-right: var(--xmlui-paddingRight-Text-placeholder, var(--xmlui-paddingHorizontal-Text-placeholder, var(--xmlui-padding-Text-placeholder)));
3705
+ padding-top: var(--xmlui-paddingTop-Text-placeholder, var(--xmlui-paddingVertical-Text-placeholder, var(--xmlui-padding-Text-placeholder)));
3706
+ padding-bottom: var(--xmlui-paddingBottom-Text-placeholder, var(--xmlui-paddingVertical-Text-placeholder, var(--xmlui-padding-Text-placeholder)));
3707
+ border-left: var(--xmlui-borderLeft-Text-placeholder, var(--xmlui-borderHorizontal-Text-placeholder, var(--xmlui-border-Text-placeholder)));
3708
+ border-right: var(--xmlui-borderRight-Text-placeholder, var(--xmlui-borderHorizontal-Text-placeholder, var(--xmlui-border-Text-placeholder)));
3709
+ border-top: var(--xmlui-borderTop-Text-placeholder, var(--xmlui-borderVertical-Text-placeholder, var(--xmlui-border-Text-placeholder)));
3710
+ border-bottom: var(--xmlui-borderBottom-Text-placeholder, var(--xmlui-borderVertical-Text-placeholder, var(--xmlui-border-Text-placeholder)));
3711
+ border-left-style: var(--xmlui-borderLeftStyle-Text-placeholder, var(--xmlui-borderHorizontalStyle-Text-placeholder, var(--xmlui-borderStyle-Text-placeholder)));
3712
+ border-right-style: var(--xmlui-borderRightStyle-Text-placeholder, var(--xmlui-borderHorizontalStyle-Text-placeholder, var(--xmlui-borderStyle-Text-placeholder)));
3713
+ border-top-style: var(--xmlui-borderTopStyle-Text-placeholder, var(--xmlui-borderVerticalStyle-Text-placeholder, var(--xmlui-borderStyle-Text-placeholder)));
3714
+ border-bottom-style: var(--xmlui-borderBottomStyle-Text-placeholder, var(--xmlui-borderVerticalStyle-Text-placeholder, var(--xmlui-borderStyle-Text-placeholder)));
3715
+ border-left-width: var(--xmlui-borderLeftWidth-Text-placeholder, var(--xmlui-borderHorizontalWidth-Text-placeholder, var(--xmlui-borderWidth-Text-placeholder)));
3716
+ border-right-width: var(--xmlui-borderRightWidth-Text-placeholder, var(--xmlui-borderHorizontalWidth-Text-placeholder, var(--xmlui-borderWidth-Text-placeholder)));
3717
+ border-top-width: var(--xmlui-borderTopWidth-Text-placeholder, var(--xmlui-borderVerticalWidth-Text-placeholder, var(--xmlui-borderWidth-Text-placeholder)));
3718
+ border-bottom-width: var(--xmlui-borderBottomWidth-Text-placeholder, var(--xmlui-borderVerticalWidth-Text-placeholder, var(--xmlui-borderWidth-Text-placeholder)));
3719
+ border-left-color: var(--xmlui-borderLeftColor-Text-placeholder, var(--xmlui-borderHorizontalColor-Text-placeholder, var(--xmlui-borderColor-Text-placeholder)));
3720
+ border-right-color: var(--xmlui-borderRightColor-Text-placeholder, var(--xmlui-borderHorizontalColor-Text-placeholder, var(--xmlui-borderColor-Text-placeholder)));
3721
+ border-top-color: var(--xmlui-borderTopColor-Text-placeholder, var(--xmlui-borderVerticalColor-Text-placeholder, var(--xmlui-borderColor-Text-placeholder)));
3722
+ border-bottom-color: var(--xmlui-borderBottomColor-Text-placeholder, var(--xmlui-borderVerticalColor-Text-placeholder, var(--xmlui-borderColor-Text-placeholder)));
3723
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-placeholder, var(--xmlui-borderRadius-Text-placeholder));
3724
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-placeholder, var(--xmlui-borderRadius-Text-placeholder));
3725
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-placeholder, var(--xmlui-borderRadius-Text-placeholder));
3726
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-placeholder, var(--xmlui-borderRadius-Text-placeholder));
3727
+ color: var(--xmlui-textColor-Text-placeholder);
2912
3728
  font-family: var(--xmlui-fontFamily-Text-placeholder);
2913
3729
  font-size: var(--xmlui-fontSize-Text-placeholder);
2914
- font-weight: var(--xmlui-fontWeight-Text-placeholder);
2915
3730
  font-style: var(--xmlui-fontStyle-Text-placeholder);
3731
+ font-weight: var(--xmlui-fontWeight-Text-placeholder);
2916
3732
  font-stretch: var(--xmlui-fontStretch-Text-placeholder);
2917
3733
  text-decoration-line: var(--xmlui-textDecorationLine-Text-placeholder);
2918
3734
  text-decoration-color: var(--xmlui-textDecorationColor-Text-placeholder);
@@ -2920,28 +3736,54 @@ See this source for details: https://css-tricks.com/line-clampin/
2920
3736
  text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-placeholder);
2921
3737
  text-underline-offset: var(--xmlui-textUnderlineOffset-Text-placeholder);
2922
3738
  line-height: var(--xmlui-lineHeight-Text-placeholder);
2923
- color: var(--xmlui-textColor-Text-placeholder);
2924
3739
  background-color: var(--xmlui-backgroundColor-Text-placeholder);
2925
- border-radius: var(--xmlui-borderRadius-Text-placeholder);
2926
- border-color: var(--xmlui-borderColor-Text-placeholder);
2927
- border-width: var(--xmlui-borderWidth-Text-placeholder);
2928
- border-style: var(--xmlui-borderStyle-Text-placeholder);
2929
- padding: var(--xmlui-padding-Text-placeholder);
2930
- padding-left: var(--xmlui-paddingLeft-Text-placeholder, var(--xmlui-paddingHorizontal-Text-placeholder, var(--xmlui-padding-Text-placeholder)));
2931
- padding-right: var(--xmlui-paddingRight-Text-placeholder, var(--xmlui-paddingHorizontal-Text-placeholder, var(--xmlui-padding-Text-placeholder)));
2932
- padding-top: var(--xmlui-paddingTop-Text-placeholder, var(--xmlui-paddingVertical-Text-placeholder, var(--xmlui-padding-Text-placeholder)));
2933
- padding-bottom: var(--xmlui-paddingBottom-Text-placeholder, var(--xmlui-paddingVertical-Text-placeholder, var(--xmlui-padding-Text-placeholder)));
3740
+ text-transform: var(--xmlui-textTransform-Text-placeholder);
3741
+ letter-spacing: var(--xmlui-letterSpacing-Text-placeholder);
3742
+ word-spacing: var(--xmlui-wordSpacing-Text-placeholder);
3743
+ text-shadow: var(--xmlui-textShadow-Text-placeholder);
3744
+ text-indent: var(--xmlui-textIndent-Text-placeholder);
3745
+ text-align: var(--xmlui-textAlign-Text-placeholder);
3746
+ text-align-last: var(--xmlui-textAlignLast-Text-placeholder);
3747
+ word-break: var(--xmlui-wordBreak-Text-placeholder);
3748
+ word-wrap: var(--xmlui-wordWrap-Text-placeholder);
3749
+ direction: var(--xmlui-direction-Text-placeholder);
3750
+ writing-mode: var(--xmlui-writingMode-Text-placeholder);
3751
+ line-break: var(--xmlui-lineBreak-Text-placeholder);
2934
3752
  margin-top: var(--xmlui-marginTop-Text-placeholder);
2935
3753
  margin-bottom: var(--xmlui-marginBottom-Text-placeholder);
2936
- text-transform: var(--xmlui-textTransform-Text-placeholder);
2937
3754
  vertical-align: var(--xmlui-verticalAlign-Text-placeholder);
2938
- letter-spacing: var(--xmlui-letterSpacing-Text-placeholder);
2939
3755
  }
2940
- ._text_uu1r2_13._paragraph_uu1r2_624 {
3756
+ ._text_wtc9w_13._paragraph_wtc9w_1171 {
3757
+ padding: var(--xmlui-padding-Text-paragraph);
3758
+ padding-left: var(--xmlui-paddingLeft-Text-paragraph, var(--xmlui-paddingHorizontal-Text-paragraph, var(--xmlui-padding-Text-paragraph)));
3759
+ padding-right: var(--xmlui-paddingRight-Text-paragraph, var(--xmlui-paddingHorizontal-Text-paragraph, var(--xmlui-padding-Text-paragraph)));
3760
+ padding-top: var(--xmlui-paddingTop-Text-paragraph, var(--xmlui-paddingVertical-Text-paragraph, var(--xmlui-padding-Text-paragraph)));
3761
+ padding-bottom: var(--xmlui-paddingBottom-Text-paragraph, var(--xmlui-paddingVertical-Text-paragraph, var(--xmlui-padding-Text-paragraph)));
3762
+ border-left: var(--xmlui-borderLeft-Text-paragraph, var(--xmlui-borderHorizontal-Text-paragraph, var(--xmlui-border-Text-paragraph)));
3763
+ border-right: var(--xmlui-borderRight-Text-paragraph, var(--xmlui-borderHorizontal-Text-paragraph, var(--xmlui-border-Text-paragraph)));
3764
+ border-top: var(--xmlui-borderTop-Text-paragraph, var(--xmlui-borderVertical-Text-paragraph, var(--xmlui-border-Text-paragraph)));
3765
+ border-bottom: var(--xmlui-borderBottom-Text-paragraph, var(--xmlui-borderVertical-Text-paragraph, var(--xmlui-border-Text-paragraph)));
3766
+ border-left-style: var(--xmlui-borderLeftStyle-Text-paragraph, var(--xmlui-borderHorizontalStyle-Text-paragraph, var(--xmlui-borderStyle-Text-paragraph)));
3767
+ border-right-style: var(--xmlui-borderRightStyle-Text-paragraph, var(--xmlui-borderHorizontalStyle-Text-paragraph, var(--xmlui-borderStyle-Text-paragraph)));
3768
+ border-top-style: var(--xmlui-borderTopStyle-Text-paragraph, var(--xmlui-borderVerticalStyle-Text-paragraph, var(--xmlui-borderStyle-Text-paragraph)));
3769
+ border-bottom-style: var(--xmlui-borderBottomStyle-Text-paragraph, var(--xmlui-borderVerticalStyle-Text-paragraph, var(--xmlui-borderStyle-Text-paragraph)));
3770
+ border-left-width: var(--xmlui-borderLeftWidth-Text-paragraph, var(--xmlui-borderHorizontalWidth-Text-paragraph, var(--xmlui-borderWidth-Text-paragraph)));
3771
+ border-right-width: var(--xmlui-borderRightWidth-Text-paragraph, var(--xmlui-borderHorizontalWidth-Text-paragraph, var(--xmlui-borderWidth-Text-paragraph)));
3772
+ border-top-width: var(--xmlui-borderTopWidth-Text-paragraph, var(--xmlui-borderVerticalWidth-Text-paragraph, var(--xmlui-borderWidth-Text-paragraph)));
3773
+ border-bottom-width: var(--xmlui-borderBottomWidth-Text-paragraph, var(--xmlui-borderVerticalWidth-Text-paragraph, var(--xmlui-borderWidth-Text-paragraph)));
3774
+ border-left-color: var(--xmlui-borderLeftColor-Text-paragraph, var(--xmlui-borderHorizontalColor-Text-paragraph, var(--xmlui-borderColor-Text-paragraph)));
3775
+ border-right-color: var(--xmlui-borderRightColor-Text-paragraph, var(--xmlui-borderHorizontalColor-Text-paragraph, var(--xmlui-borderColor-Text-paragraph)));
3776
+ border-top-color: var(--xmlui-borderTopColor-Text-paragraph, var(--xmlui-borderVerticalColor-Text-paragraph, var(--xmlui-borderColor-Text-paragraph)));
3777
+ border-bottom-color: var(--xmlui-borderBottomColor-Text-paragraph, var(--xmlui-borderVerticalColor-Text-paragraph, var(--xmlui-borderColor-Text-paragraph)));
3778
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-paragraph, var(--xmlui-borderRadius-Text-paragraph));
3779
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-paragraph, var(--xmlui-borderRadius-Text-paragraph));
3780
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-paragraph, var(--xmlui-borderRadius-Text-paragraph));
3781
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-paragraph, var(--xmlui-borderRadius-Text-paragraph));
3782
+ color: var(--xmlui-textColor-Text-paragraph);
2941
3783
  font-family: var(--xmlui-fontFamily-Text-paragraph);
2942
3784
  font-size: var(--xmlui-fontSize-Text-paragraph);
2943
- font-weight: var(--xmlui-fontWeight-Text-paragraph);
2944
3785
  font-style: var(--xmlui-fontStyle-Text-paragraph);
3786
+ font-weight: var(--xmlui-fontWeight-Text-paragraph);
2945
3787
  font-stretch: var(--xmlui-fontStretch-Text-paragraph);
2946
3788
  text-decoration-line: var(--xmlui-textDecorationLine-Text-paragraph);
2947
3789
  text-decoration-color: var(--xmlui-textDecorationColor-Text-paragraph);
@@ -2949,28 +3791,54 @@ See this source for details: https://css-tricks.com/line-clampin/
2949
3791
  text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-paragraph);
2950
3792
  text-underline-offset: var(--xmlui-textUnderlineOffset-Text-paragraph);
2951
3793
  line-height: var(--xmlui-lineHeight-Text-paragraph);
2952
- color: var(--xmlui-textColor-Text-paragraph);
2953
3794
  background-color: var(--xmlui-backgroundColor-Text-paragraph);
2954
- border-radius: var(--xmlui-borderRadius-Text-paragraph);
2955
- border-color: var(--xmlui-borderColor-Text-paragraph);
2956
- border-width: var(--xmlui-borderWidth-Text-paragraph);
2957
- border-style: var(--xmlui-borderStyle-Text-paragraph);
2958
- padding: var(--xmlui-padding-Text-paragraph);
2959
- padding-left: var(--xmlui-paddingLeft-Text-paragraph, var(--xmlui-paddingHorizontal-Text-paragraph, var(--xmlui-padding-Text-paragraph)));
2960
- padding-right: var(--xmlui-paddingRight-Text-paragraph, var(--xmlui-paddingHorizontal-Text-paragraph, var(--xmlui-padding-Text-paragraph)));
2961
- padding-top: var(--xmlui-paddingTop-Text-paragraph, var(--xmlui-paddingVertical-Text-paragraph, var(--xmlui-padding-Text-paragraph)));
2962
- padding-bottom: var(--xmlui-paddingBottom-Text-paragraph, var(--xmlui-paddingVertical-Text-paragraph, var(--xmlui-padding-Text-paragraph)));
3795
+ text-transform: var(--xmlui-textTransform-Text-paragraph);
3796
+ letter-spacing: var(--xmlui-letterSpacing-Text-paragraph);
3797
+ word-spacing: var(--xmlui-wordSpacing-Text-paragraph);
3798
+ text-shadow: var(--xmlui-textShadow-Text-paragraph);
3799
+ text-indent: var(--xmlui-textIndent-Text-paragraph);
3800
+ text-align: var(--xmlui-textAlign-Text-paragraph);
3801
+ text-align-last: var(--xmlui-textAlignLast-Text-paragraph);
3802
+ word-break: var(--xmlui-wordBreak-Text-paragraph);
3803
+ word-wrap: var(--xmlui-wordWrap-Text-paragraph);
3804
+ direction: var(--xmlui-direction-Text-paragraph);
3805
+ writing-mode: var(--xmlui-writingMode-Text-paragraph);
3806
+ line-break: var(--xmlui-lineBreak-Text-paragraph);
2963
3807
  margin-top: var(--xmlui-marginTop-Text-paragraph);
2964
3808
  margin-bottom: var(--xmlui-marginBottom-Text-paragraph);
2965
- text-transform: var(--xmlui-textTransform-Text-paragraph);
2966
3809
  vertical-align: var(--xmlui-verticalAlign-Text-paragraph);
2967
- letter-spacing: var(--xmlui-letterSpacing-Text-paragraph);
2968
3810
  }
2969
- ._text_uu1r2_13._subheading_uu1r2_653 {
3811
+ ._text_wtc9w_13._subheading_wtc9w_1226 {
3812
+ padding: var(--xmlui-padding-Text-subheading);
3813
+ padding-left: var(--xmlui-paddingLeft-Text-subheading, var(--xmlui-paddingHorizontal-Text-subheading, var(--xmlui-padding-Text-subheading)));
3814
+ padding-right: var(--xmlui-paddingRight-Text-subheading, var(--xmlui-paddingHorizontal-Text-subheading, var(--xmlui-padding-Text-subheading)));
3815
+ padding-top: var(--xmlui-paddingTop-Text-subheading, var(--xmlui-paddingVertical-Text-subheading, var(--xmlui-padding-Text-subheading)));
3816
+ padding-bottom: var(--xmlui-paddingBottom-Text-subheading, var(--xmlui-paddingVertical-Text-subheading, var(--xmlui-padding-Text-subheading)));
3817
+ border-left: var(--xmlui-borderLeft-Text-subheading, var(--xmlui-borderHorizontal-Text-subheading, var(--xmlui-border-Text-subheading)));
3818
+ border-right: var(--xmlui-borderRight-Text-subheading, var(--xmlui-borderHorizontal-Text-subheading, var(--xmlui-border-Text-subheading)));
3819
+ border-top: var(--xmlui-borderTop-Text-subheading, var(--xmlui-borderVertical-Text-subheading, var(--xmlui-border-Text-subheading)));
3820
+ border-bottom: var(--xmlui-borderBottom-Text-subheading, var(--xmlui-borderVertical-Text-subheading, var(--xmlui-border-Text-subheading)));
3821
+ border-left-style: var(--xmlui-borderLeftStyle-Text-subheading, var(--xmlui-borderHorizontalStyle-Text-subheading, var(--xmlui-borderStyle-Text-subheading)));
3822
+ border-right-style: var(--xmlui-borderRightStyle-Text-subheading, var(--xmlui-borderHorizontalStyle-Text-subheading, var(--xmlui-borderStyle-Text-subheading)));
3823
+ border-top-style: var(--xmlui-borderTopStyle-Text-subheading, var(--xmlui-borderVerticalStyle-Text-subheading, var(--xmlui-borderStyle-Text-subheading)));
3824
+ border-bottom-style: var(--xmlui-borderBottomStyle-Text-subheading, var(--xmlui-borderVerticalStyle-Text-subheading, var(--xmlui-borderStyle-Text-subheading)));
3825
+ border-left-width: var(--xmlui-borderLeftWidth-Text-subheading, var(--xmlui-borderHorizontalWidth-Text-subheading, var(--xmlui-borderWidth-Text-subheading)));
3826
+ border-right-width: var(--xmlui-borderRightWidth-Text-subheading, var(--xmlui-borderHorizontalWidth-Text-subheading, var(--xmlui-borderWidth-Text-subheading)));
3827
+ border-top-width: var(--xmlui-borderTopWidth-Text-subheading, var(--xmlui-borderVerticalWidth-Text-subheading, var(--xmlui-borderWidth-Text-subheading)));
3828
+ border-bottom-width: var(--xmlui-borderBottomWidth-Text-subheading, var(--xmlui-borderVerticalWidth-Text-subheading, var(--xmlui-borderWidth-Text-subheading)));
3829
+ border-left-color: var(--xmlui-borderLeftColor-Text-subheading, var(--xmlui-borderHorizontalColor-Text-subheading, var(--xmlui-borderColor-Text-subheading)));
3830
+ border-right-color: var(--xmlui-borderRightColor-Text-subheading, var(--xmlui-borderHorizontalColor-Text-subheading, var(--xmlui-borderColor-Text-subheading)));
3831
+ border-top-color: var(--xmlui-borderTopColor-Text-subheading, var(--xmlui-borderVerticalColor-Text-subheading, var(--xmlui-borderColor-Text-subheading)));
3832
+ border-bottom-color: var(--xmlui-borderBottomColor-Text-subheading, var(--xmlui-borderVerticalColor-Text-subheading, var(--xmlui-borderColor-Text-subheading)));
3833
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-subheading, var(--xmlui-borderRadius-Text-subheading));
3834
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-subheading, var(--xmlui-borderRadius-Text-subheading));
3835
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-subheading, var(--xmlui-borderRadius-Text-subheading));
3836
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-subheading, var(--xmlui-borderRadius-Text-subheading));
3837
+ color: var(--xmlui-textColor-Text-subheading);
2970
3838
  font-family: var(--xmlui-fontFamily-Text-subheading);
2971
3839
  font-size: var(--xmlui-fontSize-Text-subheading);
2972
- font-weight: var(--xmlui-fontWeight-Text-subheading);
2973
3840
  font-style: var(--xmlui-fontStyle-Text-subheading);
3841
+ font-weight: var(--xmlui-fontWeight-Text-subheading);
2974
3842
  font-stretch: var(--xmlui-fontStretch-Text-subheading);
2975
3843
  text-decoration-line: var(--xmlui-textDecorationLine-Text-subheading);
2976
3844
  text-decoration-color: var(--xmlui-textDecorationColor-Text-subheading);
@@ -2978,28 +3846,54 @@ See this source for details: https://css-tricks.com/line-clampin/
2978
3846
  text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-subheading);
2979
3847
  text-underline-offset: var(--xmlui-textUnderlineOffset-Text-subheading);
2980
3848
  line-height: var(--xmlui-lineHeight-Text-subheading);
2981
- color: var(--xmlui-textColor-Text-subheading);
2982
3849
  background-color: var(--xmlui-backgroundColor-Text-subheading);
2983
- border-radius: var(--xmlui-borderRadius-Text-subheading);
2984
- border-color: var(--xmlui-borderColor-Text-subheading);
2985
- border-width: var(--xmlui-borderWidth-Text-subheading);
2986
- border-style: var(--xmlui-borderStyle-Text-subheading);
2987
- padding: var(--xmlui-padding-Text-subheading);
2988
- padding-left: var(--xmlui-paddingLeft-Text-subheading, var(--xmlui-paddingHorizontal-Text-subheading, var(--xmlui-padding-Text-subheading)));
2989
- padding-right: var(--xmlui-paddingRight-Text-subheading, var(--xmlui-paddingHorizontal-Text-subheading, var(--xmlui-padding-Text-subheading)));
2990
- padding-top: var(--xmlui-paddingTop-Text-subheading, var(--xmlui-paddingVertical-Text-subheading, var(--xmlui-padding-Text-subheading)));
2991
- padding-bottom: var(--xmlui-paddingBottom-Text-subheading, var(--xmlui-paddingVertical-Text-subheading, var(--xmlui-padding-Text-subheading)));
3850
+ text-transform: var(--xmlui-textTransform-Text-subheading);
3851
+ letter-spacing: var(--xmlui-letterSpacing-Text-subheading);
3852
+ word-spacing: var(--xmlui-wordSpacing-Text-subheading);
3853
+ text-shadow: var(--xmlui-textShadow-Text-subheading);
3854
+ text-indent: var(--xmlui-textIndent-Text-subheading);
3855
+ text-align: var(--xmlui-textAlign-Text-subheading);
3856
+ text-align-last: var(--xmlui-textAlignLast-Text-subheading);
3857
+ word-break: var(--xmlui-wordBreak-Text-subheading);
3858
+ word-wrap: var(--xmlui-wordWrap-Text-subheading);
3859
+ direction: var(--xmlui-direction-Text-subheading);
3860
+ writing-mode: var(--xmlui-writingMode-Text-subheading);
3861
+ line-break: var(--xmlui-lineBreak-Text-subheading);
2992
3862
  margin-top: var(--xmlui-marginTop-Text-subheading);
2993
3863
  margin-bottom: var(--xmlui-marginBottom-Text-subheading);
2994
- text-transform: var(--xmlui-textTransform-Text-subheading);
2995
3864
  vertical-align: var(--xmlui-verticalAlign-Text-subheading);
2996
- letter-spacing: var(--xmlui-letterSpacing-Text-subheading);
2997
3865
  }
2998
- ._text_uu1r2_13._tableheading_uu1r2_682 {
3866
+ ._text_wtc9w_13._tableheading_wtc9w_1281 {
3867
+ padding: var(--xmlui-padding-Text-tableheading);
3868
+ padding-left: var(--xmlui-paddingLeft-Text-tableheading, var(--xmlui-paddingHorizontal-Text-tableheading, var(--xmlui-padding-Text-tableheading)));
3869
+ padding-right: var(--xmlui-paddingRight-Text-tableheading, var(--xmlui-paddingHorizontal-Text-tableheading, var(--xmlui-padding-Text-tableheading)));
3870
+ padding-top: var(--xmlui-paddingTop-Text-tableheading, var(--xmlui-paddingVertical-Text-tableheading, var(--xmlui-padding-Text-tableheading)));
3871
+ padding-bottom: var(--xmlui-paddingBottom-Text-tableheading, var(--xmlui-paddingVertical-Text-tableheading, var(--xmlui-padding-Text-tableheading)));
3872
+ border-left: var(--xmlui-borderLeft-Text-tableheading, var(--xmlui-borderHorizontal-Text-tableheading, var(--xmlui-border-Text-tableheading)));
3873
+ border-right: var(--xmlui-borderRight-Text-tableheading, var(--xmlui-borderHorizontal-Text-tableheading, var(--xmlui-border-Text-tableheading)));
3874
+ border-top: var(--xmlui-borderTop-Text-tableheading, var(--xmlui-borderVertical-Text-tableheading, var(--xmlui-border-Text-tableheading)));
3875
+ border-bottom: var(--xmlui-borderBottom-Text-tableheading, var(--xmlui-borderVertical-Text-tableheading, var(--xmlui-border-Text-tableheading)));
3876
+ border-left-style: var(--xmlui-borderLeftStyle-Text-tableheading, var(--xmlui-borderHorizontalStyle-Text-tableheading, var(--xmlui-borderStyle-Text-tableheading)));
3877
+ border-right-style: var(--xmlui-borderRightStyle-Text-tableheading, var(--xmlui-borderHorizontalStyle-Text-tableheading, var(--xmlui-borderStyle-Text-tableheading)));
3878
+ border-top-style: var(--xmlui-borderTopStyle-Text-tableheading, var(--xmlui-borderVerticalStyle-Text-tableheading, var(--xmlui-borderStyle-Text-tableheading)));
3879
+ border-bottom-style: var(--xmlui-borderBottomStyle-Text-tableheading, var(--xmlui-borderVerticalStyle-Text-tableheading, var(--xmlui-borderStyle-Text-tableheading)));
3880
+ border-left-width: var(--xmlui-borderLeftWidth-Text-tableheading, var(--xmlui-borderHorizontalWidth-Text-tableheading, var(--xmlui-borderWidth-Text-tableheading)));
3881
+ border-right-width: var(--xmlui-borderRightWidth-Text-tableheading, var(--xmlui-borderHorizontalWidth-Text-tableheading, var(--xmlui-borderWidth-Text-tableheading)));
3882
+ border-top-width: var(--xmlui-borderTopWidth-Text-tableheading, var(--xmlui-borderVerticalWidth-Text-tableheading, var(--xmlui-borderWidth-Text-tableheading)));
3883
+ border-bottom-width: var(--xmlui-borderBottomWidth-Text-tableheading, var(--xmlui-borderVerticalWidth-Text-tableheading, var(--xmlui-borderWidth-Text-tableheading)));
3884
+ border-left-color: var(--xmlui-borderLeftColor-Text-tableheading, var(--xmlui-borderHorizontalColor-Text-tableheading, var(--xmlui-borderColor-Text-tableheading)));
3885
+ border-right-color: var(--xmlui-borderRightColor-Text-tableheading, var(--xmlui-borderHorizontalColor-Text-tableheading, var(--xmlui-borderColor-Text-tableheading)));
3886
+ border-top-color: var(--xmlui-borderTopColor-Text-tableheading, var(--xmlui-borderVerticalColor-Text-tableheading, var(--xmlui-borderColor-Text-tableheading)));
3887
+ border-bottom-color: var(--xmlui-borderBottomColor-Text-tableheading, var(--xmlui-borderVerticalColor-Text-tableheading, var(--xmlui-borderColor-Text-tableheading)));
3888
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-tableheading, var(--xmlui-borderRadius-Text-tableheading));
3889
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-tableheading, var(--xmlui-borderRadius-Text-tableheading));
3890
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-tableheading, var(--xmlui-borderRadius-Text-tableheading));
3891
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-tableheading, var(--xmlui-borderRadius-Text-tableheading));
3892
+ color: var(--xmlui-textColor-Text-tableheading);
2999
3893
  font-family: var(--xmlui-fontFamily-Text-tableheading);
3000
3894
  font-size: var(--xmlui-fontSize-Text-tableheading);
3001
- font-weight: var(--xmlui-fontWeight-Text-tableheading);
3002
3895
  font-style: var(--xmlui-fontStyle-Text-tableheading);
3896
+ font-weight: var(--xmlui-fontWeight-Text-tableheading);
3003
3897
  font-stretch: var(--xmlui-fontStretch-Text-tableheading);
3004
3898
  text-decoration-line: var(--xmlui-textDecorationLine-Text-tableheading);
3005
3899
  text-decoration-color: var(--xmlui-textDecorationColor-Text-tableheading);
@@ -3007,28 +3901,54 @@ See this source for details: https://css-tricks.com/line-clampin/
3007
3901
  text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-tableheading);
3008
3902
  text-underline-offset: var(--xmlui-textUnderlineOffset-Text-tableheading);
3009
3903
  line-height: var(--xmlui-lineHeight-Text-tableheading);
3010
- color: var(--xmlui-textColor-Text-tableheading);
3011
3904
  background-color: var(--xmlui-backgroundColor-Text-tableheading);
3012
- border-radius: var(--xmlui-borderRadius-Text-tableheading);
3013
- border-color: var(--xmlui-borderColor-Text-tableheading);
3014
- border-width: var(--xmlui-borderWidth-Text-tableheading);
3015
- border-style: var(--xmlui-borderStyle-Text-tableheading);
3016
- padding: var(--xmlui-padding-Text-tableheading);
3017
- padding-left: var(--xmlui-paddingLeft-Text-tableheading, var(--xmlui-paddingHorizontal-Text-tableheading, var(--xmlui-padding-Text-tableheading)));
3018
- padding-right: var(--xmlui-paddingRight-Text-tableheading, var(--xmlui-paddingHorizontal-Text-tableheading, var(--xmlui-padding-Text-tableheading)));
3019
- padding-top: var(--xmlui-paddingTop-Text-tableheading, var(--xmlui-paddingVertical-Text-tableheading, var(--xmlui-padding-Text-tableheading)));
3020
- padding-bottom: var(--xmlui-paddingBottom-Text-tableheading, var(--xmlui-paddingVertical-Text-tableheading, var(--xmlui-padding-Text-tableheading)));
3905
+ text-transform: var(--xmlui-textTransform-Text-tableheading);
3906
+ letter-spacing: var(--xmlui-letterSpacing-Text-tableheading);
3907
+ word-spacing: var(--xmlui-wordSpacing-Text-tableheading);
3908
+ text-shadow: var(--xmlui-textShadow-Text-tableheading);
3909
+ text-indent: var(--xmlui-textIndent-Text-tableheading);
3910
+ text-align: var(--xmlui-textAlign-Text-tableheading);
3911
+ text-align-last: var(--xmlui-textAlignLast-Text-tableheading);
3912
+ word-break: var(--xmlui-wordBreak-Text-tableheading);
3913
+ word-wrap: var(--xmlui-wordWrap-Text-tableheading);
3914
+ direction: var(--xmlui-direction-Text-tableheading);
3915
+ writing-mode: var(--xmlui-writingMode-Text-tableheading);
3916
+ line-break: var(--xmlui-lineBreak-Text-tableheading);
3021
3917
  margin-top: var(--xmlui-marginTop-Text-tableheading);
3022
3918
  margin-bottom: var(--xmlui-marginBottom-Text-tableheading);
3023
- text-transform: var(--xmlui-textTransform-Text-tableheading);
3024
3919
  vertical-align: var(--xmlui-verticalAlign-Text-tableheading);
3025
- letter-spacing: var(--xmlui-letterSpacing-Text-tableheading);
3026
3920
  }
3027
- ._text_uu1r2_13._secondary_uu1r2_711 {
3921
+ ._text_wtc9w_13._secondary_wtc9w_1336 {
3922
+ padding: var(--xmlui-padding-Text-secondary);
3923
+ padding-left: var(--xmlui-paddingLeft-Text-secondary, var(--xmlui-paddingHorizontal-Text-secondary, var(--xmlui-padding-Text-secondary)));
3924
+ padding-right: var(--xmlui-paddingRight-Text-secondary, var(--xmlui-paddingHorizontal-Text-secondary, var(--xmlui-padding-Text-secondary)));
3925
+ padding-top: var(--xmlui-paddingTop-Text-secondary, var(--xmlui-paddingVertical-Text-secondary, var(--xmlui-padding-Text-secondary)));
3926
+ padding-bottom: var(--xmlui-paddingBottom-Text-secondary, var(--xmlui-paddingVertical-Text-secondary, var(--xmlui-padding-Text-secondary)));
3927
+ border-left: var(--xmlui-borderLeft-Text-secondary, var(--xmlui-borderHorizontal-Text-secondary, var(--xmlui-border-Text-secondary)));
3928
+ border-right: var(--xmlui-borderRight-Text-secondary, var(--xmlui-borderHorizontal-Text-secondary, var(--xmlui-border-Text-secondary)));
3929
+ border-top: var(--xmlui-borderTop-Text-secondary, var(--xmlui-borderVertical-Text-secondary, var(--xmlui-border-Text-secondary)));
3930
+ border-bottom: var(--xmlui-borderBottom-Text-secondary, var(--xmlui-borderVertical-Text-secondary, var(--xmlui-border-Text-secondary)));
3931
+ border-left-style: var(--xmlui-borderLeftStyle-Text-secondary, var(--xmlui-borderHorizontalStyle-Text-secondary, var(--xmlui-borderStyle-Text-secondary)));
3932
+ border-right-style: var(--xmlui-borderRightStyle-Text-secondary, var(--xmlui-borderHorizontalStyle-Text-secondary, var(--xmlui-borderStyle-Text-secondary)));
3933
+ border-top-style: var(--xmlui-borderTopStyle-Text-secondary, var(--xmlui-borderVerticalStyle-Text-secondary, var(--xmlui-borderStyle-Text-secondary)));
3934
+ border-bottom-style: var(--xmlui-borderBottomStyle-Text-secondary, var(--xmlui-borderVerticalStyle-Text-secondary, var(--xmlui-borderStyle-Text-secondary)));
3935
+ border-left-width: var(--xmlui-borderLeftWidth-Text-secondary, var(--xmlui-borderHorizontalWidth-Text-secondary, var(--xmlui-borderWidth-Text-secondary)));
3936
+ border-right-width: var(--xmlui-borderRightWidth-Text-secondary, var(--xmlui-borderHorizontalWidth-Text-secondary, var(--xmlui-borderWidth-Text-secondary)));
3937
+ border-top-width: var(--xmlui-borderTopWidth-Text-secondary, var(--xmlui-borderVerticalWidth-Text-secondary, var(--xmlui-borderWidth-Text-secondary)));
3938
+ border-bottom-width: var(--xmlui-borderBottomWidth-Text-secondary, var(--xmlui-borderVerticalWidth-Text-secondary, var(--xmlui-borderWidth-Text-secondary)));
3939
+ border-left-color: var(--xmlui-borderLeftColor-Text-secondary, var(--xmlui-borderHorizontalColor-Text-secondary, var(--xmlui-borderColor-Text-secondary)));
3940
+ border-right-color: var(--xmlui-borderRightColor-Text-secondary, var(--xmlui-borderHorizontalColor-Text-secondary, var(--xmlui-borderColor-Text-secondary)));
3941
+ border-top-color: var(--xmlui-borderTopColor-Text-secondary, var(--xmlui-borderVerticalColor-Text-secondary, var(--xmlui-borderColor-Text-secondary)));
3942
+ border-bottom-color: var(--xmlui-borderBottomColor-Text-secondary, var(--xmlui-borderVerticalColor-Text-secondary, var(--xmlui-borderColor-Text-secondary)));
3943
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-secondary, var(--xmlui-borderRadius-Text-secondary));
3944
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-secondary, var(--xmlui-borderRadius-Text-secondary));
3945
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-secondary, var(--xmlui-borderRadius-Text-secondary));
3946
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-secondary, var(--xmlui-borderRadius-Text-secondary));
3947
+ color: var(--xmlui-textColor-Text-secondary);
3028
3948
  font-family: var(--xmlui-fontFamily-Text-secondary);
3029
3949
  font-size: var(--xmlui-fontSize-Text-secondary);
3030
- font-weight: var(--xmlui-fontWeight-Text-secondary);
3031
3950
  font-style: var(--xmlui-fontStyle-Text-secondary);
3951
+ font-weight: var(--xmlui-fontWeight-Text-secondary);
3032
3952
  font-stretch: var(--xmlui-fontStretch-Text-secondary);
3033
3953
  text-decoration-line: var(--xmlui-textDecorationLine-Text-secondary);
3034
3954
  text-decoration-color: var(--xmlui-textDecorationColor-Text-secondary);
@@ -3036,24 +3956,24 @@ See this source for details: https://css-tricks.com/line-clampin/
3036
3956
  text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-secondary);
3037
3957
  text-underline-offset: var(--xmlui-textUnderlineOffset-Text-secondary);
3038
3958
  line-height: var(--xmlui-lineHeight-Text-secondary);
3039
- color: var(--xmlui-textColor-Text-secondary);
3040
3959
  background-color: var(--xmlui-backgroundColor-Text-secondary);
3041
- border-radius: var(--xmlui-borderRadius-Text-secondary);
3042
- border-color: var(--xmlui-borderColor-Text-secondary);
3043
- border-width: var(--xmlui-borderWidth-Text-secondary);
3044
- border-style: var(--xmlui-borderStyle-Text-secondary);
3045
- padding: var(--xmlui-padding-Text-secondary);
3046
- padding-left: var(--xmlui-paddingLeft-Text-secondary, var(--xmlui-paddingHorizontal-Text-secondary, var(--xmlui-padding-Text-secondary)));
3047
- padding-right: var(--xmlui-paddingRight-Text-secondary, var(--xmlui-paddingHorizontal-Text-secondary, var(--xmlui-padding-Text-secondary)));
3048
- padding-top: var(--xmlui-paddingTop-Text-secondary, var(--xmlui-paddingVertical-Text-secondary, var(--xmlui-padding-Text-secondary)));
3049
- padding-bottom: var(--xmlui-paddingBottom-Text-secondary, var(--xmlui-paddingVertical-Text-secondary, var(--xmlui-padding-Text-secondary)));
3960
+ text-transform: var(--xmlui-textTransform-Text-secondary);
3961
+ letter-spacing: var(--xmlui-letterSpacing-Text-secondary);
3962
+ word-spacing: var(--xmlui-wordSpacing-Text-secondary);
3963
+ text-shadow: var(--xmlui-textShadow-Text-secondary);
3964
+ text-indent: var(--xmlui-textIndent-Text-secondary);
3965
+ text-align: var(--xmlui-textAlign-Text-secondary);
3966
+ text-align-last: var(--xmlui-textAlignLast-Text-secondary);
3967
+ word-break: var(--xmlui-wordBreak-Text-secondary);
3968
+ word-wrap: var(--xmlui-wordWrap-Text-secondary);
3969
+ direction: var(--xmlui-direction-Text-secondary);
3970
+ writing-mode: var(--xmlui-writingMode-Text-secondary);
3971
+ line-break: var(--xmlui-lineBreak-Text-secondary);
3050
3972
  margin-top: var(--xmlui-marginTop-Text-secondary);
3051
3973
  margin-bottom: var(--xmlui-marginBottom-Text-secondary);
3052
- text-transform: var(--xmlui-textTransform-Text-secondary);
3053
3974
  vertical-align: var(--xmlui-verticalAlign-Text-secondary);
3054
- letter-spacing: var(--xmlui-letterSpacing-Text-secondary);
3055
3975
  }
3056
- ._text_uu1r2_13._strong_uu1r2_740 {
3976
+ ._text_wtc9w_13._strong_wtc9w_1391 {
3057
3977
  font-weight: var(--xmlui-fontWeight-bold);
3058
3978
  }
3059
3979
 
@@ -3061,18 +3981,18 @@ See this source for details: https://css-tricks.com/line-clampin/
3061
3981
  This is a Chromium based solution that is supported by most modern browsers.
3062
3982
  See this source for details: https://css-tricks.com/line-clampin/
3063
3983
  */
3064
- ._truncateOverflow_uu1r2_748 {
3984
+ ._truncateOverflow_wtc9w_1399 {
3065
3985
  overflow: hidden;
3066
3986
  overflow-wrap: break-word;
3067
3987
  white-space: nowrap;
3068
3988
  max-width: 100%;
3069
3989
  }
3070
3990
 
3071
- ._preserveLinebreaks_uu1r2_755 {
3991
+ ._preserveLinebreaks_wtc9w_1406 {
3072
3992
  white-space: pre-wrap;
3073
3993
  }
3074
3994
 
3075
- ._noEllipsis_uu1r2_759 {
3995
+ ._noEllipsis_wtc9w_1410 {
3076
3996
  text-overflow: clip;
3077
3997
  }/*
3078
3998
  * This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
@@ -3604,7 +4524,7 @@ See this source for details: https://css-tricks.com/line-clampin/
3604
4524
  * This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
3605
4525
  Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
3606
4526
  */
3607
- ._badge_1ydly_13 {
4527
+ ._badge_fs4n2_13 {
3608
4528
  padding: var(--xmlui-padding-Badge);
3609
4529
  padding-left: var(--xmlui-paddingLeft-Badge, var(--xmlui-paddingHorizontal-Badge, var(--xmlui-padding-Badge)));
3610
4530
  padding-right: var(--xmlui-paddingRight-Badge, var(--xmlui-paddingHorizontal-Badge, var(--xmlui-padding-Badge)));
@@ -3630,6 +4550,31 @@ See this source for details: https://css-tricks.com/line-clampin/
3630
4550
  border-start-end-radius: var(--xmlui-borderStartEndRadius-Badge, var(--xmlui-borderRadius-Badge));
3631
4551
  border-end-start-radius: var(--xmlui-borderEndStartRadius-Badge, var(--xmlui-borderRadius-Badge));
3632
4552
  border-end-end-radius: var(--xmlui-borderEndEndRadius-Badge, var(--xmlui-borderRadius-Badge));
4553
+ color: var(--xmlui-textColor-Badge);
4554
+ font-family: var(--xmlui-fontFamily-Badge);
4555
+ font-size: var(--xmlui-fontSize-Badge);
4556
+ font-style: var(--xmlui-fontStyle-Badge);
4557
+ font-weight: var(--xmlui-fontWeight-Badge);
4558
+ font-stretch: var(--xmlui-fontStretch-Badge);
4559
+ text-decoration-line: var(--xmlui-textDecorationLine-Badge);
4560
+ text-decoration-color: var(--xmlui-textDecorationColor-Badge);
4561
+ text-decoration-style: var(--xmlui-textDecorationStyle-Badge);
4562
+ text-decoration-thickness: var(--xmlui-textDecorationThickness-Badge);
4563
+ text-underline-offset: var(--xmlui-textUnderlineOffset-Badge);
4564
+ line-height: var(--xmlui-lineHeight-Badge);
4565
+ background-color: var(--xmlui-backgroundColor-Badge);
4566
+ text-transform: var(--xmlui-textTransform-Badge);
4567
+ letter-spacing: var(--xmlui-letterSpacing-Badge);
4568
+ word-spacing: var(--xmlui-wordSpacing-Badge);
4569
+ text-shadow: var(--xmlui-textShadow-Badge);
4570
+ text-indent: var(--xmlui-textIndent-Badge);
4571
+ text-align: var(--xmlui-textAlign-Badge);
4572
+ text-align-last: var(--xmlui-textAlignLast-Badge);
4573
+ word-break: var(--xmlui-wordBreak-Badge);
4574
+ word-wrap: var(--xmlui-wordWrap-Badge);
4575
+ direction: var(--xmlui-direction-Badge);
4576
+ writing-mode: var(--xmlui-writingMode-Badge);
4577
+ line-break: var(--xmlui-lineBreak-Badge);
3633
4578
  display: inline-block;
3634
4579
  width: fit-content;
3635
4580
  vertical-align: top;
@@ -3637,13 +4582,9 @@ See this source for details: https://css-tricks.com/line-clampin/
3637
4582
  overflow: hidden;
3638
4583
  text-overflow: ellipsis;
3639
4584
  text-transform: uppercase;
3640
- font-weight: var(--xmlui-fontWeight-Badge);
3641
- background-color: var(--xmlui-backgroundColor-Badge);
3642
- color: var(--xmlui-textColor-Badge);
3643
- font-size: var(--xmlui-fontSize-Badge);
3644
4585
  }
3645
4586
 
3646
- ._pill_1ydly_52 {
4587
+ ._pill_fs4n2_73 {
3647
4588
  padding: var(--xmlui-padding-Badge-pill);
3648
4589
  padding-left: var(--xmlui-paddingLeft-Badge-pill, var(--xmlui-paddingHorizontal-Badge-pill, var(--xmlui-padding-Badge-pill)));
3649
4590
  padding-right: var(--xmlui-paddingRight-Badge-pill, var(--xmlui-paddingHorizontal-Badge-pill, var(--xmlui-padding-Badge-pill)));
@@ -3669,17 +4610,38 @@ See this source for details: https://css-tricks.com/line-clampin/
3669
4610
  border-start-end-radius: var(--xmlui-borderStartEndRadius-Badge-pill, var(--xmlui-borderRadius-Badge-pill));
3670
4611
  border-end-start-radius: var(--xmlui-borderEndStartRadius-Badge-pill, var(--xmlui-borderRadius-Badge-pill));
3671
4612
  border-end-end-radius: var(--xmlui-borderEndEndRadius-Badge-pill, var(--xmlui-borderRadius-Badge-pill));
4613
+ color: var(--xmlui-textColor-Badge-pill);
4614
+ font-family: var(--xmlui-fontFamily-Badge-pill);
4615
+ font-size: var(--xmlui-fontSize-Badge-pill);
4616
+ font-style: var(--xmlui-fontStyle-Badge-pill);
4617
+ font-weight: var(--xmlui-fontWeight-Badge-pill);
4618
+ font-stretch: var(--xmlui-fontStretch-Badge-pill);
4619
+ text-decoration-line: var(--xmlui-textDecorationLine-Badge-pill);
4620
+ text-decoration-color: var(--xmlui-textDecorationColor-Badge-pill);
4621
+ text-decoration-style: var(--xmlui-textDecorationStyle-Badge-pill);
4622
+ text-decoration-thickness: var(--xmlui-textDecorationThickness-Badge-pill);
4623
+ text-underline-offset: var(--xmlui-textUnderlineOffset-Badge-pill);
4624
+ line-height: var(--xmlui-lineHeight-Badge-pill);
4625
+ background-color: var(--xmlui-backgroundColor-Badge-pill);
4626
+ text-transform: var(--xmlui-textTransform-Badge-pill);
4627
+ letter-spacing: var(--xmlui-letterSpacing-Badge-pill);
4628
+ word-spacing: var(--xmlui-wordSpacing-Badge-pill);
4629
+ text-shadow: var(--xmlui-textShadow-Badge-pill);
4630
+ text-indent: var(--xmlui-textIndent-Badge-pill);
4631
+ text-align: var(--xmlui-textAlign-Badge-pill);
4632
+ text-align-last: var(--xmlui-textAlignLast-Badge-pill);
4633
+ word-break: var(--xmlui-wordBreak-Badge-pill);
4634
+ word-wrap: var(--xmlui-wordWrap-Badge-pill);
4635
+ direction: var(--xmlui-direction-Badge-pill);
4636
+ writing-mode: var(--xmlui-writingMode-Badge-pill);
4637
+ line-break: var(--xmlui-lineBreak-Badge-pill);
3672
4638
  display: inline-block;
3673
4639
  width: fit-content;
3674
4640
  vertical-align: top;
3675
4641
  min-width: fit-content;
3676
4642
  overflow: hidden;
3677
4643
  text-overflow: ellipsis;
3678
- font-weight: var(--xmlui-fontWeight-Badge-pill);
3679
- background-color: var(--xmlui-backgroundColor-Badge);
3680
- color: var(--xmlui-textColor-Badge);
3681
4644
  border-radius: 9999px;
3682
- font-size: var(--xmlui-fontSize-Badge-pill);
3683
4645
  }/*
3684
4646
  * This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
3685
4647
  *
@@ -4770,40 +5732,40 @@ See this source for details: https://css-tricks.com/line-clampin/
4770
5732
  * This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
4771
5733
  Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
4772
5734
  */
4773
- ._selectValue_1ept5_13 > span {
5735
+ ._selectValue_1xb91_13 > span {
4774
5736
  font-size: var(--xmlui-fontSize-Select-default);
4775
5737
  color: var(--xmlui-textColor-placeholder-Select-default);
4776
5738
  }
4777
- ._selectValue_1ept5_13 > span > div {
5739
+ ._selectValue_1xb91_13 > span > div {
4778
5740
  color: var(--xmlui-textColor-Select-default);
4779
5741
  font-size: var(--xmlui-fontSize-Select-default);
4780
5742
  }
4781
- ._selectValue_1ept5_13._error_1ept5_21 > span {
5743
+ ._selectValue_1xb91_13._error_1xb91_21 > span {
4782
5744
  font-size: var(--xmlui-fontSize-Select-error);
4783
5745
  color: var(--xmlui-textColor-placeholder-Select-error);
4784
5746
  }
4785
- ._selectValue_1ept5_13._error_1ept5_21 > span > div {
5747
+ ._selectValue_1xb91_13._error_1xb91_21 > span > div {
4786
5748
  color: var(--xmlui-textColor-Select-error);
4787
5749
  font-size: var(--xmlui-fontSize-Select-error);
4788
5750
  }
4789
- ._selectValue_1ept5_13._warning_1ept5_29 > span {
5751
+ ._selectValue_1xb91_13._warning_1xb91_29 > span {
4790
5752
  font-size: var(--xmlui-fontSize-Select-warning);
4791
5753
  color: var(--xmlui-textColor-placeholder-Select-warning);
4792
5754
  }
4793
- ._selectValue_1ept5_13._warning_1ept5_29 > span > div {
5755
+ ._selectValue_1xb91_13._warning_1xb91_29 > span > div {
4794
5756
  color: var(--xmlui-textColor-Select-warning);
4795
5757
  font-size: var(--xmlui-fontSize-Select-warning);
4796
5758
  }
4797
- ._selectValue_1ept5_13._valid_1ept5_37 > span {
5759
+ ._selectValue_1xb91_13._valid_1xb91_37 > span {
4798
5760
  font-size: var(--xmlui-fontSize-Select-success);
4799
5761
  color: var(--xmlui-textColor-placeholder-Select-success);
4800
5762
  }
4801
- ._selectValue_1ept5_13._valid_1ept5_37 > span > div {
5763
+ ._selectValue_1xb91_13._valid_1xb91_37 > span > div {
4802
5764
  color: var(--xmlui-textColor-Select-success);
4803
5765
  font-size: var(--xmlui-fontSize-Select-success);
4804
5766
  }
4805
5767
 
4806
- button._selectTrigger_1ept5_46 {
5768
+ button._selectTrigger_1xb91_46 {
4807
5769
  min-height: 2.6rem;
4808
5770
  display: flex;
4809
5771
  padding: var(--xmlui-space-1) var(--xmlui-space-2);
@@ -4821,22 +5783,22 @@ button._selectTrigger_1ept5_46 {
4821
5783
  box-shadow: var(--xmlui-boxShadow-Select-default);
4822
5784
  color: var(--xmlui-textColor-Select-default);
4823
5785
  }
4824
- button._selectTrigger_1ept5_46:hover {
5786
+ button._selectTrigger_1xb91_46:hover {
4825
5787
  border-color: var(--xmlui-borderColor-Select-default--hover);
4826
5788
  background-color: var(--xmlui-backgroundColor-Select-default--hover);
4827
5789
  box-shadow: var(--xmlui-boxShadow-Select-default--hover);
4828
5790
  color: var(--xmlui-textColor-Select-default--hover);
4829
5791
  }
4830
- button._selectTrigger_1ept5_46:focus {
5792
+ button._selectTrigger_1xb91_46:focus {
4831
5793
  outline-width: var(--xmlui-outlineWidth-Select-default--focus);
4832
5794
  outline-color: var(--xmlui-outlineColor-Select-default--focus);
4833
5795
  outline-style: var(--xmlui-outlineStyle-Select-default--focus);
4834
5796
  outline-offset: var(--xmlui-outlineOffset-Select-default--focus);
4835
5797
  }
4836
- button._selectTrigger_1ept5_46::placeholder {
5798
+ button._selectTrigger_1xb91_46::placeholder {
4837
5799
  color: var(--xmlui-textColor-placeholder-Select-default);
4838
5800
  }
4839
- button._selectTrigger_1ept5_46._error_1ept5_21 {
5801
+ button._selectTrigger_1xb91_46._error_1xb91_21 {
4840
5802
  border-radius: var(--xmlui-borderRadius-Select-error);
4841
5803
  border-color: var(--xmlui-borderColor-Select-error);
4842
5804
  border-width: var(--xmlui-borderWidth-Select-error);
@@ -4846,22 +5808,22 @@ button._selectTrigger_1ept5_46._error_1ept5_21 {
4846
5808
  box-shadow: var(--xmlui-boxShadow-Select-error);
4847
5809
  color: var(--xmlui-textColor-Select-error);
4848
5810
  }
4849
- button._selectTrigger_1ept5_46._error_1ept5_21:hover {
5811
+ button._selectTrigger_1xb91_46._error_1xb91_21:hover {
4850
5812
  border-color: var(--xmlui-borderColor-Select-error--hover);
4851
5813
  background-color: var(--xmlui-backgroundColor-Select-error--hover);
4852
5814
  box-shadow: var(--xmlui-boxShadow-Select-error--hover);
4853
5815
  color: var(--xmlui-textColor-Select-error--hover);
4854
5816
  }
4855
- button._selectTrigger_1ept5_46._error_1ept5_21:focus {
5817
+ button._selectTrigger_1xb91_46._error_1xb91_21:focus {
4856
5818
  outline-width: var(--xmlui-outlineWidth-Select-error--focus);
4857
5819
  outline-color: var(--xmlui-outlineColor-Select-error--focus);
4858
5820
  outline-style: var(--xmlui-outlineStyle-Select-error--focus);
4859
5821
  outline-offset: var(--xmlui-outlineOffset-Select-error--focus);
4860
5822
  }
4861
- button._selectTrigger_1ept5_46._error_1ept5_21::placeholder {
5823
+ button._selectTrigger_1xb91_46._error_1xb91_21::placeholder {
4862
5824
  color: var(--xmlui-textColor-placeholder-Select-error);
4863
5825
  }
4864
- button._selectTrigger_1ept5_46._warning_1ept5_29 {
5826
+ button._selectTrigger_1xb91_46._warning_1xb91_29 {
4865
5827
  border-radius: var(--xmlui-borderRadius-Select-warning);
4866
5828
  border-color: var(--xmlui-borderColor-Select-warning);
4867
5829
  border-width: var(--xmlui-borderWidth-Select-warning);
@@ -4871,22 +5833,22 @@ button._selectTrigger_1ept5_46._warning_1ept5_29 {
4871
5833
  box-shadow: var(--xmlui-boxShadow-Select-warning);
4872
5834
  color: var(--xmlui-textColor-Select-warning);
4873
5835
  }
4874
- button._selectTrigger_1ept5_46._warning_1ept5_29:hover {
5836
+ button._selectTrigger_1xb91_46._warning_1xb91_29:hover {
4875
5837
  border-color: var(--xmlui-borderColor-Select-warning--hover);
4876
5838
  background-color: var(--xmlui-backgroundColor-Select-warning--hover);
4877
5839
  box-shadow: var(--xmlui-boxShadow-Select-warning--hover);
4878
5840
  color: var(--xmlui-textColor-Select-warning--hover);
4879
5841
  }
4880
- button._selectTrigger_1ept5_46._warning_1ept5_29:focus {
5842
+ button._selectTrigger_1xb91_46._warning_1xb91_29:focus {
4881
5843
  outline-width: var(--xmlui-outlineWidth-Select-warning--focus);
4882
5844
  outline-color: var(--xmlui-outlineColor-Select-warning--focus);
4883
5845
  outline-style: var(--xmlui-outlineStyle-Select-warning--focus);
4884
5846
  outline-offset: var(--xmlui-outlineOffset-Select-warning--focus);
4885
5847
  }
4886
- button._selectTrigger_1ept5_46._warning_1ept5_29::placeholder {
5848
+ button._selectTrigger_1xb91_46._warning_1xb91_29::placeholder {
4887
5849
  color: var(--xmlui-textColor-placeholder-Select-warning);
4888
5850
  }
4889
- button._selectTrigger_1ept5_46._valid_1ept5_37 {
5851
+ button._selectTrigger_1xb91_46._valid_1xb91_37 {
4890
5852
  border-radius: var(--xmlui-borderRadius-Select-success);
4891
5853
  border-color: var(--xmlui-borderColor-Select-success);
4892
5854
  border-width: var(--xmlui-borderWidth-Select-success);
@@ -4896,23 +5858,23 @@ button._selectTrigger_1ept5_46._valid_1ept5_37 {
4896
5858
  box-shadow: var(--xmlui-boxShadow-Select-success);
4897
5859
  color: var(--xmlui-textColor-Select-success);
4898
5860
  }
4899
- button._selectTrigger_1ept5_46._valid_1ept5_37:hover {
5861
+ button._selectTrigger_1xb91_46._valid_1xb91_37:hover {
4900
5862
  border-color: var(--xmlui-borderColor-Select-success--hover);
4901
5863
  background-color: var(--xmlui-backgroundColor-Select-success--hover);
4902
5864
  box-shadow: var(--xmlui-boxShadow-Select-success--hover);
4903
5865
  color: var(--xmlui-textColor-Select-success--hover);
4904
5866
  }
4905
- button._selectTrigger_1ept5_46._valid_1ept5_37:focus {
5867
+ button._selectTrigger_1xb91_46._valid_1xb91_37:focus {
4906
5868
  outline-width: var(--xmlui-outlineWidth-Select-success--focus);
4907
5869
  outline-color: var(--xmlui-outlineColor-Select-success--focus);
4908
5870
  outline-style: var(--xmlui-outlineStyle-Select-success--focus);
4909
5871
  outline-offset: var(--xmlui-outlineOffset-Select-success--focus);
4910
5872
  }
4911
- button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
5873
+ button._selectTrigger_1xb91_46._valid_1xb91_37::placeholder {
4912
5874
  color: var(--xmlui-textColor-placeholder-Select-success);
4913
5875
  }
4914
5876
 
4915
- ._selectTrigger_1ept5_46:disabled {
5877
+ ._selectTrigger_1xb91_46:disabled {
4916
5878
  cursor: not-allowed;
4917
5879
  opacity: var(--xmlui-opacity-Select--disabled);
4918
5880
  background-color: var(--xmlui-backgroundColor-Select--disabled);
@@ -4920,28 +5882,28 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
4920
5882
  border-color: var(--xmlui-borderColor-Select--disabled);
4921
5883
  }
4922
5884
 
4923
- ._selectTrigger_1ept5_46 > span {
5885
+ ._selectTrigger_1xb91_46 > span {
4924
5886
  display: -webkit-box;
4925
5887
  -webkit-box-orient: vertical;
4926
5888
  -webkit-line-clamp: 1;
4927
5889
  overflow: hidden;
4928
5890
  }
4929
5891
 
4930
- ._badgeListContainer_1ept5_170 {
5892
+ ._badgeListContainer_1xb91_170 {
4931
5893
  display: flex;
4932
5894
  justify-content: space-between;
4933
5895
  align-items: center;
4934
5896
  width: 100%;
4935
5897
  }
4936
5898
 
4937
- ._badgeList_1ept5_170 {
5899
+ ._badgeList_1xb91_170 {
4938
5900
  gap: 4px;
4939
5901
  display: flex;
4940
5902
  flex-wrap: wrap;
4941
5903
  align-items: center;
4942
5904
  }
4943
5905
 
4944
- ._badge_1ept5_170 {
5906
+ ._badge_1xb91_170 {
4945
5907
  width: fit-content;
4946
5908
  height: fit-content;
4947
5909
  min-width: 0;
@@ -4958,27 +5920,27 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
4958
5920
  background-color: var(--xmlui-backgroundColor-Select-badge);
4959
5921
  color: var(--xmlui-textColor-Select-badge);
4960
5922
  }
4961
- ._badge_1ept5_170:hover {
5923
+ ._badge_1xb91_170:hover {
4962
5924
  background-color: var(--xmlui-backgroundColor-Select-badge--hover);
4963
5925
  color: var(--xmlui-textColor-Select-badge--hover);
4964
5926
  }
4965
- ._badge_1ept5_170:active {
5927
+ ._badge_1xb91_170:active {
4966
5928
  background-color: var(--xmlui-backgroundColor-Select-badge--active);
4967
5929
  color: var(--xmlui-textColor-Select-badge--active);
4968
5930
  }
4969
5931
 
4970
- ._actions_1ept5_210 {
5932
+ ._actions_1xb91_210 {
4971
5933
  display: flex;
4972
5934
  align-items: center;
4973
5935
  justify-content: space-between;
4974
5936
  }
4975
5937
 
4976
- ._placeholder_1ept5_216 {
5938
+ ._placeholder_1xb91_216 {
4977
5939
  display: block;
4978
5940
  color: var(--xmlui-textColor-placeholder-Select);
4979
5941
  }
4980
5942
 
4981
- ._emptyList_1ept5_221 {
5943
+ ._emptyList_1xb91_221 {
4982
5944
  display: flex;
4983
5945
  gap: 0.2rem;
4984
5946
  padding: 10px 0;
@@ -4988,7 +5950,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
4988
5950
  width: 100%;
4989
5951
  }
4990
5952
 
4991
- ._selectScrollUpButton_1ept5_231 {
5953
+ ._selectScrollUpButton_1xb91_231 {
4992
5954
  display: flex;
4993
5955
  cursor: default;
4994
5956
  align-items: center;
@@ -4997,7 +5959,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
4997
5959
  padding-bottom: 0.25rem;
4998
5960
  }
4999
5961
 
5000
- ._selectScrollDownButton_1ept5_240 {
5962
+ ._selectScrollDownButton_1xb91_240 {
5001
5963
  display: flex;
5002
5964
  cursor: default;
5003
5965
  align-items: center;
@@ -5006,7 +5968,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
5006
5968
  padding-bottom: 0.25rem;
5007
5969
  }
5008
5970
 
5009
- ._command_1ept5_249 {
5971
+ ._command_1xb91_249 {
5010
5972
  display: flex;
5011
5973
  flex-direction: column;
5012
5974
  height: 100%;
@@ -5016,14 +5978,14 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
5016
5978
  background-color: var(--xmlui-backgroundColor-menu-Select);
5017
5979
  }
5018
5980
 
5019
- ._commandInputContainer_1ept5_259 {
5981
+ ._commandInputContainer_1xb91_259 {
5020
5982
  display: flex;
5021
5983
  align-items: center;
5022
5984
  padding: 0 12px;
5023
5985
  border-bottom: 1px solid var(--xmlui-borderColor);
5024
5986
  }
5025
5987
 
5026
- ._commandInput_1ept5_259 {
5988
+ ._commandInput_1xb91_259 {
5027
5989
  flex: 1;
5028
5990
  background-color: transparent;
5029
5991
  padding: 0.5rem;
@@ -5031,22 +5993,22 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
5031
5993
  outline: none;
5032
5994
  border: none;
5033
5995
  }
5034
- ._commandInput_1ept5_259:focus {
5996
+ ._commandInput_1xb91_259:focus {
5035
5997
  outline: none;
5036
5998
  box-shadow: none;
5037
5999
  border: 0;
5038
6000
  }
5039
- ._commandInput_1ept5_259:disabled {
6001
+ ._commandInput_1xb91_259:disabled {
5040
6002
  cursor: not-allowed;
5041
6003
  opacity: var(--xmlui-opacity-Select--disabled);
5042
6004
  }
5043
6005
 
5044
- ._commandList_1ept5_284 {
6006
+ ._commandList_1xb91_284 {
5045
6007
  overflow-y: auto;
5046
6008
  overflow-x: hidden;
5047
6009
  }
5048
6010
 
5049
- ._selectContent_1ept5_289 {
6011
+ ._selectContent_1xb91_289 {
5050
6012
  position: relative;
5051
6013
  z-index: 50;
5052
6014
  overflow: auto;
@@ -5055,38 +6017,38 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
5055
6017
  box-shadow: var(--xmlui-boxShadow-menu-Select);
5056
6018
  border: var(--xmlui-borderWidth-menu-Select) solid var(--xmlui-borderColor-menu-Select);
5057
6019
  }
5058
- ._selectContent_1ept5_289[data-state=open] {
5059
- animation: _fadeIn_1ept5_1 0.3s ease-in-out, _zoomIn_1ept5_1 0.3s ease-in-out;
6020
+ ._selectContent_1xb91_289[data-state=open] {
6021
+ animation: _fadeIn_1xb91_1 0.1s ease-in-out, _zoomIn_1xb91_1 0.1s ease-in-out;
5060
6022
  }
5061
- ._selectContent_1ept5_289[data-state=closed] {
5062
- animation: _fadeOut_1ept5_1 0.3s ease-in-out, _zoomOut_1ept5_1 0.3s ease-in-out;
6023
+ ._selectContent_1xb91_289[data-state=closed] {
6024
+ animation: _fadeOut_1xb91_1 0.1s ease-in-out, _zoomOut_1xb91_1 0.1s ease-in-out;
5063
6025
  }
5064
- ._selectContent_1ept5_289[data-side=bottom] {
5065
- animation: _slideInFromTop_1ept5_1 0.08s ease-in-out;
6026
+ ._selectContent_1xb91_289[data-side=bottom] {
6027
+ animation: _slideInFromTop_1xb91_1 0.08s ease-in-out;
5066
6028
  }
5067
- ._selectContent_1ept5_289[data-side=left] {
5068
- animation: _slideInFromRight_1ept5_1 0.3s ease-in-out;
6029
+ ._selectContent_1xb91_289[data-side=left] {
6030
+ animation: _slideInFromRight_1xb91_1 0.1s ease-in-out;
5069
6031
  }
5070
- ._selectContent_1ept5_289[data-side=right] {
5071
- animation: _slideInFromLeft_1ept5_1 0.3s ease-in-out;
6032
+ ._selectContent_1xb91_289[data-side=right] {
6033
+ animation: _slideInFromLeft_1xb91_1 0.1s ease-in-out;
5072
6034
  }
5073
- ._selectContent_1ept5_289[data-side=top] {
5074
- animation: _slideInFromBottom_1ept5_1 0.3s ease-in-out;
6035
+ ._selectContent_1xb91_289[data-side=top] {
6036
+ animation: _slideInFromBottom_1xb91_1 0.1s ease-in-out;
5075
6037
  }
5076
- ._selectContent_1ept5_289[data-side=bottom] {
5077
- transform: translateY(0.25rem);
6038
+ ._selectContent_1xb91_289[data-side=bottom] {
6039
+ transform: translateY(0.15rem);
5078
6040
  }
5079
- ._selectContent_1ept5_289[data-side=left] {
5080
- transform: translateX(-0.25rem);
6041
+ ._selectContent_1xb91_289[data-side=left] {
6042
+ transform: translateX(-0.15rem);
5081
6043
  }
5082
- ._selectContent_1ept5_289[data-side=right] {
5083
- transform: translateX(0.25rem);
6044
+ ._selectContent_1xb91_289[data-side=right] {
6045
+ transform: translateX(0.15rem);
5084
6046
  }
5085
- ._selectContent_1ept5_289[data-side=top] {
5086
- transform: translateY(-0.25rem);
6047
+ ._selectContent_1xb91_289[data-side=top] {
6048
+ transform: translateY(-0.15rem);
5087
6049
  }
5088
6050
 
5089
- ._multiComboboxOption_1ept5_329 ._multiComboboxOptionContent_1ept5_329 {
6051
+ ._multiComboboxOption_1xb91_329 ._multiComboboxOptionContent_1xb91_329 {
5090
6052
  width: 100%;
5091
6053
  gap: 1rem;
5092
6054
  display: flex;
@@ -5101,17 +6063,17 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
5101
6063
  padding-top: var(--xmlui-paddingTop-item-Select, var(--xmlui-paddingVertical-item-Select, var(--xmlui-padding-item-Select)));
5102
6064
  padding-bottom: var(--xmlui-paddingBottom-item-Select, var(--xmlui-paddingVertical-item-Select, var(--xmlui-padding-item-Select)));
5103
6065
  }
5104
- ._multiComboboxOption_1ept5_329[data-selected=true] {
6066
+ ._multiComboboxOption_1xb91_329[data-selected=true] {
5105
6067
  background-color: var(--xmlui-backgroundColor-item-Select--hover);
5106
6068
  }
5107
- ._multiComboboxOption_1ept5_329[data-disabled=true] {
6069
+ ._multiComboboxOption_1xb91_329[data-disabled=true] {
5108
6070
  pointer-events: none;
5109
6071
  opacity: var(--xmlui-opacity-text-item-Select--disabled);
5110
6072
  cursor: not-allowed;
5111
6073
  font-style: italic;
5112
6074
  }
5113
6075
 
5114
- ._selectItem_1ept5_354 {
6076
+ ._selectItem_1xb91_354 {
5115
6077
  position: relative;
5116
6078
  display: flex;
5117
6079
  cursor: default;
@@ -5120,13 +6082,13 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
5120
6082
  outline: none;
5121
6083
  font-size: var(--xmlui-fontSize-Select);
5122
6084
  }
5123
- ._selectItem_1ept5_354[data-highlighted] {
6085
+ ._selectItem_1xb91_354[data-highlighted] {
5124
6086
  background-color: var(--xmlui-backgroundColor-item-Select--hover);
5125
6087
  }
5126
- ._selectItem_1ept5_354[data-state=checked] {
6088
+ ._selectItem_1xb91_354[data-state=checked] {
5127
6089
  background-color: var(--xmlui-backgroundColor-item-Select--active);
5128
6090
  }
5129
- ._selectItem_1ept5_354 ._selectItemContent_1ept5_369 {
6091
+ ._selectItem_1xb91_354 ._selectItemContent_1xb91_369 {
5130
6092
  width: 100%;
5131
6093
  display: flex;
5132
6094
  cursor: default;
@@ -5140,14 +6102,14 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
5140
6102
  padding-bottom: var(--xmlui-paddingBottom-item-Select, var(--xmlui-paddingVertical-item-Select, var(--xmlui-padding-item-Select)));
5141
6103
  }
5142
6104
 
5143
- ._selectItem_1ept5_354[data-disabled] {
6105
+ ._selectItem_1xb91_354[data-disabled] {
5144
6106
  pointer-events: none;
5145
6107
  opacity: var(--xmlui-opacity-text-item-Select--disabled);
5146
6108
  cursor: not-allowed;
5147
6109
  font-style: italic;
5148
6110
  }
5149
6111
 
5150
- ._selectItemIndicator_1ept5_390 {
6112
+ ._selectItemIndicator_1xb91_390 {
5151
6113
  position: absolute;
5152
6114
  right: 0.5rem;
5153
6115
  display: flex;
@@ -5158,13 +6120,13 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
5158
6120
  color: var(--xmlui-textColor-indicator-Select);
5159
6121
  }
5160
6122
 
5161
- ._selectViewport_1ept5_401 {
6123
+ ._selectViewport_1xb91_401 {
5162
6124
  height: var(--radix-select-trigger-height);
5163
6125
  width: 100%;
5164
6126
  min-width: var(--radix-select-trigger-width);
5165
6127
  }
5166
6128
 
5167
- ._selectEmpty_1ept5_407 {
6129
+ ._selectEmpty_1xb91_407 {
5168
6130
  display: flex;
5169
6131
  gap: 0.2rem;
5170
6132
  height: 100%;
@@ -5175,11 +6137,11 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
5175
6137
  width: 100%;
5176
6138
  }
5177
6139
 
5178
- ._loading_1ept5_418 {
6140
+ ._loading_1xb91_418 {
5179
6141
  padding: 0.5rem 1rem;
5180
6142
  }
5181
6143
 
5182
- ._srOnly_1ept5_422 {
6144
+ ._srOnly_1xb91_422 {
5183
6145
  position: absolute;
5184
6146
  width: 1px;
5185
6147
  height: 1px;
@@ -5191,7 +6153,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
5191
6153
  border: 0;
5192
6154
  }
5193
6155
 
5194
- @keyframes _fadeIn_1ept5_1 {
6156
+ @keyframes _fadeIn_1xb91_1 {
5195
6157
  from {
5196
6158
  opacity: 0;
5197
6159
  }
@@ -5199,7 +6161,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
5199
6161
  opacity: 1;
5200
6162
  }
5201
6163
  }
5202
- @keyframes _fadeOut_1ept5_1 {
6164
+ @keyframes _fadeOut_1xb91_1 {
5203
6165
  from {
5204
6166
  opacity: 1;
5205
6167
  }
@@ -5207,7 +6169,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
5207
6169
  opacity: 0;
5208
6170
  }
5209
6171
  }
5210
- @keyframes _zoomIn_1ept5_1 {
6172
+ @keyframes _zoomIn_1xb91_1 {
5211
6173
  from {
5212
6174
  transform: scale(0.95);
5213
6175
  }
@@ -5215,7 +6177,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
5215
6177
  transform: scale(1);
5216
6178
  }
5217
6179
  }
5218
- @keyframes _zoomOut_1ept5_1 {
6180
+ @keyframes _zoomOut_1xb91_1 {
5219
6181
  from {
5220
6182
  transform: scale(1);
5221
6183
  }
@@ -5223,7 +6185,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
5223
6185
  transform: scale(0.95);
5224
6186
  }
5225
6187
  }
5226
- @keyframes _slideInFromTop_1ept5_1 {
6188
+ @keyframes _slideInFromTop_1xb91_1 {
5227
6189
  from {
5228
6190
  transform: translateY(-0.75rem);
5229
6191
  }
@@ -5231,7 +6193,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
5231
6193
  transform: translateY(0);
5232
6194
  }
5233
6195
  }
5234
- @keyframes _slideInFromBottom_1ept5_1 {
6196
+ @keyframes _slideInFromBottom_1xb91_1 {
5235
6197
  from {
5236
6198
  transform: translateY(0.75rem);
5237
6199
  }
@@ -5239,7 +6201,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
5239
6201
  transform: translateY(0);
5240
6202
  }
5241
6203
  }
5242
- @keyframes _slideInFromLeft_1ept5_1 {
6204
+ @keyframes _slideInFromLeft_1xb91_1 {
5243
6205
  from {
5244
6206
  transform: translateX(-100%);
5245
6207
  }
@@ -5247,7 +6209,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
5247
6209
  transform: translateX(0);
5248
6210
  }
5249
6211
  }
5250
- @keyframes _slideInFromRight_1ept5_1 {
6212
+ @keyframes _slideInFromRight_1xb91_1 {
5251
6213
  from {
5252
6214
  transform: translateX(100%);
5253
6215
  }
@@ -6592,7 +7554,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
6592
7554
  * This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
6593
7555
  Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
6594
7556
  */
6595
- ._outerWrapper_1fv9c_13 {
7557
+ ._outerWrapper_1iosm_13 {
6596
7558
  border-left: var(--xmlui-borderLeft-Footer, var(--xmlui-borderHorizontal-Footer, var(--xmlui-border-Footer)));
6597
7559
  border-right: var(--xmlui-borderRight-Footer, var(--xmlui-borderHorizontal-Footer, var(--xmlui-border-Footer)));
6598
7560
  border-top: var(--xmlui-borderTop-Footer, var(--xmlui-borderVertical-Footer, var(--xmlui-border-Footer)));
@@ -6617,7 +7579,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
6617
7579
  height: var(--xmlui-height-Footer);
6618
7580
  }
6619
7581
 
6620
- ._wrapper_1fv9c_38 {
7582
+ ._wrapper_1iosm_38 {
6621
7583
  width: 100%;
6622
7584
  display: flex;
6623
7585
  min-height: 0;
@@ -6628,14 +7590,37 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
6628
7590
  padding-right: var(--xmlui-paddingRight-Footer, var(--xmlui-paddingHorizontal-Footer, var(--xmlui-padding-Footer)));
6629
7591
  padding-top: var(--xmlui-paddingTop-Footer, var(--xmlui-paddingVertical-Footer, var(--xmlui-padding-Footer)));
6630
7592
  padding-bottom: var(--xmlui-paddingBottom-Footer, var(--xmlui-paddingVertical-Footer, var(--xmlui-padding-Footer)));
7593
+ color: var(--xmlui-textColor-Footer);
7594
+ font-family: var(--xmlui-fontFamily-Footer);
6631
7595
  font-size: var(--xmlui-fontSize-Footer);
7596
+ font-style: var(--xmlui-fontStyle-Footer);
7597
+ font-weight: var(--xmlui-fontWeight-Footer);
7598
+ font-stretch: var(--xmlui-fontStretch-Footer);
7599
+ text-decoration-line: var(--xmlui-textDecorationLine-Footer);
7600
+ text-decoration-color: var(--xmlui-textDecorationColor-Footer);
7601
+ text-decoration-style: var(--xmlui-textDecorationStyle-Footer);
7602
+ text-decoration-thickness: var(--xmlui-textDecorationThickness-Footer);
7603
+ text-underline-offset: var(--xmlui-textUnderlineOffset-Footer);
7604
+ line-height: var(--xmlui-lineHeight-Footer);
7605
+ background-color: var(--xmlui-backgroundColor-Footer);
7606
+ text-transform: var(--xmlui-textTransform-Footer);
7607
+ letter-spacing: var(--xmlui-letterSpacing-Footer);
7608
+ word-spacing: var(--xmlui-wordSpacing-Footer);
7609
+ text-shadow: var(--xmlui-textShadow-Footer);
7610
+ text-indent: var(--xmlui-textIndent-Footer);
7611
+ text-align: var(--xmlui-textAlign-Footer);
7612
+ text-align-last: var(--xmlui-textAlignLast-Footer);
7613
+ word-break: var(--xmlui-wordBreak-Footer);
7614
+ word-wrap: var(--xmlui-wordWrap-Footer);
7615
+ direction: var(--xmlui-direction-Footer);
7616
+ writing-mode: var(--xmlui-writingMode-Footer);
7617
+ line-break: var(--xmlui-lineBreak-Footer);
6632
7618
  align-items: var(--xmlui-verticalAlign-Footer);
6633
7619
  max-width: var(--xmlui-maxWidth-content-Footer);
6634
- color: var(--xmlui-textColor-Footer);
6635
7620
  margin: 0 auto;
6636
7621
  }
6637
- ._wrapper_1fv9c_38._full_1fv9c_55 {
6638
- max-width: 100%;
7622
+ ._wrapper_1iosm_38._verticalFullHeader_1iosm_78 {
7623
+ max-width: var(--xmlui-maxWidth-App-vertical);
6639
7624
  }/*
6640
7625
  * This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
6641
7626
  *
@@ -6677,18 +7662,46 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
6677
7662
  * This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
6678
7663
  Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
6679
7664
  */
6680
- ._markdownContent_17igw_13 {
7665
+ ._markdownContent_mgetx_13 {
6681
7666
  max-width: var(--xmlui-maxWidth-Markdown);
7667
+ padding-top: var(--xmlui-paddingTop-Markdown);
7668
+ padding-bottom: var(--xmlui-paddingBottom-Markdown);
7669
+ background-color: var(--xmlui-backgroundColor-Markdown);
6682
7670
  }
6683
- ._markdownContent_17igw_13 ._blockquote_17igw_16 {
7671
+ ._markdownContent_mgetx_13 ._blockquote_mgetx_19 {
6684
7672
  position: relative;
6685
7673
  margin-top: var(--xmlui-marginTop-Blockquote);
6686
7674
  margin-bottom: var(--xmlui-marginBottom-Blockquote);
6687
7675
  background-color: var(--xmlui-backgroundColor-Blockquote);
7676
+ padding-left: var(--xmlui-paddingLeft-Blockquote);
7677
+ border-left: var(--xmlui-borderLeft-Blockquote, var(--xmlui-borderHorizontal-Blockquote, var(--xmlui-border-Blockquote)));
7678
+ border-right: var(--xmlui-borderRight-Blockquote, var(--xmlui-borderHorizontal-Blockquote, var(--xmlui-border-Blockquote)));
7679
+ border-top: var(--xmlui-borderTop-Blockquote, var(--xmlui-borderVertical-Blockquote, var(--xmlui-border-Blockquote)));
7680
+ border-bottom: var(--xmlui-borderBottom-Blockquote, var(--xmlui-borderVertical-Blockquote, var(--xmlui-border-Blockquote)));
7681
+ border-left-style: var(--xmlui-borderLeftStyle-Blockquote, var(--xmlui-borderHorizontalStyle-Blockquote, var(--xmlui-borderStyle-Blockquote)));
7682
+ border-right-style: var(--xmlui-borderRightStyle-Blockquote, var(--xmlui-borderHorizontalStyle-Blockquote, var(--xmlui-borderStyle-Blockquote)));
7683
+ border-top-style: var(--xmlui-borderTopStyle-Blockquote, var(--xmlui-borderVerticalStyle-Blockquote, var(--xmlui-borderStyle-Blockquote)));
7684
+ border-bottom-style: var(--xmlui-borderBottomStyle-Blockquote, var(--xmlui-borderVerticalStyle-Blockquote, var(--xmlui-borderStyle-Blockquote)));
7685
+ border-left-width: var(--xmlui-borderLeftWidth-Blockquote, var(--xmlui-borderHorizontalWidth-Blockquote, var(--xmlui-borderWidth-Blockquote)));
7686
+ border-right-width: var(--xmlui-borderRightWidth-Blockquote, var(--xmlui-borderHorizontalWidth-Blockquote, var(--xmlui-borderWidth-Blockquote)));
7687
+ border-top-width: var(--xmlui-borderTopWidth-Blockquote, var(--xmlui-borderVerticalWidth-Blockquote, var(--xmlui-borderWidth-Blockquote)));
7688
+ border-bottom-width: var(--xmlui-borderBottomWidth-Blockquote, var(--xmlui-borderVerticalWidth-Blockquote, var(--xmlui-borderWidth-Blockquote)));
7689
+ border-left-color: var(--xmlui-borderLeftColor-Blockquote, var(--xmlui-borderHorizontalColor-Blockquote, var(--xmlui-borderColor-Blockquote)));
7690
+ border-right-color: var(--xmlui-borderRightColor-Blockquote, var(--xmlui-borderHorizontalColor-Blockquote, var(--xmlui-borderColor-Blockquote)));
7691
+ border-top-color: var(--xmlui-borderTopColor-Blockquote, var(--xmlui-borderVerticalColor-Blockquote, var(--xmlui-borderColor-Blockquote)));
7692
+ border-bottom-color: var(--xmlui-borderBottomColor-Blockquote, var(--xmlui-borderVerticalColor-Blockquote, var(--xmlui-borderColor-Blockquote)));
6688
7693
  border-radius: var(--xmlui-borderRadius-Blockquote);
7694
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-Blockquote, var(--xmlui-borderRadius-Blockquote));
7695
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-Blockquote, var(--xmlui-borderRadius-Blockquote));
7696
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-Blockquote, var(--xmlui-borderRadius-Blockquote));
7697
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-Blockquote, var(--xmlui-borderRadius-Blockquote));
7698
+ padding: var(--xmlui-padding-Blockquote);
6689
7699
  padding-left: var(--xmlui-paddingLeft-Blockquote);
7700
+ padding-right: var(--xmlui-paddingRight-Blockquote, var(--xmlui-paddingHorizontal-Blockquote, var(--xmlui-padding-Blockquote)));
7701
+ padding-top: var(--xmlui-paddingTop-Blockquote, var(--xmlui-paddingVertical-Blockquote, var(--xmlui-padding-Blockquote)));
7702
+ padding-bottom: var(--xmlui-paddingBottom-Blockquote, var(--xmlui-paddingVertical-Blockquote, var(--xmlui-padding-Blockquote)));
6690
7703
  }
6691
- ._markdownContent_17igw_13 ._blockquote_17igw_16::before {
7704
+ ._markdownContent_mgetx_13 ._blockquote_mgetx_19::before {
6692
7705
  background-color: var(--xmlui-accentColor-Blockquote);
6693
7706
  position: absolute;
6694
7707
  top: 0;
@@ -6698,50 +7711,50 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
6698
7711
  height: 100%;
6699
7712
  width: var(--xmlui-accentWidth-Blockquote);
6700
7713
  }
6701
- ._markdownContent_17igw_13 ._blockquoteContainer_17igw_34 {
7714
+ ._markdownContent_mgetx_13 ._blockquoteContainer_mgetx_62 {
6702
7715
  padding: 0.5rem 0.5rem 0.1rem 0.5rem;
6703
7716
  }
6704
- ._markdownContent_17igw_13 ._admonitionBlockquote_17igw_37 {
7717
+ ._markdownContent_mgetx_13 ._admonitionBlockquote_mgetx_65 {
6705
7718
  margin-top: var(--xmlui-marginTop-Admonition);
6706
7719
  margin-bottom: var(--xmlui-marginBottom-Admonition);
6707
7720
  background-color: var(--xmlui-backgroundColor-Admonition);
6708
7721
  border-radius: var(--xmlui-borderRadius-Admonition);
6709
7722
  }
6710
- ._markdownContent_17igw_13 ._admonitionContainer_17igw_43 {
7723
+ ._markdownContent_mgetx_13 ._admonitionContainer_mgetx_71 {
6711
7724
  padding: 0.5rem;
6712
7725
  display: flex;
6713
7726
  align-items: flex-start;
6714
7727
  }
6715
- ._markdownContent_17igw_13 ._admonitionContent_17igw_48 {
7728
+ ._markdownContent_mgetx_13 ._admonitionContent_mgetx_76 {
6716
7729
  margin-left: var(--xmlui-marginLeft-Admonition-content);
6717
7730
  }
6718
- ._markdownContent_17igw_13 ._admonitionIcon_17igw_51 {
7731
+ ._markdownContent_mgetx_13 ._admonitionIcon_mgetx_79 {
6719
7732
  font-size: var(--xmlui-iconSize-Admonition);
6720
7733
  line-height: 1;
6721
7734
  }
6722
- ._markdownContent_17igw_13 ._admonitionContent_17igw_48 {
7735
+ ._markdownContent_mgetx_13 ._admonitionContent_mgetx_76 {
6723
7736
  flex: 1;
6724
7737
  min-width: 0;
6725
7738
  }
6726
- ._markdownContent_17igw_13 ._admonitionBlockquote_17igw_37 ._admonitionContent_17igw_48 [class*=text_][class*=markdown_] {
7739
+ ._markdownContent_mgetx_13 ._admonitionBlockquote_mgetx_65 ._admonitionContent_mgetx_76 [class*=text_][class*=markdown_] {
6727
7740
  margin-top: 0;
6728
7741
  margin-bottom: 0;
6729
7742
  }
6730
- ._markdownContent_17igw_13 li:has(> input[type=checkbox]),
6731
- ._markdownContent_17igw_13 li:has(> input[type=checkbox]) {
7743
+ ._markdownContent_mgetx_13 li:has(> input[type=checkbox]),
7744
+ ._markdownContent_mgetx_13 li:has(> input[type=checkbox]) {
6732
7745
  display: flex;
6733
7746
  align-items: flex-start;
6734
7747
  }
6735
- ._markdownContent_17igw_13 li:has(> input[type=checkbox]) > input[type=checkbox],
6736
- ._markdownContent_17igw_13 li:has(> input[type=checkbox]) > input[type=checkbox] {
7748
+ ._markdownContent_mgetx_13 li:has(> input[type=checkbox]) > input[type=checkbox],
7749
+ ._markdownContent_mgetx_13 li:has(> input[type=checkbox]) > input[type=checkbox] {
6737
7750
  margin-right: 8px;
6738
7751
  margin-top: 4px;
6739
7752
  flex-shrink: 0;
6740
7753
  }
6741
- ._markdownContent_17igw_13 > *:first-child {
7754
+ ._markdownContent_mgetx_13 > *:first-child {
6742
7755
  margin-top: 0;
6743
7756
  }
6744
- ._markdownContent_17igw_13 > *:last-child {
7757
+ ._markdownContent_mgetx_13 > *:last-child {
6745
7758
  margin-bottom: 0;
6746
7759
  }
6747
7760
 
@@ -6790,7 +7803,7 @@ $color-marker-ListItem: createThemeVar("color-marker-ListItem");
6790
7803
  * This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
6791
7804
  Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
6792
7805
  */
6793
- ._htmlTable_ei3dh_13 {
7806
+ ._htmlTable_11909_13 {
6794
7807
  background-color: var(--xmlui-backgroundColor-HtmlTable);
6795
7808
  color: var(--xmlui-textColor-HtmlTable);
6796
7809
  font-family: var(--xmlui-fontFamily-HtmlTable);
@@ -6799,6 +7812,7 @@ $color-marker-ListItem: createThemeVar("color-marker-ListItem");
6799
7812
  text-transform: var(--xmlui-textTransform-HtmlTable);
6800
7813
  margin-top: var(--xmlui-marginTop-HtmlTable);
6801
7814
  margin-bottom: var(--xmlui-marginBottom-HtmlTable);
7815
+ width: var(--xmlui-width-HtmlTable);
6802
7816
  border-left: var(--xmlui-borderLeft-HtmlTable, var(--xmlui-borderHorizontal-HtmlTable, var(--xmlui-border-HtmlTable)));
6803
7817
  border-right: var(--xmlui-borderRight-HtmlTable, var(--xmlui-borderHorizontal-HtmlTable, var(--xmlui-border-HtmlTable)));
6804
7818
  border-top: var(--xmlui-borderTop-HtmlTable, var(--xmlui-borderVertical-HtmlTable, var(--xmlui-border-HtmlTable)));
@@ -6826,7 +7840,7 @@ $color-marker-ListItem: createThemeVar("color-marker-ListItem");
6826
7840
  padding-bottom: var(--xmlui-paddingBottom-HtmlTable, var(--xmlui-paddingVertical-HtmlTable, var(--xmlui-padding-HtmlTable)));
6827
7841
  }
6828
7842
 
6829
- ._htmlThead_ei3dh_49 {
7843
+ ._htmlThead_11909_50 {
6830
7844
  background-color: var(--xmlui-backgroundColor-HtmlThead);
6831
7845
  color: var(--xmlui-textColor-HtmlThead);
6832
7846
  font-weight: var(--xmlui-fontWeight-HtmlThead);
@@ -6859,7 +7873,7 @@ $color-marker-ListItem: createThemeVar("color-marker-ListItem");
6859
7873
  padding-bottom: var(--xmlui-paddingBottom-HtmlThead, var(--xmlui-paddingVertical-HtmlThead, var(--xmlui-padding-HtmlThead)));
6860
7874
  }
6861
7875
 
6862
- ._htmlTbody_ei3dh_82 {
7876
+ ._htmlTbody_11909_83 {
6863
7877
  background-color: var(--xmlui-backgroundColor-HtmlTbody);
6864
7878
  color: var(--xmlui-textColor-HtmlTbody);
6865
7879
  text-align: var(--xmlui-textAlign-HtmlTbody);
@@ -6867,12 +7881,12 @@ $color-marker-ListItem: createThemeVar("color-marker-ListItem");
6867
7881
  text-transform: var(--xmlui-textTransform-HtmlTbody);
6868
7882
  }
6869
7883
 
6870
- ._htmlTfoot_ei3dh_90 {
7884
+ ._htmlTfoot_11909_91 {
6871
7885
  background-color: var(--xmlui-backgroundColor-HtmlTfoot);
6872
7886
  color: var(--xmlui-textColor-HtmlTfoot);
6873
7887
  }
6874
7888
 
6875
- ._htmlTh_ei3dh_49 {
7889
+ ._htmlTh_11909_50 {
6876
7890
  background-color: var(--xmlui-backgroundColor-HtmlTh);
6877
7891
  color: var(--xmlui-textColor-HtmlTh);
6878
7892
  font-weight: var(--xmlui-fontWeight-HtmlTh);
@@ -6903,11 +7917,11 @@ $color-marker-ListItem: createThemeVar("color-marker-ListItem");
6903
7917
  padding-top: var(--xmlui-paddingTop-HtmlTh, var(--xmlui-paddingVertical-HtmlTh, var(--xmlui-padding-HtmlTh)));
6904
7918
  padding-bottom: var(--xmlui-paddingBottom-HtmlTh, var(--xmlui-paddingVertical-HtmlTh, var(--xmlui-padding-HtmlTh)));
6905
7919
  }
6906
- ._htmlTh_ei3dh_49:hover {
7920
+ ._htmlTh_11909_50:hover {
6907
7921
  background-color: var(--xmlui-backgroundColor-HtmlTh--hover);
6908
7922
  }
6909
7923
 
6910
- ._htmlTr_ei3dh_130 {
7924
+ ._htmlTr_11909_131 {
6911
7925
  background-color: var(--xmlui-backgroundColor-HtmlTr);
6912
7926
  color: var(--xmlui-textColor-HtmlTr);
6913
7927
  font-weight: var(--xmlui-fontWeight-HtmlTr);
@@ -6933,18 +7947,18 @@ $color-marker-ListItem: createThemeVar("color-marker-ListItem");
6933
7947
  border-end-start-radius: var(--xmlui-borderEndStartRadius-HtmlTr, var(--xmlui-borderRadius-HtmlTr));
6934
7948
  border-end-end-radius: var(--xmlui-borderEndEndRadius-HtmlTr, var(--xmlui-borderRadius-HtmlTr));
6935
7949
  }
6936
- ._htmlTr_ei3dh_130:nth-child(even) {
7950
+ ._htmlTr_11909_131:nth-child(even) {
6937
7951
  background-color: var(--xmlui-backgroundColor-even-HtmlTr);
6938
7952
  }
6939
- ._htmlTr_ei3dh_130:hover {
7953
+ ._htmlTr_11909_131:hover {
6940
7954
  background-color: var(--xmlui-backgroundColor-HtmlTr--hover);
6941
7955
  color: var(--xmlui-textColor-HtmlTr--hover);
6942
7956
  }
6943
- ._htmlTr_ei3dh_130:hover:not(:has(:not(th))) {
7957
+ ._htmlTr_11909_131:hover:not(:has(:not(th))) {
6944
7958
  background-color: initial;
6945
7959
  }
6946
7960
 
6947
- ._htmlTd_ei3dh_167 {
7961
+ ._htmlTd_11909_168 {
6948
7962
  background-color: var(--xmlui-backgroundColor-HtmlTd);
6949
7963
  text-align: var(--xmlui-text-align-HtmlTd);
6950
7964
  vertical-align: var(--xmlui-verticalAlign-HtmlTd);
@@ -6977,19 +7991,95 @@ $color-marker-ListItem: createThemeVar("color-marker-ListItem");
6977
7991
  padding-bottom: var(--xmlui-paddingBottom-HtmlTd, var(--xmlui-paddingVertical-HtmlTd, var(--xmlui-padding-HtmlTd)));
6978
7992
  }
6979
7993
 
6980
- ._htmlUl_ei3dh_200 {
7994
+ ._htmlUl_11909_201 {
6981
7995
  margin-top: var(--xmlui-marginTop-HtmlUl);
6982
7996
  margin-bottom: var(--xmlui-marginBottom-HtmlUl);
6983
- }
6984
-
6985
- ._htmlOl_ei3dh_205 {
7997
+ border-left: var(--xmlui-borderLeft-HtmlUl, var(--xmlui-borderHorizontal-HtmlUl, var(--xmlui-border-HtmlUl)));
7998
+ border-right: var(--xmlui-borderRight-HtmlUl, var(--xmlui-borderHorizontal-HtmlUl, var(--xmlui-border-HtmlUl)));
7999
+ border-top: var(--xmlui-borderTop-HtmlUl, var(--xmlui-borderVertical-HtmlUl, var(--xmlui-border-HtmlUl)));
8000
+ border-bottom: var(--xmlui-borderBottom-HtmlUl, var(--xmlui-borderVertical-HtmlUl, var(--xmlui-border-HtmlUl)));
8001
+ border-left-style: var(--xmlui-borderLeftStyle-HtmlUl, var(--xmlui-borderHorizontalStyle-HtmlUl, var(--xmlui-borderStyle-HtmlUl)));
8002
+ border-right-style: var(--xmlui-borderRightStyle-HtmlUl, var(--xmlui-borderHorizontalStyle-HtmlUl, var(--xmlui-borderStyle-HtmlUl)));
8003
+ border-top-style: var(--xmlui-borderTopStyle-HtmlUl, var(--xmlui-borderVerticalStyle-HtmlUl, var(--xmlui-borderStyle-HtmlUl)));
8004
+ border-bottom-style: var(--xmlui-borderBottomStyle-HtmlUl, var(--xmlui-borderVerticalStyle-HtmlUl, var(--xmlui-borderStyle-HtmlUl)));
8005
+ border-left-width: var(--xmlui-borderLeftWidth-HtmlUl, var(--xmlui-borderHorizontalWidth-HtmlUl, var(--xmlui-borderWidth-HtmlUl)));
8006
+ border-right-width: var(--xmlui-borderRightWidth-HtmlUl, var(--xmlui-borderHorizontalWidth-HtmlUl, var(--xmlui-borderWidth-HtmlUl)));
8007
+ border-top-width: var(--xmlui-borderTopWidth-HtmlUl, var(--xmlui-borderVerticalWidth-HtmlUl, var(--xmlui-borderWidth-HtmlUl)));
8008
+ border-bottom-width: var(--xmlui-borderBottomWidth-HtmlUl, var(--xmlui-borderVerticalWidth-HtmlUl, var(--xmlui-borderWidth-HtmlUl)));
8009
+ border-left-color: var(--xmlui-borderLeftColor-HtmlUl, var(--xmlui-borderHorizontalColor-HtmlUl, var(--xmlui-borderColor-HtmlUl)));
8010
+ border-right-color: var(--xmlui-borderRightColor-HtmlUl, var(--xmlui-borderHorizontalColor-HtmlUl, var(--xmlui-borderColor-HtmlUl)));
8011
+ border-top-color: var(--xmlui-borderTopColor-HtmlUl, var(--xmlui-borderVerticalColor-HtmlUl, var(--xmlui-borderColor-HtmlUl)));
8012
+ border-bottom-color: var(--xmlui-borderBottomColor-HtmlUl, var(--xmlui-borderVerticalColor-HtmlUl, var(--xmlui-borderColor-HtmlUl)));
8013
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-HtmlUl, var(--xmlui-borderRadius-HtmlUl));
8014
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-HtmlUl, var(--xmlui-borderRadius-HtmlUl));
8015
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-HtmlUl, var(--xmlui-borderRadius-HtmlUl));
8016
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-HtmlUl, var(--xmlui-borderRadius-HtmlUl));
8017
+ padding: var(--xmlui-padding-HtmlUl);
8018
+ padding-left: var(--xmlui-paddingLeft-HtmlUl, var(--xmlui-paddingHorizontal-HtmlUl, var(--xmlui-padding-HtmlUl)));
8019
+ padding-right: var(--xmlui-paddingRight-HtmlUl, var(--xmlui-paddingHorizontal-HtmlUl, var(--xmlui-padding-HtmlUl)));
8020
+ padding-top: var(--xmlui-paddingTop-HtmlUl, var(--xmlui-paddingVertical-HtmlUl, var(--xmlui-padding-HtmlUl)));
8021
+ padding-bottom: var(--xmlui-paddingBottom-HtmlUl, var(--xmlui-paddingVertical-HtmlUl, var(--xmlui-padding-HtmlUl)));
8022
+ }
8023
+
8024
+ ._htmlOl_11909_231 {
6986
8025
  margin-top: var(--xmlui-marginTop-HtmlOl);
6987
8026
  margin-bottom: var(--xmlui-marginBottom-HtmlOl);
6988
- }
6989
-
6990
- ._htmlLi_ei3dh_210 {
8027
+ border-left: var(--xmlui-borderLeft-HtmlOl, var(--xmlui-borderHorizontal-HtmlOl, var(--xmlui-border-HtmlOl)));
8028
+ border-right: var(--xmlui-borderRight-HtmlOl, var(--xmlui-borderHorizontal-HtmlOl, var(--xmlui-border-HtmlOl)));
8029
+ border-top: var(--xmlui-borderTop-HtmlOl, var(--xmlui-borderVertical-HtmlOl, var(--xmlui-border-HtmlOl)));
8030
+ border-bottom: var(--xmlui-borderBottom-HtmlOl, var(--xmlui-borderVertical-HtmlOl, var(--xmlui-border-HtmlOl)));
8031
+ border-left-style: var(--xmlui-borderLeftStyle-HtmlOl, var(--xmlui-borderHorizontalStyle-HtmlOl, var(--xmlui-borderStyle-HtmlOl)));
8032
+ border-right-style: var(--xmlui-borderRightStyle-HtmlOl, var(--xmlui-borderHorizontalStyle-HtmlOl, var(--xmlui-borderStyle-HtmlOl)));
8033
+ border-top-style: var(--xmlui-borderTopStyle-HtmlOl, var(--xmlui-borderVerticalStyle-HtmlOl, var(--xmlui-borderStyle-HtmlOl)));
8034
+ border-bottom-style: var(--xmlui-borderBottomStyle-HtmlOl, var(--xmlui-borderVerticalStyle-HtmlOl, var(--xmlui-borderStyle-HtmlOl)));
8035
+ border-left-width: var(--xmlui-borderLeftWidth-HtmlOl, var(--xmlui-borderHorizontalWidth-HtmlOl, var(--xmlui-borderWidth-HtmlOl)));
8036
+ border-right-width: var(--xmlui-borderRightWidth-HtmlOl, var(--xmlui-borderHorizontalWidth-HtmlOl, var(--xmlui-borderWidth-HtmlOl)));
8037
+ border-top-width: var(--xmlui-borderTopWidth-HtmlOl, var(--xmlui-borderVerticalWidth-HtmlOl, var(--xmlui-borderWidth-HtmlOl)));
8038
+ border-bottom-width: var(--xmlui-borderBottomWidth-HtmlOl, var(--xmlui-borderVerticalWidth-HtmlOl, var(--xmlui-borderWidth-HtmlOl)));
8039
+ border-left-color: var(--xmlui-borderLeftColor-HtmlOl, var(--xmlui-borderHorizontalColor-HtmlOl, var(--xmlui-borderColor-HtmlOl)));
8040
+ border-right-color: var(--xmlui-borderRightColor-HtmlOl, var(--xmlui-borderHorizontalColor-HtmlOl, var(--xmlui-borderColor-HtmlOl)));
8041
+ border-top-color: var(--xmlui-borderTopColor-HtmlOl, var(--xmlui-borderVerticalColor-HtmlOl, var(--xmlui-borderColor-HtmlOl)));
8042
+ border-bottom-color: var(--xmlui-borderBottomColor-HtmlOl, var(--xmlui-borderVerticalColor-HtmlOl, var(--xmlui-borderColor-HtmlOl)));
8043
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-HtmlOl, var(--xmlui-borderRadius-HtmlOl));
8044
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-HtmlOl, var(--xmlui-borderRadius-HtmlOl));
8045
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-HtmlOl, var(--xmlui-borderRadius-HtmlOl));
8046
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-HtmlOl, var(--xmlui-borderRadius-HtmlOl));
8047
+ padding: var(--xmlui-padding-HtmlOl);
8048
+ padding-left: var(--xmlui-paddingLeft-HtmlOl, var(--xmlui-paddingHorizontal-HtmlOl, var(--xmlui-padding-HtmlOl)));
8049
+ padding-right: var(--xmlui-paddingRight-HtmlOl, var(--xmlui-paddingHorizontal-HtmlOl, var(--xmlui-padding-HtmlOl)));
8050
+ padding-top: var(--xmlui-paddingTop-HtmlOl, var(--xmlui-paddingVertical-HtmlOl, var(--xmlui-padding-HtmlOl)));
8051
+ padding-bottom: var(--xmlui-paddingBottom-HtmlOl, var(--xmlui-paddingVertical-HtmlOl, var(--xmlui-padding-HtmlOl)));
8052
+ }
8053
+
8054
+ ._htmlLi_11909_261 {
6991
8055
  margin-top: var(--xmlui-marginTop-HtmlLi);
6992
8056
  margin-bottom: var(--xmlui-marginBottom-HtmlLi);
8057
+ list-style-type: var(--xmlui-listStyleType-HtmlLi);
8058
+ border-left: var(--xmlui-borderLeft-HtmlLi, var(--xmlui-borderHorizontal-HtmlLi, var(--xmlui-border-HtmlLi)));
8059
+ border-right: var(--xmlui-borderRight-HtmlLi, var(--xmlui-borderHorizontal-HtmlLi, var(--xmlui-border-HtmlLi)));
8060
+ border-top: var(--xmlui-borderTop-HtmlLi, var(--xmlui-borderVertical-HtmlLi, var(--xmlui-border-HtmlLi)));
8061
+ border-bottom: var(--xmlui-borderBottom-HtmlLi, var(--xmlui-borderVertical-HtmlLi, var(--xmlui-border-HtmlLi)));
8062
+ border-left-style: var(--xmlui-borderLeftStyle-HtmlLi, var(--xmlui-borderHorizontalStyle-HtmlLi, var(--xmlui-borderStyle-HtmlLi)));
8063
+ border-right-style: var(--xmlui-borderRightStyle-HtmlLi, var(--xmlui-borderHorizontalStyle-HtmlLi, var(--xmlui-borderStyle-HtmlLi)));
8064
+ border-top-style: var(--xmlui-borderTopStyle-HtmlLi, var(--xmlui-borderVerticalStyle-HtmlLi, var(--xmlui-borderStyle-HtmlLi)));
8065
+ border-bottom-style: var(--xmlui-borderBottomStyle-HtmlLi, var(--xmlui-borderVerticalStyle-HtmlLi, var(--xmlui-borderStyle-HtmlLi)));
8066
+ border-left-width: var(--xmlui-borderLeftWidth-HtmlLi, var(--xmlui-borderHorizontalWidth-HtmlLi, var(--xmlui-borderWidth-HtmlLi)));
8067
+ border-right-width: var(--xmlui-borderRightWidth-HtmlLi, var(--xmlui-borderHorizontalWidth-HtmlLi, var(--xmlui-borderWidth-HtmlLi)));
8068
+ border-top-width: var(--xmlui-borderTopWidth-HtmlLi, var(--xmlui-borderVerticalWidth-HtmlLi, var(--xmlui-borderWidth-HtmlLi)));
8069
+ border-bottom-width: var(--xmlui-borderBottomWidth-HtmlLi, var(--xmlui-borderVerticalWidth-HtmlLi, var(--xmlui-borderWidth-HtmlLi)));
8070
+ border-left-color: var(--xmlui-borderLeftColor-HtmlLi, var(--xmlui-borderHorizontalColor-HtmlLi, var(--xmlui-borderColor-HtmlLi)));
8071
+ border-right-color: var(--xmlui-borderRightColor-HtmlLi, var(--xmlui-borderHorizontalColor-HtmlLi, var(--xmlui-borderColor-HtmlLi)));
8072
+ border-top-color: var(--xmlui-borderTopColor-HtmlLi, var(--xmlui-borderVerticalColor-HtmlLi, var(--xmlui-borderColor-HtmlLi)));
8073
+ border-bottom-color: var(--xmlui-borderBottomColor-HtmlLi, var(--xmlui-borderVerticalColor-HtmlLi, var(--xmlui-borderColor-HtmlLi)));
8074
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-HtmlLi, var(--xmlui-borderRadius-HtmlLi));
8075
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-HtmlLi, var(--xmlui-borderRadius-HtmlLi));
8076
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-HtmlLi, var(--xmlui-borderRadius-HtmlLi));
8077
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-HtmlLi, var(--xmlui-borderRadius-HtmlLi));
8078
+ padding: var(--xmlui-padding-HtmlLi);
8079
+ padding-left: var(--xmlui-paddingLeft-HtmlLi, var(--xmlui-paddingHorizontal-HtmlLi, var(--xmlui-padding-HtmlLi)));
8080
+ padding-right: var(--xmlui-paddingRight-HtmlLi, var(--xmlui-paddingHorizontal-HtmlLi, var(--xmlui-padding-HtmlLi)));
8081
+ padding-top: var(--xmlui-paddingTop-HtmlLi, var(--xmlui-paddingVertical-HtmlLi, var(--xmlui-padding-HtmlLi)));
8082
+ padding-bottom: var(--xmlui-paddingBottom-HtmlLi, var(--xmlui-paddingVertical-HtmlLi, var(--xmlui-padding-HtmlLi)));
6993
8083
  }
6994
8084
 
6995
8085
  /*
@@ -7000,24 +8090,84 @@ li .htmlOl {
7000
8090
  margin-bottom: 0;
7001
8091
  }
7002
8092
  */
7003
- ._htmlH1_ei3dh_223, ._htmlH2_ei3dh_223, ._htmlH3_ei3dh_223, ._htmlH4_ei3dh_223, ._htmlH5_ei3dh_223, ._htmlH6_ei3dh_223 {
8093
+ ._htmlH1_11909_300,
8094
+ ._htmlH2_11909_301,
8095
+ ._htmlH3_11909_302,
8096
+ ._htmlH4_11909_303,
8097
+ ._htmlH5_11909_304,
8098
+ ._htmlH6_11909_305 {
7004
8099
  margin-top: var(--xmlui-marginTop-HtmlHeading);
7005
8100
  margin-bottom: var(--xmlui-marginBottom-HtmlHeading);
7006
8101
  }
7007
8102
 
7008
- ._htmlVideo_ei3dh_228 {
8103
+ ._htmlVideo_11909_310 {
7009
8104
  margin-top: var(--xmlui-marginTop-HtmlVideo);
7010
8105
  margin-bottom: var(--xmlui-marginBottom-HtmlVideo);
7011
8106
  }
7012
8107
 
7013
- ._htmlDetails_ei3dh_233 {
8108
+ ._htmlDetails_11909_315 {
7014
8109
  margin-top: var(--xmlui-marginTop-HtmlDetails);
7015
8110
  margin-bottom: var(--xmlui-marginBottom-HtmlDetails);
7016
- }
7017
-
7018
- ._htmlDetails_ei3dh_233 {
8111
+ border-left: var(--xmlui-borderLeft-HtmlDetails, var(--xmlui-borderHorizontal-HtmlDetails, var(--xmlui-border-HtmlDetails)));
8112
+ border-right: var(--xmlui-borderRight-HtmlDetails, var(--xmlui-borderHorizontal-HtmlDetails, var(--xmlui-border-HtmlDetails)));
8113
+ border-top: var(--xmlui-borderTop-HtmlDetails, var(--xmlui-borderVertical-HtmlDetails, var(--xmlui-border-HtmlDetails)));
8114
+ border-bottom: var(--xmlui-borderBottom-HtmlDetails, var(--xmlui-borderVertical-HtmlDetails, var(--xmlui-border-HtmlDetails)));
8115
+ border-left-style: var(--xmlui-borderLeftStyle-HtmlDetails, var(--xmlui-borderHorizontalStyle-HtmlDetails, var(--xmlui-borderStyle-HtmlDetails)));
8116
+ border-right-style: var(--xmlui-borderRightStyle-HtmlDetails, var(--xmlui-borderHorizontalStyle-HtmlDetails, var(--xmlui-borderStyle-HtmlDetails)));
8117
+ border-top-style: var(--xmlui-borderTopStyle-HtmlDetails, var(--xmlui-borderVerticalStyle-HtmlDetails, var(--xmlui-borderStyle-HtmlDetails)));
8118
+ border-bottom-style: var(--xmlui-borderBottomStyle-HtmlDetails, var(--xmlui-borderVerticalStyle-HtmlDetails, var(--xmlui-borderStyle-HtmlDetails)));
8119
+ border-left-width: var(--xmlui-borderLeftWidth-HtmlDetails, var(--xmlui-borderHorizontalWidth-HtmlDetails, var(--xmlui-borderWidth-HtmlDetails)));
8120
+ border-right-width: var(--xmlui-borderRightWidth-HtmlDetails, var(--xmlui-borderHorizontalWidth-HtmlDetails, var(--xmlui-borderWidth-HtmlDetails)));
8121
+ border-top-width: var(--xmlui-borderTopWidth-HtmlDetails, var(--xmlui-borderVerticalWidth-HtmlDetails, var(--xmlui-borderWidth-HtmlDetails)));
8122
+ border-bottom-width: var(--xmlui-borderBottomWidth-HtmlDetails, var(--xmlui-borderVerticalWidth-HtmlDetails, var(--xmlui-borderWidth-HtmlDetails)));
8123
+ border-left-color: var(--xmlui-borderLeftColor-HtmlDetails, var(--xmlui-borderHorizontalColor-HtmlDetails, var(--xmlui-borderColor-HtmlDetails)));
8124
+ border-right-color: var(--xmlui-borderRightColor-HtmlDetails, var(--xmlui-borderHorizontalColor-HtmlDetails, var(--xmlui-borderColor-HtmlDetails)));
8125
+ border-top-color: var(--xmlui-borderTopColor-HtmlDetails, var(--xmlui-borderVerticalColor-HtmlDetails, var(--xmlui-borderColor-HtmlDetails)));
8126
+ border-bottom-color: var(--xmlui-borderBottomColor-HtmlDetails, var(--xmlui-borderVerticalColor-HtmlDetails, var(--xmlui-borderColor-HtmlDetails)));
8127
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-HtmlDetails, var(--xmlui-borderRadius-HtmlDetails));
8128
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-HtmlDetails, var(--xmlui-borderRadius-HtmlDetails));
8129
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-HtmlDetails, var(--xmlui-borderRadius-HtmlDetails));
8130
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-HtmlDetails, var(--xmlui-borderRadius-HtmlDetails));
8131
+ padding: var(--xmlui-padding-HtmlDetails);
8132
+ padding-left: var(--xmlui-paddingLeft-HtmlDetails, var(--xmlui-paddingHorizontal-HtmlDetails, var(--xmlui-padding-HtmlDetails)));
8133
+ padding-right: var(--xmlui-paddingRight-HtmlDetails, var(--xmlui-paddingHorizontal-HtmlDetails, var(--xmlui-padding-HtmlDetails)));
8134
+ padding-top: var(--xmlui-paddingTop-HtmlDetails, var(--xmlui-paddingVertical-HtmlDetails, var(--xmlui-padding-HtmlDetails)));
8135
+ padding-bottom: var(--xmlui-paddingBottom-HtmlDetails, var(--xmlui-paddingVertical-HtmlDetails, var(--xmlui-padding-HtmlDetails)));
8136
+ }
8137
+
8138
+ ._htmlDetails_11909_315 {
7019
8139
  margin-top: var(--xmlui-marginTop-HtmlDetails);
7020
8140
  margin-bottom: var(--xmlui-marginBottom-HtmlDetails);
8141
+ }
8142
+
8143
+ ._htmlImage_11909_350 {
8144
+ width: var(--xmlui-width-HtmlImage);
8145
+ height: var(--xmlui-height-HtmlImage);
8146
+ border-left: var(--xmlui-borderLeft-HtmlImage, var(--xmlui-borderHorizontal-HtmlImage, var(--xmlui-border-HtmlImage)));
8147
+ border-right: var(--xmlui-borderRight-HtmlImage, var(--xmlui-borderHorizontal-HtmlImage, var(--xmlui-border-HtmlImage)));
8148
+ border-top: var(--xmlui-borderTop-HtmlImage, var(--xmlui-borderVertical-HtmlImage, var(--xmlui-border-HtmlImage)));
8149
+ border-bottom: var(--xmlui-borderBottom-HtmlImage, var(--xmlui-borderVertical-HtmlImage, var(--xmlui-border-HtmlImage)));
8150
+ border-left-style: var(--xmlui-borderLeftStyle-HtmlImage, var(--xmlui-borderHorizontalStyle-HtmlImage, var(--xmlui-borderStyle-HtmlImage)));
8151
+ border-right-style: var(--xmlui-borderRightStyle-HtmlImage, var(--xmlui-borderHorizontalStyle-HtmlImage, var(--xmlui-borderStyle-HtmlImage)));
8152
+ border-top-style: var(--xmlui-borderTopStyle-HtmlImage, var(--xmlui-borderVerticalStyle-HtmlImage, var(--xmlui-borderStyle-HtmlImage)));
8153
+ border-bottom-style: var(--xmlui-borderBottomStyle-HtmlImage, var(--xmlui-borderVerticalStyle-HtmlImage, var(--xmlui-borderStyle-HtmlImage)));
8154
+ border-left-width: var(--xmlui-borderLeftWidth-HtmlImage, var(--xmlui-borderHorizontalWidth-HtmlImage, var(--xmlui-borderWidth-HtmlImage)));
8155
+ border-right-width: var(--xmlui-borderRightWidth-HtmlImage, var(--xmlui-borderHorizontalWidth-HtmlImage, var(--xmlui-borderWidth-HtmlImage)));
8156
+ border-top-width: var(--xmlui-borderTopWidth-HtmlImage, var(--xmlui-borderVerticalWidth-HtmlImage, var(--xmlui-borderWidth-HtmlImage)));
8157
+ border-bottom-width: var(--xmlui-borderBottomWidth-HtmlImage, var(--xmlui-borderVerticalWidth-HtmlImage, var(--xmlui-borderWidth-HtmlImage)));
8158
+ border-left-color: var(--xmlui-borderLeftColor-HtmlImage, var(--xmlui-borderHorizontalColor-HtmlImage, var(--xmlui-borderColor-HtmlImage)));
8159
+ border-right-color: var(--xmlui-borderRightColor-HtmlImage, var(--xmlui-borderHorizontalColor-HtmlImage, var(--xmlui-borderColor-HtmlImage)));
8160
+ border-top-color: var(--xmlui-borderTopColor-HtmlImage, var(--xmlui-borderVerticalColor-HtmlImage, var(--xmlui-borderColor-HtmlImage)));
8161
+ border-bottom-color: var(--xmlui-borderBottomColor-HtmlImage, var(--xmlui-borderVerticalColor-HtmlImage, var(--xmlui-borderColor-HtmlImage)));
8162
+ border-start-start-radius: var(--xmlui-borderStartStartRadius-HtmlImage, var(--xmlui-borderRadius-HtmlImage));
8163
+ border-start-end-radius: var(--xmlui-borderStartEndRadius-HtmlImage, var(--xmlui-borderRadius-HtmlImage));
8164
+ border-end-start-radius: var(--xmlui-borderEndStartRadius-HtmlImage, var(--xmlui-borderRadius-HtmlImage));
8165
+ border-end-end-radius: var(--xmlui-borderEndEndRadius-HtmlImage, var(--xmlui-borderRadius-HtmlImage));
8166
+ padding: var(--xmlui-padding-HtmlImage);
8167
+ padding-left: var(--xmlui-paddingLeft-HtmlImage, var(--xmlui-paddingHorizontal-HtmlImage, var(--xmlui-padding-HtmlImage)));
8168
+ padding-right: var(--xmlui-paddingRight-HtmlImage, var(--xmlui-paddingHorizontal-HtmlImage, var(--xmlui-padding-HtmlImage)));
8169
+ padding-top: var(--xmlui-paddingTop-HtmlImage, var(--xmlui-paddingVertical-HtmlImage, var(--xmlui-padding-HtmlImage)));
8170
+ padding-bottom: var(--xmlui-paddingBottom-HtmlImage, var(--xmlui-paddingVertical-HtmlImage, var(--xmlui-padding-HtmlImage)));
7021
8171
  }/*
7022
8172
  * This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
7023
8173
  *
@@ -7030,8 +8180,8 @@ li .htmlOl {
7030
8180
  * This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
7031
8181
  Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
7032
8182
  */
7033
- ._DropdownMenuContent_28w8e_13,
7034
- ._DropdownMenuSubContent_28w8e_14 {
8183
+ ._DropdownMenuContent_1ty8e_13,
8184
+ ._DropdownMenuSubContent_1ty8e_14 {
7035
8185
  background-color: var(--xmlui-backgroundColor-DropdownMenu);
7036
8186
  border-radius: var(--xmlui-borderRadius-DropdownMenu);
7037
8187
  min-width: var(--xmlui-minWidth-DropdownMenu);
@@ -7043,8 +8193,8 @@ li .htmlOl {
7043
8193
  border: var(--xmlui-borderWidth-DropdownMenu-content) var(--xmlui-borderStyle-DropdownMenu-content) var(--xmlui-borderColor-DropdownMenu-content);
7044
8194
  }
7045
8195
 
7046
- ._DropdownMenuItem_28w8e_26,
7047
- ._DropdownMenuSubTrigger_28w8e_27 {
8196
+ ._DropdownMenuItem_1ty8e_26,
8197
+ ._DropdownMenuSubTrigger_1ty8e_27 {
7048
8198
  background-color: var(--xmlui-backgroundColor-MenuItem);
7049
8199
  color: var(--xmlui-color-MenuItem);
7050
8200
  font-family: var(--xmlui-fontFamily-MenuItem);
@@ -7061,28 +8211,39 @@ li .htmlOl {
7061
8211
  user-select: none;
7062
8212
  outline: none;
7063
8213
  }
7064
- ._DropdownMenuItem_28w8e_26:hover, ._DropdownMenuItem_28w8e_26[data-highlighted],
7065
- ._DropdownMenuSubTrigger_28w8e_27:hover,
7066
- ._DropdownMenuSubTrigger_28w8e_27[data-highlighted] {
8214
+ ._DropdownMenuItem_1ty8e_26:hover, ._DropdownMenuItem_1ty8e_26[data-highlighted],
8215
+ ._DropdownMenuSubTrigger_1ty8e_27:hover,
8216
+ ._DropdownMenuSubTrigger_1ty8e_27[data-highlighted] {
7067
8217
  background-color: var(--xmlui-backgroundColor-MenuItem--hover);
7068
8218
  color: var(--xmlui-color-MenuItem--hover);
7069
8219
  }
7070
- ._DropdownMenuItem_28w8e_26._active_28w8e_50,
7071
- ._DropdownMenuSubTrigger_28w8e_27._active_28w8e_50 {
8220
+ ._DropdownMenuItem_1ty8e_26._active_1ty8e_50,
8221
+ ._DropdownMenuSubTrigger_1ty8e_27._active_1ty8e_50 {
7072
8222
  background-color: var(--xmlui-backgroundColor-MenuItem--active);
7073
8223
  color: var(--xmlui-color-MenuItem--active);
7074
8224
  }
7075
- ._DropdownMenuItem_28w8e_26._active_28w8e_50:hover,
7076
- ._DropdownMenuSubTrigger_28w8e_27._active_28w8e_50:hover {
8225
+ ._DropdownMenuItem_1ty8e_26._active_1ty8e_50:hover,
8226
+ ._DropdownMenuSubTrigger_1ty8e_27._active_1ty8e_50:hover {
7077
8227
  background-color: var(--xmlui-backgroundColor-MenuItem--active--hover);
7078
8228
  color: var(--xmlui-color-MenuItem--active--hover);
7079
8229
  }
7080
- ._DropdownMenuItem_28w8e_26 ._wrapper_28w8e_60,
7081
- ._DropdownMenuSubTrigger_28w8e_27 ._wrapper_28w8e_60 {
8230
+ ._DropdownMenuItem_1ty8e_26._disabled_1ty8e_60,
8231
+ ._DropdownMenuSubTrigger_1ty8e_27._disabled_1ty8e_60 {
8232
+ background-color: var(--xmlui-backgroundColor-MenuItem);
8233
+ color: var(--xmlui-color-MenuItem--disabled);
8234
+ cursor: not-allowed;
8235
+ }
8236
+ ._DropdownMenuItem_1ty8e_26._disabled_1ty8e_60:hover,
8237
+ ._DropdownMenuSubTrigger_1ty8e_27._disabled_1ty8e_60:hover {
8238
+ background-color: var(--xmlui-backgroundColor-MenuItem);
8239
+ color: var(--xmlui-color-MenuItem--disabled);
8240
+ }
8241
+ ._DropdownMenuItem_1ty8e_26 ._wrapper_1ty8e_71,
8242
+ ._DropdownMenuSubTrigger_1ty8e_27 ._wrapper_1ty8e_71 {
7082
8243
  flex: 1;
7083
8244
  }
7084
8245
 
7085
- ._DropdownMenuSeparator_28w8e_65 {
8246
+ ._DropdownMenuSeparator_1ty8e_76 {
7086
8247
  margin-top: var(--xmlui-marginTop-MenuSeparator);
7087
8248
  margin-bottom: var(--xmlui-marginBottom-MenuSeparator);
7088
8249
  width: var(--xmlui-width-MenuSeparator);
@@ -7162,29 +8323,34 @@ li .htmlOl {
7162
8323
  * This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
7163
8324
  Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
7164
8325
  */
7165
- ._wrapper_ntbxg_13 {
8326
+ ._wrapper_mzu91_13 {
8327
+ position: relative;
7166
8328
  opacity: 0.5;
7167
8329
  }
7168
- ._wrapper_ntbxg_13:hover {
8330
+ ._wrapper_mzu91_13:hover {
7169
8331
  opacity: 1;
7170
8332
  }
7171
- ._wrapper_ntbxg_13[data-popper-reference-hidden=true] {
8333
+ ._wrapper_mzu91_13 button[data-popper-reference-hidden=true] {
7172
8334
  opacity: 0;
7173
8335
  pointer-events: none;
7174
8336
  display: none;
7175
8337
  }
7176
8338
 
7177
- ._inspectableNode_ntbxg_25 {
8339
+ ._inspectIcon_mzu91_26 {
8340
+ font-size: 1.4rem;
8341
+ }
8342
+
8343
+ ._inspectableNode_mzu91_30 {
7178
8344
  outline: 1px solid var(--xmlui-outlineColor--focus);
7179
8345
  outline-offset: 4px;
7180
8346
  position: relative;
7181
8347
  }
7182
8348
 
7183
- ._inspectableNode_ntbxg_25:hover {
8349
+ ._inspectableNode_mzu91_30:hover {
7184
8350
  outline: 2px solid var(--xmlui-color-primary-500);
7185
8351
  }
7186
8352
 
7187
- ._inspectOverlay_ntbxg_35 {
8353
+ ._inspectOverlay_mzu91_40 {
7188
8354
  cursor: pointer;
7189
8355
  position: absolute;
7190
8356
  top: 0;
@@ -7196,21 +8362,15 @@ li .htmlOl {
7196
8362
  pointer-events: auto;
7197
8363
  }
7198
8364
 
7199
- ._inspectOverlay_ntbxg_35:hover {
8365
+ ._inspectOverlay_mzu91_40:hover {
7200
8366
  background: rgba(32, 107, 196, 0.1);
7201
8367
  }
7202
8368
 
7203
- ._inspectedNode_ntbxg_51 {
8369
+ ._inspectedNode_mzu91_56 {
7204
8370
  outline: 2px solid var(--xmlui-color-primary-500);
7205
8371
  }
7206
- ._inspectedNode_ntbxg_51 ._inspectOverlay_ntbxg_35 {
8372
+ ._inspectedNode_mzu91_56 ._inspectOverlay_mzu91_40 {
7207
8373
  background: rgba(32, 107, 196, 0.1);
7208
- }
7209
-
7210
- ._inspectIcon_ntbxg_58 {
7211
- position: absolute;
7212
- right: 0;
7213
- top: -10px;
7214
8374
  }/*
7215
8375
  * This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
7216
8376
  *
@@ -7336,7 +8496,7 @@ li .htmlOl {
7336
8496
  * This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
7337
8497
  Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
7338
8498
  */
7339
- ._nav_10u25_13 {
8499
+ ._nav_1biyk_13 {
7340
8500
  background-color: var(--xmlui-backgroundColor-TableOfContents);
7341
8501
  min-width: 240px;
7342
8502
  width: var(--xmlui-width-TableOfContents);
@@ -7358,23 +8518,17 @@ li .htmlOl {
7358
8518
  margin-bottom: var(--xmlui-marginBottom-TableOfContents);
7359
8519
  padding: var(--xmlui-paddingVertical-TableOfContents) var(--xmlui-paddingHorizontal-TableOfContents);
7360
8520
  }
7361
- ._nav_10u25_13 ._list_10u25_35 {
8521
+ ._nav_1biyk_13 ._list_1biyk_35 {
7362
8522
  margin: 0;
7363
8523
  padding: 0;
7364
8524
  list-style: none;
7365
8525
  }
7366
- ._nav_10u25_13 ._list_10u25_35 ._listItem_10u25_40 {
8526
+ ._nav_1biyk_13 ._list_1biyk_35 ._listItem_1biyk_40 {
7367
8527
  list-style-type: none;
7368
8528
  border-left: var(--xmlui-border-width-TableOfContentsItem) var(--xmlui-border-style-TableOfContentsItem) var(--xmlui-border-color-TableOfContentsItem);
7369
8529
  }
7370
- ._nav_10u25_13 ._list_10u25_35 ._listItem_10u25_40 ._link_10u25_44 {
8530
+ ._nav_1biyk_13 ._list_1biyk_35 ._listItem_1biyk_40 ._link_1biyk_44 {
7371
8531
  color: var(--xmlui-textColor-TableOfContentsItem);
7372
- font-size: var(--xmlui-fontSize-TableOfContentsItem);
7373
- font-weight: var(--xmlui-fontWeight-TableOfContentsItem);
7374
- font-family: var(--xmlui-fontFamily-TableOfContentsItem);
7375
- text-transform: var(--xmlui-textTransform-TableOfContentsItem);
7376
- vertical-align: var(--xmlui-verticalAlign-TableOfContentsItem);
7377
- letter-spacing: var(--xmlui-letterSpacing-TableOfContentsItem);
7378
8532
  overflow-wrap: break-word;
7379
8533
  display: block;
7380
8534
  padding: var(--xmlui-padding-TableOfContentsItem);
@@ -7382,53 +8536,228 @@ li .htmlOl {
7382
8536
  padding-right: var(--xmlui-paddingRight-TableOfContentsItem, var(--xmlui-paddingHorizontal-TableOfContentsItem, var(--xmlui-padding-TableOfContentsItem)));
7383
8537
  padding-top: var(--xmlui-paddingTop-TableOfContentsItem, var(--xmlui-paddingVertical-TableOfContentsItem, var(--xmlui-padding-TableOfContentsItem)));
7384
8538
  padding-bottom: var(--xmlui-paddingBottom-TableOfContentsItem, var(--xmlui-paddingVertical-TableOfContentsItem, var(--xmlui-padding-TableOfContentsItem)));
7385
- }
7386
- ._nav_10u25_13 ._list_10u25_35 ._listItem_10u25_40 ._link_10u25_44._head_1_10u25_60 {
8539
+ color: var(--xmlui-textColor-TableOfContentsItem);
8540
+ font-family: var(--xmlui-fontFamily-TableOfContentsItem);
8541
+ font-size: var(--xmlui-fontSize-TableOfContentsItem);
8542
+ font-style: var(--xmlui-fontStyle-TableOfContentsItem);
8543
+ font-weight: var(--xmlui-fontWeight-TableOfContentsItem);
8544
+ font-stretch: var(--xmlui-fontStretch-TableOfContentsItem);
8545
+ text-decoration-line: var(--xmlui-textDecorationLine-TableOfContentsItem);
8546
+ text-decoration-color: var(--xmlui-textDecorationColor-TableOfContentsItem);
8547
+ text-decoration-style: var(--xmlui-textDecorationStyle-TableOfContentsItem);
8548
+ text-decoration-thickness: var(--xmlui-textDecorationThickness-TableOfContentsItem);
8549
+ text-underline-offset: var(--xmlui-textUnderlineOffset-TableOfContentsItem);
8550
+ line-height: var(--xmlui-lineHeight-TableOfContentsItem);
8551
+ background-color: var(--xmlui-backgroundColor-TableOfContentsItem);
8552
+ text-transform: var(--xmlui-textTransform-TableOfContentsItem);
8553
+ letter-spacing: var(--xmlui-letterSpacing-TableOfContentsItem);
8554
+ word-spacing: var(--xmlui-wordSpacing-TableOfContentsItem);
8555
+ text-shadow: var(--xmlui-textShadow-TableOfContentsItem);
8556
+ text-indent: var(--xmlui-textIndent-TableOfContentsItem);
8557
+ text-align: var(--xmlui-textAlign-TableOfContentsItem);
8558
+ text-align-last: var(--xmlui-textAlignLast-TableOfContentsItem);
8559
+ word-break: var(--xmlui-wordBreak-TableOfContentsItem);
8560
+ word-wrap: var(--xmlui-wordWrap-TableOfContentsItem);
8561
+ direction: var(--xmlui-direction-TableOfContentsItem);
8562
+ writing-mode: var(--xmlui-writingMode-TableOfContentsItem);
8563
+ line-break: var(--xmlui-lineBreak-TableOfContentsItem);
8564
+ }
8565
+ ._nav_1biyk_13 ._list_1biyk_35 ._listItem_1biyk_40 ._link_1biyk_44._head_1_1biyk_79 {
7387
8566
  padding: var(--xmlui-padding-TableOfContentsItem-level-1);
7388
8567
  padding-left: var(--xmlui-paddingLeft-TableOfContentsItem-level-1, var(--xmlui-paddingHorizontal-TableOfContentsItem-level-1, var(--xmlui-padding-TableOfContentsItem-level-1)));
7389
8568
  padding-right: var(--xmlui-paddingRight-TableOfContentsItem-level-1, var(--xmlui-paddingHorizontal-TableOfContentsItem-level-1, var(--xmlui-padding-TableOfContentsItem-level-1)));
7390
8569
  padding-top: var(--xmlui-paddingTop-TableOfContentsItem-level-1, var(--xmlui-paddingVertical-TableOfContentsItem-level-1, var(--xmlui-padding-TableOfContentsItem-level-1)));
7391
8570
  padding-bottom: var(--xmlui-paddingBottom-TableOfContentsItem-level-1, var(--xmlui-paddingVertical-TableOfContentsItem-level-1, var(--xmlui-padding-TableOfContentsItem-level-1)));
7392
- }
7393
- ._nav_10u25_13 ._list_10u25_35 ._listItem_10u25_40 ._link_10u25_44._head_2_10u25_67 {
8571
+ color: var(--xmlui-textColor-TableOfContentsItem-level-1);
8572
+ font-family: var(--xmlui-fontFamily-TableOfContentsItem-level-1);
8573
+ font-size: var(--xmlui-fontSize-TableOfContentsItem-level-1);
8574
+ font-style: var(--xmlui-fontStyle-TableOfContentsItem-level-1);
8575
+ font-weight: var(--xmlui-fontWeight-TableOfContentsItem-level-1);
8576
+ font-stretch: var(--xmlui-fontStretch-TableOfContentsItem-level-1);
8577
+ text-decoration-line: var(--xmlui-textDecorationLine-TableOfContentsItem-level-1);
8578
+ text-decoration-color: var(--xmlui-textDecorationColor-TableOfContentsItem-level-1);
8579
+ text-decoration-style: var(--xmlui-textDecorationStyle-TableOfContentsItem-level-1);
8580
+ text-decoration-thickness: var(--xmlui-textDecorationThickness-TableOfContentsItem-level-1);
8581
+ text-underline-offset: var(--xmlui-textUnderlineOffset-TableOfContentsItem-level-1);
8582
+ line-height: var(--xmlui-lineHeight-TableOfContentsItem-level-1);
8583
+ background-color: var(--xmlui-backgroundColor-TableOfContentsItem-level-1);
8584
+ text-transform: var(--xmlui-textTransform-TableOfContentsItem-level-1);
8585
+ letter-spacing: var(--xmlui-letterSpacing-TableOfContentsItem-level-1);
8586
+ word-spacing: var(--xmlui-wordSpacing-TableOfContentsItem-level-1);
8587
+ text-shadow: var(--xmlui-textShadow-TableOfContentsItem-level-1);
8588
+ text-indent: var(--xmlui-textIndent-TableOfContentsItem-level-1);
8589
+ text-align: var(--xmlui-textAlign-TableOfContentsItem-level-1);
8590
+ text-align-last: var(--xmlui-textAlignLast-TableOfContentsItem-level-1);
8591
+ word-break: var(--xmlui-wordBreak-TableOfContentsItem-level-1);
8592
+ word-wrap: var(--xmlui-wordWrap-TableOfContentsItem-level-1);
8593
+ direction: var(--xmlui-direction-TableOfContentsItem-level-1);
8594
+ writing-mode: var(--xmlui-writingMode-TableOfContentsItem-level-1);
8595
+ line-break: var(--xmlui-lineBreak-TableOfContentsItem-level-1);
8596
+ }
8597
+ ._nav_1biyk_13 ._list_1biyk_35 ._listItem_1biyk_40 ._link_1biyk_44._head_2_1biyk_111 {
7394
8598
  padding: var(--xmlui-padding-TableOfContentsItem-level-2);
7395
8599
  padding-left: var(--xmlui-paddingLeft-TableOfContentsItem-level-2, var(--xmlui-paddingHorizontal-TableOfContentsItem-level-2, var(--xmlui-padding-TableOfContentsItem-level-2)));
7396
8600
  padding-right: var(--xmlui-paddingRight-TableOfContentsItem-level-2, var(--xmlui-paddingHorizontal-TableOfContentsItem-level-2, var(--xmlui-padding-TableOfContentsItem-level-2)));
7397
8601
  padding-top: var(--xmlui-paddingTop-TableOfContentsItem-level-2, var(--xmlui-paddingVertical-TableOfContentsItem-level-2, var(--xmlui-padding-TableOfContentsItem-level-2)));
7398
8602
  padding-bottom: var(--xmlui-paddingBottom-TableOfContentsItem-level-2, var(--xmlui-paddingVertical-TableOfContentsItem-level-2, var(--xmlui-padding-TableOfContentsItem-level-2)));
7399
- }
7400
- ._nav_10u25_13 ._list_10u25_35 ._listItem_10u25_40 ._link_10u25_44._head_3_10u25_74 {
8603
+ color: var(--xmlui-textColor-TableOfContentsItem-level-2);
8604
+ font-family: var(--xmlui-fontFamily-TableOfContentsItem-level-2);
8605
+ font-size: var(--xmlui-fontSize-TableOfContentsItem-level-2);
8606
+ font-style: var(--xmlui-fontStyle-TableOfContentsItem-level-2);
8607
+ font-weight: var(--xmlui-fontWeight-TableOfContentsItem-level-2);
8608
+ font-stretch: var(--xmlui-fontStretch-TableOfContentsItem-level-2);
8609
+ text-decoration-line: var(--xmlui-textDecorationLine-TableOfContentsItem-level-2);
8610
+ text-decoration-color: var(--xmlui-textDecorationColor-TableOfContentsItem-level-2);
8611
+ text-decoration-style: var(--xmlui-textDecorationStyle-TableOfContentsItem-level-2);
8612
+ text-decoration-thickness: var(--xmlui-textDecorationThickness-TableOfContentsItem-level-2);
8613
+ text-underline-offset: var(--xmlui-textUnderlineOffset-TableOfContentsItem-level-2);
8614
+ line-height: var(--xmlui-lineHeight-TableOfContentsItem-level-2);
8615
+ background-color: var(--xmlui-backgroundColor-TableOfContentsItem-level-2);
8616
+ text-transform: var(--xmlui-textTransform-TableOfContentsItem-level-2);
8617
+ letter-spacing: var(--xmlui-letterSpacing-TableOfContentsItem-level-2);
8618
+ word-spacing: var(--xmlui-wordSpacing-TableOfContentsItem-level-2);
8619
+ text-shadow: var(--xmlui-textShadow-TableOfContentsItem-level-2);
8620
+ text-indent: var(--xmlui-textIndent-TableOfContentsItem-level-2);
8621
+ text-align: var(--xmlui-textAlign-TableOfContentsItem-level-2);
8622
+ text-align-last: var(--xmlui-textAlignLast-TableOfContentsItem-level-2);
8623
+ word-break: var(--xmlui-wordBreak-TableOfContentsItem-level-2);
8624
+ word-wrap: var(--xmlui-wordWrap-TableOfContentsItem-level-2);
8625
+ direction: var(--xmlui-direction-TableOfContentsItem-level-2);
8626
+ writing-mode: var(--xmlui-writingMode-TableOfContentsItem-level-2);
8627
+ line-break: var(--xmlui-lineBreak-TableOfContentsItem-level-2);
8628
+ }
8629
+ ._nav_1biyk_13 ._list_1biyk_35 ._listItem_1biyk_40 ._link_1biyk_44._head_3_1biyk_143 {
7401
8630
  padding: var(--xmlui-padding-TableOfContentsItem-level-3);
7402
8631
  padding-left: var(--xmlui-paddingLeft-TableOfContentsItem-level-3, var(--xmlui-paddingHorizontal-TableOfContentsItem-level-3, var(--xmlui-padding-TableOfContentsItem-level-3)));
7403
8632
  padding-right: var(--xmlui-paddingRight-TableOfContentsItem-level-3, var(--xmlui-paddingHorizontal-TableOfContentsItem-level-3, var(--xmlui-padding-TableOfContentsItem-level-3)));
7404
8633
  padding-top: var(--xmlui-paddingTop-TableOfContentsItem-level-3, var(--xmlui-paddingVertical-TableOfContentsItem-level-3, var(--xmlui-padding-TableOfContentsItem-level-3)));
7405
8634
  padding-bottom: var(--xmlui-paddingBottom-TableOfContentsItem-level-3, var(--xmlui-paddingVertical-TableOfContentsItem-level-3, var(--xmlui-padding-TableOfContentsItem-level-3)));
7406
- }
7407
- ._nav_10u25_13 ._list_10u25_35 ._listItem_10u25_40 ._link_10u25_44._head_4_10u25_81 {
8635
+ color: var(--xmlui-textColor-TableOfContentsItem-level-3);
8636
+ font-family: var(--xmlui-fontFamily-TableOfContentsItem-level-3);
8637
+ font-size: var(--xmlui-fontSize-TableOfContentsItem-level-3);
8638
+ font-style: var(--xmlui-fontStyle-TableOfContentsItem-level-3);
8639
+ font-weight: var(--xmlui-fontWeight-TableOfContentsItem-level-3);
8640
+ font-stretch: var(--xmlui-fontStretch-TableOfContentsItem-level-3);
8641
+ text-decoration-line: var(--xmlui-textDecorationLine-TableOfContentsItem-level-3);
8642
+ text-decoration-color: var(--xmlui-textDecorationColor-TableOfContentsItem-level-3);
8643
+ text-decoration-style: var(--xmlui-textDecorationStyle-TableOfContentsItem-level-3);
8644
+ text-decoration-thickness: var(--xmlui-textDecorationThickness-TableOfContentsItem-level-3);
8645
+ text-underline-offset: var(--xmlui-textUnderlineOffset-TableOfContentsItem-level-3);
8646
+ line-height: var(--xmlui-lineHeight-TableOfContentsItem-level-3);
8647
+ background-color: var(--xmlui-backgroundColor-TableOfContentsItem-level-3);
8648
+ text-transform: var(--xmlui-textTransform-TableOfContentsItem-level-3);
8649
+ letter-spacing: var(--xmlui-letterSpacing-TableOfContentsItem-level-3);
8650
+ word-spacing: var(--xmlui-wordSpacing-TableOfContentsItem-level-3);
8651
+ text-shadow: var(--xmlui-textShadow-TableOfContentsItem-level-3);
8652
+ text-indent: var(--xmlui-textIndent-TableOfContentsItem-level-3);
8653
+ text-align: var(--xmlui-textAlign-TableOfContentsItem-level-3);
8654
+ text-align-last: var(--xmlui-textAlignLast-TableOfContentsItem-level-3);
8655
+ word-break: var(--xmlui-wordBreak-TableOfContentsItem-level-3);
8656
+ word-wrap: var(--xmlui-wordWrap-TableOfContentsItem-level-3);
8657
+ direction: var(--xmlui-direction-TableOfContentsItem-level-3);
8658
+ writing-mode: var(--xmlui-writingMode-TableOfContentsItem-level-3);
8659
+ line-break: var(--xmlui-lineBreak-TableOfContentsItem-level-3);
8660
+ }
8661
+ ._nav_1biyk_13 ._list_1biyk_35 ._listItem_1biyk_40 ._link_1biyk_44._head_4_1biyk_175 {
7408
8662
  padding: var(--xmlui-padding-TableOfContentsItem-level-4);
7409
8663
  padding-left: var(--xmlui-paddingLeft-TableOfContentsItem-level-4, var(--xmlui-paddingHorizontal-TableOfContentsItem-level-4, var(--xmlui-padding-TableOfContentsItem-level-4)));
7410
8664
  padding-right: var(--xmlui-paddingRight-TableOfContentsItem-level-4, var(--xmlui-paddingHorizontal-TableOfContentsItem-level-4, var(--xmlui-padding-TableOfContentsItem-level-4)));
7411
8665
  padding-top: var(--xmlui-paddingTop-TableOfContentsItem-level-4, var(--xmlui-paddingVertical-TableOfContentsItem-level-4, var(--xmlui-padding-TableOfContentsItem-level-4)));
7412
8666
  padding-bottom: var(--xmlui-paddingBottom-TableOfContentsItem-level-4, var(--xmlui-paddingVertical-TableOfContentsItem-level-4, var(--xmlui-padding-TableOfContentsItem-level-4)));
7413
- }
7414
- ._nav_10u25_13 ._list_10u25_35 ._listItem_10u25_40 ._link_10u25_44._head_5_10u25_88 {
8667
+ color: var(--xmlui-textColor-TableOfContentsItem-level-4);
8668
+ font-family: var(--xmlui-fontFamily-TableOfContentsItem-level-4);
8669
+ font-size: var(--xmlui-fontSize-TableOfContentsItem-level-4);
8670
+ font-style: var(--xmlui-fontStyle-TableOfContentsItem-level-4);
8671
+ font-weight: var(--xmlui-fontWeight-TableOfContentsItem-level-4);
8672
+ font-stretch: var(--xmlui-fontStretch-TableOfContentsItem-level-4);
8673
+ text-decoration-line: var(--xmlui-textDecorationLine-TableOfContentsItem-level-4);
8674
+ text-decoration-color: var(--xmlui-textDecorationColor-TableOfContentsItem-level-4);
8675
+ text-decoration-style: var(--xmlui-textDecorationStyle-TableOfContentsItem-level-4);
8676
+ text-decoration-thickness: var(--xmlui-textDecorationThickness-TableOfContentsItem-level-4);
8677
+ text-underline-offset: var(--xmlui-textUnderlineOffset-TableOfContentsItem-level-4);
8678
+ line-height: var(--xmlui-lineHeight-TableOfContentsItem-level-4);
8679
+ background-color: var(--xmlui-backgroundColor-TableOfContentsItem-level-4);
8680
+ text-transform: var(--xmlui-textTransform-TableOfContentsItem-level-4);
8681
+ letter-spacing: var(--xmlui-letterSpacing-TableOfContentsItem-level-4);
8682
+ word-spacing: var(--xmlui-wordSpacing-TableOfContentsItem-level-4);
8683
+ text-shadow: var(--xmlui-textShadow-TableOfContentsItem-level-4);
8684
+ text-indent: var(--xmlui-textIndent-TableOfContentsItem-level-4);
8685
+ text-align: var(--xmlui-textAlign-TableOfContentsItem-level-4);
8686
+ text-align-last: var(--xmlui-textAlignLast-TableOfContentsItem-level-4);
8687
+ word-break: var(--xmlui-wordBreak-TableOfContentsItem-level-4);
8688
+ word-wrap: var(--xmlui-wordWrap-TableOfContentsItem-level-4);
8689
+ direction: var(--xmlui-direction-TableOfContentsItem-level-4);
8690
+ writing-mode: var(--xmlui-writingMode-TableOfContentsItem-level-4);
8691
+ line-break: var(--xmlui-lineBreak-TableOfContentsItem-level-4);
8692
+ }
8693
+ ._nav_1biyk_13 ._list_1biyk_35 ._listItem_1biyk_40 ._link_1biyk_44._head_5_1biyk_207 {
7415
8694
  padding: var(--xmlui-padding-TableOfContentsItem-level-5);
7416
8695
  padding-left: var(--xmlui-paddingLeft-TableOfContentsItem-level-5, var(--xmlui-paddingHorizontal-TableOfContentsItem-level-5, var(--xmlui-padding-TableOfContentsItem-level-5)));
7417
8696
  padding-right: var(--xmlui-paddingRight-TableOfContentsItem-level-5, var(--xmlui-paddingHorizontal-TableOfContentsItem-level-5, var(--xmlui-padding-TableOfContentsItem-level-5)));
7418
8697
  padding-top: var(--xmlui-paddingTop-TableOfContentsItem-level-5, var(--xmlui-paddingVertical-TableOfContentsItem-level-5, var(--xmlui-padding-TableOfContentsItem-level-5)));
7419
8698
  padding-bottom: var(--xmlui-paddingBottom-TableOfContentsItem-level-5, var(--xmlui-paddingVertical-TableOfContentsItem-level-5, var(--xmlui-padding-TableOfContentsItem-level-5)));
7420
- }
7421
- ._nav_10u25_13 ._list_10u25_35 ._listItem_10u25_40 ._link_10u25_44._head_6_10u25_95 {
8699
+ color: var(--xmlui-textColor-TableOfContentsItem-level-5);
8700
+ font-family: var(--xmlui-fontFamily-TableOfContentsItem-level-5);
8701
+ font-size: var(--xmlui-fontSize-TableOfContentsItem-level-5);
8702
+ font-style: var(--xmlui-fontStyle-TableOfContentsItem-level-5);
8703
+ font-weight: var(--xmlui-fontWeight-TableOfContentsItem-level-5);
8704
+ font-stretch: var(--xmlui-fontStretch-TableOfContentsItem-level-5);
8705
+ text-decoration-line: var(--xmlui-textDecorationLine-TableOfContentsItem-level-5);
8706
+ text-decoration-color: var(--xmlui-textDecorationColor-TableOfContentsItem-level-5);
8707
+ text-decoration-style: var(--xmlui-textDecorationStyle-TableOfContentsItem-level-5);
8708
+ text-decoration-thickness: var(--xmlui-textDecorationThickness-TableOfContentsItem-level-5);
8709
+ text-underline-offset: var(--xmlui-textUnderlineOffset-TableOfContentsItem-level-5);
8710
+ line-height: var(--xmlui-lineHeight-TableOfContentsItem-level-5);
8711
+ background-color: var(--xmlui-backgroundColor-TableOfContentsItem-level-5);
8712
+ text-transform: var(--xmlui-textTransform-TableOfContentsItem-level-5);
8713
+ letter-spacing: var(--xmlui-letterSpacing-TableOfContentsItem-level-5);
8714
+ word-spacing: var(--xmlui-wordSpacing-TableOfContentsItem-level-5);
8715
+ text-shadow: var(--xmlui-textShadow-TableOfContentsItem-level-5);
8716
+ text-indent: var(--xmlui-textIndent-TableOfContentsItem-level-5);
8717
+ text-align: var(--xmlui-textAlign-TableOfContentsItem-level-5);
8718
+ text-align-last: var(--xmlui-textAlignLast-TableOfContentsItem-level-5);
8719
+ word-break: var(--xmlui-wordBreak-TableOfContentsItem-level-5);
8720
+ word-wrap: var(--xmlui-wordWrap-TableOfContentsItem-level-5);
8721
+ direction: var(--xmlui-direction-TableOfContentsItem-level-5);
8722
+ writing-mode: var(--xmlui-writingMode-TableOfContentsItem-level-5);
8723
+ line-break: var(--xmlui-lineBreak-TableOfContentsItem-level-5);
8724
+ }
8725
+ ._nav_1biyk_13 ._list_1biyk_35 ._listItem_1biyk_40 ._link_1biyk_44._head_6_1biyk_239 {
7422
8726
  padding: var(--xmlui-padding-TableOfContentsItem-level-6);
7423
8727
  padding-left: var(--xmlui-paddingLeft-TableOfContentsItem-level-6, var(--xmlui-paddingHorizontal-TableOfContentsItem-level-6, var(--xmlui-padding-TableOfContentsItem-level-6)));
7424
8728
  padding-right: var(--xmlui-paddingRight-TableOfContentsItem-level-6, var(--xmlui-paddingHorizontal-TableOfContentsItem-level-6, var(--xmlui-padding-TableOfContentsItem-level-6)));
7425
8729
  padding-top: var(--xmlui-paddingTop-TableOfContentsItem-level-6, var(--xmlui-paddingVertical-TableOfContentsItem-level-6, var(--xmlui-padding-TableOfContentsItem-level-6)));
7426
8730
  padding-bottom: var(--xmlui-paddingBottom-TableOfContentsItem-level-6, var(--xmlui-paddingVertical-TableOfContentsItem-level-6, var(--xmlui-padding-TableOfContentsItem-level-6)));
7427
- }
7428
- ._nav_10u25_13 ._list_10u25_35 ._listItem_10u25_40._active_10u25_102 {
8731
+ color: var(--xmlui-textColor-TableOfContentsItem-level-6);
8732
+ font-family: var(--xmlui-fontFamily-TableOfContentsItem-level-6);
8733
+ font-size: var(--xmlui-fontSize-TableOfContentsItem-level-6);
8734
+ font-style: var(--xmlui-fontStyle-TableOfContentsItem-level-6);
8735
+ font-weight: var(--xmlui-fontWeight-TableOfContentsItem-level-6);
8736
+ font-stretch: var(--xmlui-fontStretch-TableOfContentsItem-level-6);
8737
+ text-decoration-line: var(--xmlui-textDecorationLine-TableOfContentsItem-level-6);
8738
+ text-decoration-color: var(--xmlui-textDecorationColor-TableOfContentsItem-level-6);
8739
+ text-decoration-style: var(--xmlui-textDecorationStyle-TableOfContentsItem-level-6);
8740
+ text-decoration-thickness: var(--xmlui-textDecorationThickness-TableOfContentsItem-level-6);
8741
+ text-underline-offset: var(--xmlui-textUnderlineOffset-TableOfContentsItem-level-6);
8742
+ line-height: var(--xmlui-lineHeight-TableOfContentsItem-level-6);
8743
+ background-color: var(--xmlui-backgroundColor-TableOfContentsItem-level-6);
8744
+ text-transform: var(--xmlui-textTransform-TableOfContentsItem-level-6);
8745
+ letter-spacing: var(--xmlui-letterSpacing-TableOfContentsItem-level-6);
8746
+ word-spacing: var(--xmlui-wordSpacing-TableOfContentsItem-level-6);
8747
+ text-shadow: var(--xmlui-textShadow-TableOfContentsItem-level-6);
8748
+ text-indent: var(--xmlui-textIndent-TableOfContentsItem-level-6);
8749
+ text-align: var(--xmlui-textAlign-TableOfContentsItem-level-6);
8750
+ text-align-last: var(--xmlui-textAlignLast-TableOfContentsItem-level-6);
8751
+ word-break: var(--xmlui-wordBreak-TableOfContentsItem-level-6);
8752
+ word-wrap: var(--xmlui-wordWrap-TableOfContentsItem-level-6);
8753
+ direction: var(--xmlui-direction-TableOfContentsItem-level-6);
8754
+ writing-mode: var(--xmlui-writingMode-TableOfContentsItem-level-6);
8755
+ line-break: var(--xmlui-lineBreak-TableOfContentsItem-level-6);
8756
+ }
8757
+ ._nav_1biyk_13 ._list_1biyk_35 ._listItem_1biyk_40._active_1biyk_271 {
7429
8758
  border-left: 2px solid var(--xmlui-borderColor-TableOfContentsItem--active);
7430
8759
  }
7431
- ._nav_10u25_13 ._list_10u25_35 ._listItem_10u25_40._active_10u25_102 ._link_10u25_44 {
8760
+ ._nav_1biyk_13 ._list_1biyk_35 ._listItem_1biyk_40._active_1biyk_271 ._link_1biyk_44 {
7432
8761
  color: var(--xmlui-color-TableOfContentsItem--active);
7433
8762
  font-weight: var(--xmlui-fontWeight-TableOfContentsItem--active);
7434
8763
  }/*
@@ -7565,159 +8894,6 @@ li .htmlOl {
7565
8894
  /*
7566
8895
  * This function creates a CSS variable name by combining the prefix and the argument variable name
7567
8896
  */
7568
- /*
7569
- * This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
7570
- Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
7571
- *//*
7572
- * This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
7573
- *
7574
- * We use a subset of these CSS variables in themes.
7575
- */
7576
- /*
7577
- * This function creates a CSS variable name by combining the prefix and the argument variable name
7578
- */
7579
- /*
7580
- * This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
7581
- Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
7582
- */
7583
- ._overlay_10ppq_13 {
7584
- position: fixed;
7585
- top: 0;
7586
- left: 0;
7587
- width: 100%;
7588
- height: 100vh;
7589
- opacity: 0;
7590
- pointer-events: none; /* So it doesn't interfere when not open */
7591
- transition: opacity 0.3s ease-in-out;
7592
- background-color: rgba(0, 0, 0, 0.3); /* Optional dark backdrop */
7593
- z-index: 999; /* Place it above your content */
7594
- }
7595
-
7596
- ._overlayVisible_10ppq_26 {
7597
- opacity: 1;
7598
- pointer-events: auto;
7599
- }
7600
-
7601
- ._offCanvas_10ppq_31 {
7602
- position: fixed;
7603
- background-color: var(--xmlui-backgroundColor-OffCanvas);
7604
- z-index: 1000;
7605
- transition: transform 0.3s ease;
7606
- width: var(--xmlui-width-OffCanvas);
7607
- height: 100vh;
7608
- border-left: var(--xmlui-borderLeft-OffCanvas, var(--xmlui-borderHorizontal-OffCanvas, var(--xmlui-border-OffCanvas)));
7609
- border-right: var(--xmlui-borderRight-OffCanvas, var(--xmlui-borderHorizontal-OffCanvas, var(--xmlui-border-OffCanvas)));
7610
- border-top: var(--xmlui-borderTop-OffCanvas, var(--xmlui-borderVertical-OffCanvas, var(--xmlui-border-OffCanvas)));
7611
- border-bottom: var(--xmlui-borderBottom-OffCanvas, var(--xmlui-borderVertical-OffCanvas, var(--xmlui-border-OffCanvas)));
7612
- border-left-style: var(--xmlui-borderLeftStyle-OffCanvas, var(--xmlui-borderHorizontalStyle-OffCanvas, var(--xmlui-borderStyle-OffCanvas)));
7613
- border-right-style: var(--xmlui-borderRightStyle-OffCanvas, var(--xmlui-borderHorizontalStyle-OffCanvas, var(--xmlui-borderStyle-OffCanvas)));
7614
- border-top-style: var(--xmlui-borderTopStyle-OffCanvas, var(--xmlui-borderVerticalStyle-OffCanvas, var(--xmlui-borderStyle-OffCanvas)));
7615
- border-bottom-style: var(--xmlui-borderBottomStyle-OffCanvas, var(--xmlui-borderVerticalStyle-OffCanvas, var(--xmlui-borderStyle-OffCanvas)));
7616
- border-left-width: var(--xmlui-borderLeftWidth-OffCanvas, var(--xmlui-borderHorizontalWidth-OffCanvas, var(--xmlui-borderWidth-OffCanvas)));
7617
- border-right-width: var(--xmlui-borderRightWidth-OffCanvas, var(--xmlui-borderHorizontalWidth-OffCanvas, var(--xmlui-borderWidth-OffCanvas)));
7618
- border-top-width: var(--xmlui-borderTopWidth-OffCanvas, var(--xmlui-borderVerticalWidth-OffCanvas, var(--xmlui-borderWidth-OffCanvas)));
7619
- border-bottom-width: var(--xmlui-borderBottomWidth-OffCanvas, var(--xmlui-borderVerticalWidth-OffCanvas, var(--xmlui-borderWidth-OffCanvas)));
7620
- border-left-color: var(--xmlui-borderLeftColor-OffCanvas, var(--xmlui-borderHorizontalColor-OffCanvas, var(--xmlui-borderColor-OffCanvas)));
7621
- border-right-color: var(--xmlui-borderRightColor-OffCanvas, var(--xmlui-borderHorizontalColor-OffCanvas, var(--xmlui-borderColor-OffCanvas)));
7622
- border-top-color: var(--xmlui-borderTopColor-OffCanvas, var(--xmlui-borderVerticalColor-OffCanvas, var(--xmlui-borderColor-OffCanvas)));
7623
- border-bottom-color: var(--xmlui-borderBottomColor-OffCanvas, var(--xmlui-borderVerticalColor-OffCanvas, var(--xmlui-borderColor-OffCanvas)));
7624
- border-start-start-radius: var(--xmlui-borderStartStartRadius-OffCanvas, var(--xmlui-borderRadius-OffCanvas));
7625
- border-start-end-radius: var(--xmlui-borderStartEndRadius-OffCanvas, var(--xmlui-borderRadius-OffCanvas));
7626
- border-end-start-radius: var(--xmlui-borderEndStartRadius-OffCanvas, var(--xmlui-borderRadius-OffCanvas));
7627
- border-end-end-radius: var(--xmlui-borderEndEndRadius-OffCanvas, var(--xmlui-borderRadius-OffCanvas));
7628
- padding: var(--xmlui-padding-OffCanvas);
7629
- padding-left: var(--xmlui-paddingLeft-OffCanvas, var(--xmlui-paddingHorizontal-OffCanvas, var(--xmlui-padding-OffCanvas)));
7630
- padding-right: var(--xmlui-paddingRight-OffCanvas, var(--xmlui-paddingHorizontal-OffCanvas, var(--xmlui-padding-OffCanvas)));
7631
- padding-top: var(--xmlui-paddingTop-OffCanvas, var(--xmlui-paddingVertical-OffCanvas, var(--xmlui-padding-OffCanvas)));
7632
- padding-bottom: var(--xmlui-paddingBottom-OffCanvas, var(--xmlui-paddingVertical-OffCanvas, var(--xmlui-padding-OffCanvas)));
7633
- }
7634
-
7635
- /* By default (right side) */
7636
- ._offCanvas_10ppq_31._right_10ppq_66 {
7637
- top: 0;
7638
- right: 0;
7639
- transform: translateX(100%);
7640
- box-shadow: var(--xmlui-boxShadow-horizontal-OffCanvas);
7641
- }
7642
-
7643
- ._offCanvas_10ppq_31._left_10ppq_73 {
7644
- top: 0;
7645
- left: 0;
7646
- transform: translateX(-100%);
7647
- box-shadow: var(--xmlui-boxShadow-horizontal-OffCanvas);
7648
- }
7649
-
7650
- ._offCanvas_10ppq_31._top_10ppq_80 {
7651
- top: 0;
7652
- left: 0;
7653
- width: 100%;
7654
- height: 300px; /* or your desired height */
7655
- transform: translateY(-100%);
7656
- box-shadow: var(--xmlui-boxShadow-vertical-OffCanvas);
7657
- }
7658
-
7659
- ._offCanvas_10ppq_31._bottom_10ppq_89 {
7660
- bottom: 0;
7661
- left: 0;
7662
- width: 100%;
7663
- height: 300px; /* or your desired height */
7664
- transform: translateY(100%);
7665
- box-shadow: var(--xmlui-boxShadow-vertical-OffCanvas);
7666
- }
7667
-
7668
- ._offCanvas_10ppq_31._open_10ppq_98 {
7669
- transform: translate(0);
7670
- }
7671
-
7672
- ._button_10ppq_102 {
7673
- padding: 0.25rem;
7674
- padding-top: 0;
7675
- right: 0.75rem;
7676
- background: transparent;
7677
- border: none;
7678
- font-size: 1.5rem;
7679
- cursor: pointer;
7680
- }
7681
-
7682
- ._closeButton_10ppq_112 {
7683
- position: absolute;
7684
- top: 0.05rem;
7685
- padding: 0.25rem;
7686
- right: 0.75rem;
7687
- background: transparent;
7688
- border: none;
7689
- font-size: 1.5rem;
7690
- cursor: pointer;
7691
- }
7692
-
7693
- ._spacer_10ppq_123 {
7694
- flex: 1 1 0 !important;
7695
- place-self: stretch;
7696
- }
7697
-
7698
- ._offCanvasHeader_10ppq_128 {
7699
- display: flex;
7700
- flex: 1;
7701
- flex-direction: row;
7702
- margin-bottom: var(--xmlui-marginBottom-title-OffCanvas);
7703
- }
7704
-
7705
- ._offCanvasButtonSpace_10ppq_135 {
7706
- width: 0.5rem;
7707
- }
7708
-
7709
- ._offCanvasTitle_10ppq_139 {
7710
- flex: 1;
7711
- margin-bottom: var(--xmlui-marginBottom-title-OffCanvas);
7712
- font-size: var(--xmlui-fontSize-large);
7713
- }/*
7714
- * This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
7715
- *
7716
- * We use a subset of these CSS variables in themes.
7717
- */
7718
- /*
7719
- * This function creates a CSS variable name by combining the prefix and the argument variable name
7720
- */
7721
8897
  /*
7722
8898
  * This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
7723
8899
  Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
@@ -7787,17 +8963,6 @@ li .htmlOl {
7787
8963
  /*
7788
8964
  * This function creates a CSS variable name by combining the prefix and the argument variable name
7789
8965
  */
7790
- /*
7791
- * This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
7792
- Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
7793
- *//*
7794
- * This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
7795
- *
7796
- * We use a subset of these CSS variables in themes.
7797
- */
7798
- /*
7799
- * This function creates a CSS variable name by combining the prefix and the argument variable name
7800
- */
7801
8966
  /*
7802
8967
  * This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
7803
8968
  Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
@@ -7945,22 +9110,21 @@ li .htmlOl {
7945
9110
  /*
7946
9111
  * This function creates a CSS variable name by combining the prefix and the argument variable name
7947
9112
  */
7948
- /*
7949
- * This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
7950
- Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
7951
- *//*
7952
- * This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
7953
- *
7954
- * We use a subset of these CSS variables in themes.
7955
- */
7956
- /*
7957
- * This function creates a CSS variable name by combining the prefix and the argument variable name
7958
- */
7959
9113
  /*
7960
9114
  * This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
7961
9115
  Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
7962
9116
  */
7963
- ._active_rwrkr_13 {
9117
+ ._icon_4o8rs_13 {
9118
+ font-size: var(--xmlui-fontSize-normal);
9119
+ }
9120
+
9121
+ ._inspectButton_4o8rs_17 {
9122
+ display: flex;
9123
+ gap: var(--xmlui-space-1);
9124
+ justify-content: center;
9125
+ }
9126
+
9127
+ ._active_4o8rs_23 {
7964
9128
  background: var(--xmlui-color-primary-500);
7965
9129
  }/*
7966
9130
  * This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
@@ -8005,61 +9169,6 @@ li .htmlOl {
8005
9169
  * This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
8006
9170
  Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
8007
9171
  */
8008
- ._stateViewerContainer_1m8hd_13 {
8009
- position: relative;
8010
- display: flex;
8011
- }
8012
-
8013
- ._overlay_1m8hd_18 {
8014
- position: absolute;
8015
- top: 0;
8016
- left: 0;
8017
- width: 100%;
8018
- height: 100%;
8019
- pointer-events: none;
8020
- }
8021
- ._overlay_1m8hd_18._showBoundary_1m8hd_26 {
8022
- border: 1px dashed orangered;
8023
- }
8024
-
8025
- ._marker_1m8hd_30 {
8026
- position: absolute;
8027
- top: 0;
8028
- left: 0;
8029
- width: 8px;
8030
- height: 8px;
8031
- border-radius: 10px;
8032
- border: 2px solid orangered;
8033
- cursor: zoom-in;
8034
- pointer-events: auto;
8035
- background-color: orangered;
8036
- }
8037
- ._marker_1m8hd_30._blink_1m8hd_42 {
8038
- animation: _blink_1m8hd_42 1s infinite;
8039
- }
8040
-
8041
- @keyframes _blink_1m8hd_42 {
8042
- 0% {
8043
- background-color: red;
8044
- }
8045
- 50% {
8046
- background-color: transparent;
8047
- }
8048
- 100% {
8049
- background-color: red;
8050
- }
8051
- }/*
8052
- * This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
8053
- *
8054
- * We use a subset of these CSS variables in themes.
8055
- */
8056
- /*
8057
- * This function creates a CSS variable name by combining the prefix and the argument variable name
8058
- */
8059
- /*
8060
- * This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
8061
- Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
8062
- */
8063
9172
  ._errorOverlay_1fts7_13 {
8064
9173
  background-color: rgba(255, 162, 162, 0.8);
8065
9174
  border-radius: 10px;