@carbon/styles 1.69.0 → 1.70.0

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 (39) hide show
  1. package/css/styles.css +693 -111
  2. package/css/styles.min.css +1 -1
  3. package/package.json +10 -2
  4. package/scss/__tests__/__snapshots__/config-test.js.snap +1 -0
  5. package/scss/_config.scss +6 -0
  6. package/scss/_reset.scss +1 -0
  7. package/scss/components/checkbox/_checkbox.scss +39 -2
  8. package/scss/components/data-table/_data-table.scss +8 -1
  9. package/scss/components/data-table/sort/_data-table-sort.scss +2 -2
  10. package/scss/components/date-picker/_date-picker.scss +30 -2
  11. package/scss/components/dropdown/_dropdown.scss +4 -0
  12. package/scss/components/fluid-date-picker/_fluid-date-picker.scss +19 -3
  13. package/scss/components/fluid-list-box/_fluid-list-box.scss +93 -2
  14. package/scss/components/fluid-number-input/_fluid-number-input.scss +40 -2
  15. package/scss/components/fluid-select/_fluid-select.scss +6 -2
  16. package/scss/components/fluid-text-area/_fluid-text-area.scss +37 -3
  17. package/scss/components/fluid-text-input/_fluid-text-input.scss +31 -1
  18. package/scss/components/fluid-time-picker/_fluid-time-picker.scss +6 -0
  19. package/scss/components/list-box/_list-box.scss +136 -2
  20. package/scss/components/modal/_modal.scss +45 -5
  21. package/scss/components/multiselect/_multiselect.scss +1 -1
  22. package/scss/components/number-input/_number-input.scss +67 -3
  23. package/scss/components/radio-button/_radio-button.scss +24 -1
  24. package/scss/components/select/_select.scss +23 -3
  25. package/scss/components/slug/_slug.scss +374 -1
  26. package/scss/components/tag/_tag.scss +26 -1
  27. package/scss/components/text-area/_text-area.scss +54 -2
  28. package/scss/components/text-input/_text-input.scss +56 -2
  29. package/scss/components/tile/_tile.scss +91 -5
  30. package/scss/fonts/__tests__/__snapshots__/fonts-test.js.snap +180 -180
  31. package/scss/fonts/_mono.scss +66 -9
  32. package/scss/fonts/_sans-arabic.scss +17 -8
  33. package/scss/fonts/_sans-devanagari.scss +17 -8
  34. package/scss/fonts/_sans-hebrew.scss +17 -8
  35. package/scss/fonts/_sans-thai-looped.scss +17 -8
  36. package/scss/fonts/_sans-thai.scss +17 -8
  37. package/scss/fonts/_sans.scss +66 -9
  38. package/scss/fonts/_serif.scss +66 -9
  39. package/scss/fonts/_src.scss +39 -12
package/css/styles.css CHANGED
@@ -84,6 +84,7 @@ video {
84
84
  border: 0;
85
85
  margin: 0;
86
86
  font: inherit;
87
+ font-feature-settings: "liga" 1;
87
88
  font-size: 100%;
88
89
  vertical-align: baseline;
89
90
  }
@@ -236,7 +237,7 @@ em {
236
237
  font-family: "IBM Plex Mono";
237
238
  font-style: normal;
238
239
  font-weight: 300;
239
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Cyrillic.woff") format("woff");
240
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Cyrillic.woff2") format("woff2");
240
241
  unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
241
242
  }
242
243
  @font-face {
@@ -244,7 +245,7 @@ em {
244
245
  font-family: "IBM Plex Mono";
245
246
  font-style: normal;
246
247
  font-weight: 300;
247
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Pi.woff") format("woff");
248
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Pi.woff2") format("woff2");
248
249
  unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
249
250
  }
250
251
  @font-face {
@@ -252,7 +253,7 @@ em {
252
253
  font-family: "IBM Plex Mono";
253
254
  font-style: normal;
254
255
  font-weight: 300;
255
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin3.woff") format("woff");
256
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin3.woff2") format("woff2");
256
257
  unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
257
258
  }
258
259
  @font-face {
@@ -260,7 +261,7 @@ em {
260
261
  font-family: "IBM Plex Mono";
261
262
  font-style: normal;
262
263
  font-weight: 300;
263
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin2.woff") format("woff");
264
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin2.woff2") format("woff2");
264
265
  unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
265
266
  }
266
267
  @font-face {
@@ -268,7 +269,7 @@ em {
268
269
  font-family: "IBM Plex Mono";
269
270
  font-style: normal;
270
271
  font-weight: 300;
271
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin1.woff") format("woff");
272
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin1.woff2") format("woff2");
272
273
  unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
273
274
  }
274
275
  @font-face {
@@ -276,7 +277,7 @@ em {
276
277
  font-family: "IBM Plex Mono";
277
278
  font-style: italic;
278
279
  font-weight: 300;
279
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Cyrillic.woff") format("woff");
280
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Cyrillic.woff2") format("woff2");
280
281
  unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
281
282
  }
282
283
  @font-face {
@@ -284,7 +285,7 @@ em {
284
285
  font-family: "IBM Plex Mono";
285
286
  font-style: italic;
286
287
  font-weight: 300;
287
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Pi.woff") format("woff");
288
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Pi.woff2") format("woff2");
288
289
  unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
289
290
  }
290
291
  @font-face {
@@ -292,7 +293,7 @@ em {
292
293
  font-family: "IBM Plex Mono";
293
294
  font-style: italic;
294
295
  font-weight: 300;
295
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin3.woff") format("woff");
296
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin3.woff2") format("woff2");
296
297
  unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
297
298
  }
298
299
  @font-face {
@@ -300,7 +301,7 @@ em {
300
301
  font-family: "IBM Plex Mono";
301
302
  font-style: italic;
302
303
  font-weight: 300;
303
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin2.woff") format("woff");
304
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin2.woff2") format("woff2");
304
305
  unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
305
306
  }
306
307
  @font-face {
@@ -308,7 +309,7 @@ em {
308
309
  font-family: "IBM Plex Mono";
309
310
  font-style: italic;
310
311
  font-weight: 300;
311
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin1.woff") format("woff");
312
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin1.woff2") format("woff2");
312
313
  unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
313
314
  }
314
315
  @font-face {
@@ -316,7 +317,7 @@ em {
316
317
  font-family: "IBM Plex Mono";
317
318
  font-style: normal;
318
319
  font-weight: 400;
319
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Cyrillic.woff") format("woff");
320
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Cyrillic.woff2") format("woff2");
320
321
  unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
321
322
  }
322
323
  @font-face {
@@ -324,7 +325,7 @@ em {
324
325
  font-family: "IBM Plex Mono";
325
326
  font-style: normal;
326
327
  font-weight: 400;
327
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Pi.woff") format("woff");
328
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Pi.woff2") format("woff2");
328
329
  unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
329
330
  }
330
331
  @font-face {
@@ -332,7 +333,7 @@ em {
332
333
  font-family: "IBM Plex Mono";
333
334
  font-style: normal;
334
335
  font-weight: 400;
335
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin3.woff") format("woff");
336
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin3.woff2") format("woff2");
336
337
  unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
337
338
  }
338
339
  @font-face {
@@ -340,7 +341,7 @@ em {
340
341
  font-family: "IBM Plex Mono";
341
342
  font-style: normal;
342
343
  font-weight: 400;
343
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin2.woff") format("woff");
344
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin2.woff2") format("woff2");
344
345
  unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
345
346
  }
346
347
  @font-face {
@@ -348,7 +349,7 @@ em {
348
349
  font-family: "IBM Plex Mono";
349
350
  font-style: normal;
350
351
  font-weight: 400;
351
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin1.woff") format("woff");
352
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin1.woff2") format("woff2");
352
353
  unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
353
354
  }
354
355
  @font-face {
@@ -356,7 +357,7 @@ em {
356
357
  font-family: "IBM Plex Mono";
357
358
  font-style: italic;
358
359
  font-weight: 400;
359
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Cyrillic.woff") format("woff");
360
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Cyrillic.woff2") format("woff2");
360
361
  unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
361
362
  }
362
363
  @font-face {
@@ -364,7 +365,7 @@ em {
364
365
  font-family: "IBM Plex Mono";
365
366
  font-style: italic;
366
367
  font-weight: 400;
367
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Pi.woff") format("woff");
368
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Pi.woff2") format("woff2");
368
369
  unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
369
370
  }
370
371
  @font-face {
@@ -372,7 +373,7 @@ em {
372
373
  font-family: "IBM Plex Mono";
373
374
  font-style: italic;
374
375
  font-weight: 400;
375
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin3.woff") format("woff");
376
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin3.woff2") format("woff2");
376
377
  unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
377
378
  }
378
379
  @font-face {
@@ -380,7 +381,7 @@ em {
380
381
  font-family: "IBM Plex Mono";
381
382
  font-style: italic;
382
383
  font-weight: 400;
383
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin2.woff") format("woff");
384
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin2.woff2") format("woff2");
384
385
  unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
385
386
  }
386
387
  @font-face {
@@ -388,7 +389,7 @@ em {
388
389
  font-family: "IBM Plex Mono";
389
390
  font-style: italic;
390
391
  font-weight: 400;
391
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin1.woff") format("woff");
392
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin1.woff2") format("woff2");
392
393
  unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
393
394
  }
394
395
  @font-face {
@@ -396,7 +397,7 @@ em {
396
397
  font-family: "IBM Plex Mono";
397
398
  font-style: normal;
398
399
  font-weight: 600;
399
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Cyrillic.woff") format("woff");
400
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Cyrillic.woff2") format("woff2");
400
401
  unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
401
402
  }
402
403
  @font-face {
@@ -404,7 +405,7 @@ em {
404
405
  font-family: "IBM Plex Mono";
405
406
  font-style: normal;
406
407
  font-weight: 600;
407
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Pi.woff") format("woff");
408
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Pi.woff2") format("woff2");
408
409
  unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
409
410
  }
410
411
  @font-face {
@@ -412,7 +413,7 @@ em {
412
413
  font-family: "IBM Plex Mono";
413
414
  font-style: normal;
414
415
  font-weight: 600;
415
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin3.woff") format("woff");
416
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin3.woff2") format("woff2");
416
417
  unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
417
418
  }
418
419
  @font-face {
@@ -420,7 +421,7 @@ em {
420
421
  font-family: "IBM Plex Mono";
421
422
  font-style: normal;
422
423
  font-weight: 600;
423
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin2.woff") format("woff");
424
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin2.woff2") format("woff2");
424
425
  unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
425
426
  }
426
427
  @font-face {
@@ -428,7 +429,7 @@ em {
428
429
  font-family: "IBM Plex Mono";
429
430
  font-style: normal;
430
431
  font-weight: 600;
431
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin1.woff") format("woff");
432
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin1.woff2") format("woff2");
432
433
  unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
433
434
  }
434
435
  @font-face {
@@ -436,7 +437,7 @@ em {
436
437
  font-family: "IBM Plex Mono";
437
438
  font-style: italic;
438
439
  font-weight: 600;
439
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Cyrillic.woff") format("woff");
440
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Cyrillic.woff2") format("woff2");
440
441
  unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
441
442
  }
442
443
  @font-face {
@@ -444,7 +445,7 @@ em {
444
445
  font-family: "IBM Plex Mono";
445
446
  font-style: italic;
446
447
  font-weight: 600;
447
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Pi.woff") format("woff");
448
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Pi.woff2") format("woff2");
448
449
  unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
449
450
  }
450
451
  @font-face {
@@ -452,7 +453,7 @@ em {
452
453
  font-family: "IBM Plex Mono";
453
454
  font-style: italic;
454
455
  font-weight: 600;
455
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin3.woff") format("woff");
456
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin3.woff2") format("woff2");
456
457
  unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
457
458
  }
458
459
  @font-face {
@@ -460,7 +461,7 @@ em {
460
461
  font-family: "IBM Plex Mono";
461
462
  font-style: italic;
462
463
  font-weight: 600;
463
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin2.woff") format("woff");
464
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin2.woff2") format("woff2");
464
465
  unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
465
466
  }
466
467
  @font-face {
@@ -468,7 +469,7 @@ em {
468
469
  font-family: "IBM Plex Mono";
469
470
  font-style: italic;
470
471
  font-weight: 600;
471
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin1.woff") format("woff");
472
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin1.woff2") format("woff2");
472
473
  unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
473
474
  }
474
475
  @font-face {
@@ -581,7 +582,7 @@ em {
581
582
  font-family: "IBM Plex Sans";
582
583
  font-style: normal;
583
584
  font-weight: 300;
584
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Light-Cyrillic.woff") format("woff");
585
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Cyrillic.woff2") format("woff2");
585
586
  unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
586
587
  }
587
588
  @font-face {
@@ -589,7 +590,7 @@ em {
589
590
  font-family: "IBM Plex Sans";
590
591
  font-style: normal;
591
592
  font-weight: 300;
592
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Light-Pi.woff") format("woff");
593
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Pi.woff2") format("woff2");
593
594
  unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
594
595
  }
595
596
  @font-face {
@@ -597,7 +598,7 @@ em {
597
598
  font-family: "IBM Plex Sans";
598
599
  font-style: normal;
599
600
  font-weight: 300;
600
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Light-Latin3.woff") format("woff");
601
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin3.woff2") format("woff2");
601
602
  unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
602
603
  }
603
604
  @font-face {
@@ -605,7 +606,7 @@ em {
605
606
  font-family: "IBM Plex Sans";
606
607
  font-style: normal;
607
608
  font-weight: 300;
608
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Light-Latin2.woff") format("woff");
609
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin2.woff2") format("woff2");
609
610
  unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
610
611
  }
611
612
  @font-face {
@@ -613,7 +614,7 @@ em {
613
614
  font-family: "IBM Plex Sans";
614
615
  font-style: normal;
615
616
  font-weight: 300;
616
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Light-Latin1.woff") format("woff");
617
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin1.woff2") format("woff2");
617
618
  unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
618
619
  }
619
620
  @font-face {
@@ -621,7 +622,7 @@ em {
621
622
  font-family: "IBM Plex Sans";
622
623
  font-style: italic;
623
624
  font-weight: 300;
624
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-LightItalic-Cyrillic.woff") format("woff");
625
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Cyrillic.woff2") format("woff2");
625
626
  unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
626
627
  }
627
628
  @font-face {
@@ -629,7 +630,7 @@ em {
629
630
  font-family: "IBM Plex Sans";
630
631
  font-style: italic;
631
632
  font-weight: 300;
632
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-LightItalic-Pi.woff") format("woff");
633
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Pi.woff2") format("woff2");
633
634
  unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
634
635
  }
635
636
  @font-face {
@@ -637,7 +638,7 @@ em {
637
638
  font-family: "IBM Plex Sans";
638
639
  font-style: italic;
639
640
  font-weight: 300;
640
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-LightItalic-Latin3.woff") format("woff");
641
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin3.woff2") format("woff2");
641
642
  unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
642
643
  }
643
644
  @font-face {
@@ -645,7 +646,7 @@ em {
645
646
  font-family: "IBM Plex Sans";
646
647
  font-style: italic;
647
648
  font-weight: 300;
648
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-LightItalic-Latin2.woff") format("woff");
649
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin2.woff2") format("woff2");
649
650
  unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
650
651
  }
651
652
  @font-face {
@@ -653,7 +654,7 @@ em {
653
654
  font-family: "IBM Plex Sans";
654
655
  font-style: italic;
655
656
  font-weight: 300;
656
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-LightItalic-Latin1.woff") format("woff");
657
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin1.woff2") format("woff2");
657
658
  unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
658
659
  }
659
660
  @font-face {
@@ -661,7 +662,7 @@ em {
661
662
  font-family: "IBM Plex Sans";
662
663
  font-style: normal;
663
664
  font-weight: 400;
664
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Regular-Cyrillic.woff") format("woff");
665
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Cyrillic.woff2") format("woff2");
665
666
  unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
666
667
  }
667
668
  @font-face {
@@ -669,7 +670,7 @@ em {
669
670
  font-family: "IBM Plex Sans";
670
671
  font-style: normal;
671
672
  font-weight: 400;
672
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Regular-Pi.woff") format("woff");
673
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Pi.woff2") format("woff2");
673
674
  unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
674
675
  }
675
676
  @font-face {
@@ -677,7 +678,7 @@ em {
677
678
  font-family: "IBM Plex Sans";
678
679
  font-style: normal;
679
680
  font-weight: 400;
680
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Regular-Latin3.woff") format("woff");
681
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin3.woff2") format("woff2");
681
682
  unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
682
683
  }
683
684
  @font-face {
@@ -685,7 +686,7 @@ em {
685
686
  font-family: "IBM Plex Sans";
686
687
  font-style: normal;
687
688
  font-weight: 400;
688
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Regular-Latin2.woff") format("woff");
689
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin2.woff2") format("woff2");
689
690
  unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
690
691
  }
691
692
  @font-face {
@@ -693,7 +694,7 @@ em {
693
694
  font-family: "IBM Plex Sans";
694
695
  font-style: normal;
695
696
  font-weight: 400;
696
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Regular-Latin1.woff") format("woff");
697
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin1.woff2") format("woff2");
697
698
  unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
698
699
  }
699
700
  @font-face {
@@ -701,7 +702,7 @@ em {
701
702
  font-family: "IBM Plex Sans";
702
703
  font-style: italic;
703
704
  font-weight: 400;
704
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Italic-Cyrillic.woff") format("woff");
705
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Cyrillic.woff2") format("woff2");
705
706
  unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
706
707
  }
707
708
  @font-face {
@@ -709,7 +710,7 @@ em {
709
710
  font-family: "IBM Plex Sans";
710
711
  font-style: italic;
711
712
  font-weight: 400;
712
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Italic-Pi.woff") format("woff");
713
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Pi.woff2") format("woff2");
713
714
  unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
714
715
  }
715
716
  @font-face {
@@ -717,7 +718,7 @@ em {
717
718
  font-family: "IBM Plex Sans";
718
719
  font-style: italic;
719
720
  font-weight: 400;
720
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Italic-Latin3.woff") format("woff");
721
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin3.woff2") format("woff2");
721
722
  unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
722
723
  }
723
724
  @font-face {
@@ -725,7 +726,7 @@ em {
725
726
  font-family: "IBM Plex Sans";
726
727
  font-style: italic;
727
728
  font-weight: 400;
728
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Italic-Latin2.woff") format("woff");
729
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin2.woff2") format("woff2");
729
730
  unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
730
731
  }
731
732
  @font-face {
@@ -733,7 +734,7 @@ em {
733
734
  font-family: "IBM Plex Sans";
734
735
  font-style: italic;
735
736
  font-weight: 400;
736
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Italic-Latin1.woff") format("woff");
737
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin1.woff2") format("woff2");
737
738
  unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
738
739
  }
739
740
  @font-face {
@@ -741,7 +742,7 @@ em {
741
742
  font-family: "IBM Plex Sans";
742
743
  font-style: normal;
743
744
  font-weight: 600;
744
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBold-Cyrillic.woff") format("woff");
745
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Cyrillic.woff2") format("woff2");
745
746
  unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
746
747
  }
747
748
  @font-face {
@@ -749,7 +750,7 @@ em {
749
750
  font-family: "IBM Plex Sans";
750
751
  font-style: normal;
751
752
  font-weight: 600;
752
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBold-Pi.woff") format("woff");
753
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Pi.woff2") format("woff2");
753
754
  unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
754
755
  }
755
756
  @font-face {
@@ -757,7 +758,7 @@ em {
757
758
  font-family: "IBM Plex Sans";
758
759
  font-style: normal;
759
760
  font-weight: 600;
760
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBold-Latin3.woff") format("woff");
761
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin3.woff2") format("woff2");
761
762
  unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
762
763
  }
763
764
  @font-face {
@@ -765,7 +766,7 @@ em {
765
766
  font-family: "IBM Plex Sans";
766
767
  font-style: normal;
767
768
  font-weight: 600;
768
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBold-Latin2.woff") format("woff");
769
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin2.woff2") format("woff2");
769
770
  unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
770
771
  }
771
772
  @font-face {
@@ -773,7 +774,7 @@ em {
773
774
  font-family: "IBM Plex Sans";
774
775
  font-style: normal;
775
776
  font-weight: 600;
776
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBold-Latin1.woff") format("woff");
777
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin1.woff2") format("woff2");
777
778
  unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
778
779
  }
779
780
  @font-face {
@@ -781,7 +782,7 @@ em {
781
782
  font-family: "IBM Plex Sans";
782
783
  font-style: italic;
783
784
  font-weight: 600;
784
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBoldItalic-Cyrillic.woff") format("woff");
785
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Cyrillic.woff2") format("woff2");
785
786
  unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
786
787
  }
787
788
  @font-face {
@@ -789,7 +790,7 @@ em {
789
790
  font-family: "IBM Plex Sans";
790
791
  font-style: italic;
791
792
  font-weight: 600;
792
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBoldItalic-Pi.woff") format("woff");
793
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Pi.woff2") format("woff2");
793
794
  unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
794
795
  }
795
796
  @font-face {
@@ -797,7 +798,7 @@ em {
797
798
  font-family: "IBM Plex Sans";
798
799
  font-style: italic;
799
800
  font-weight: 600;
800
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBoldItalic-Latin3.woff") format("woff");
801
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin3.woff2") format("woff2");
801
802
  unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
802
803
  }
803
804
  @font-face {
@@ -805,7 +806,7 @@ em {
805
806
  font-family: "IBM Plex Sans";
806
807
  font-style: italic;
807
808
  font-weight: 600;
808
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBoldItalic-Latin2.woff") format("woff");
809
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin2.woff2") format("woff2");
809
810
  unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
810
811
  }
811
812
  @font-face {
@@ -813,7 +814,7 @@ em {
813
814
  font-family: "IBM Plex Sans";
814
815
  font-style: italic;
815
816
  font-weight: 600;
816
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBoldItalic-Latin1.woff") format("woff");
817
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin1.woff2") format("woff2");
817
818
  unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
818
819
  }
819
820
  @font-face {
@@ -821,7 +822,7 @@ em {
821
822
  font-family: "IBM Plex Serif";
822
823
  font-style: normal;
823
824
  font-weight: 300;
824
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Light-Cyrillic.woff") format("woff");
825
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Cyrillic.woff2") format("woff2");
825
826
  unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
826
827
  }
827
828
  @font-face {
@@ -829,7 +830,7 @@ em {
829
830
  font-family: "IBM Plex Serif";
830
831
  font-style: normal;
831
832
  font-weight: 300;
832
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Light-Pi.woff") format("woff");
833
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Pi.woff2") format("woff2");
833
834
  unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
834
835
  }
835
836
  @font-face {
@@ -837,7 +838,7 @@ em {
837
838
  font-family: "IBM Plex Serif";
838
839
  font-style: normal;
839
840
  font-weight: 300;
840
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Light-Latin3.woff") format("woff");
841
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin3.woff2") format("woff2");
841
842
  unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
842
843
  }
843
844
  @font-face {
@@ -845,7 +846,7 @@ em {
845
846
  font-family: "IBM Plex Serif";
846
847
  font-style: normal;
847
848
  font-weight: 300;
848
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Light-Latin2.woff") format("woff");
849
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin2.woff2") format("woff2");
849
850
  unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
850
851
  }
851
852
  @font-face {
@@ -853,7 +854,7 @@ em {
853
854
  font-family: "IBM Plex Serif";
854
855
  font-style: normal;
855
856
  font-weight: 300;
856
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Light-Latin1.woff") format("woff");
857
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin1.woff2") format("woff2");
857
858
  unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
858
859
  }
859
860
  @font-face {
@@ -861,7 +862,7 @@ em {
861
862
  font-family: "IBM Plex Serif";
862
863
  font-style: italic;
863
864
  font-weight: 300;
864
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-LightItalic-Cyrillic.woff") format("woff");
865
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Cyrillic.woff2") format("woff2");
865
866
  unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
866
867
  }
867
868
  @font-face {
@@ -869,7 +870,7 @@ em {
869
870
  font-family: "IBM Plex Serif";
870
871
  font-style: italic;
871
872
  font-weight: 300;
872
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-LightItalic-Pi.woff") format("woff");
873
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Pi.woff2") format("woff2");
873
874
  unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
874
875
  }
875
876
  @font-face {
@@ -877,7 +878,7 @@ em {
877
878
  font-family: "IBM Plex Serif";
878
879
  font-style: italic;
879
880
  font-weight: 300;
880
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-LightItalic-Latin3.woff") format("woff");
881
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin3.woff2") format("woff2");
881
882
  unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
882
883
  }
883
884
  @font-face {
@@ -885,7 +886,7 @@ em {
885
886
  font-family: "IBM Plex Serif";
886
887
  font-style: italic;
887
888
  font-weight: 300;
888
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-LightItalic-Latin2.woff") format("woff");
889
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin2.woff2") format("woff2");
889
890
  unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
890
891
  }
891
892
  @font-face {
@@ -893,7 +894,7 @@ em {
893
894
  font-family: "IBM Plex Serif";
894
895
  font-style: italic;
895
896
  font-weight: 300;
896
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-LightItalic-Latin1.woff") format("woff");
897
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin1.woff2") format("woff2");
897
898
  unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
898
899
  }
899
900
  @font-face {
@@ -901,7 +902,7 @@ em {
901
902
  font-family: "IBM Plex Serif";
902
903
  font-style: normal;
903
904
  font-weight: 400;
904
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Regular-Cyrillic.woff") format("woff");
905
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Cyrillic.woff2") format("woff2");
905
906
  unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
906
907
  }
907
908
  @font-face {
@@ -909,7 +910,7 @@ em {
909
910
  font-family: "IBM Plex Serif";
910
911
  font-style: normal;
911
912
  font-weight: 400;
912
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Regular-Pi.woff") format("woff");
913
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Pi.woff2") format("woff2");
913
914
  unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
914
915
  }
915
916
  @font-face {
@@ -917,7 +918,7 @@ em {
917
918
  font-family: "IBM Plex Serif";
918
919
  font-style: normal;
919
920
  font-weight: 400;
920
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Regular-Latin3.woff") format("woff");
921
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin3.woff2") format("woff2");
921
922
  unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
922
923
  }
923
924
  @font-face {
@@ -925,7 +926,7 @@ em {
925
926
  font-family: "IBM Plex Serif";
926
927
  font-style: normal;
927
928
  font-weight: 400;
928
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Regular-Latin2.woff") format("woff");
929
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin2.woff2") format("woff2");
929
930
  unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
930
931
  }
931
932
  @font-face {
@@ -933,7 +934,7 @@ em {
933
934
  font-family: "IBM Plex Serif";
934
935
  font-style: normal;
935
936
  font-weight: 400;
936
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Regular-Latin1.woff") format("woff");
937
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin1.woff2") format("woff2");
937
938
  unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
938
939
  }
939
940
  @font-face {
@@ -941,7 +942,7 @@ em {
941
942
  font-family: "IBM Plex Serif";
942
943
  font-style: italic;
943
944
  font-weight: 400;
944
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Italic-Cyrillic.woff") format("woff");
945
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Cyrillic.woff2") format("woff2");
945
946
  unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
946
947
  }
947
948
  @font-face {
@@ -949,7 +950,7 @@ em {
949
950
  font-family: "IBM Plex Serif";
950
951
  font-style: italic;
951
952
  font-weight: 400;
952
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Italic-Pi.woff") format("woff");
953
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Pi.woff2") format("woff2");
953
954
  unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
954
955
  }
955
956
  @font-face {
@@ -957,7 +958,7 @@ em {
957
958
  font-family: "IBM Plex Serif";
958
959
  font-style: italic;
959
960
  font-weight: 400;
960
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Italic-Latin3.woff") format("woff");
961
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin3.woff2") format("woff2");
961
962
  unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
962
963
  }
963
964
  @font-face {
@@ -965,7 +966,7 @@ em {
965
966
  font-family: "IBM Plex Serif";
966
967
  font-style: italic;
967
968
  font-weight: 400;
968
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Italic-Latin2.woff") format("woff");
969
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin2.woff2") format("woff2");
969
970
  unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
970
971
  }
971
972
  @font-face {
@@ -973,7 +974,7 @@ em {
973
974
  font-family: "IBM Plex Serif";
974
975
  font-style: italic;
975
976
  font-weight: 400;
976
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Italic-Latin1.woff") format("woff");
977
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin1.woff2") format("woff2");
977
978
  unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
978
979
  }
979
980
  @font-face {
@@ -981,7 +982,7 @@ em {
981
982
  font-family: "IBM Plex Serif";
982
983
  font-style: normal;
983
984
  font-weight: 600;
984
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBold-Cyrillic.woff") format("woff");
985
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Cyrillic.woff2") format("woff2");
985
986
  unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
986
987
  }
987
988
  @font-face {
@@ -989,7 +990,7 @@ em {
989
990
  font-family: "IBM Plex Serif";
990
991
  font-style: normal;
991
992
  font-weight: 600;
992
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBold-Pi.woff") format("woff");
993
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Pi.woff2") format("woff2");
993
994
  unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
994
995
  }
995
996
  @font-face {
@@ -997,7 +998,7 @@ em {
997
998
  font-family: "IBM Plex Serif";
998
999
  font-style: normal;
999
1000
  font-weight: 600;
1000
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBold-Latin3.woff") format("woff");
1001
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin3.woff2") format("woff2");
1001
1002
  unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
1002
1003
  }
1003
1004
  @font-face {
@@ -1005,7 +1006,7 @@ em {
1005
1006
  font-family: "IBM Plex Serif";
1006
1007
  font-style: normal;
1007
1008
  font-weight: 600;
1008
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBold-Latin2.woff") format("woff");
1009
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin2.woff2") format("woff2");
1009
1010
  unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
1010
1011
  }
1011
1012
  @font-face {
@@ -1013,7 +1014,7 @@ em {
1013
1014
  font-family: "IBM Plex Serif";
1014
1015
  font-style: normal;
1015
1016
  font-weight: 600;
1016
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBold-Latin1.woff") format("woff");
1017
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin1.woff2") format("woff2");
1017
1018
  unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
1018
1019
  }
1019
1020
  @font-face {
@@ -1021,7 +1022,7 @@ em {
1021
1022
  font-family: "IBM Plex Serif";
1022
1023
  font-style: italic;
1023
1024
  font-weight: 600;
1024
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBoldItalic-Cyrillic.woff") format("woff");
1025
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Cyrillic.woff2") format("woff2");
1025
1026
  unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
1026
1027
  }
1027
1028
  @font-face {
@@ -1029,7 +1030,7 @@ em {
1029
1030
  font-family: "IBM Plex Serif";
1030
1031
  font-style: italic;
1031
1032
  font-weight: 600;
1032
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBoldItalic-Pi.woff") format("woff");
1033
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Pi.woff2") format("woff2");
1033
1034
  unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
1034
1035
  }
1035
1036
  @font-face {
@@ -1037,7 +1038,7 @@ em {
1037
1038
  font-family: "IBM Plex Serif";
1038
1039
  font-style: italic;
1039
1040
  font-weight: 600;
1040
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBoldItalic-Latin3.woff") format("woff");
1041
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin3.woff2") format("woff2");
1041
1042
  unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
1042
1043
  }
1043
1044
  @font-face {
@@ -1045,7 +1046,7 @@ em {
1045
1046
  font-family: "IBM Plex Serif";
1046
1047
  font-style: italic;
1047
1048
  font-weight: 600;
1048
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBoldItalic-Latin2.woff") format("woff");
1049
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin2.woff2") format("woff2");
1049
1050
  unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
1050
1051
  }
1051
1052
  @font-face {
@@ -1053,7 +1054,7 @@ em {
1053
1054
  font-family: "IBM Plex Serif";
1054
1055
  font-style: italic;
1055
1056
  font-weight: 600;
1056
- src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBoldItalic-Latin1.woff") format("woff");
1057
+ src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin1.woff2") format("woff2");
1057
1058
  unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
1058
1059
  }
1059
1060
  :root {
@@ -5182,14 +5183,17 @@ li.cds--accordion__item--disabled:last-of-type {
5182
5183
  column-gap: 1rem;
5183
5184
  }
5184
5185
 
5186
+ .cds--ai-label,
5185
5187
  .cds--slug {
5186
5188
  display: flex;
5187
5189
  }
5188
5190
 
5191
+ .cds--ai-label:has(> .cds--popover--open),
5189
5192
  .cds--slug:has(> .cds--popover--open) {
5190
5193
  z-index: 2;
5191
5194
  }
5192
5195
 
5196
+ .cds--ai-label .cds--ai-label__button,
5193
5197
  .cds--slug .cds--slug__button {
5194
5198
  position: relative;
5195
5199
  display: flex;
@@ -5202,42 +5206,49 @@ li.cds--accordion__item--disabled:last-of-type {
5202
5206
  outline: none;
5203
5207
  transition: color 70ms cubic-bezier(0, 0, 0.38, 0.9), border-color 70ms cubic-bezier(0, 0, 0.38, 0.9), box-shadow 70ms cubic-bezier(0, 0, 0.38, 0.9), background 70ms cubic-bezier(0, 0, 0.38, 0.9);
5204
5208
  }
5209
+ .cds--ai-label .cds--ai-label__button--mini,
5205
5210
  .cds--slug .cds--slug__button--mini {
5206
5211
  height: 1rem;
5207
5212
  width: 1rem;
5208
5213
  font-size: 0.5625rem;
5209
5214
  line-height: 0.75rem;
5210
5215
  }
5216
+ .cds--ai-label .cds--ai-label__button--2xs,
5211
5217
  .cds--slug .cds--slug__button--2xs {
5212
5218
  height: 1.25rem;
5213
5219
  width: 1.25rem;
5214
5220
  font-size: 0.75rem;
5215
5221
  line-height: 1rem;
5216
5222
  }
5223
+ .cds--ai-label .cds--ai-label__button--xs,
5217
5224
  .cds--slug .cds--slug__button--xs {
5218
5225
  height: 1.5rem;
5219
5226
  width: 1.5rem;
5220
5227
  font-size: 0.75rem;
5221
5228
  line-height: 1rem;
5222
5229
  }
5230
+ .cds--ai-label .cds--ai-label__button--sm,
5223
5231
  .cds--slug .cds--slug__button--sm {
5224
5232
  height: 2rem;
5225
5233
  width: 2rem;
5226
5234
  font-size: 1rem;
5227
5235
  line-height: 1.3125rem;
5228
5236
  }
5237
+ .cds--ai-label .cds--ai-label__button--md,
5229
5238
  .cds--slug .cds--slug__button--md {
5230
5239
  height: 2.5rem;
5231
5240
  width: 2.5rem;
5232
5241
  font-size: 1rem;
5233
5242
  line-height: 1.3125rem;
5234
5243
  }
5244
+ .cds--ai-label .cds--ai-label__button--lg,
5235
5245
  .cds--slug .cds--slug__button--lg {
5236
5246
  height: 3rem;
5237
5247
  width: 3rem;
5238
5248
  font-size: 1rem;
5239
5249
  line-height: 1.3125rem;
5240
5250
  }
5251
+ .cds--ai-label .cds--ai-label__button--xl,
5241
5252
  .cds--slug .cds--slug__button--xl {
5242
5253
  height: 4rem;
5243
5254
  width: 4rem;
@@ -5245,6 +5256,8 @@ li.cds--accordion__item--disabled:last-of-type {
5245
5256
  line-height: 1.625rem;
5246
5257
  }
5247
5258
 
5259
+ .cds--ai-label__button--mini::after,
5260
+ .cds--ai-label__button--2xs::after,
5248
5261
  .cds--slug__button--mini::after,
5249
5262
  .cds--slug__button--2xs::after {
5250
5263
  position: absolute;
@@ -5254,32 +5267,39 @@ li.cds--accordion__item--disabled:last-of-type {
5254
5267
  inline-size: 24px;
5255
5268
  }
5256
5269
 
5270
+ .cds--ai-label .cds--ai-label__button:focus,
5257
5271
  .cds--slug .cds--slug__button:focus {
5258
5272
  border: 1px solid var(--cds-focus, #0f62fe);
5259
5273
  box-shadow: inset 0 0 0 1px var(--cds-focus, #0f62fe);
5260
5274
  }
5261
5275
 
5276
+ .cds--ai-label .cds--ai-label__button:hover,
5262
5277
  .cds--slug .cds--slug__button:hover {
5263
5278
  background: var(--cds-border-inverse, #161616);
5264
5279
  color: var(--cds-text-inverse, #ffffff);
5265
5280
  }
5266
5281
 
5282
+ .cds--ai-label .cds--ai-label__button:hover:active,
5267
5283
  .cds--slug .cds--slug__button:hover:active {
5268
5284
  background: var(--cds-border-inverse, #161616);
5269
5285
  box-shadow: inset 0 0 0 1px var(--cds-focus, #0f62fe), inset 0 0 0 2px var(--cds-focus-inset, #ffffff);
5270
5286
  color: var(--cds-text-inverse, #ffffff);
5271
5287
  }
5272
5288
 
5289
+ .cds--ai-label .cds--ai-label__button.cds--ai-label__button--mini:hover:active,
5290
+ .cds--ai-label .cds--ai-label__button.cds--ai-label__button--2xs:hover:active,
5273
5291
  .cds--slug .cds--slug__button.cds--slug__button--mini:hover:active,
5274
5292
  .cds--slug .cds--slug__button.cds--slug__button--2xs:hover:active {
5275
5293
  box-shadow: inset 0 0 0 1px var(--cds-focus-inset, #ffffff);
5276
5294
  }
5277
5295
 
5296
+ .cds--ai-label__text,
5278
5297
  .cds--slug__text {
5279
5298
  position: relative;
5280
5299
  z-index: 1;
5281
5300
  }
5282
5301
 
5302
+ .cds--ai-label .cds--ai-label__button--inline,
5283
5303
  .cds--slug .cds--slug__button--inline {
5284
5304
  border: 1px solid transparent;
5285
5305
  border-radius: 0.0625rem;
@@ -5292,15 +5312,19 @@ li.cds--accordion__item--disabled:last-of-type {
5292
5312
  padding-inline: 0.25rem;
5293
5313
  }
5294
5314
 
5315
+ .cds--ai-label__button--inline::before,
5295
5316
  .cds--slug__button--inline::before {
5296
5317
  display: none;
5297
5318
  }
5298
5319
 
5320
+ .cds--ai-label .cds--ai-label__button--inline:focus,
5299
5321
  .cds--slug .cds--slug__button--inline:focus {
5300
5322
  border-color: var(--cds-focus, #0f62fe);
5301
5323
  box-shadow: none;
5302
5324
  }
5303
5325
 
5326
+ .cds--ai-label .cds--ai-label__button--inline:hover,
5327
+ .cds--ai-label .cds--ai-label__button--inline:hover:active,
5304
5328
  .cds--slug .cds--slug__button--inline:hover,
5305
5329
  .cds--slug .cds--slug__button--inline:hover:active {
5306
5330
  border-color: var(--cds-icon-secondary, #525252);
@@ -5309,23 +5333,29 @@ li.cds--accordion__item--disabled:last-of-type {
5309
5333
  color: var(--cds-text-secondary, #525252);
5310
5334
  }
5311
5335
 
5336
+ .cds--ai-label .cds--ai-label__button--inline:focus:hover,
5312
5337
  .cds--slug .cds--slug__button--inline:focus:hover {
5313
5338
  border-color: var(--cds-focus, #0f62fe);
5314
5339
  }
5315
5340
 
5341
+ .cds--ai-label .cds--ai-label__button--inline:hover .cds--ai-label__text::before,
5316
5342
  .cds--slug .cds--slug__button--inline:hover .cds--slug__text::before {
5317
5343
  background: var(--cds-icon-secondary, #525252);
5318
5344
  }
5319
5345
 
5346
+ .cds--ai-label__button--inline .cds--ai-label__text,
5320
5347
  .cds--slug__button--inline .cds--slug__text {
5321
5348
  padding-inline-start: 0.5rem;
5322
5349
  }
5323
5350
 
5351
+ .cds--ai-label__button--inline.cds--ai-label__button--lg .cds--ai-label__text,
5352
+ .cds--ai-label__button--inline.cds--ai-label__button--xl .cds--ai-label__text,
5324
5353
  .cds--slug__button--inline.cds--slug__button--lg .cds--slug__text,
5325
5354
  .cds--slug__button--inline.cds--slug__button--xl .cds--slug__text {
5326
5355
  padding-inline-start: 0.75rem;
5327
5356
  }
5328
5357
 
5358
+ .cds--ai-label__button--inline .cds--ai-label__text::before,
5329
5359
  .cds--slug__button--inline .cds--slug__text::before {
5330
5360
  position: absolute;
5331
5361
  display: inline-block;
@@ -5340,12 +5370,22 @@ li.cds--accordion__item--disabled:last-of-type {
5340
5370
  transition: background 70ms cubic-bezier(0, 0, 0.38, 0.9), box-shadow 70ms cubic-bezier(0, 0, 0.38, 0.9);
5341
5371
  }
5342
5372
 
5373
+ .cds--ai-label__button--lg .cds--ai-label__text::before,
5374
+ .cds--ai-label__button--xl .cds--ai-label__text::before,
5343
5375
  .cds--slug__button--lg .cds--slug__text::before,
5344
5376
  .cds--slug__button--xl .cds--slug__text::before {
5345
5377
  block-size: 0.5rem;
5346
5378
  inline-size: 0.5rem;
5347
5379
  }
5348
5380
 
5381
+ .cds--ai-label__button--inline.cds--ai-label__button--mini,
5382
+ .cds--ai-label__button--inline.cds--ai-label__button--mini .cds--ai-label__additional-text,
5383
+ .cds--ai-label__button--inline.cds--ai-label__button--2xs,
5384
+ .cds--ai-label__button--inline.cds--ai-label__button--2xs .cds--ai-label__additional-text,
5385
+ .cds--ai-label__button--inline.cds--ai-label__button--xs,
5386
+ .cds--ai-label__button--inline.cds--ai-label__button--xs .cds--ai-label__additional-text,
5387
+ .cds--ai-label__button--inline.cds--ai-label__button--sm,
5388
+ .cds--ai-label__button--inline.cds--ai-label__button--sm .cds--ai-label__additional-text,
5349
5389
  .cds--slug__button--inline.cds--slug__button--mini,
5350
5390
  .cds--slug__button--inline.cds--slug__button--mini .cds--slug__additional-text,
5351
5391
  .cds--slug__button--inline.cds--slug__button--2xs,
@@ -5357,17 +5397,21 @@ li.cds--accordion__item--disabled:last-of-type {
5357
5397
  font-size: 0.75rem;
5358
5398
  }
5359
5399
 
5400
+ .cds--ai-label__button--inline.cds--ai-label__button--lg,
5401
+ .cds--ai-label__button--inline.cds--ai-label__button--xl,
5360
5402
  .cds--slug__button--inline.cds--slug__button--lg,
5361
5403
  .cds--slug__button--inline.cds--slug__button--xl {
5362
5404
  font-size: 1rem;
5363
5405
  }
5364
5406
 
5407
+ .cds--ai-label .cds--ai-label__button--inline-with-content,
5365
5408
  .cds--slug .cds--slug__button--inline-with-content {
5366
5409
  border: 1px solid var(--cds-border-inverse, #161616);
5367
5410
  padding-block: 0.125rem;
5368
5411
  padding-inline: 0.5rem;
5369
5412
  }
5370
5413
 
5414
+ .cds--ai-label__button--inline-with-content .cds--ai-label__additional-text,
5371
5415
  .cds--slug__button--inline-with-content .cds--slug__additional-text {
5372
5416
  font-size: var(--cds-body-compact-02-font-size, 1rem);
5373
5417
  font-weight: var(--cds-body-compact-02-font-weight, 400);
@@ -5376,15 +5420,19 @@ li.cds--accordion__item--disabled:last-of-type {
5376
5420
  padding-inline-start: 0.25rem;
5377
5421
  }
5378
5422
 
5423
+ .cds--ai-label__button--inline.cds--ai-label__button--md .cds--ai-label__additional-text,
5379
5424
  .cds--slug__button--inline.cds--slug__button--md .cds--slug__additional-text {
5380
5425
  font-size: 0.875rem;
5381
5426
  }
5382
5427
 
5428
+ .cds--ai-label .cds--ai-label__button--inline-with-content:focus,
5429
+ .cds--ai-label .cds--ai-label__button--inline-with-content:hover:focus,
5383
5430
  .cds--slug .cds--slug__button--inline-with-content:focus,
5384
5431
  .cds--slug .cds--slug__button--inline-with-content:hover:focus {
5385
5432
  box-shadow: inset 0 0 0 1px var(--cds-focus, #0f62fe);
5386
5433
  }
5387
5434
 
5435
+ .cds--ai-label .cds--ai-label-content,
5388
5436
  .cds--slug .cds--slug-content {
5389
5437
  background: linear-gradient(to top, var(--cds-ai-popover-background, var(--cds-ai-popover-background, #ffffff)) 0%, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-ai-popover-background, var(--cds-ai-popover-background, #ffffff)), var(--cds-ai-popover-background, var(--cds-ai-popover-background, #ffffff))) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, rgba(166, 200, 255, 0.64)), var(--cds-ai-border-end, #78a9ff)) border-box, linear-gradient(to top, var(--cds-ai-popover-background, var(--cds-ai-popover-background, #ffffff)), var(--cds-ai-popover-background, var(--cds-ai-popover-background, #ffffff))) border-box;
5390
5438
  border: 1px solid transparent;
@@ -5394,12 +5442,54 @@ li.cds--accordion__item--disabled:last-of-type {
5394
5442
  min-inline-size: 17.5rem;
5395
5443
  }
5396
5444
 
5445
+ .cds--ai-label > .cds--toggletip > .cds--popover > .cds--popover-caret,
5446
+ .cds--ai-label > .cds--toggletip.cds--popover--auto-align > .cds--popover > .cds--popover-content > .cds--popover-caret,
5397
5447
  .cds--slug > .cds--toggletip > .cds--popover > .cds--popover-caret,
5398
5448
  .cds--slug > .cds--toggletip.cds--popover--auto-align > .cds--popover > .cds--popover-content > .cds--popover-caret {
5399
5449
  background: transparent;
5400
5450
  clip-path: none;
5401
5451
  }
5402
5452
 
5453
+ .cds--ai-label > .cds--toggletip:is(.cds--popover--top,
5454
+ .cds--popover--top-right,
5455
+ .cds--popover--top-left,
5456
+ .cds--popover--top-end,
5457
+ .cds--popover--top-start,
5458
+ .cds--popover--bottom,
5459
+ .cds--popover--bottom-right,
5460
+ .cds--popover--bottom-left,
5461
+ .cds--popover--bottom-start,
5462
+ .cds--popover--bottom-end,
5463
+ .cds--popover--left,
5464
+ .cds--popover--left-top,
5465
+ .cds--popover--left-bottom,
5466
+ .cds--popover--left-start,
5467
+ .cds--popover--left-end,
5468
+ .cds--popover--right,
5469
+ .cds--popover--right-top,
5470
+ .cds--popover--right-bottom,
5471
+ .cds--popover--right-start,
5472
+ .cds--popover--right-end) > .cds--popover > .cds--popover-caret::before,
5473
+ .cds--ai-label > .cds--toggletip.cds--popover--auto-align:is(.cds--popover--top,
5474
+ .cds--popover--top-right,
5475
+ .cds--popover--top-left,
5476
+ .cds--popover--top-end,
5477
+ .cds--popover--top-start,
5478
+ .cds--popover--bottom,
5479
+ .cds--popover--bottom-right,
5480
+ .cds--popover--bottom-left,
5481
+ .cds--popover--bottom-start,
5482
+ .cds--popover--bottom-end,
5483
+ .cds--popover--left,
5484
+ .cds--popover--left-top,
5485
+ .cds--popover--left-bottom,
5486
+ .cds--popover--left-start,
5487
+ .cds--popover--left-end,
5488
+ .cds--popover--right,
5489
+ .cds--popover--right-top,
5490
+ .cds--popover--right-bottom,
5491
+ .cds--popover--right-start,
5492
+ .cds--popover--right-end) > .cds--popover > .cds--popover-content > .cds--popover-caret::before,
5403
5493
  .cds--slug > .cds--toggletip:is(.cds--popover--top,
5404
5494
  .cds--popover--top-right,
5405
5495
  .cds--popover--top-left,
@@ -5451,6 +5541,46 @@ li.cds--accordion__item--disabled:last-of-type {
5451
5541
  transform: rotate(45deg);
5452
5542
  }
5453
5543
 
5544
+ .cds--ai-label > .cds--toggletip:is(.cds--popover--top,
5545
+ .cds--popover--top-right,
5546
+ .cds--popover--top-left,
5547
+ .cds--popover--top-end,
5548
+ .cds--popover--top-start,
5549
+ .cds--popover--bottom,
5550
+ .cds--popover--bottom-right,
5551
+ .cds--popover--bottom-left,
5552
+ .cds--popover--bottom-start,
5553
+ .cds--popover--bottom-end,
5554
+ .cds--popover--left,
5555
+ .cds--popover--left-top,
5556
+ .cds--popover--left-bottom,
5557
+ .cds--popover--left-start,
5558
+ .cds--popover--left-end,
5559
+ .cds--popover--right,
5560
+ .cds--popover--right-top,
5561
+ .cds--popover--right-bottom,
5562
+ .cds--popover--right-start,
5563
+ .cds--popover--right-end) > .cds--popover > .cds--popover-caret::after,
5564
+ .cds--ai-label > .cds--toggletip.cds--popover--auto-align:is(.cds--popover--top,
5565
+ .cds--popover--top-right,
5566
+ .cds--popover--top-left,
5567
+ .cds--popover--top-end,
5568
+ .cds--popover--top-start,
5569
+ .cds--popover--bottom,
5570
+ .cds--popover--bottom-right,
5571
+ .cds--popover--bottom-left,
5572
+ .cds--popover--bottom-start,
5573
+ .cds--popover--bottom-end,
5574
+ .cds--popover--left,
5575
+ .cds--popover--left-top,
5576
+ .cds--popover--left-bottom,
5577
+ .cds--popover--left-start,
5578
+ .cds--popover--left-end,
5579
+ .cds--popover--right,
5580
+ .cds--popover--right-top,
5581
+ .cds--popover--right-bottom,
5582
+ .cds--popover--right-start,
5583
+ .cds--popover--right-end) > .cds--popover > .cds--popover-content > .cds--popover-caret::after,
5454
5584
  .cds--slug > .cds--toggletip:is(.cds--popover--top,
5455
5585
  .cds--popover--top-right,
5456
5586
  .cds--popover--top-left,
@@ -5499,6 +5629,16 @@ li.cds--accordion__item--disabled:last-of-type {
5499
5629
  inline-size: 0.125rem;
5500
5630
  }
5501
5631
 
5632
+ .cds--ai-label > .cds--toggletip:is(.cds--popover--top,
5633
+ .cds--popover--top-right,
5634
+ .cds--popover--top-left,
5635
+ .cds--popover--top-end,
5636
+ .cds--popover--top-start) > .cds--popover > .cds--popover-caret::before,
5637
+ .cds--ai-label > .cds--toggletip.cds--popover--auto-align:is(.cds--popover--top,
5638
+ .cds--popover--top-right,
5639
+ .cds--popover--top-left,
5640
+ .cds--popover--top-end,
5641
+ .cds--popover--top-start) > .cds--popover > .cds--popover-content > .cds--popover-caret::before,
5502
5642
  .cds--slug > .cds--toggletip:is(.cds--popover--top,
5503
5643
  .cds--popover--top-right,
5504
5644
  .cds--popover--top-left,
@@ -5512,6 +5652,16 @@ li.cds--accordion__item--disabled:last-of-type {
5512
5652
  inset-block-end: 0.0625rem;
5513
5653
  transform: rotate(-135deg);
5514
5654
  }
5655
+ .cds--ai-label > .cds--toggletip:is(.cds--popover--top,
5656
+ .cds--popover--top-right,
5657
+ .cds--popover--top-left,
5658
+ .cds--popover--top-end,
5659
+ .cds--popover--top-start) > .cds--popover > .cds--popover-caret::after,
5660
+ .cds--ai-label > .cds--toggletip.cds--popover--auto-align:is(.cds--popover--top,
5661
+ .cds--popover--top-right,
5662
+ .cds--popover--top-left,
5663
+ .cds--popover--top-end,
5664
+ .cds--popover--top-start) > .cds--popover > .cds--popover-content > .cds--popover-caret::after,
5515
5665
  .cds--slug > .cds--toggletip:is(.cds--popover--top,
5516
5666
  .cds--popover--top-right,
5517
5667
  .cds--popover--top-left,
@@ -5531,6 +5681,11 @@ li.cds--accordion__item--disabled:last-of-type {
5531
5681
  inset-inline-start: -0.0625rem;
5532
5682
  }
5533
5683
 
5684
+ .cds--ai-label > .cds--toggletip:is(.cds--popover--top,
5685
+ .cds--popover--top-right,
5686
+ .cds--popover--top-left,
5687
+ .cds--popover--top-end,
5688
+ .cds--popover--top-start) > .cds--popover > .cds--ai-label-content--with-actions + .cds--popover-caret::after,
5534
5689
  .cds--slug > .cds--toggletip:is(.cds--popover--top,
5535
5690
  .cds--popover--top-right,
5536
5691
  .cds--popover--top-left,
@@ -5539,6 +5694,16 @@ li.cds--accordion__item--disabled:last-of-type {
5539
5694
  display: none;
5540
5695
  }
5541
5696
 
5697
+ .cds--ai-label > .cds--toggletip:is(.cds--popover--right,
5698
+ .cds--popover--right-bottom,
5699
+ .cds--popover--right-top,
5700
+ .cds--popover--right-start,
5701
+ .cds--popover--right-end) > .cds--popover > .cds--popover-caret::before,
5702
+ .cds--ai-label > .cds--toggletip.cds--popover--auto-align:is(.cds--popover--right,
5703
+ .cds--popover--right-bottom,
5704
+ .cds--popover--right-top,
5705
+ .cds--popover--right-start,
5706
+ .cds--popover--right-end) > .cds--popover > .cds--popover-content > .cds--popover-caret::before,
5542
5707
  .cds--slug > .cds--toggletip:is(.cds--popover--right,
5543
5708
  .cds--popover--right-bottom,
5544
5709
  .cds--popover--right-top,
@@ -5552,6 +5717,16 @@ li.cds--accordion__item--disabled:last-of-type {
5552
5717
  inset-inline-start: 0.0625rem;
5553
5718
  transform: rotate(-45deg);
5554
5719
  }
5720
+ .cds--ai-label > .cds--toggletip:is(.cds--popover--right,
5721
+ .cds--popover--right-bottom,
5722
+ .cds--popover--right-top,
5723
+ .cds--popover--right-start,
5724
+ .cds--popover--right-end) > .cds--popover > .cds--popover-caret::after,
5725
+ .cds--ai-label > .cds--toggletip.cds--popover--auto-align:is(.cds--popover--right,
5726
+ .cds--popover--right-bottom,
5727
+ .cds--popover--right-top,
5728
+ .cds--popover--right-start,
5729
+ .cds--popover--right-end) > .cds--popover > .cds--popover-content > .cds--popover-caret::after,
5555
5730
  .cds--slug > .cds--toggletip:is(.cds--popover--right,
5556
5731
  .cds--popover--right-bottom,
5557
5732
  .cds--popover--right-top,
@@ -5568,6 +5743,16 @@ li.cds--accordion__item--disabled:last-of-type {
5568
5743
  inset-inline-start: 0.375rem;
5569
5744
  }
5570
5745
 
5746
+ .cds--ai-label > .cds--toggletip:is(.cds--popover--bottom,
5747
+ .cds--popover--bottom-left,
5748
+ .cds--popover--bottom-right,
5749
+ .cds--popover--bottom-start,
5750
+ .cds--popover--bottom-end) > .cds--popover > .cds--popover-caret::before,
5751
+ .cds--ai-label > .cds--toggletip.cds--popover--auto-align:is(.cds--popover--bottom,
5752
+ .cds--popover--bottom-left,
5753
+ .cds--popover--bottom-right,
5754
+ .cds--popover--bottom-start,
5755
+ .cds--popover--bottom-end) > .cds--popover > .cds--popover-content > .cds--popover-caret::before,
5571
5756
  .cds--slug > .cds--toggletip:is(.cds--popover--bottom,
5572
5757
  .cds--popover--bottom-left,
5573
5758
  .cds--popover--bottom-right,
@@ -5581,6 +5766,16 @@ li.cds--accordion__item--disabled:last-of-type {
5581
5766
  inset-block-start: 0.0625rem;
5582
5767
  transform: rotate(45deg);
5583
5768
  }
5769
+ .cds--ai-label > .cds--toggletip:is(.cds--popover--bottom,
5770
+ .cds--popover--bottom-left,
5771
+ .cds--popover--bottom-right,
5772
+ .cds--popover--bottom-start,
5773
+ .cds--popover--bottom-end) > .cds--popover > .cds--popover-caret::after,
5774
+ .cds--ai-label > .cds--toggletip.cds--popover--auto-align:is(.cds--popover--bottom,
5775
+ .cds--popover--bottom-left,
5776
+ .cds--popover--bottom-right,
5777
+ .cds--popover--bottom-start,
5778
+ .cds--popover--bottom-end) > .cds--popover > .cds--popover-content > .cds--popover-caret::after,
5584
5779
  .cds--slug > .cds--toggletip:is(.cds--popover--bottom,
5585
5780
  .cds--popover--bottom-left,
5586
5781
  .cds--popover--bottom-right,
@@ -5599,6 +5794,16 @@ li.cds--accordion__item--disabled:last-of-type {
5599
5794
  inset-inline-start: -0.0625rem;
5600
5795
  }
5601
5796
 
5797
+ .cds--ai-label > .cds--toggletip:is(.cds--popover--left,
5798
+ .cds--popover--left-bottom,
5799
+ .cds--popover--left-top,
5800
+ .cds--popover--left-start,
5801
+ .cds--popover--left-end) > .cds--popover > .cds--popover-caret::before,
5802
+ .cds--ai-label > .cds--toggletip.cds--popover--auto-align:is(.cds--popover--left,
5803
+ .cds--popover--left-bottom,
5804
+ .cds--popover--left-top,
5805
+ .cds--popover--left-start,
5806
+ .cds--popover--left-end) > .cds--popover > .cds--popover-content > .cds--popover-caret::before,
5602
5807
  .cds--slug > .cds--toggletip:is(.cds--popover--left,
5603
5808
  .cds--popover--left-bottom,
5604
5809
  .cds--popover--left-top,
@@ -5612,6 +5817,16 @@ li.cds--accordion__item--disabled:last-of-type {
5612
5817
  inset-inline-end: 0.0625rem;
5613
5818
  transform: rotate(135deg);
5614
5819
  }
5820
+ .cds--ai-label > .cds--toggletip:is(.cds--popover--left,
5821
+ .cds--popover--left-bottom,
5822
+ .cds--popover--left-top,
5823
+ .cds--popover--left-start,
5824
+ .cds--popover--left-end) > .cds--popover > .cds--popover-caret::after,
5825
+ .cds--ai-label > .cds--toggletip.cds--popover--auto-align:is(.cds--popover--left,
5826
+ .cds--popover--left-bottom,
5827
+ .cds--popover--left-top,
5828
+ .cds--popover--left-start,
5829
+ .cds--popover--left-end) > .cds--popover > .cds--popover-content > .cds--popover-caret::after,
5615
5830
  .cds--slug > .cds--toggletip:is(.cds--popover--left,
5616
5831
  .cds--popover--left-bottom,
5617
5832
  .cds--popover--left-top,
@@ -5628,6 +5843,14 @@ li.cds--accordion__item--disabled:last-of-type {
5628
5843
  inset-inline-start: -0.125rem;
5629
5844
  }
5630
5845
 
5846
+ .cds--ai-label > .cds--toggletip:is(.cds--popover--left-bottom,
5847
+ .cds--popover--right-bottom,
5848
+ .cds--popover--left-end,
5849
+ .cds--popover--right-end) > .cds--popover > .cds--popover-caret::after,
5850
+ .cds--ai-label > .cds--toggletip.cds--popover--auto-align:is(.cds--popover--left-bottom,
5851
+ .cds--popover--right-bottom,
5852
+ .cds--popover--left-end,
5853
+ .cds--popover--right-end) > .cds--popover > .cds--popover-content > .cds--popover-caret::after,
5631
5854
  .cds--slug > .cds--toggletip:is(.cds--popover--left-bottom,
5632
5855
  .cds--popover--right-bottom,
5633
5856
  .cds--popover--left-end,
@@ -5639,6 +5862,24 @@ li.cds--accordion__item--disabled:last-of-type {
5639
5862
  background: transparent;
5640
5863
  }
5641
5864
 
5865
+ .cds--ai-label > .cds--toggletip:is(.cds--popover--left-bottom,
5866
+ .cds--popover--right-bottom,
5867
+ .cds--popover--left-end,
5868
+ .cds--popover--right-end,
5869
+ .cds--popover--top,
5870
+ .cds--popover--top-right,
5871
+ .cds--popover--top-left,
5872
+ .cds--popover--top-end,
5873
+ .cds--popover--top-start) > .cds--popover > .cds--popover-caret::before,
5874
+ .cds--ai-label > .cds--toggletip.cds--popover--auto-align:is(.cds--popover--left-bottom,
5875
+ .cds--popover--right-bottom,
5876
+ .cds--popover--left-end,
5877
+ .cds--popover--right-end,
5878
+ .cds--popover--top,
5879
+ .cds--popover--top-right,
5880
+ .cds--popover--top-left,
5881
+ .cds--popover--top-end,
5882
+ .cds--popover--top-start) > .cds--popover > .cds--popover-content > .cds--popover-caret::before,
5642
5883
  .cds--slug > .cds--toggletip:is(.cds--popover--left-bottom,
5643
5884
  .cds--popover--right-bottom,
5644
5885
  .cds--popover--left-end,
@@ -5661,6 +5902,24 @@ li.cds--accordion__item--disabled:last-of-type {
5661
5902
  background: var(--cds-ai-popover-caret-bottom-background, #eaf1ff);
5662
5903
  }
5663
5904
 
5905
+ .cds--ai-label > .cds--toggletip:is(.cds--popover--left-bottom,
5906
+ .cds--popover--right-bottom,
5907
+ .cds--popover--left-end,
5908
+ .cds--popover--right-end,
5909
+ .cds--popover--top,
5910
+ .cds--popover--top-right,
5911
+ .cds--popover--top-left,
5912
+ .cds--popover--top-end,
5913
+ .cds--popover--top-start) > .cds--popover:has(.cds--ai-label-content--with-actions) > .cds--popover-caret::before,
5914
+ .cds--ai-label > .cds--toggletip.cds--popover--auto-align:is(.cds--popover--left-bottom,
5915
+ .cds--popover--right-bottom,
5916
+ .cds--popover--left-end,
5917
+ .cds--popover--right-end,
5918
+ .cds--popover--top,
5919
+ .cds--popover--top-right,
5920
+ .cds--popover--top-left,
5921
+ .cds--popover--top-start,
5922
+ .cds--popover--top-end) > .cds--popover:has(.cds--ai-label-content--with-actions) > .cds--popover-content > .cds--popover-caret::before,
5664
5923
  .cds--slug > .cds--toggletip:is(.cds--popover--left-bottom,
5665
5924
  .cds--popover--right-bottom,
5666
5925
  .cds--popover--left-end,
@@ -5682,6 +5941,10 @@ li.cds--accordion__item--disabled:last-of-type {
5682
5941
  background: var(--cds-ai-popover-caret-bottom-background-actions, #e9effa);
5683
5942
  }
5684
5943
 
5944
+ .cds--ai-label > .cds--toggletip:is(.cds--popover--left,
5945
+ .cds--popover--right) > .cds--popover > .cds--popover-caret::before,
5946
+ .cds--ai-label > .cds--toggletip.cds--popover--auto-align:is(.cds--popover--left,
5947
+ .cds--popover--right) > .cds--popover > .cds--popover-content > .cds--popover-caret::before,
5685
5948
  .cds--slug > .cds--toggletip:is(.cds--popover--left,
5686
5949
  .cds--popover--right) > .cds--popover > .cds--popover-caret::before,
5687
5950
  .cds--slug > .cds--toggletip.cds--popover--auto-align:is(.cds--popover--left,
@@ -5689,15 +5952,18 @@ li.cds--accordion__item--disabled:last-of-type {
5689
5952
  border-color: var(--cds-ai-popover-caret-center, #a0c3ff);
5690
5953
  }
5691
5954
 
5955
+ .cds--ai-label .cds--toggletip-content,
5692
5956
  .cds--slug .cds--toggletip-content {
5693
5957
  padding-block: 1.5rem 5rem;
5694
5958
  padding-inline: 1.5rem;
5695
5959
  }
5696
5960
 
5961
+ .cds--ai-label .cds--ai-label-content .cds--toggletip-content,
5697
5962
  .cds--slug .cds--slug-content .cds--toggletip-content {
5698
5963
  max-inline-size: 20rem;
5699
5964
  }
5700
5965
 
5966
+ .cds--ai-label .cds--ai-label-actions,
5701
5967
  .cds--slug .cds--slug-actions {
5702
5968
  position: absolute;
5703
5969
  justify-content: flex-end;
@@ -5713,25 +5979,30 @@ li.cds--accordion__item--disabled:last-of-type {
5713
5979
  inset-inline-end: 0;
5714
5980
  }
5715
5981
 
5982
+ .cds--ai-label .cds--ai-label-actions .cds--btn:focus,
5716
5983
  .cds--slug .cds--slug-actions .cds--btn:focus {
5717
5984
  border-color: var(--cds-focus, #0f62fe);
5718
5985
  box-shadow: inset 0 0 0 1px var(--cds-focus, #0f62fe), inset 0 0 0 2px var(--cds-background, #ffffff);
5719
5986
  }
5720
5987
 
5988
+ .cds--ai-label .cds--ai-label-actions .cds--btn--primary,
5721
5989
  .cds--slug .cds--slug-actions .cds--btn--primary {
5722
5990
  order: 1;
5723
5991
  border-end-end-radius: 0.4375rem;
5724
5992
  }
5725
5993
 
5994
+ .cds--ai-label.cds--ai-label--revert,
5726
5995
  .cds--slug.cds--slug--revert {
5727
5996
  transform: translate(0.5rem, -50%);
5728
5997
  }
5729
5998
 
5999
+ .cds--ai-label--revert .cds--btn--icon-only,
5730
6000
  .cds--slug--revert .cds--btn--icon-only {
5731
6001
  align-items: center;
5732
6002
  padding-block-start: 0;
5733
6003
  }
5734
6004
 
6005
+ .cds--ai-label--revert .cds--btn--icon-only svg,
5735
6006
  .cds--slug--revert .cds--btn--icon-only svg {
5736
6007
  margin: 0;
5737
6008
  }
@@ -7041,6 +7312,7 @@ fieldset[disabled] .cds--form__helper-text {
7041
7312
  .cds--checkbox__validation-msg {
7042
7313
  display: none;
7043
7314
  align-items: flex-start;
7315
+ inline-size: 100%;
7044
7316
  margin-block-start: 0.25rem;
7045
7317
  }
7046
7318
 
@@ -7162,16 +7434,34 @@ fieldset[disabled] .cds--form__helper-text {
7162
7434
  transform: scale(1.2) rotate3d(0.5, 1, 0, 158deg);
7163
7435
  }
7164
7436
 
7437
+ .cds--checkbox-group--decorator legend.cds--label,
7438
+ .cds--checkbox-wrapper--decorator .cds--checkbox-label-text {
7439
+ display: flex;
7440
+ }
7441
+
7165
7442
  .cds--checkbox-group--slug legend.cds--label,
7166
7443
  .cds--checkbox-wrapper--slug .cds--checkbox-label-text {
7167
7444
  display: flex;
7168
7445
  }
7169
7446
 
7447
+ .cds--checkbox-group--decorator legend.cds--label .cds--checkbox-group-inner--decorator > *,
7448
+ .cds--checkbox-wrapper--decorator .cds--checkbox-label-text .cds--checkbox-wrapper-inner--decorator > * {
7449
+ margin-inline-start: 0.5rem;
7450
+ }
7451
+
7452
+ .cds--checkbox-group--slug legend.cds--label .cds--ai-label,
7453
+ .cds--checkbox-wrapper--slug .cds--checkbox-label-text .cds--ai-label,
7170
7454
  .cds--checkbox-group--slug legend.cds--label .cds--slug,
7171
7455
  .cds--checkbox-wrapper--slug .cds--checkbox-label-text .cds--slug {
7172
7456
  margin-inline-start: 0.5rem;
7173
7457
  }
7174
7458
 
7459
+ .cds--checkbox-wrapper--decorator .cds--checkbox-label-text .cds--ai-label__button--inline {
7460
+ line-height: inherit;
7461
+ margin-block-start: -0.0625rem;
7462
+ }
7463
+
7464
+ .cds--checkbox-wrapper--slug .cds--checkbox-label-text .cds--ai-label__button--inline,
7175
7465
  .cds--checkbox-wrapper--slug .cds--checkbox-label-text .cds--slug__button--inline {
7176
7466
  line-height: inherit;
7177
7467
  margin-block-start: -0.0625rem;
@@ -8540,6 +8830,8 @@ fieldset[disabled] .cds--form__helper-text {
8540
8830
  border-block-end-color: var(--cds-border-subtle);
8541
8831
  }
8542
8832
 
8833
+ .cds--text-input__field-wrapper--decorator .cds--text-input__field-inner-wrapper--decorator > *,
8834
+ .cds--text-input__field-wrapper .cds--ai-label,
8543
8835
  .cds--text-input__field-wrapper .cds--slug {
8544
8836
  position: absolute;
8545
8837
  inset-block-start: 50%;
@@ -8547,22 +8839,41 @@ fieldset[disabled] .cds--form__helper-text {
8547
8839
  transform: translateY(-50%);
8548
8840
  }
8549
8841
 
8550
- .cds--text-input__field-wrapper--slug .cds--text-input:not(:has(~ .cds--slug--revert)) {
8842
+ .cds--text-input__field-wrapper--decorator .cds--text-input:has(~ .cds--text-input__field-inner-wrapper--decorator .cds--ai-label):not(:has(~ .cds--text-input__field-inner-wrapper--decorator .cds--ai-label--revert)),
8843
+ .cds--text-input__field-wrapper--slug .cds--text-input:has(~ .cds--ai-label):not(:has(~ .cds--ai-label--revert)),
8844
+ .cds--text-input__field-wrapper--slug .cds--text-input:has(~ .cds--slug):not(:has(~ .cds--slug--revert)) {
8551
8845
  background-image: linear-gradient(0deg, var(--cds-ai-aura-start-sm, rgba(69, 137, 255, 0.16)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%, transparent 100%);
8552
8846
  border-block-end-color: var(--cds-ai-border-strong, #4589ff);
8847
+ }
8848
+
8849
+ .cds--text-input__field-wrapper--decorator .cds--text-input:has(~ .cds--text-input__field-inner-wrapper--decorator > *),
8850
+ .cds--text-input__field-wrapper--slug .cds--text-input:has(~ .cds--ai-label),
8851
+ .cds--text-input__field-wrapper--slug .cds--text-input:has(~ .cds--slug) {
8553
8852
  padding-inline-end: 2.5rem;
8554
8853
  }
8555
8854
 
8855
+ .cds--text-input--invalid:has(~ .cds--text-input__field-inner-wrapper--decorator > *),
8856
+ .cds--text-input--warning:has(~ .cds--text-input__field-inner-wrapper--decorator > *),
8857
+ .cds--text-input--invalid:has(~ .cds--ai-label),
8858
+ .cds--text-input--warning:has(~ .cds--ai-label),
8556
8859
  .cds--text-input--invalid:has(~ .cds--slug),
8557
8860
  .cds--text-input--warning:has(~ .cds--slug) {
8558
8861
  padding-inline-end: 4rem;
8559
8862
  }
8560
8863
 
8864
+ .cds--text-input--invalid ~ .cds--text-input__field-inner-wrapper--decorator > *,
8865
+ .cds--text-input--warning ~ .cds--text-input__field-inner-wrapper--decorator > *,
8866
+ .cds--text-input--invalid ~ .cds--ai-label,
8867
+ .cds--text-input--warning ~ .cds--ai-label,
8561
8868
  .cds--text-input--invalid ~ .cds--slug,
8562
8869
  .cds--text-input--warning ~ .cds--slug {
8563
8870
  inset-inline-end: 2.5rem;
8564
8871
  }
8565
8872
 
8873
+ .cds--text-input__field-wrapper--decorator .cds--text-input__field-inner-wrapper--decorator:not(:has(.cds--ai-label)) > * {
8874
+ block-size: 1rem;
8875
+ }
8876
+
8566
8877
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
8567
8878
  .cds--btn.cds--btn--icon-only.cds--text-input--password__visibility__toggle.cds--tooltip__trigger svg,
8568
8879
  .cds--btn.cds--btn--icon-only.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:hover svg {
@@ -8858,6 +9169,10 @@ fieldset[disabled] .cds--form__helper-text {
8858
9169
  background-color: var(--cds-background-inverse-hover, #474747);
8859
9170
  }
8860
9171
 
9172
+ .cds--multi-select--readonly .cds--tag--high-contrast:not(.cds--tag--operational) .cds--tag__close-icon:hover {
9173
+ background-color: transparent;
9174
+ }
9175
+
8861
9176
  .cds--tag--outline:not(.cds--tag--operational):not(span):not([disabled]) {
8862
9177
  background-color: var(--cds-background, #ffffff);
8863
9178
  color: var(--cds-text-primary, #161616);
@@ -9040,23 +9355,33 @@ fieldset[disabled] .cds--form__helper-text {
9040
9355
  }
9041
9356
  }
9042
9357
 
9358
+ .cds--tag .cds--ai-label .cds--ai-label__button--inline,
9043
9359
  .cds--tag .cds--slug .cds--slug__button--inline {
9044
9360
  color: currentColor;
9045
9361
  margin-inline-start: 0.0625rem;
9046
9362
  }
9047
9363
 
9364
+ .cds--tag .cds--ai-label .cds--ai-label__button--inline .cds--ai-label__text::before,
9048
9365
  .cds--tag .cds--slug .cds--slug__button--inline .cds--slug__text::before {
9049
9366
  background-color: currentColor;
9050
9367
  }
9051
9368
 
9369
+ .cds--tag .cds--ai-label .cds--ai-label__button--inline:hover,
9052
9370
  .cds--tag .cds--slug .cds--slug__button--inline:hover {
9053
9371
  border-color: currentColor;
9054
9372
  }
9055
9373
 
9374
+ .cds--tag--filter .cds--tag__decorator > *,
9375
+ .cds--tag--filter .cds--ai-label,
9056
9376
  .cds--tag--filter .cds--slug {
9057
9377
  min-inline-size: 2.00875rem;
9058
9378
  }
9059
9379
 
9380
+ .cds--tag .cds--tag__decorator:not(:has(.cds--ai-label)) {
9381
+ block-size: 1rem;
9382
+ text-align: center;
9383
+ }
9384
+
9060
9385
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
9061
9386
  .cds--tag {
9062
9387
  outline: 1px solid transparent;
@@ -9117,6 +9442,10 @@ fieldset[disabled] .cds--form__helper-text {
9117
9442
  pointer-events: none;
9118
9443
  }
9119
9444
 
9445
+ .cds--list-box__wrapper {
9446
+ display: block;
9447
+ }
9448
+
9120
9449
  .cds--list-box__wrapper--inline {
9121
9450
  display: inline-grid;
9122
9451
  align-items: center;
@@ -9173,6 +9502,10 @@ fieldset[disabled] .cds--form__helper-text {
9173
9502
  background-color: var(--cds-field-hover);
9174
9503
  }
9175
9504
 
9505
+ .cds--multi-select.cds--multi-select--readonly.cds--list-box {
9506
+ cursor: default;
9507
+ }
9508
+
9176
9509
  .cds--list-box--lg {
9177
9510
  block-size: 3rem;
9178
9511
  max-block-size: 3rem;
@@ -9948,6 +10281,8 @@ fieldset[disabled] .cds--form__helper-text {
9948
10281
  text-overflow: ellipsis;
9949
10282
  }
9950
10283
 
10284
+ .cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator > *,
10285
+ .cds--list-box__wrapper--slug .cds--ai-label,
9951
10286
  .cds--list-box__wrapper--slug .cds--slug {
9952
10287
  position: absolute;
9953
10288
  inset-block-start: 50%;
@@ -9956,6 +10291,10 @@ fieldset[disabled] .cds--form__helper-text {
9956
10291
  transform: translateY(-50%);
9957
10292
  }
9958
10293
 
10294
+ .cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator > *::after,
10295
+ .cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator > *::before,
10296
+ .cds--list-box__wrapper--slug .cds--ai-label::after,
10297
+ .cds--list-box__wrapper--slug .cds--ai-label::before,
9959
10298
  .cds--list-box__wrapper--slug .cds--slug::after,
9960
10299
  .cds--list-box__wrapper--slug .cds--slug::before {
9961
10300
  position: absolute;
@@ -9965,39 +10304,56 @@ fieldset[disabled] .cds--form__helper-text {
9965
10304
  inline-size: 0.0625rem;
9966
10305
  }
9967
10306
 
10307
+ .cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator > *::before,
10308
+ .cds--list-box__wrapper--slug .cds--ai-label::before,
9968
10309
  .cds--list-box__wrapper--slug .cds--slug::before {
9969
10310
  display: none;
9970
10311
  inset-inline-start: -0.5625rem;
9971
10312
  }
9972
10313
 
10314
+ .cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator > *::after,
10315
+ .cds--list-box__wrapper--slug .cds--ai-label::after,
9973
10316
  .cds--list-box__wrapper--slug .cds--slug::after {
9974
10317
  display: block;
10318
+ inset-block-start: 0;
9975
10319
  inset-inline-end: -0.5625rem;
9976
10320
  }
9977
10321
 
10322
+ .cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator .cds--ai-label--revert::after,
10323
+ .cds--list-box__wrapper--slug .cds--ai-label--revert::after,
9978
10324
  .cds--list-box__wrapper--slug .cds--slug--revert::after {
9979
10325
  inset-block-start: 0.5rem;
9980
10326
  inset-inline-end: -0.0625rem;
9981
10327
  }
9982
10328
 
9983
- .cds--list-box__wrapper--slug .cds--list-box:not(:has(.cds--slug--revert)) {
10329
+ .cds--list-box__wrapper--decorator .cds--list-box:has(.cds--list-box__inner-wrapper--decorator .cds--ai-label):not(:has(.cds--list-box__inner-wrapper--decorator .cds--ai-label--revert)),
10330
+ .cds--list-box__wrapper--slug .cds--list-box:has(.cds--ai-label):not(:has(.cds--ai-label--revert)),
10331
+ .cds--list-box__wrapper--slug .cds--list-box:has(.cds--slug):not(:has(.cds--slug--revert)) {
9984
10332
  background-image: linear-gradient(0deg, var(--cds-ai-aura-start-sm, rgba(69, 137, 255, 0.16)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%, transparent 100%);
9985
10333
  border-block-end-color: var(--cds-ai-border-strong, #4589ff);
9986
10334
  }
9987
10335
 
10336
+ .cds--list-box__wrapper--decorator .cds--list-box input[role=combobox],
9988
10337
  .cds--list-box__wrapper--slug .cds--list-box input[role=combobox] {
9989
10338
  border-block-end-color: transparent;
9990
10339
  }
9991
10340
 
10341
+ .cds--list-box__wrapper--decorator .cds--list-box__field,
10342
+ .cds--list-box__wrapper--decorator .cds--text-input--empty,
9992
10343
  .cds--list-box__wrapper--slug .cds--list-box__field,
9993
10344
  .cds--list-box__wrapper--slug .cds--text-input--empty {
9994
10345
  padding-inline-end: 4rem;
9995
10346
  }
9996
10347
 
10348
+ .cds--list-box__wrapper--decorator .cds--text-input:not(.cds--text-input--empty),
9997
10349
  .cds--list-box__wrapper--slug .cds--text-input:not(.cds--text-input--empty) {
9998
10350
  padding-inline-end: 6rem;
9999
10351
  }
10000
10352
 
10353
+ .cds--list-box__wrapper--decorator .cds--list-box--invalid[data-invalid] .cds--text-input--empty,
10354
+ .cds--list-box__wrapper--decorator .cds--list-box--invalid[data-invalid] .cds--list-box__field,
10355
+ .cds--list-box__wrapper--decorator .cds--list-box--warning .cds--text-input--empty,
10356
+ .cds--list-box__wrapper--decorator .cds--list-box--warning .cds--list-box__field,
10001
10357
  .cds--list-box__wrapper--slug .cds--list-box--invalid[data-invalid] .cds--text-input--empty,
10002
10358
  .cds--list-box__wrapper--slug .cds--list-box--invalid[data-invalid] .cds--list-box__field,
10003
10359
  .cds--list-box__wrapper--slug .cds--list-box--warning .cds--text-input--empty,
@@ -10005,27 +10361,46 @@ fieldset[disabled] .cds--form__helper-text {
10005
10361
  padding-inline-end: 6rem;
10006
10362
  }
10007
10363
 
10364
+ .cds--list-box__wrapper--decorator .cds--list-box--invalid[data-invalid] .cds--text-input:not(.cds--text-input--empty),
10365
+ .cds--list-box__wrapper--decorator .cds--list-box--warning .cds--text-input:not(.cds--text-input--empty),
10008
10366
  .cds--list-box__wrapper--slug .cds--list-box--invalid[data-invalid] .cds--text-input:not(.cds--text-input--empty),
10009
10367
  .cds--list-box__wrapper--slug .cds--list-box--warning .cds--text-input:not(.cds--text-input--empty) {
10010
10368
  padding-inline-end: 8.8125rem;
10011
10369
  }
10012
10370
 
10371
+ .cds--list-box__wrapper--decorator .cds--list-box--invalid[data-invalid] .cds--text-input--empty + .cds--list-box__invalid-icon,
10372
+ .cds--list-box__wrapper--decorator .cds--list-box--invalid[data-invalid] .cds--list-box__invalid-icon,
10373
+ .cds--list-box__wrapper--decorator .cds--list-box--warning .cds--list-box__invalid-icon.cds--list-box__invalid-icon--warning,
10013
10374
  .cds--list-box__wrapper--slug .cds--list-box--invalid[data-invalid] .cds--text-input--empty + .cds--list-box__invalid-icon,
10014
10375
  .cds--list-box__wrapper--slug .cds--list-box--invalid[data-invalid] .cds--list-box__invalid-icon,
10015
10376
  .cds--list-box__wrapper--slug .cds--list-box--warning .cds--list-box__invalid-icon.cds--list-box__invalid-icon--warning {
10016
10377
  inset-inline-end: 5.1875rem;
10017
10378
  }
10018
10379
 
10380
+ .cds--list-box__wrapper--decorator .cds--list-box--invalid[data-invalid] > *::before,
10381
+ .cds--list-box__wrapper--decorator .cds--list-box--warning > *::before,
10382
+ .cds--list-box__wrapper--slug .cds--list-box--invalid[data-invalid] .cds--ai-label::before,
10383
+ .cds--list-box__wrapper--slug .cds--list-box--warning .cds--ai-label::before,
10384
+ .cds--list-box__wrapper--slug .cds--list-box--invalid[data-invalid] .cds--ai-label::before,
10385
+ .cds--list-box__wrapper--slug .cds--list-box--warning .cds--ai-label::before,
10019
10386
  .cds--list-box__wrapper--slug .cds--list-box--invalid[data-invalid] .cds--slug::before,
10020
10387
  .cds--list-box__wrapper--slug .cds--list-box--warning .cds--slug::before {
10021
10388
  display: block;
10022
10389
  }
10023
10390
 
10391
+ .cds--list-box__wrapper--decorator .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--ai-label,
10392
+ .cds--list-box__wrapper--decorator .cds--list-box--warning .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--ai-label,
10393
+ .cds--list-box__wrapper--slug .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--ai-label,
10394
+ .cds--list-box__wrapper--slug .cds--list-box--warning .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--ai-label,
10395
+ .cds--list-box__wrapper--slug .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--ai-label,
10396
+ .cds--list-box__wrapper--slug .cds--list-box--warning .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--ai-label,
10024
10397
  .cds--list-box__wrapper--slug .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--slug,
10025
10398
  .cds--list-box__wrapper--slug .cds--list-box--warning .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--slug {
10026
10399
  inset-inline-end: calc(4rem + 18px);
10027
10400
  }
10028
10401
 
10402
+ .cds--list-box__wrapper--decorator .cds--list-box--invalid .cds--list-box__field:has(.cds--list-box__selection) .cds--list-box__invalid-icon,
10403
+ .cds--list-box__wrapper--decorator .cds--list-box--warning .cds--list-box__field:has(.cds--list-box__selection) .cds--list-box__invalid-icon,
10029
10404
  .cds--list-box__wrapper--slug .cds--list-box--invalid .cds--list-box__field:has(.cds--list-box__selection) .cds--list-box__invalid-icon,
10030
10405
  .cds--list-box__wrapper--slug .cds--list-box--warning .cds--list-box__field:has(.cds--list-box__selection) .cds--list-box__invalid-icon {
10031
10406
  inset-inline-end: 7.25rem;
@@ -10075,10 +10450,12 @@ fieldset[disabled] .cds--form__helper-text {
10075
10450
  margin-inline-end: 2.0625rem;
10076
10451
  }
10077
10452
 
10453
+ .cds--list-box__wrapper--decorator:has(.cds--multi-select) .cds--list-box__menu-icon,
10078
10454
  .cds--list-box__wrapper--slug:has(.cds--multi-select) .cds--list-box__menu-icon {
10079
10455
  inset-inline-end: 0.75rem;
10080
10456
  }
10081
10457
 
10458
+ .cds--list-box__wrapper--decorator:has(.cds--dropdown) .cds--list-box__menu-icon,
10082
10459
  .cds--list-box__wrapper--slug:has(.cds--dropdown) .cds--list-box__menu-icon {
10083
10460
  inset-inline-end: 0.75rem;
10084
10461
  }
@@ -11169,16 +11546,24 @@ fieldset[disabled] .cds--form__helper-text {
11169
11546
  margin-inline: 0.5rem 0;
11170
11547
  }
11171
11548
 
11549
+ .cds--radio-button-group--decorator legend.cds--label,
11550
+ .cds--radio-button-wrapper--decorator .cds--radio-button__label-text,
11172
11551
  .cds--radio-button-group--slug legend.cds--label,
11173
11552
  .cds--radio-button-wrapper--slug .cds--radio-button__label-text {
11174
11553
  display: flex;
11175
11554
  }
11176
11555
 
11556
+ .cds--radio-button-group--decorator legend.cds--label .cds--radio-button-group-inner--decorator > *,
11557
+ .cds--radio-button-wrapper--decorator .cds--radio-button__label-text .cds--radio-button-wrapper-inner--decorator > *,
11558
+ .cds--radio-button-group--slug legend.cds--label .cds--ai-label,
11559
+ .cds--radio-button-wrapper--slug .cds--radio-button__label-text .cds--ai-label,
11177
11560
  .cds--radio-button-group--slug legend.cds--label .cds--slug,
11178
11561
  .cds--radio-button-wrapper--slug .cds--radio-button__label-text .cds--slug {
11179
11562
  margin-inline-start: 0.5rem;
11180
11563
  }
11181
11564
 
11565
+ .cds--radio-button-wrapper--decorator .cds--radio-button__label-text .cds--ai-label__button--inline,
11566
+ .cds--radio-button-wrapper--slug .cds--radio-button__label-text .cds--ai-label__button--inline,
11182
11567
  .cds--radio-button-wrapper--slug .cds--radio-button__label-text .cds--slug__button--inline {
11183
11568
  line-height: inherit;
11184
11569
  margin-block-start: -0.0625rem;
@@ -11951,12 +12336,14 @@ tr.cds--parent-row.cds--data-table--slug-row.cds--expandable-row:hover td:first-
11951
12336
  background: linear-gradient(to right, var(--cds-ai-aura-start-sm, rgba(69, 137, 255, 0.16)) 0%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%, transparent 50%);
11952
12337
  }
11953
12338
 
12339
+ .cds--table-column-slug .cds--ai-label,
11954
12340
  .cds--table-column-slug .cds--slug {
11955
12341
  position: absolute;
11956
12342
  z-index: 2;
11957
12343
  transform: translateY(-50%);
11958
12344
  }
11959
12345
 
12346
+ .cds--data-table--xl .cds--table-column-slug .cds--ai-label,
11960
12347
  .cds--data-table--xl .cds--table-column-slug .cds--slug {
11961
12348
  transform: translateY(1px);
11962
12349
  }
@@ -11966,6 +12353,7 @@ th .cds--table-header-label.cds--table-header-label--slug {
11966
12353
  align-items: center;
11967
12354
  }
11968
12355
 
12356
+ th .cds--table-header-label.cds--table-header-label--slug .cds--ai-label,
11969
12357
  th .cds--table-header-label.cds--table-header-label--slug .cds--slug {
11970
12358
  margin-inline-start: auto;
11971
12359
  }
@@ -13735,6 +14123,7 @@ th .cds--table-sort__flex {
13735
14123
  margin-inline: auto 0.5rem;
13736
14124
  }
13737
14125
 
14126
+ .cds--table-sort__header--slug .cds--ai-label,
13738
14127
  .cds--table-sort__header--slug .cds--slug {
13739
14128
  margin-inline-end: 0.5rem;
13740
14129
  }
@@ -14474,6 +14863,8 @@ th .cds--table-sort__flex {
14474
14863
  inline-size: 8.96875rem;
14475
14864
  }
14476
14865
 
14866
+ .cds--date-picker-input__wrapper--decorator .cds--date-picker-input-inner-wrapper--decorator > *,
14867
+ .cds--date-picker-input__wrapper--slug .cds--ai-label,
14477
14868
  .cds--date-picker-input__wrapper--slug .cds--slug {
14478
14869
  position: absolute;
14479
14870
  inset-block-start: 50%;
@@ -14481,7 +14872,13 @@ th .cds--table-sort__flex {
14481
14872
  transform: translateY(-50%);
14482
14873
  }
14483
14874
 
14484
- .cds--date-picker-input__wrapper--slug .cds--date-picker__input:not(:has(~ .cds--slug--revert)) {
14875
+ .cds--date-picker-input__wrapper--decorator .cds--date-picker-input-inner-wrapper--decorator:not(:has(.cds--ai-label)) > * {
14876
+ block-size: 1rem;
14877
+ }
14878
+
14879
+ .cds--date-picker-input__wrapper--decorator .cds--date-picker__input:has(~ .cds--date-picker-input-inner-wrapper--decorator .cds--ai-label):not(:has(~ .cds--date-picker-input-inner-wrapper--decorator .cds--ai-label--revert)),
14880
+ .cds--date-picker-input__wrapper--slug .cds--date-picker__input:has(~ .cds--ai-label):not(:has(~ .cds--ai-label--revert)),
14881
+ .cds--date-picker-input__wrapper--slug .cds--date-picker__input:has(~ .cds--slug):not(:has(~ .cds--slug--revert)) {
14485
14882
  background-image: linear-gradient(0deg, var(--cds-ai-aura-start-sm, rgba(69, 137, 255, 0.16)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%, transparent 100%);
14486
14883
  border-block-end-color: var(--cds-ai-border-strong, #4589ff);
14487
14884
  padding-inline-end: 4rem;
@@ -14583,6 +14980,9 @@ th .cds--table-sort__flex {
14583
14980
  grid-gap: 0 1.5rem;
14584
14981
  grid-template: auto/auto min-content;
14585
14982
  }
14983
+ .cds--dropdown__wrapper--inline:has(.cds--label.cds--visually-hidden) {
14984
+ grid-template: auto/auto;
14985
+ }
14586
14986
  .cds--dropdown__wrapper--inline .cds--label {
14587
14987
  font-size: var(--cds-body-compact-01-font-size, 0.875rem);
14588
14988
  font-weight: var(--cds-body-compact-01-font-weight, 400);
@@ -15932,30 +16332,49 @@ button.cds--dropdown-text:focus {
15932
16332
  }
15933
16333
  }
15934
16334
 
16335
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator > *,
16336
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--ai-label,
15935
16337
  .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--slug {
15936
16338
  inset-block-start: 2.625rem;
15937
16339
  }
15938
16340
 
16341
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--decorator .cds--list-box--warning .cds--list-box__wrapper--decorator-inner > *,
16342
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--decorator .cds--list-box--invalid .cds--list-box__wrapper--decorator-inner > *,
16343
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--list-box--warning .cds--ai-label,
16344
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--list-box--invalid .cds--ai-label,
16345
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--list-box--warning .cds--ai-label,
16346
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--list-box--invalid .cds--ai-label,
15939
16347
  .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--list-box--warning .cds--slug,
15940
16348
  .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--list-box--invalid .cds--slug {
15941
16349
  inset-inline-end: 2.5rem;
15942
16350
  }
15943
16351
 
16352
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--decorator .cds--list-box--warning button.cds--list-box__field,
16353
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--fluid--invalid.cds--list-box__wrapper--decorator .cds--list-box--invalid[data-invalid] button.cds--list-box__field,
15944
16354
  .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--list-box--warning button.cds--list-box__field,
15945
16355
  .cds--list-box__wrapper--fluid.cds--list-box__wrapper--fluid--invalid.cds--list-box__wrapper--slug .cds--list-box--invalid[data-invalid] button.cds--list-box__field {
15946
16356
  padding-inline-end: 4rem;
15947
16357
  }
15948
16358
 
16359
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--decorator .cds--list-box--warning .cds--text-input:not(.cds--text-input--empty),
16360
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--decorator.cds--list-box__wrapper--fluid--invalid .cds--list-box--invalid .cds--text-input:not(.cds--text-input--empty),
15949
16361
  .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--list-box--warning .cds--text-input:not(.cds--text-input--empty),
15950
16362
  .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug.cds--list-box__wrapper--fluid--invalid .cds--list-box--invalid .cds--text-input:not(.cds--text-input--empty) {
15951
16363
  padding-inline-end: 5.5rem;
15952
16364
  }
15953
16365
 
16366
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--decorator .cds--list-box--warning .cds--list-box__field:has(.cds--text-input:not(.cds--text-input--empty)) ~ .cds--list-box__wrapper--decorator-inner > *,
16367
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--decorator .cds--list-box--invalid .cds--list-box__field:has(.cds--text-input:not(.cds--text-input--empty)) ~ .cds--list-box__wrapper--decorator-inner > *,
16368
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--list-box--warning .cds--list-box__field:has(.cds--text-input:not(.cds--text-input--empty)) ~ .cds--ai-label,
16369
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--list-box--invalid .cds--list-box__field:has(.cds--text-input:not(.cds--text-input--empty)) ~ .cds--ai-label,
16370
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--list-box--warning .cds--list-box__field:has(.cds--text-input:not(.cds--text-input--empty)) ~ .cds--ai-label,
16371
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--list-box--invalid .cds--list-box__field:has(.cds--text-input:not(.cds--text-input--empty)) ~ .cds--ai-label,
15954
16372
  .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--list-box--warning .cds--list-box__field:has(.cds--text-input:not(.cds--text-input--empty)) ~ .cds--slug,
15955
16373
  .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--list-box--invalid .cds--list-box__field:has(.cds--text-input:not(.cds--text-input--empty)) ~ .cds--slug {
15956
16374
  inset-inline-end: 4rem;
15957
16375
  }
15958
16376
 
16377
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--decorator .cds--text-input:not(.cds--text-input--empty),
15959
16378
  .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--text-input:not(.cds--text-input--empty) {
15960
16379
  padding-inline-end: 6rem;
15961
16380
  }
@@ -15982,6 +16401,10 @@ button.cds--dropdown-text:focus {
15982
16401
  inset-inline-end: 0.75rem;
15983
16402
  }
15984
16403
 
16404
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--decorator .cds--list-box--invalid[data-invalid] .cds--list-box__wrapper--decorator-inner > *::before,
16405
+ .cds--list-box__wrapper--decorator .cds--list-box--warning .cds--list-box__wrapper--decorator-inner > *::before,
16406
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--list-box--invalid[data-invalid] .cds--ai-label::before,
16407
+ .cds--list-box__wrapper--slug .cds--list-box--warning .cds--ai-label::before,
15985
16408
  .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--list-box--invalid[data-invalid] .cds--slug::before,
15986
16409
  .cds--list-box__wrapper--slug .cds--list-box--warning .cds--slug::before {
15987
16410
  display: none;
@@ -16293,16 +16716,19 @@ button.cds--dropdown-text:focus {
16293
16716
  border-inline-start-color: var(--cds-border-subtle);
16294
16717
  }
16295
16718
 
16719
+ .cds--date-picker--fluid .cds--date-picker-input__wrapper--slug .cds--ai-label,
16296
16720
  .cds--date-picker--fluid .cds--date-picker-input__wrapper--slug .cds--slug {
16297
16721
  inset-block-start: 2.6875rem;
16298
16722
  }
16299
16723
 
16300
- .cds--date-picker--fluid .cds--date-picker-input__wrapper--slug:not(:has(.cds--slug--revert)) {
16724
+ .cds--date-picker--fluid .cds--date-picker-input__wrapper--slug .cds--date-picker__input:has(~ .cds--ai-label):not(:has(~ .cds--ai-label--revert)),
16725
+ .cds--date-picker--fluid .cds--date-picker-input__wrapper--slug .cds--date-picker__input:has(~ .cds--slug):not(:has(~ .cds--slug--revert)) {
16301
16726
  background-image: linear-gradient(0deg, var(--cds-ai-aura-start-sm, rgba(69, 137, 255, 0.16)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%, transparent 100%);
16302
16727
  border-block-end-color: var(--cds-ai-border-strong, #4589ff);
16303
16728
  }
16304
16729
 
16305
- .cds--date-picker--fluid .cds--date-picker-input__wrapper--slug:not(:has(.cds--slug--revert)) .cds--date-picker__input:not(.cds--date-picker__input--invalid) {
16730
+ .cds--date-picker--fluid .cds--date-picker-input__wrapper--slug:has(.cds--ai-label):not(:has(.cds--ai-label--revert)) .cds--date-picker__input:not(.cds--date-picker__input--invalid),
16731
+ .cds--date-picker--fluid .cds--date-picker-input__wrapper--slug:has(.cds--slug):not(:has(.cds--slug--revert)) .cds--date-picker__input:not(.cds--date-picker__input--invalid) {
16306
16732
  border-block-end-color: var(--cds-ai-border-strong, #4589ff);
16307
16733
  }
16308
16734
 
@@ -16455,7 +16881,7 @@ button.cds--dropdown-text:focus {
16455
16881
  }
16456
16882
 
16457
16883
  .cds--multi-select.cds--multi-select--readonly .cds--tag--filter {
16458
- box-shadow: 0 0 0 1px var(--cds-background-inverse, #393939);
16884
+ box-shadow: 0 0 0 1px var(--cds-border-subtle);
16459
16885
  }
16460
16886
 
16461
16887
  .cds--multi-select.cds--multi-select--readonly .cds--tag--filter svg {
@@ -16496,10 +16922,12 @@ button.cds--dropdown-text:focus {
16496
16922
  display: none;
16497
16923
  }
16498
16924
 
16925
+ .cds--number__input-wrapper--decorator .cds--number__rule-divider,
16499
16926
  .cds--number__input-wrapper--slug .cds--number__rule-divider {
16500
16927
  display: none;
16501
16928
  }
16502
16929
 
16930
+ .cds--number__input-wrapper--decorator .cds--number__control-btn:hover,
16503
16931
  .cds--number__input-wrapper--slug .cds--number__control-btn:hover {
16504
16932
  box-shadow: 0 -1px 0 var(--cds-ai-border-strong, #4589ff) inset;
16505
16933
  }
@@ -16897,6 +17325,8 @@ button.cds--dropdown-text:focus {
16897
17325
  background-color: var(--cds-border-subtle);
16898
17326
  }
16899
17327
 
17328
+ .cds--number__input-wrapper--decorator .cds--number__input-inner-wrapper--decorator > *,
17329
+ .cds--number__input-wrapper--slug .cds--ai-label,
16900
17330
  .cds--number__input-wrapper--slug .cds--slug {
16901
17331
  position: absolute;
16902
17332
  inset-block-start: 50%;
@@ -16904,6 +17334,14 @@ button.cds--dropdown-text:focus {
16904
17334
  transform: translateY(-50%);
16905
17335
  }
16906
17336
 
17337
+ .cds--number__input-wrapper--decorator .cds--number__input-inner-wrapper--decorator:not(:has(.cds--ai-label)) > * {
17338
+ block-size: 1rem;
17339
+ }
17340
+
17341
+ .cds--number__input-wrapper--decorator .cds--number__input-inner-wrapper--decorator > *::before,
17342
+ .cds--number__input-wrapper--decorator .cds--number__control-btn::before,
17343
+ .cds--number__input-wrapper--decorator .cds--number__control-btn::after,
17344
+ .cds--number__input-wrapper--slug .cds--ai-label::before,
16907
17345
  .cds--number__input-wrapper--slug .cds--slug::before,
16908
17346
  .cds--number__input-wrapper--slug .cds--number__control-btn::before,
16909
17347
  .cds--number__input-wrapper--slug .cds--number__control-btn::after {
@@ -16914,6 +17352,8 @@ button.cds--dropdown-text:focus {
16914
17352
  inline-size: 0.0625rem;
16915
17353
  }
16916
17354
 
17355
+ .cds--number__input-wrapper--decorator .cds--number__input-inner-wrapper--decorator > *::before,
17356
+ .cds--number__input-wrapper--slug .cds--ai-label::before,
16917
17357
  .cds--number__input-wrapper--slug .cds--slug::before {
16918
17358
  display: none;
16919
17359
  inset-inline-start: -1rem;
@@ -16924,11 +17364,13 @@ button.cds--dropdown-text:focus {
16924
17364
  inset-inline-end: 0;
16925
17365
  }
16926
17366
 
17367
+ .cds--number__input-wrapper--decorator .cds--number__control-btn::before,
16927
17368
  .cds--number__input-wrapper--slug .cds--number__control-btn::before {
16928
17369
  display: block;
16929
17370
  inset-inline-end: 2.5rem;
16930
17371
  }
16931
17372
 
17373
+ .cds--number__input-wrapper--decorator .cds--number__control-btn:focus::before,
16932
17374
  .cds--number__input-wrapper--slug .cds--number__control-btn:focus::before {
16933
17375
  display: none;
16934
17376
  }
@@ -16939,6 +17381,7 @@ button.cds--dropdown-text:focus {
16939
17381
  inset-inline-end: 0;
16940
17382
  }
16941
17383
 
17384
+ .cds--number__input-wrapper:has(.cds--number__control-btn:hover) ~ .cds--number__input-wrapper--decorator::after,
16942
17385
  .cds--number__input-wrapper:has(.cds--number__control-btn:hover) ~ .cds--number__input-wrapper--slug::after {
16943
17386
  display: none;
16944
17387
  }
@@ -16948,20 +17391,28 @@ button.cds--dropdown-text:focus {
16948
17391
  display: none;
16949
17392
  }
16950
17393
 
17394
+ .cds--number__input-wrapper--decorator .cds--number__invalid,
16951
17395
  .cds--number__input-wrapper--slug .cds--number__invalid {
16952
17396
  inset-inline-end: 9rem;
16953
17397
  }
16954
17398
 
17399
+ .cds--number__input-wrapper--decorator:has(.cds--number__invalid) .cds--number__input-inner-wrapper--decorator > *::before,
17400
+ .cds--number__input-wrapper--slug:has(.cds--number__invalid) .cds--ai-label::before,
17401
+ .cds--number__input-wrapper--slug:has(.cds--number__invalid) .cds--ai-label::before,
16955
17402
  .cds--number__input-wrapper--slug:has(.cds--number__invalid) .cds--slug::before {
16956
17403
  display: block;
16957
17404
  }
16958
17405
 
17406
+ .cds--number .cds--number__input-wrapper--decorator input[data-invalid],
17407
+ .cds--number .cds--number__input-wrapper--decorator.cds--number__input-wrapper--warning input,
16959
17408
  .cds--number .cds--number__input-wrapper--slug input[data-invalid],
16960
17409
  .cds--number .cds--number__input-wrapper--slug.cds--number__input-wrapper--warning input {
16961
17410
  padding-inline-end: 9rem;
16962
17411
  }
16963
17412
 
16964
- .cds--number__input-wrapper--slug input[type=number]:not(:has(~ .cds--slug--revert)),
17413
+ .cds--number__input-wrapper--decorator input[type=number]:has(~ .cds--number__input-inner-wrapper--decorator .cds--ai-label):not(:has(~ .cds--number__input-inner-wrapper--decorator .cds--ai-label--revert)),
17414
+ .cds--number__input-wrapper--slug input[type=number]:has(~ .cds--ai-label):not(:has(~ .cds--ai-label--revert)),
17415
+ .cds--number__input-wrapper--slug input[type=number]:has(~ .cds--slug):not(:has(~ .cds--slug--revert)),
16965
17416
  .cds--number__input-wrapper--slug input[type=number]:disabled {
16966
17417
  background-image: linear-gradient(0deg, var(--cds-ai-aura-start-sm, rgba(69, 137, 255, 0.16)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%, transparent 100%);
16967
17418
  border-block-end-color: var(--cds-ai-border-strong, #4589ff);
@@ -17214,22 +17665,33 @@ button.cds--dropdown-text:focus {
17214
17665
  background-color: transparent;
17215
17666
  }
17216
17667
 
17668
+ .cds--number-input--fluid .cds--number__input-wrapper--decorator .cds--number__input-inner-wrapper--decorator > *,
17669
+ .cds--number-input--fluid .cds--number__input-wrapper--slug .cds--ai-label,
17217
17670
  .cds--number-input--fluid .cds--number__input-wrapper--slug .cds--slug {
17218
17671
  inset-block-start: 2.6875rem;
17219
17672
  }
17220
17673
 
17674
+ .cds--number-input--fluid.cds--number-input--fluid--invalid .cds--number__input-wrapper--decorator .cds--number__input-inner-wrapper--decorator > *,
17675
+ .cds--number-input--fluid .cds--number__input-wrapper--decorator.cds--number__input-wrapper--warning .cds--number__input-inner-wrapper--decorator > *,
17676
+ .cds--number-input--fluid.cds--number-input--fluid--invalid .cds--number__input-wrapper--slug .cds--ai-label,
17677
+ .cds--number-input--fluid .cds--number__input-wrapper--slug.cds--number__input-wrapper--warning .cds--ai-label,
17221
17678
  .cds--number-input--fluid.cds--number-input--fluid--invalid .cds--number__input-wrapper--slug .cds--slug,
17222
17679
  .cds--number-input--fluid .cds--number__input-wrapper--slug.cds--number__input-wrapper--warning .cds--slug {
17223
17680
  inset-inline-end: 5.5rem;
17224
17681
  }
17225
17682
 
17683
+ .cds--number-input--fluid .cds--number__input-wrapper--decorator input,
17684
+ .cds--number-input--fluid.cds--number-input--fluid--invalid .cds--number__input-wrapper--decorator input[data-invalid],
17685
+ .cds--number-input--fluid .cds--number__input-wrapper--decorator.cds--number__input-wrapper--warning input,
17226
17686
  .cds--number-input--fluid .cds--number__input-wrapper--slug input,
17227
17687
  .cds--number-input--fluid.cds--number-input--fluid--invalid .cds--number__input-wrapper--slug input[data-invalid],
17228
17688
  .cds--number-input--fluid .cds--number__input-wrapper--slug.cds--number__input-wrapper--warning input {
17229
17689
  padding-inline-end: 7.5rem;
17230
17690
  }
17231
17691
 
17232
- .cds--number-input--fluid .cds--number__input-wrapper--slug:not(:has(.cds--slug--revert)) {
17692
+ .cds--number-input--fluid .cds--number__input-wrapper--decorator:has(.cds--ai-label):not(:has(.cds--ai-label--revert)),
17693
+ .cds--number-input--fluid .cds--number__input-wrapper--slug:has(.cds--ai-label):not(:has(.cds--ai-label--revert)),
17694
+ .cds--number-input--fluid .cds--number__input-wrapper--slug:has(.cds--slug):not(:has(.cds--slug--revert)) {
17233
17695
  background-image: linear-gradient(0deg, var(--cds-ai-aura-start-sm, rgba(69, 137, 255, 0.16)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%, transparent 100%);
17234
17696
  border-block-end-color: var(--cds-ai-border-strong, #4589ff);
17235
17697
  }
@@ -17592,6 +18054,7 @@ optgroup.cds--select-optgroup:disabled,
17592
18054
  display: none;
17593
18055
  }
17594
18056
 
18057
+ .cds--select--slug .cds--ai-label,
17595
18058
  .cds--select--slug .cds--slug {
17596
18059
  position: absolute;
17597
18060
  inset-block-start: 50%;
@@ -17600,6 +18063,8 @@ optgroup.cds--select-optgroup:disabled,
17600
18063
  transform: translateY(-50%);
17601
18064
  }
17602
18065
 
18066
+ .cds--select--slug .cds--ai-label::after,
18067
+ .cds--select--slug .cds--ai-label::before,
17603
18068
  .cds--select--slug .cds--slug::after,
17604
18069
  .cds--select--slug .cds--slug::before {
17605
18070
  position: absolute;
@@ -17609,31 +18074,37 @@ optgroup.cds--select-optgroup:disabled,
17609
18074
  inline-size: 0.0625rem;
17610
18075
  }
17611
18076
 
18077
+ .cds--select--slug .cds--ai-label::before,
17612
18078
  .cds--select--slug .cds--slug::before {
17613
18079
  display: none;
17614
18080
  inset-inline-start: calc(-0.5rem - 1px);
17615
18081
  }
17616
18082
 
18083
+ .cds--select--slug .cds--ai-label::after,
17617
18084
  .cds--select--slug .cds--slug::after {
17618
18085
  display: block;
17619
18086
  inset-inline-end: calc(-0.5rem - 1px);
17620
18087
  }
17621
18088
 
18089
+ .cds--select--slug .cds--ai-label--revert::after,
17622
18090
  .cds--select--slug .cds--slug--revert::after {
17623
18091
  inset-block-start: 0.5rem;
17624
18092
  inset-inline-end: -0.0625rem;
17625
18093
  }
17626
18094
 
17627
- .cds--select--slug .cds--select-input:not(:has(~ .cds--slug--revert)) {
18095
+ .cds--select--slug .cds--select-input:has(~ .cds--ai-label):not(:has(~ .cds--ai-label--revert)),
18096
+ .cds--select--slug .cds--select-input:has(~ .cds--slug):not(:has(~ .cds--slug--revert)) {
17628
18097
  background-image: linear-gradient(0deg, var(--cds-ai-aura-start-sm, rgba(69, 137, 255, 0.16)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%, transparent 100%);
17629
18098
  border-block-end-color: var(--cds-ai-border-strong, #4589ff);
17630
18099
  padding-inline-end: 4rem;
17631
18100
  }
17632
18101
 
17633
- .cds--select--slug:has(.cds--select__invalid-icon) .cds--select-input:not(:has(~ .cds--slug--revert)) {
18102
+ .cds--select--slug:has(.cds--select__invalid-icon) .cds--select-input:has(~ .cds--ai-label):not(:has(~ .cds--ai-label--revert)),
18103
+ .cds--select--slug:has(.cds--select__invalid-icon) .cds--select-input:has(~ .cds--slug):not(:has(~ .cds--slug--revert)) {
17634
18104
  padding-inline-end: 6rem;
17635
18105
  }
17636
18106
 
18107
+ .cds--select--slug:has(.cds--select__invalid-icon) .cds--ai-label::before,
17637
18108
  .cds--select--slug:has(.cds--select__invalid-icon) .cds--slug::before {
17638
18109
  display: block;
17639
18110
  }
@@ -17792,6 +18263,7 @@ optgroup.cds--select-optgroup:disabled,
17792
18263
  fill: var(--cds-icon-disabled, rgba(22, 22, 22, 0.25));
17793
18264
  }
17794
18265
 
18266
+ .cds--select--fluid .cds--select--slug .cds--ai-label,
17795
18267
  .cds--select--fluid .cds--select--slug .cds--slug {
17796
18268
  inset-block-start: 2.625rem;
17797
18269
  inset-inline-end: 2.5rem;
@@ -17801,6 +18273,7 @@ optgroup.cds--select-optgroup:disabled,
17801
18273
  padding-inline-end: 4rem;
17802
18274
  }
17803
18275
 
18276
+ .cds--select--fluid .cds--select--slug:has(.cds--select__invalid-icon) .cds--ai-label::before,
17804
18277
  .cds--select--fluid .cds--select--slug:has(.cds--select__invalid-icon) .cds--slug::before {
17805
18278
  display: none;
17806
18279
  }
@@ -17936,34 +18409,55 @@ optgroup.cds--select-optgroup:disabled,
17936
18409
  border-block-end-color: var(--cds-border-subtle);
17937
18410
  }
17938
18411
 
18412
+ .cds--text-area__wrapper--decorator .cds--text-area__inner-wrapper--decorator > *,
18413
+ .cds--text-area__wrapper--slug .cds--ai-label,
17939
18414
  .cds--text-area__wrapper--slug .cds--slug {
17940
18415
  position: absolute;
17941
18416
  inset-block-start: 0.75rem;
17942
18417
  inset-inline-end: 1rem;
17943
18418
  }
17944
18419
 
18420
+ .cds--text-area__wrapper--decorator .cds--ai-label.cds--ai-label--revert,
18421
+ .cds--text-area__wrapper--slug .cds--ai-label.cds--ai-label--revert,
17945
18422
  .cds--text-area__wrapper--slug .cds--slug.cds--slug--revert {
17946
18423
  inset-block-start: 0.25rem;
17947
18424
  inset-inline-end: 0.5rem;
17948
18425
  transform: translate(0);
17949
18426
  }
17950
18427
 
17951
- .cds--text-area__wrapper--slug .cds--text-area:not(:has(~ .cds--slug--revert)) {
18428
+ .cds--text-area__wrapper--decorator .cds--text-area:has(~ .cds--text-area__inner-wrapper--decorator .cds--ai-label):not(:has(~ .cds--text-area__inner-wrapper--decorator .cds--ai-label--revert)),
18429
+ .cds--text-area__wrapper--slug .cds--text-area:has(~ .cds--ai-label):not(:has(~ .cds--ai-label--revert)),
18430
+ .cds--text-area__wrapper--slug .cds--text-area:has(~ .cds--slug):not(:has(~ .cds--slug--revert)) {
17952
18431
  background-image: linear-gradient(0deg, var(--cds-ai-aura-start-sm, rgba(69, 137, 255, 0.16)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%, transparent 100%);
17953
18432
  border-block-end-color: var(--cds-ai-border-strong, #4589ff);
18433
+ }
18434
+
18435
+ .cds--text-area__wrapper--decorator .cds--text-area:has(~ .cds--text-area__inner-wrapper--decorator > *),
18436
+ .cds--text-area__wrapper--slug .cds--text-area:has(~ .cds--ai-label),
18437
+ .cds--text-area__wrapper--slug .cds--text-area:has(~ .cds--slug) {
17954
18438
  padding-inline-end: 2.5rem;
17955
18439
  }
17956
18440
 
18441
+ .cds--text-area--invalid:has(~ .cds--text-area__inner-wrapper--decorator > *),
18442
+ .cds--text-area--warn:has(~ .cds--text-area__inner-wrapper--decorator > *),
18443
+ .cds--text-area--invalid:has(~ .cds--ai-label),
18444
+ .cds--text-area--warn:has(~ .cds--ai-label),
17957
18445
  .cds--text-area--invalid:has(~ .cds--slug),
17958
18446
  .cds--text-area--warn:has(~ .cds--slug) {
17959
18447
  padding-inline-end: 4rem;
17960
18448
  }
17961
18449
 
18450
+ .cds--text-area--invalid ~ .cds--text-area__inner-wrapper--decorator > *,
18451
+ .cds--text-area--warn ~ .cds--text-area__inner-wrapper--decorator > *,
18452
+ .cds--text-area--invalid ~ .cds--ai-label,
18453
+ .cds--text-area--warn ~ .cds--ai-label,
17962
18454
  .cds--text-area--invalid ~ .cds--slug,
17963
18455
  .cds--text-area--warn ~ .cds--slug {
17964
18456
  inset-inline-end: 2.5rem;
17965
18457
  }
17966
18458
 
18459
+ .cds--text-area--invalid ~ .cds--ai-label.cds--ai-label--revert,
18460
+ .cds--text-area--warn ~ .cds--ai-label.cds--ai-label--revert,
17967
18461
  .cds--text-area--invalid ~ .cds--slug.cds--slug--revert,
17968
18462
  .cds--text-area--warn ~ .cds--slug.cds--slug--revert {
17969
18463
  inset-inline-end: 2rem;
@@ -18175,16 +18669,23 @@ optgroup.cds--select-optgroup:disabled,
18175
18669
  inline-size: 80%;
18176
18670
  }
18177
18671
 
18178
- .cds--text-area--fluid .cds--text-area__wrapper--slug:not(:has(~ .cds--slug--revert)) {
18672
+ .cds--text-area--fluid .cds--text-area__wrapper--decorator:has(.cds--text-area__inner-wrapper--decorator .cds--ai-label):not(:has(.cds--text-area__inner-wrapper--decorator .cds--ai-label--revert)),
18673
+ .cds--text-area--fluid .cds--text-area__wrapper--slug:has(.cds--ai-label):not(:has(.cds--ai-label--revert)),
18674
+ .cds--text-area--fluid .cds--text-area__wrapper--slug:has(.cds--slug):not(:has(.cds--slug--revert)) {
18179
18675
  background-image: linear-gradient(0deg, var(--cds-ai-aura-start-sm, rgba(69, 137, 255, 0.16)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%, transparent 100%);
18180
18676
  border-block-end-color: var(--cds-ai-border-strong, #4589ff);
18181
18677
  }
18182
18678
 
18679
+ .cds--text-area--fluid .cds--text-area__wrapper--decorator .cds--text-area--invalid ~ .cds--text-area__inner-wrapper--decorator > *,
18680
+ .cds--text-area--fluid .cds--text-area__wrapper--decorator .cds--text-area--warn ~ .cds--text-area__inner-wrapper--decorator > *,
18681
+ .cds--text-area--fluid .cds--text-area__wrapper--slug .cds--text-area--invalid ~ .cds--ai-label,
18682
+ .cds--text-area--fluid .cds--text-area__wrapper--slug .cds--text-area--warn ~ .cds--ai-label,
18183
18683
  .cds--text-area--fluid .cds--text-area__wrapper--slug .cds--text-area--invalid ~ .cds--slug,
18184
18684
  .cds--text-area--fluid .cds--text-area__wrapper--slug .cds--text-area--warn ~ .cds--slug {
18185
18685
  inset-inline-end: 1rem;
18186
18686
  }
18187
18687
 
18688
+ .cds--text-area--fluid .cds--text-area__wrapper--decorator .cds--text-area--invalid,
18188
18689
  .cds--text-area--fluid .cds--text-area__wrapper--slug .cds--text-area--invalid {
18189
18690
  border-block-end-color: transparent;
18190
18691
  }
@@ -18358,15 +18859,24 @@ optgroup.cds--select-optgroup:disabled,
18358
18859
  inset-inline-start: 1rem;
18359
18860
  }
18360
18861
 
18862
+ .cds--text-input--fluid .cds--text-input__field-wrapper--decorator .cds--text-input__field-inner-wrapper--decorator > *,
18863
+ .cds--text-input--fluid .cds--text-input__field-wrapper--slug .cds--ai-label,
18361
18864
  .cds--text-input--fluid .cds--text-input__field-wrapper--slug .cds--slug {
18362
18865
  inset-block-start: 2.625rem;
18363
18866
  }
18364
18867
 
18868
+ .cds--text-input--fluid .cds--text-input--invalid ~ .cds--text-input__field-inner-wrapper--decorator > *,
18869
+ .cds--text-input--fluid .cds--text-input--warning ~ .cds--text-input__field-inner-wrapper--decorator > *,
18870
+ .cds--text-input--fluid .cds--text-input--invalid ~ .cds--ai-label,
18871
+ .cds--text-input--fluid .cds--text-input--warning ~ .cds--ai-label,
18365
18872
  .cds--text-input--fluid .cds--text-input--invalid ~ .cds--slug,
18366
18873
  .cds--text-input--fluid .cds--text-input--warning ~ .cds--slug {
18367
18874
  inset-inline-end: 1rem;
18368
18875
  }
18369
18876
 
18877
+ .cds--text-input--fluid .cds--text-input__field-wrapper--decorator .cds--text-input,
18878
+ .cds--text-input--fluid .cds--text-input__field-wrapper--decorator .cds--text-input--invalid,
18879
+ .cds--text-input--fluid .cds--text-input__field-wrapper--decorator .cds--text-input--warning,
18370
18880
  .cds--text-input--fluid .cds--text-input__field-wrapper--slug .cds--text-input,
18371
18881
  .cds--text-input--fluid .cds--text-input__field-wrapper--slug .cds--text-input--invalid,
18372
18882
  .cds--text-input--fluid .cds--text-input__field-wrapper--slug .cds--text-input--warning {
@@ -18402,6 +18912,12 @@ optgroup.cds--select-optgroup:disabled,
18402
18912
  transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
18403
18913
  }
18404
18914
 
18915
+ .cds--select--readonly .cds--select-input__wrapper::before {
18916
+ background-color: var(--cds-border-subtle) !important; /* stylelint-disable-line declaration-no-important */
18917
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
18918
+ transition: none;
18919
+ }
18920
+
18405
18921
  .cds--time-picker--fluid__wrapper .cds--select-input__wrapper::after {
18406
18922
  inset-inline-end: 0;
18407
18923
  }
@@ -19110,27 +19626,37 @@ optgroup.cds--select-optgroup:disabled,
19110
19626
  margin: 0;
19111
19627
  }
19112
19628
 
19113
- .cds--modal--slug.cds--modal {
19629
+ .cds--modal--slug.cds--modal,
19630
+ .cds--modal--decorator:has(.cds--ai-label).cds--modal {
19114
19631
  background-color: var(--cds-ai-overlay, rgba(0, 17, 65, 0.5));
19115
19632
  }
19116
19633
 
19117
- .cds--modal--slug .cds--modal-container {
19634
+ .cds--modal--slug .cds--modal-container,
19635
+ .cds--modal--decorator:has(.cds--ai-label) .cds--modal-container {
19118
19636
  background: linear-gradient(to top, var(--cds-layer, var(--cds-ai-popover-background, #ffffff)) 0%, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-layer, var(--cds-ai-popover-background, #ffffff)), var(--cds-layer, var(--cds-ai-popover-background, #ffffff))) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, rgba(166, 200, 255, 0.64)), var(--cds-ai-border-end, #78a9ff)) border-box, linear-gradient(to top, var(--cds-layer, var(--cds-ai-popover-background, #ffffff)), var(--cds-layer, var(--cds-ai-popover-background, #ffffff))) border-box;
19119
19637
  border: 1px solid transparent;
19120
19638
  background-color: var(--cds-layer);
19121
19639
  box-shadow: inset 0 -80px 70px -65px var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.1)), 0 24px 40px -24px var(--cds-ai-drop-shadow, rgba(15, 98, 254, 0.1));
19122
19640
  }
19123
19641
 
19124
- .cds--modal--slug .cds--modal-container:has(.cds--modal-footer) {
19642
+ .cds--modal--slug .cds--modal-container:has(.cds--modal-footer),
19643
+ .cds--modal--decorator:has(.cds--ai-label) .cds--modal-container:has(.cds--modal-footer) {
19125
19644
  background: linear-gradient(to top, var(--cds-layer, var(--cds-ai-popover-background, #ffffff)) calc(0% + 64px), var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) calc(0% + 64px), 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-layer, var(--cds-ai-popover-background, #ffffff)), var(--cds-layer, var(--cds-ai-popover-background, #ffffff))) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, rgba(166, 200, 255, 0.64)), var(--cds-ai-border-end, #78a9ff)) border-box, linear-gradient(to top, var(--cds-layer, var(--cds-ai-popover-background, #ffffff)), var(--cds-layer, var(--cds-ai-popover-background, #ffffff))) border-box;
19126
19645
  box-shadow: inset 0 -80px 0 -16px var(--cds-layer), inset 0 -160px 70px -65px var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.1)), 0 24px 40px -24px var(--cds-ai-drop-shadow, rgba(15, 98, 254, 0.1));
19127
19646
  }
19128
19647
 
19129
- .cds--modal--slug .cds--modal-content.cds--modal-scroll-content {
19648
+ .cds--modal--slug .cds--modal-content.cds--modal-scroll-content,
19649
+ .cds--modal--decorator .cds--modal-content.cds--modal-scroll-content {
19130
19650
  -webkit-mask-image: linear-gradient(to bottom, var(--cds-layer) calc(100% - 80px), transparent calc(100% - 48px), transparent 100%), linear-gradient(to left, var(--cds-layer) 0, 16px, transparent 16px), linear-gradient(to right, var(--cds-layer) 0, 2px, transparent 2px), linear-gradient(to top, var(--cds-layer) 0, 2px, transparent 2px);
19131
19651
  mask-image: linear-gradient(to bottom, var(--cds-layer) calc(100% - 80px), transparent calc(100% - 48px), transparent 100%), linear-gradient(to left, var(--cds-layer) 0, 16px, transparent 16px), linear-gradient(to right, var(--cds-layer) 0, 2px, transparent 2px), linear-gradient(to top, var(--cds-layer) 0, 2px, transparent 2px);
19132
19652
  }
19133
19653
 
19654
+ .cds--modal-header > .cds--modal--inner__decorator:has(+ .cds--modal-close-button) > *,
19655
+ .cds--modal-header > .cds--modal-close-button ~ .cds--modal--inner__decorator > *,
19656
+ .cds--modal--decorator .cds--modal-container-body > .cds--modal--inner__decorator > *,
19657
+ .cds--modal-header > .cds--ai-label:has(+ .cds--modal-close-button),
19658
+ .cds--modal-header > .cds--modal-close-button ~ .cds--ai-label,
19659
+ .cds--modal--slug .cds--modal-container-body > .cds--ai-label,
19134
19660
  .cds--modal-header > .cds--slug:has(+ .cds--modal-close-button),
19135
19661
  .cds--modal-header > .cds--modal-close-button ~ .cds--slug,
19136
19662
  .cds--modal--slug .cds--modal-container-body > .cds--slug {
@@ -19139,8 +19665,16 @@ optgroup.cds--select-optgroup:disabled,
19139
19665
  inset-inline-end: 3rem;
19140
19666
  }
19141
19667
 
19142
- .cds--modal--slug .cds--modal-content--overflow-indicator::before,
19143
- .cds--modal--slug .cds--modal-content--overflow-indicator {
19668
+ .cds--modal-header > .cds--modal--inner__decorator:not(:has(.cds--ai-label)) > * {
19669
+ inset-block-start: 1rem;
19670
+ }
19671
+
19672
+ .cds--modal-header > .cds--modal--inner__decorator:has(.cds--ai-label--revert) > * {
19673
+ inset-block-start: 1.475rem;
19674
+ }
19675
+
19676
+ .cds--modal--decorator .cds--modal-content--overflow-indicator::before,
19677
+ .cds--modal--decorator .cds--modal-content--overflow-indicator {
19144
19678
  display: none;
19145
19679
  }
19146
19680
 
@@ -23437,41 +23971,59 @@ span.cds--pagination__text.cds--pagination__items-count {
23437
23971
  fill: var(--cds-icon-disabled, rgba(22, 22, 22, 0.25));
23438
23972
  }
23439
23973
 
23974
+ .cds--tile > .cds--tile--inner-decorator > *,
23975
+ .cds--tile--expandable > div > .cds--tile--inner-decorator > *,
23976
+ .cds--tile > .cds--ai-label,
23977
+ .cds--tile--expandable > div > .cds--ai-label,
23440
23978
  .cds--tile > .cds--slug,
23441
23979
  .cds--tile--expandable > div > .cds--slug,
23442
- .cds--tile--clickable .cds--tile--slug-icon {
23980
+ .cds--tile--clickable .cds--tile--ai-label-icon {
23443
23981
  position: absolute;
23444
23982
  inset-block-start: 1rem;
23445
23983
  inset-inline-end: 1rem;
23446
23984
  }
23447
23985
 
23986
+ .cds--tile.cds--tile--selectable > .cds--tile--inner-decorator > *,
23987
+ .cds--tile.cds--tile--selectable > .cds--ai-label,
23448
23988
  .cds--tile.cds--tile--selectable > .cds--slug {
23449
23989
  inset-inline-end: 2.5rem;
23450
23990
  }
23451
23991
 
23992
+ .cds--tile.cds--tile--selectable.cds--tile--radio > .cds--tile--inner-decorator > *,
23993
+ .cds--tile.cds--tile--selectable.cds--tile--radio > .cds--ai-label,
23452
23994
  .cds--tile.cds--tile--selectable.cds--tile--radio > .cds--slug {
23453
23995
  inset-inline-end: 1rem;
23454
23996
  transition: inset-inline-end 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
23455
23997
  }
23456
23998
 
23999
+ .cds--tile.cds--tile--selectable.cds--tile--radio.cds--tile--is-selected > .cds--tile--inner-decorator > *,
24000
+ .cds--tile.cds--tile--selectable.cds--tile--radio.cds--tile--is-selected > .cds--ai-label,
23457
24001
  .cds--tile.cds--tile--selectable.cds--tile--radio.cds--tile--is-selected > .cds--slug {
23458
24002
  inset-inline-end: 2.5rem;
23459
24003
  }
23460
24004
 
24005
+ .cds--tile.cds--tile--clickable > .cds--tile--inner-decorator > *,
24006
+ .cds--tile.cds--tile--clickable > .cds--ai-label,
23461
24007
  .cds--tile.cds--tile--clickable > .cds--slug {
23462
24008
  pointer-events: none;
23463
24009
  }
23464
24010
 
24011
+ .cds--tile--decorator:has(.cds--tile--ai-label-icon).cds--tile,
24012
+ .cds--tile--decorator:has(.cds--ai-label).cds--tile,
23465
24013
  .cds--tile--slug.cds--tile {
23466
24014
  background: linear-gradient(to top, var(--cds-layer, var(--cds-ai-popover-background, #ffffff)) 0%, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-layer, var(--cds-ai-popover-background, #ffffff)), var(--cds-layer, var(--cds-ai-popover-background, #ffffff))) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, rgba(166, 200, 255, 0.64)), var(--cds-ai-border-end, #78a9ff)) border-box, linear-gradient(to top, var(--cds-layer, var(--cds-ai-popover-background, #ffffff)), var(--cds-layer, var(--cds-ai-popover-background, #ffffff))) border-box;
23467
24015
  border: 1px solid transparent;
23468
24016
  box-shadow: inset 0 -80px 70px -65px var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.1)), 0 4px 8px 0 var(--cds-ai-drop-shadow, rgba(15, 98, 254, 0.1));
23469
24017
  }
23470
24018
 
24019
+ .cds--tile--decorator:has(.cds--ai-label).cds--tile--expandable:hover,
23471
24020
  .cds--tile--slug.cds--tile--expandable:hover {
23472
24021
  background: linear-gradient(to top, var(--cds-layer, var(--cds-ai-popover-background, #ffffff)) 0%, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-layer, var(--cds-ai-popover-background, #ffffff)), var(--cds-layer, var(--cds-ai-popover-background, #ffffff))) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, rgba(166, 200, 255, 0.64)), var(--cds-ai-border-end, #78a9ff)) border-box, linear-gradient(to top, var(--cds-layer, var(--cds-ai-popover-background, #ffffff)), var(--cds-layer, var(--cds-ai-popover-background, #ffffff))) border-box;
23473
24022
  }
23474
24023
 
24024
+ .cds--tile--decorator.cds--tile--selectable::before,
24025
+ .cds--tile--decorator.cds--tile--selectable::after,
24026
+ .cds--tile--decorator.cds--tile--clickable::before,
23475
24027
  .cds--tile--slug.cds--tile--selectable::before,
23476
24028
  .cds--tile--slug.cds--tile--selectable::after,
23477
24029
  .cds--tile--slug.cds--tile--clickable::before {
@@ -23486,74 +24038,103 @@ span.cds--pagination__text.cds--pagination__items-count {
23486
24038
  transition: opacity 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
23487
24039
  }
23488
24040
 
24041
+ .cds--tile--decorator:has(.cds--ai-label).cds--tile--selectable::before,
24042
+ .cds--tile--decorator:has(.cds--ai-label).cds--tile--clickable::before,
23489
24043
  .cds--tile--slug.cds--tile--selectable::before,
23490
24044
  .cds--tile--slug.cds--tile--clickable::before {
23491
24045
  background: linear-gradient(to top, var(--cds-ai-aura-hover-start, rgba(69, 137, 255, 0.32)) 0%, 15%, var(--cds-ai-aura-hover-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-ai-aura-hover-background, #edf5ff), var(--cds-ai-aura-hover-background, #edf5ff)) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, rgba(166, 200, 255, 0.64)), var(--cds-ai-border-end, #78a9ff)) border-box, linear-gradient(to top, var(--cds-ai-aura-hover-background, #edf5ff), var(--cds-ai-aura-hover-background, #edf5ff)) border-box;
23492
24046
  box-shadow: inset 0 -80px 70px -65px var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.1)), 0 4px 10px 2px var(--cds-ai-drop-shadow, rgba(15, 98, 254, 0.1));
23493
24047
  }
23494
24048
 
24049
+ .cds--tile--decorator.cds--tile--selectable:hover::before,
24050
+ .cds--tile--decorator.cds--tile--clickable:hover::before,
23495
24051
  .cds--tile--slug.cds--tile--selectable:hover::before,
23496
24052
  .cds--tile--slug.cds--tile--clickable:hover::before {
23497
24053
  opacity: 1;
23498
24054
  }
23499
24055
 
24056
+ .cds--tile--decorator.cds--tile--selectable:focus,
24057
+ .cds--tile--decorator.cds--tile--clickable:focus,
24058
+ .cds--tile-input:focus + .cds--tile--decorator.cds--tile,
23500
24059
  .cds--tile--slug.cds--tile--selectable:focus,
23501
24060
  .cds--tile--slug.cds--tile--clickable:focus,
23502
24061
  .cds--tile-input:focus + .cds--tile--slug.cds--tile {
23503
24062
  outline-offset: -1px;
23504
24063
  }
23505
24064
 
24065
+ .cds--tile--decorator:has(.cds--tile--inner-decorator .cds--ai-label).cds--tile--selectable::after,
23506
24066
  .cds--tile--slug.cds--tile--selectable::after {
23507
24067
  background: linear-gradient(to top, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-layer), var(--cds-layer)) padding-box, linear-gradient(to bottom, var(--cds-border-inverse, #161616), var(--cds-border-inverse, #161616)) border-box, linear-gradient(to top, var(--cds-layer), var(--cds-layer)) border-box;
23508
24068
  box-shadow: inset 0 -80px 70px -65px var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.1)), 0 4px 8px 0 var(--cds-ai-drop-shadow, rgba(15, 98, 254, 0.1));
23509
24069
  }
23510
24070
 
24071
+ .cds--tile--decorator.cds--tile--selectable:hover::after,
23511
24072
  .cds--tile--slug.cds--tile--selectable:hover::after {
23512
24073
  opacity: 0;
23513
24074
  }
23514
24075
 
24076
+ .cds--tile--decorator.cds--tile--is-selected::after,
23515
24077
  .cds--tile--slug.cds--tile--is-selected::after {
23516
24078
  opacity: 1;
23517
24079
  }
23518
24080
 
24081
+ .cds--tile--decorator:has(.cds--tile--inner-decorator).cds--tile--is-selected,
23519
24082
  .cds--tile--slug.cds--tile--is-selected {
23520
24083
  border-color: var(--cds-border-inverse, #161616);
23521
24084
  }
23522
24085
 
24086
+ .cds--tile--decorator.cds--tile--selectable .cds--tile-content,
24087
+ .cds--tile--decorator.cds--tile--clickable .cds--tile-content,
23523
24088
  .cds--tile--slug.cds--tile--selectable .cds--tile-content,
23524
24089
  .cds--tile--slug.cds--tile--clickable .cds--tile-content {
23525
24090
  position: relative;
23526
24091
  cursor: pointer;
23527
24092
  }
23528
24093
 
24094
+ .cds--tile--decorator.cds--tile--selectable .cds--tile-content,
24095
+ .cds--tile--decorator.cds--tile--clickable .cds--tile-content,
24096
+ .cds--tile--decorator.cds--tile--selectable > .cds--tile__checkmark,
24097
+ .cds--tile--decorator.cds--tile--is-selected .cds--tile--inner-decorator > *,
23529
24098
  .cds--tile--slug.cds--tile--selectable .cds--tile-content,
23530
24099
  .cds--tile--slug.cds--tile--clickable .cds--tile-content,
23531
24100
  .cds--tile--slug.cds--tile--selectable > .cds--tile__checkmark,
24101
+ .cds--tile--slug.cds--tile--is-selected .cds--ai-label,
23532
24102
  .cds--tile--slug.cds--tile--is-selected .cds--slug {
23533
24103
  z-index: 1;
23534
24104
  }
23535
24105
 
24106
+ .cds--tile--decorator.cds--tile--selectable .cds--tile--inner-decorator > *:has(> .cds--popover--open),
24107
+ .cds--tile--slug.cds--tile--selectable .cds--ai-label:has(> .cds--popover--open),
23536
24108
  .cds--tile--slug.cds--tile--selectable .cds--slug:has(> .cds--popover--open) {
23537
24109
  z-index: 2;
23538
24110
  }
23539
24111
 
24112
+ .cds--tile--decorator.cds--tile--selectable > .cds--tile--inner-decorator > *,
24113
+ .cds--tile--decorator.cds--tile--selectable > .cds--tile__checkmark,
24114
+ .cds--tile--slug.cds--tile--selectable > .cds--ai-label,
23540
24115
  .cds--tile--slug.cds--tile--selectable > .cds--slug,
23541
24116
  .cds--tile--slug.cds--tile--selectable > .cds--tile__checkmark {
23542
24117
  z-index: 1;
23543
24118
  }
23544
24119
 
24120
+ .cds--tile--expandable:has(.cds--tile--inner-decorator > * > .cds--popover--open),
24121
+ .cds--tile--expandable:has(.cds--ai-label > .cds--popover--open),
23545
24122
  .cds--tile--expandable:has(.cds--slug > .cds--popover--open) {
23546
24123
  overflow: visible;
23547
24124
  }
23548
24125
 
23549
- .cds--tile--clickable .cds--tile--slug-icon rect {
24126
+ .cds--tile--clickable .cds--tile--ai-label-icon rect {
23550
24127
  stroke: var(--cds-icon-primary, #161616);
23551
24128
  }
23552
24129
 
23553
- .cds--tile--clickable .cds--tile--slug-icon path {
24130
+ .cds--tile--clickable .cds--tile--ai-label-icon path {
23554
24131
  fill: var(--cds-icon-primary, #161616);
23555
24132
  }
23556
24133
 
24134
+ .cds--tile--decorator-rounded,
24135
+ .cds--tile--decorator-rounded.cds--tile--selectable::before,
24136
+ .cds--tile--decorator-rounded.cds--tile--selectable::after,
24137
+ .cds--tile--decorator-rounded.cds--tile--clickable::before,
23557
24138
  .cds--tile--slug-rounded,
23558
24139
  .cds--tile--slug-rounded.cds--tile--selectable::before,
23559
24140
  .cds--tile--slug-rounded.cds--tile--selectable::after,
@@ -23561,6 +24142,7 @@ span.cds--pagination__text.cds--pagination__items-count {
23561
24142
  border-radius: 0.5rem;
23562
24143
  }
23563
24144
 
24145
+ .cds--tile--decorator-rounded .cds--tile__chevron,
23564
24146
  .cds--tile--slug-rounded .cds--tile__chevron {
23565
24147
  border-end-end-radius: 0.5rem;
23566
24148
  }