@carbon/styles 1.69.0-rc.0 → 1.70.0-rc.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 (38) hide show
  1. package/css/styles.css +602 -104
  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 +9 -0
  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/list-box/_list-box.scss +132 -2
  19. package/scss/components/modal/_modal.scss +11 -0
  20. package/scss/components/number-input/_number-input.scss +67 -3
  21. package/scss/components/radio-button/_radio-button.scss +10 -1
  22. package/scss/components/select/_select.scss +23 -3
  23. package/scss/components/slug/_slug.scss +374 -1
  24. package/scss/components/tag/_tag.scss +10 -1
  25. package/scss/components/text-area/_text-area.scss +54 -2
  26. package/scss/components/text-input/_text-input.scss +56 -2
  27. package/scss/components/tile/_tile.scss +16 -1
  28. package/scss/components/toggle/_toggle.scss +10 -3
  29. package/scss/fonts/__tests__/__snapshots__/fonts-test.js.snap +180 -180
  30. package/scss/fonts/_mono.scss +66 -9
  31. package/scss/fonts/_sans-arabic.scss +17 -8
  32. package/scss/fonts/_sans-devanagari.scss +17 -8
  33. package/scss/fonts/_sans-hebrew.scss +17 -8
  34. package/scss/fonts/_sans-thai-looped.scss +17 -8
  35. package/scss/fonts/_sans-thai.scss +17 -8
  36. package/scss/fonts/_sans.scss +66 -9
  37. package/scss/fonts/_serif.scss +66 -9
  38. 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
  }
@@ -7167,11 +7438,14 @@ fieldset[disabled] .cds--form__helper-text {
7167
7438
  display: flex;
7168
7439
  }
7169
7440
 
7441
+ .cds--checkbox-group--slug legend.cds--label .cds--ai-label,
7442
+ .cds--checkbox-wrapper--slug .cds--checkbox-label-text .cds--ai-label,
7170
7443
  .cds--checkbox-group--slug legend.cds--label .cds--slug,
7171
7444
  .cds--checkbox-wrapper--slug .cds--checkbox-label-text .cds--slug {
7172
7445
  margin-inline-start: 0.5rem;
7173
7446
  }
7174
7447
 
7448
+ .cds--checkbox-wrapper--slug .cds--checkbox-label-text .cds--ai-label__button--inline,
7175
7449
  .cds--checkbox-wrapper--slug .cds--checkbox-label-text .cds--slug__button--inline {
7176
7450
  line-height: inherit;
7177
7451
  margin-block-start: -0.0625rem;
@@ -8540,6 +8814,8 @@ fieldset[disabled] .cds--form__helper-text {
8540
8814
  border-block-end-color: var(--cds-border-subtle);
8541
8815
  }
8542
8816
 
8817
+ .cds--text-input__field-wrapper--decorator .cds--text-input__field-inner-wrapper--decorator > *,
8818
+ .cds--text-input__field-wrapper .cds--ai-label,
8543
8819
  .cds--text-input__field-wrapper .cds--slug {
8544
8820
  position: absolute;
8545
8821
  inset-block-start: 50%;
@@ -8547,22 +8823,41 @@ fieldset[disabled] .cds--form__helper-text {
8547
8823
  transform: translateY(-50%);
8548
8824
  }
8549
8825
 
8550
- .cds--text-input__field-wrapper--slug .cds--text-input:not(:has(~ .cds--slug--revert)) {
8826
+ .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)),
8827
+ .cds--text-input__field-wrapper--slug .cds--text-input:has(~ .cds--ai-label):not(:has(~ .cds--ai-label--revert)),
8828
+ .cds--text-input__field-wrapper--slug .cds--text-input:has(~ .cds--slug):not(:has(~ .cds--slug--revert)) {
8551
8829
  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
8830
  border-block-end-color: var(--cds-ai-border-strong, #4589ff);
8831
+ }
8832
+
8833
+ .cds--text-input__field-wrapper--decorator .cds--text-input:has(~ .cds--text-input__field-inner-wrapper--decorator > *),
8834
+ .cds--text-input__field-wrapper--slug .cds--text-input:has(~ .cds--ai-label),
8835
+ .cds--text-input__field-wrapper--slug .cds--text-input:has(~ .cds--slug) {
8553
8836
  padding-inline-end: 2.5rem;
8554
8837
  }
8555
8838
 
8839
+ .cds--text-input--invalid:has(~ .cds--text-input__field-inner-wrapper--decorator > *),
8840
+ .cds--text-input--warning:has(~ .cds--text-input__field-inner-wrapper--decorator > *),
8841
+ .cds--text-input--invalid:has(~ .cds--ai-label),
8842
+ .cds--text-input--warning:has(~ .cds--ai-label),
8556
8843
  .cds--text-input--invalid:has(~ .cds--slug),
8557
8844
  .cds--text-input--warning:has(~ .cds--slug) {
8558
8845
  padding-inline-end: 4rem;
8559
8846
  }
8560
8847
 
8848
+ .cds--text-input--invalid ~ .cds--text-input__field-inner-wrapper--decorator > *,
8849
+ .cds--text-input--warning ~ .cds--text-input__field-inner-wrapper--decorator > *,
8850
+ .cds--text-input--invalid ~ .cds--ai-label,
8851
+ .cds--text-input--warning ~ .cds--ai-label,
8561
8852
  .cds--text-input--invalid ~ .cds--slug,
8562
8853
  .cds--text-input--warning ~ .cds--slug {
8563
8854
  inset-inline-end: 2.5rem;
8564
8855
  }
8565
8856
 
8857
+ .cds--text-input__field-wrapper--decorator .cds--text-input__field-inner-wrapper--decorator:not(:has(.cds--ai-label)) > * {
8858
+ block-size: 1rem;
8859
+ }
8860
+
8566
8861
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
8567
8862
  .cds--btn.cds--btn--icon-only.cds--text-input--password__visibility__toggle.cds--tooltip__trigger svg,
8568
8863
  .cds--btn.cds--btn--icon-only.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:hover svg {
@@ -9040,19 +9335,23 @@ fieldset[disabled] .cds--form__helper-text {
9040
9335
  }
9041
9336
  }
9042
9337
 
9338
+ .cds--tag .cds--ai-label .cds--ai-label__button--inline,
9043
9339
  .cds--tag .cds--slug .cds--slug__button--inline {
9044
9340
  color: currentColor;
9045
9341
  margin-inline-start: 0.0625rem;
9046
9342
  }
9047
9343
 
9344
+ .cds--tag .cds--ai-label .cds--ai-label__button--inline .cds--ai-label__text::before,
9048
9345
  .cds--tag .cds--slug .cds--slug__button--inline .cds--slug__text::before {
9049
9346
  background-color: currentColor;
9050
9347
  }
9051
9348
 
9349
+ .cds--tag .cds--ai-label .cds--ai-label__button--inline:hover,
9052
9350
  .cds--tag .cds--slug .cds--slug__button--inline:hover {
9053
9351
  border-color: currentColor;
9054
9352
  }
9055
9353
 
9354
+ .cds--tag--filter .cds--ai-label,
9056
9355
  .cds--tag--filter .cds--slug {
9057
9356
  min-inline-size: 2.00875rem;
9058
9357
  }
@@ -9117,6 +9416,10 @@ fieldset[disabled] .cds--form__helper-text {
9117
9416
  pointer-events: none;
9118
9417
  }
9119
9418
 
9419
+ .cds--list-box__wrapper {
9420
+ display: block;
9421
+ }
9422
+
9120
9423
  .cds--list-box__wrapper--inline {
9121
9424
  display: inline-grid;
9122
9425
  align-items: center;
@@ -9948,6 +10251,8 @@ fieldset[disabled] .cds--form__helper-text {
9948
10251
  text-overflow: ellipsis;
9949
10252
  }
9950
10253
 
10254
+ .cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator > *,
10255
+ .cds--list-box__wrapper--slug .cds--ai-label,
9951
10256
  .cds--list-box__wrapper--slug .cds--slug {
9952
10257
  position: absolute;
9953
10258
  inset-block-start: 50%;
@@ -9956,6 +10261,10 @@ fieldset[disabled] .cds--form__helper-text {
9956
10261
  transform: translateY(-50%);
9957
10262
  }
9958
10263
 
10264
+ .cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator > *::after,
10265
+ .cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator > *::before,
10266
+ .cds--list-box__wrapper--slug .cds--ai-label::after,
10267
+ .cds--list-box__wrapper--slug .cds--ai-label::before,
9959
10268
  .cds--list-box__wrapper--slug .cds--slug::after,
9960
10269
  .cds--list-box__wrapper--slug .cds--slug::before {
9961
10270
  position: absolute;
@@ -9965,39 +10274,56 @@ fieldset[disabled] .cds--form__helper-text {
9965
10274
  inline-size: 0.0625rem;
9966
10275
  }
9967
10276
 
10277
+ .cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator > *::before,
10278
+ .cds--list-box__wrapper--slug .cds--ai-label::before,
9968
10279
  .cds--list-box__wrapper--slug .cds--slug::before {
9969
10280
  display: none;
9970
10281
  inset-inline-start: -0.5625rem;
9971
10282
  }
9972
10283
 
10284
+ .cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator > *::after,
10285
+ .cds--list-box__wrapper--slug .cds--ai-label::after,
9973
10286
  .cds--list-box__wrapper--slug .cds--slug::after {
9974
10287
  display: block;
10288
+ inset-block-start: 0;
9975
10289
  inset-inline-end: -0.5625rem;
9976
10290
  }
9977
10291
 
10292
+ .cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator .cds--ai-label--revert::after,
10293
+ .cds--list-box__wrapper--slug .cds--ai-label--revert::after,
9978
10294
  .cds--list-box__wrapper--slug .cds--slug--revert::after {
9979
10295
  inset-block-start: 0.5rem;
9980
10296
  inset-inline-end: -0.0625rem;
9981
10297
  }
9982
10298
 
9983
- .cds--list-box__wrapper--slug .cds--list-box:not(:has(.cds--slug--revert)) {
10299
+ .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)),
10300
+ .cds--list-box__wrapper--slug .cds--list-box:has(.cds--ai-label):not(:has(.cds--ai-label--revert)),
10301
+ .cds--list-box__wrapper--slug .cds--list-box:has(.cds--slug):not(:has(.cds--slug--revert)) {
9984
10302
  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
10303
  border-block-end-color: var(--cds-ai-border-strong, #4589ff);
9986
10304
  }
9987
10305
 
10306
+ .cds--list-box__wrapper--decorator .cds--list-box input[role=combobox],
9988
10307
  .cds--list-box__wrapper--slug .cds--list-box input[role=combobox] {
9989
10308
  border-block-end-color: transparent;
9990
10309
  }
9991
10310
 
10311
+ .cds--list-box__wrapper--decorator .cds--list-box__field,
10312
+ .cds--list-box__wrapper--decorator .cds--text-input--empty,
9992
10313
  .cds--list-box__wrapper--slug .cds--list-box__field,
9993
10314
  .cds--list-box__wrapper--slug .cds--text-input--empty {
9994
10315
  padding-inline-end: 4rem;
9995
10316
  }
9996
10317
 
10318
+ .cds--list-box__wrapper--decorator .cds--text-input:not(.cds--text-input--empty),
9997
10319
  .cds--list-box__wrapper--slug .cds--text-input:not(.cds--text-input--empty) {
9998
10320
  padding-inline-end: 6rem;
9999
10321
  }
10000
10322
 
10323
+ .cds--list-box__wrapper--decorator .cds--list-box--invalid[data-invalid] .cds--text-input--empty,
10324
+ .cds--list-box__wrapper--decorator .cds--list-box--invalid[data-invalid] .cds--list-box__field,
10325
+ .cds--list-box__wrapper--decorator .cds--list-box--warning .cds--text-input--empty,
10326
+ .cds--list-box__wrapper--decorator .cds--list-box--warning .cds--list-box__field,
10001
10327
  .cds--list-box__wrapper--slug .cds--list-box--invalid[data-invalid] .cds--text-input--empty,
10002
10328
  .cds--list-box__wrapper--slug .cds--list-box--invalid[data-invalid] .cds--list-box__field,
10003
10329
  .cds--list-box__wrapper--slug .cds--list-box--warning .cds--text-input--empty,
@@ -10005,27 +10331,46 @@ fieldset[disabled] .cds--form__helper-text {
10005
10331
  padding-inline-end: 6rem;
10006
10332
  }
10007
10333
 
10334
+ .cds--list-box__wrapper--decorator .cds--list-box--invalid[data-invalid] .cds--text-input:not(.cds--text-input--empty),
10335
+ .cds--list-box__wrapper--decorator .cds--list-box--warning .cds--text-input:not(.cds--text-input--empty),
10008
10336
  .cds--list-box__wrapper--slug .cds--list-box--invalid[data-invalid] .cds--text-input:not(.cds--text-input--empty),
10009
10337
  .cds--list-box__wrapper--slug .cds--list-box--warning .cds--text-input:not(.cds--text-input--empty) {
10010
10338
  padding-inline-end: 8.8125rem;
10011
10339
  }
10012
10340
 
10341
+ .cds--list-box__wrapper--decorator .cds--list-box--invalid[data-invalid] .cds--text-input--empty + .cds--list-box__invalid-icon,
10342
+ .cds--list-box__wrapper--decorator .cds--list-box--invalid[data-invalid] .cds--list-box__invalid-icon,
10343
+ .cds--list-box__wrapper--decorator .cds--list-box--warning .cds--list-box__invalid-icon.cds--list-box__invalid-icon--warning,
10013
10344
  .cds--list-box__wrapper--slug .cds--list-box--invalid[data-invalid] .cds--text-input--empty + .cds--list-box__invalid-icon,
10014
10345
  .cds--list-box__wrapper--slug .cds--list-box--invalid[data-invalid] .cds--list-box__invalid-icon,
10015
10346
  .cds--list-box__wrapper--slug .cds--list-box--warning .cds--list-box__invalid-icon.cds--list-box__invalid-icon--warning {
10016
10347
  inset-inline-end: 5.1875rem;
10017
10348
  }
10018
10349
 
10350
+ .cds--list-box__wrapper--decorator .cds--list-box--invalid[data-invalid] > *::before,
10351
+ .cds--list-box__wrapper--decorator .cds--list-box--warning > *::before,
10352
+ .cds--list-box__wrapper--slug .cds--list-box--invalid[data-invalid] .cds--ai-label::before,
10353
+ .cds--list-box__wrapper--slug .cds--list-box--warning .cds--ai-label::before,
10354
+ .cds--list-box__wrapper--slug .cds--list-box--invalid[data-invalid] .cds--ai-label::before,
10355
+ .cds--list-box__wrapper--slug .cds--list-box--warning .cds--ai-label::before,
10019
10356
  .cds--list-box__wrapper--slug .cds--list-box--invalid[data-invalid] .cds--slug::before,
10020
10357
  .cds--list-box__wrapper--slug .cds--list-box--warning .cds--slug::before {
10021
10358
  display: block;
10022
10359
  }
10023
10360
 
10361
+ .cds--list-box__wrapper--decorator .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--ai-label,
10362
+ .cds--list-box__wrapper--decorator .cds--list-box--warning .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--ai-label,
10363
+ .cds--list-box__wrapper--slug .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--ai-label,
10364
+ .cds--list-box__wrapper--slug .cds--list-box--warning .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--ai-label,
10365
+ .cds--list-box__wrapper--slug .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--ai-label,
10366
+ .cds--list-box__wrapper--slug .cds--list-box--warning .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--ai-label,
10024
10367
  .cds--list-box__wrapper--slug .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--slug,
10025
10368
  .cds--list-box__wrapper--slug .cds--list-box--warning .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--slug {
10026
10369
  inset-inline-end: calc(4rem + 18px);
10027
10370
  }
10028
10371
 
10372
+ .cds--list-box__wrapper--decorator .cds--list-box--invalid .cds--list-box__field:has(.cds--list-box__selection) .cds--list-box__invalid-icon,
10373
+ .cds--list-box__wrapper--decorator .cds--list-box--warning .cds--list-box__field:has(.cds--list-box__selection) .cds--list-box__invalid-icon,
10029
10374
  .cds--list-box__wrapper--slug .cds--list-box--invalid .cds--list-box__field:has(.cds--list-box__selection) .cds--list-box__invalid-icon,
10030
10375
  .cds--list-box__wrapper--slug .cds--list-box--warning .cds--list-box__field:has(.cds--list-box__selection) .cds--list-box__invalid-icon {
10031
10376
  inset-inline-end: 7.25rem;
@@ -10075,10 +10420,12 @@ fieldset[disabled] .cds--form__helper-text {
10075
10420
  margin-inline-end: 2.0625rem;
10076
10421
  }
10077
10422
 
10423
+ .cds--list-box__wrapper--decorator:has(.cds--multi-select) .cds--list-box__menu-icon,
10078
10424
  .cds--list-box__wrapper--slug:has(.cds--multi-select) .cds--list-box__menu-icon {
10079
10425
  inset-inline-end: 0.75rem;
10080
10426
  }
10081
10427
 
10428
+ .cds--list-box__wrapper--decorator:has(.cds--dropdown) .cds--list-box__menu-icon,
10082
10429
  .cds--list-box__wrapper--slug:has(.cds--dropdown) .cds--list-box__menu-icon {
10083
10430
  inset-inline-end: 0.75rem;
10084
10431
  }
@@ -11174,11 +11521,14 @@ fieldset[disabled] .cds--form__helper-text {
11174
11521
  display: flex;
11175
11522
  }
11176
11523
 
11524
+ .cds--radio-button-group--slug legend.cds--label .cds--ai-label,
11525
+ .cds--radio-button-wrapper--slug .cds--radio-button__label-text .cds--ai-label,
11177
11526
  .cds--radio-button-group--slug legend.cds--label .cds--slug,
11178
11527
  .cds--radio-button-wrapper--slug .cds--radio-button__label-text .cds--slug {
11179
11528
  margin-inline-start: 0.5rem;
11180
11529
  }
11181
11530
 
11531
+ .cds--radio-button-wrapper--slug .cds--radio-button__label-text .cds--ai-label__button--inline,
11182
11532
  .cds--radio-button-wrapper--slug .cds--radio-button__label-text .cds--slug__button--inline {
11183
11533
  line-height: inherit;
11184
11534
  margin-block-start: -0.0625rem;
@@ -11951,12 +12301,14 @@ tr.cds--parent-row.cds--data-table--slug-row.cds--expandable-row:hover td:first-
11951
12301
  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
12302
  }
11953
12303
 
12304
+ .cds--table-column-slug .cds--ai-label,
11954
12305
  .cds--table-column-slug .cds--slug {
11955
12306
  position: absolute;
11956
12307
  z-index: 2;
11957
12308
  transform: translateY(-50%);
11958
12309
  }
11959
12310
 
12311
+ .cds--data-table--xl .cds--table-column-slug .cds--ai-label,
11960
12312
  .cds--data-table--xl .cds--table-column-slug .cds--slug {
11961
12313
  transform: translateY(1px);
11962
12314
  }
@@ -11966,6 +12318,7 @@ th .cds--table-header-label.cds--table-header-label--slug {
11966
12318
  align-items: center;
11967
12319
  }
11968
12320
 
12321
+ th .cds--table-header-label.cds--table-header-label--slug .cds--ai-label,
11969
12322
  th .cds--table-header-label.cds--table-header-label--slug .cds--slug {
11970
12323
  margin-inline-start: auto;
11971
12324
  }
@@ -13735,6 +14088,7 @@ th .cds--table-sort__flex {
13735
14088
  margin-inline: auto 0.5rem;
13736
14089
  }
13737
14090
 
14091
+ .cds--table-sort__header--slug .cds--ai-label,
13738
14092
  .cds--table-sort__header--slug .cds--slug {
13739
14093
  margin-inline-end: 0.5rem;
13740
14094
  }
@@ -14474,6 +14828,8 @@ th .cds--table-sort__flex {
14474
14828
  inline-size: 8.96875rem;
14475
14829
  }
14476
14830
 
14831
+ .cds--date-picker-input__wrapper--decorator .cds--date-picker-input-inner-wrapper--decorator > *,
14832
+ .cds--date-picker-input__wrapper--slug .cds--ai-label,
14477
14833
  .cds--date-picker-input__wrapper--slug .cds--slug {
14478
14834
  position: absolute;
14479
14835
  inset-block-start: 50%;
@@ -14481,7 +14837,13 @@ th .cds--table-sort__flex {
14481
14837
  transform: translateY(-50%);
14482
14838
  }
14483
14839
 
14484
- .cds--date-picker-input__wrapper--slug .cds--date-picker__input:not(:has(~ .cds--slug--revert)) {
14840
+ .cds--date-picker-input__wrapper--decorator .cds--date-picker-input-inner-wrapper--decorator:not(:has(.cds--ai-label)) > * {
14841
+ block-size: 1rem;
14842
+ }
14843
+
14844
+ .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)),
14845
+ .cds--date-picker-input__wrapper--slug .cds--date-picker__input:has(~ .cds--ai-label):not(:has(~ .cds--ai-label--revert)),
14846
+ .cds--date-picker-input__wrapper--slug .cds--date-picker__input:has(~ .cds--slug):not(:has(~ .cds--slug--revert)) {
14485
14847
  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
14848
  border-block-end-color: var(--cds-ai-border-strong, #4589ff);
14487
14849
  padding-inline-end: 4rem;
@@ -14583,6 +14945,9 @@ th .cds--table-sort__flex {
14583
14945
  grid-gap: 0 1.5rem;
14584
14946
  grid-template: auto/auto min-content;
14585
14947
  }
14948
+ .cds--dropdown__wrapper--inline:has(.cds--label.cds--visually-hidden) {
14949
+ grid-template: auto/auto;
14950
+ }
14586
14951
  .cds--dropdown__wrapper--inline .cds--label {
14587
14952
  font-size: var(--cds-body-compact-01-font-size, 0.875rem);
14588
14953
  font-weight: var(--cds-body-compact-01-font-weight, 400);
@@ -15932,30 +16297,49 @@ button.cds--dropdown-text:focus {
15932
16297
  }
15933
16298
  }
15934
16299
 
16300
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator > *,
16301
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--ai-label,
15935
16302
  .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--slug {
15936
16303
  inset-block-start: 2.625rem;
15937
16304
  }
15938
16305
 
16306
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--decorator .cds--list-box--warning .cds--list-box__wrapper--decorator-inner > *,
16307
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--decorator .cds--list-box--invalid .cds--list-box__wrapper--decorator-inner > *,
16308
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--list-box--warning .cds--ai-label,
16309
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--list-box--invalid .cds--ai-label,
16310
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--list-box--warning .cds--ai-label,
16311
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--list-box--invalid .cds--ai-label,
15939
16312
  .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--list-box--warning .cds--slug,
15940
16313
  .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--list-box--invalid .cds--slug {
15941
16314
  inset-inline-end: 2.5rem;
15942
16315
  }
15943
16316
 
16317
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--decorator .cds--list-box--warning button.cds--list-box__field,
16318
+ .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
16319
  .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--list-box--warning button.cds--list-box__field,
15945
16320
  .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
16321
  padding-inline-end: 4rem;
15947
16322
  }
15948
16323
 
16324
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--decorator .cds--list-box--warning .cds--text-input:not(.cds--text-input--empty),
16325
+ .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
16326
  .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--list-box--warning .cds--text-input:not(.cds--text-input--empty),
15950
16327
  .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
16328
  padding-inline-end: 5.5rem;
15952
16329
  }
15953
16330
 
16331
+ .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 > *,
16332
+ .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 > *,
16333
+ .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,
16334
+ .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,
16335
+ .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,
16336
+ .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
16337
  .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
16338
  .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
16339
  inset-inline-end: 4rem;
15957
16340
  }
15958
16341
 
16342
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--decorator .cds--text-input:not(.cds--text-input--empty),
15959
16343
  .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--text-input:not(.cds--text-input--empty) {
15960
16344
  padding-inline-end: 6rem;
15961
16345
  }
@@ -15982,6 +16366,10 @@ button.cds--dropdown-text:focus {
15982
16366
  inset-inline-end: 0.75rem;
15983
16367
  }
15984
16368
 
16369
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--decorator .cds--list-box--invalid[data-invalid] .cds--list-box__wrapper--decorator-inner > *::before,
16370
+ .cds--list-box__wrapper--decorator .cds--list-box--warning .cds--list-box__wrapper--decorator-inner > *::before,
16371
+ .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--list-box--invalid[data-invalid] .cds--ai-label::before,
16372
+ .cds--list-box__wrapper--slug .cds--list-box--warning .cds--ai-label::before,
15985
16373
  .cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--list-box--invalid[data-invalid] .cds--slug::before,
15986
16374
  .cds--list-box__wrapper--slug .cds--list-box--warning .cds--slug::before {
15987
16375
  display: none;
@@ -16293,16 +16681,19 @@ button.cds--dropdown-text:focus {
16293
16681
  border-inline-start-color: var(--cds-border-subtle);
16294
16682
  }
16295
16683
 
16684
+ .cds--date-picker--fluid .cds--date-picker-input__wrapper--slug .cds--ai-label,
16296
16685
  .cds--date-picker--fluid .cds--date-picker-input__wrapper--slug .cds--slug {
16297
16686
  inset-block-start: 2.6875rem;
16298
16687
  }
16299
16688
 
16300
- .cds--date-picker--fluid .cds--date-picker-input__wrapper--slug:not(:has(.cds--slug--revert)) {
16689
+ .cds--date-picker--fluid .cds--date-picker-input__wrapper--slug .cds--date-picker__input:has(~ .cds--ai-label):not(:has(~ .cds--ai-label--revert)),
16690
+ .cds--date-picker--fluid .cds--date-picker-input__wrapper--slug .cds--date-picker__input:has(~ .cds--slug):not(:has(~ .cds--slug--revert)) {
16301
16691
  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
16692
  border-block-end-color: var(--cds-ai-border-strong, #4589ff);
16303
16693
  }
16304
16694
 
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) {
16695
+ .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),
16696
+ .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
16697
  border-block-end-color: var(--cds-ai-border-strong, #4589ff);
16307
16698
  }
16308
16699
 
@@ -16496,10 +16887,12 @@ button.cds--dropdown-text:focus {
16496
16887
  display: none;
16497
16888
  }
16498
16889
 
16890
+ .cds--number__input-wrapper--decorator .cds--number__rule-divider,
16499
16891
  .cds--number__input-wrapper--slug .cds--number__rule-divider {
16500
16892
  display: none;
16501
16893
  }
16502
16894
 
16895
+ .cds--number__input-wrapper--decorator .cds--number__control-btn:hover,
16503
16896
  .cds--number__input-wrapper--slug .cds--number__control-btn:hover {
16504
16897
  box-shadow: 0 -1px 0 var(--cds-ai-border-strong, #4589ff) inset;
16505
16898
  }
@@ -16897,6 +17290,8 @@ button.cds--dropdown-text:focus {
16897
17290
  background-color: var(--cds-border-subtle);
16898
17291
  }
16899
17292
 
17293
+ .cds--number__input-wrapper--decorator .cds--number__input-inner-wrapper--decorator > *,
17294
+ .cds--number__input-wrapper--slug .cds--ai-label,
16900
17295
  .cds--number__input-wrapper--slug .cds--slug {
16901
17296
  position: absolute;
16902
17297
  inset-block-start: 50%;
@@ -16904,6 +17299,14 @@ button.cds--dropdown-text:focus {
16904
17299
  transform: translateY(-50%);
16905
17300
  }
16906
17301
 
17302
+ .cds--number__input-wrapper--decorator .cds--number__input-inner-wrapper--decorator:not(:has(.cds--ai-label)) > * {
17303
+ block-size: 1rem;
17304
+ }
17305
+
17306
+ .cds--number__input-wrapper--decorator .cds--number__input-inner-wrapper--decorator > *::before,
17307
+ .cds--number__input-wrapper--decorator .cds--number__control-btn::before,
17308
+ .cds--number__input-wrapper--decorator .cds--number__control-btn::after,
17309
+ .cds--number__input-wrapper--slug .cds--ai-label::before,
16907
17310
  .cds--number__input-wrapper--slug .cds--slug::before,
16908
17311
  .cds--number__input-wrapper--slug .cds--number__control-btn::before,
16909
17312
  .cds--number__input-wrapper--slug .cds--number__control-btn::after {
@@ -16914,6 +17317,8 @@ button.cds--dropdown-text:focus {
16914
17317
  inline-size: 0.0625rem;
16915
17318
  }
16916
17319
 
17320
+ .cds--number__input-wrapper--decorator .cds--number__input-inner-wrapper--decorator > *::before,
17321
+ .cds--number__input-wrapper--slug .cds--ai-label::before,
16917
17322
  .cds--number__input-wrapper--slug .cds--slug::before {
16918
17323
  display: none;
16919
17324
  inset-inline-start: -1rem;
@@ -16924,11 +17329,13 @@ button.cds--dropdown-text:focus {
16924
17329
  inset-inline-end: 0;
16925
17330
  }
16926
17331
 
17332
+ .cds--number__input-wrapper--decorator .cds--number__control-btn::before,
16927
17333
  .cds--number__input-wrapper--slug .cds--number__control-btn::before {
16928
17334
  display: block;
16929
17335
  inset-inline-end: 2.5rem;
16930
17336
  }
16931
17337
 
17338
+ .cds--number__input-wrapper--decorator .cds--number__control-btn:focus::before,
16932
17339
  .cds--number__input-wrapper--slug .cds--number__control-btn:focus::before {
16933
17340
  display: none;
16934
17341
  }
@@ -16939,6 +17346,7 @@ button.cds--dropdown-text:focus {
16939
17346
  inset-inline-end: 0;
16940
17347
  }
16941
17348
 
17349
+ .cds--number__input-wrapper:has(.cds--number__control-btn:hover) ~ .cds--number__input-wrapper--decorator::after,
16942
17350
  .cds--number__input-wrapper:has(.cds--number__control-btn:hover) ~ .cds--number__input-wrapper--slug::after {
16943
17351
  display: none;
16944
17352
  }
@@ -16948,20 +17356,28 @@ button.cds--dropdown-text:focus {
16948
17356
  display: none;
16949
17357
  }
16950
17358
 
17359
+ .cds--number__input-wrapper--decorator .cds--number__invalid,
16951
17360
  .cds--number__input-wrapper--slug .cds--number__invalid {
16952
17361
  inset-inline-end: 9rem;
16953
17362
  }
16954
17363
 
17364
+ .cds--number__input-wrapper--decorator:has(.cds--number__invalid) .cds--number__input-inner-wrapper--decorator > *::before,
17365
+ .cds--number__input-wrapper--slug:has(.cds--number__invalid) .cds--ai-label::before,
17366
+ .cds--number__input-wrapper--slug:has(.cds--number__invalid) .cds--ai-label::before,
16955
17367
  .cds--number__input-wrapper--slug:has(.cds--number__invalid) .cds--slug::before {
16956
17368
  display: block;
16957
17369
  }
16958
17370
 
17371
+ .cds--number .cds--number__input-wrapper--decorator input[data-invalid],
17372
+ .cds--number .cds--number__input-wrapper--decorator.cds--number__input-wrapper--warning input,
16959
17373
  .cds--number .cds--number__input-wrapper--slug input[data-invalid],
16960
17374
  .cds--number .cds--number__input-wrapper--slug.cds--number__input-wrapper--warning input {
16961
17375
  padding-inline-end: 9rem;
16962
17376
  }
16963
17377
 
16964
- .cds--number__input-wrapper--slug input[type=number]:not(:has(~ .cds--slug--revert)),
17378
+ .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)),
17379
+ .cds--number__input-wrapper--slug input[type=number]:has(~ .cds--ai-label):not(:has(~ .cds--ai-label--revert)),
17380
+ .cds--number__input-wrapper--slug input[type=number]:has(~ .cds--slug):not(:has(~ .cds--slug--revert)),
16965
17381
  .cds--number__input-wrapper--slug input[type=number]:disabled {
16966
17382
  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
17383
  border-block-end-color: var(--cds-ai-border-strong, #4589ff);
@@ -17214,22 +17630,33 @@ button.cds--dropdown-text:focus {
17214
17630
  background-color: transparent;
17215
17631
  }
17216
17632
 
17633
+ .cds--number-input--fluid .cds--number__input-wrapper--decorator .cds--number__input-inner-wrapper--decorator > *,
17634
+ .cds--number-input--fluid .cds--number__input-wrapper--slug .cds--ai-label,
17217
17635
  .cds--number-input--fluid .cds--number__input-wrapper--slug .cds--slug {
17218
17636
  inset-block-start: 2.6875rem;
17219
17637
  }
17220
17638
 
17639
+ .cds--number-input--fluid.cds--number-input--fluid--invalid .cds--number__input-wrapper--decorator .cds--number__input-inner-wrapper--decorator > *,
17640
+ .cds--number-input--fluid .cds--number__input-wrapper--decorator.cds--number__input-wrapper--warning .cds--number__input-inner-wrapper--decorator > *,
17641
+ .cds--number-input--fluid.cds--number-input--fluid--invalid .cds--number__input-wrapper--slug .cds--ai-label,
17642
+ .cds--number-input--fluid .cds--number__input-wrapper--slug.cds--number__input-wrapper--warning .cds--ai-label,
17221
17643
  .cds--number-input--fluid.cds--number-input--fluid--invalid .cds--number__input-wrapper--slug .cds--slug,
17222
17644
  .cds--number-input--fluid .cds--number__input-wrapper--slug.cds--number__input-wrapper--warning .cds--slug {
17223
17645
  inset-inline-end: 5.5rem;
17224
17646
  }
17225
17647
 
17648
+ .cds--number-input--fluid .cds--number__input-wrapper--decorator input,
17649
+ .cds--number-input--fluid.cds--number-input--fluid--invalid .cds--number__input-wrapper--decorator input[data-invalid],
17650
+ .cds--number-input--fluid .cds--number__input-wrapper--decorator.cds--number__input-wrapper--warning input,
17226
17651
  .cds--number-input--fluid .cds--number__input-wrapper--slug input,
17227
17652
  .cds--number-input--fluid.cds--number-input--fluid--invalid .cds--number__input-wrapper--slug input[data-invalid],
17228
17653
  .cds--number-input--fluid .cds--number__input-wrapper--slug.cds--number__input-wrapper--warning input {
17229
17654
  padding-inline-end: 7.5rem;
17230
17655
  }
17231
17656
 
17232
- .cds--number-input--fluid .cds--number__input-wrapper--slug:not(:has(.cds--slug--revert)) {
17657
+ .cds--number-input--fluid .cds--number__input-wrapper--decorator:has(.cds--ai-label):not(:has(.cds--ai-label--revert)),
17658
+ .cds--number-input--fluid .cds--number__input-wrapper--slug:has(.cds--ai-label):not(:has(.cds--ai-label--revert)),
17659
+ .cds--number-input--fluid .cds--number__input-wrapper--slug:has(.cds--slug):not(:has(.cds--slug--revert)) {
17233
17660
  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
17661
  border-block-end-color: var(--cds-ai-border-strong, #4589ff);
17235
17662
  }
@@ -17592,6 +18019,7 @@ optgroup.cds--select-optgroup:disabled,
17592
18019
  display: none;
17593
18020
  }
17594
18021
 
18022
+ .cds--select--slug .cds--ai-label,
17595
18023
  .cds--select--slug .cds--slug {
17596
18024
  position: absolute;
17597
18025
  inset-block-start: 50%;
@@ -17600,6 +18028,8 @@ optgroup.cds--select-optgroup:disabled,
17600
18028
  transform: translateY(-50%);
17601
18029
  }
17602
18030
 
18031
+ .cds--select--slug .cds--ai-label::after,
18032
+ .cds--select--slug .cds--ai-label::before,
17603
18033
  .cds--select--slug .cds--slug::after,
17604
18034
  .cds--select--slug .cds--slug::before {
17605
18035
  position: absolute;
@@ -17609,31 +18039,37 @@ optgroup.cds--select-optgroup:disabled,
17609
18039
  inline-size: 0.0625rem;
17610
18040
  }
17611
18041
 
18042
+ .cds--select--slug .cds--ai-label::before,
17612
18043
  .cds--select--slug .cds--slug::before {
17613
18044
  display: none;
17614
18045
  inset-inline-start: calc(-0.5rem - 1px);
17615
18046
  }
17616
18047
 
18048
+ .cds--select--slug .cds--ai-label::after,
17617
18049
  .cds--select--slug .cds--slug::after {
17618
18050
  display: block;
17619
18051
  inset-inline-end: calc(-0.5rem - 1px);
17620
18052
  }
17621
18053
 
18054
+ .cds--select--slug .cds--ai-label--revert::after,
17622
18055
  .cds--select--slug .cds--slug--revert::after {
17623
18056
  inset-block-start: 0.5rem;
17624
18057
  inset-inline-end: -0.0625rem;
17625
18058
  }
17626
18059
 
17627
- .cds--select--slug .cds--select-input:not(:has(~ .cds--slug--revert)) {
18060
+ .cds--select--slug .cds--select-input:has(~ .cds--ai-label):not(:has(~ .cds--ai-label--revert)),
18061
+ .cds--select--slug .cds--select-input:has(~ .cds--slug):not(:has(~ .cds--slug--revert)) {
17628
18062
  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
18063
  border-block-end-color: var(--cds-ai-border-strong, #4589ff);
17630
18064
  padding-inline-end: 4rem;
17631
18065
  }
17632
18066
 
17633
- .cds--select--slug:has(.cds--select__invalid-icon) .cds--select-input:not(:has(~ .cds--slug--revert)) {
18067
+ .cds--select--slug:has(.cds--select__invalid-icon) .cds--select-input:has(~ .cds--ai-label):not(:has(~ .cds--ai-label--revert)),
18068
+ .cds--select--slug:has(.cds--select__invalid-icon) .cds--select-input:has(~ .cds--slug):not(:has(~ .cds--slug--revert)) {
17634
18069
  padding-inline-end: 6rem;
17635
18070
  }
17636
18071
 
18072
+ .cds--select--slug:has(.cds--select__invalid-icon) .cds--ai-label::before,
17637
18073
  .cds--select--slug:has(.cds--select__invalid-icon) .cds--slug::before {
17638
18074
  display: block;
17639
18075
  }
@@ -17792,6 +18228,7 @@ optgroup.cds--select-optgroup:disabled,
17792
18228
  fill: var(--cds-icon-disabled, rgba(22, 22, 22, 0.25));
17793
18229
  }
17794
18230
 
18231
+ .cds--select--fluid .cds--select--slug .cds--ai-label,
17795
18232
  .cds--select--fluid .cds--select--slug .cds--slug {
17796
18233
  inset-block-start: 2.625rem;
17797
18234
  inset-inline-end: 2.5rem;
@@ -17801,6 +18238,7 @@ optgroup.cds--select-optgroup:disabled,
17801
18238
  padding-inline-end: 4rem;
17802
18239
  }
17803
18240
 
18241
+ .cds--select--fluid .cds--select--slug:has(.cds--select__invalid-icon) .cds--ai-label::before,
17804
18242
  .cds--select--fluid .cds--select--slug:has(.cds--select__invalid-icon) .cds--slug::before {
17805
18243
  display: none;
17806
18244
  }
@@ -17936,34 +18374,55 @@ optgroup.cds--select-optgroup:disabled,
17936
18374
  border-block-end-color: var(--cds-border-subtle);
17937
18375
  }
17938
18376
 
18377
+ .cds--text-area__wrapper--decorator .cds--text-area__inner-wrapper--decorator > *,
18378
+ .cds--text-area__wrapper--slug .cds--ai-label,
17939
18379
  .cds--text-area__wrapper--slug .cds--slug {
17940
18380
  position: absolute;
17941
18381
  inset-block-start: 0.75rem;
17942
18382
  inset-inline-end: 1rem;
17943
18383
  }
17944
18384
 
18385
+ .cds--text-area__wrapper--decorator .cds--ai-label.cds--ai-label--revert,
18386
+ .cds--text-area__wrapper--slug .cds--ai-label.cds--ai-label--revert,
17945
18387
  .cds--text-area__wrapper--slug .cds--slug.cds--slug--revert {
17946
18388
  inset-block-start: 0.25rem;
17947
18389
  inset-inline-end: 0.5rem;
17948
18390
  transform: translate(0);
17949
18391
  }
17950
18392
 
17951
- .cds--text-area__wrapper--slug .cds--text-area:not(:has(~ .cds--slug--revert)) {
18393
+ .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)),
18394
+ .cds--text-area__wrapper--slug .cds--text-area:has(~ .cds--ai-label):not(:has(~ .cds--ai-label--revert)),
18395
+ .cds--text-area__wrapper--slug .cds--text-area:has(~ .cds--slug):not(:has(~ .cds--slug--revert)) {
17952
18396
  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
18397
  border-block-end-color: var(--cds-ai-border-strong, #4589ff);
18398
+ }
18399
+
18400
+ .cds--text-area__wrapper--decorator .cds--text-area:has(~ .cds--text-area__inner-wrapper--decorator > *),
18401
+ .cds--text-area__wrapper--slug .cds--text-area:has(~ .cds--ai-label),
18402
+ .cds--text-area__wrapper--slug .cds--text-area:has(~ .cds--slug) {
17954
18403
  padding-inline-end: 2.5rem;
17955
18404
  }
17956
18405
 
18406
+ .cds--text-area--invalid:has(~ .cds--text-area__inner-wrapper--decorator > *),
18407
+ .cds--text-area--warn:has(~ .cds--text-area__inner-wrapper--decorator > *),
18408
+ .cds--text-area--invalid:has(~ .cds--ai-label),
18409
+ .cds--text-area--warn:has(~ .cds--ai-label),
17957
18410
  .cds--text-area--invalid:has(~ .cds--slug),
17958
18411
  .cds--text-area--warn:has(~ .cds--slug) {
17959
18412
  padding-inline-end: 4rem;
17960
18413
  }
17961
18414
 
18415
+ .cds--text-area--invalid ~ .cds--text-area__inner-wrapper--decorator > *,
18416
+ .cds--text-area--warn ~ .cds--text-area__inner-wrapper--decorator > *,
18417
+ .cds--text-area--invalid ~ .cds--ai-label,
18418
+ .cds--text-area--warn ~ .cds--ai-label,
17962
18419
  .cds--text-area--invalid ~ .cds--slug,
17963
18420
  .cds--text-area--warn ~ .cds--slug {
17964
18421
  inset-inline-end: 2.5rem;
17965
18422
  }
17966
18423
 
18424
+ .cds--text-area--invalid ~ .cds--ai-label.cds--ai-label--revert,
18425
+ .cds--text-area--warn ~ .cds--ai-label.cds--ai-label--revert,
17967
18426
  .cds--text-area--invalid ~ .cds--slug.cds--slug--revert,
17968
18427
  .cds--text-area--warn ~ .cds--slug.cds--slug--revert {
17969
18428
  inset-inline-end: 2rem;
@@ -18175,16 +18634,23 @@ optgroup.cds--select-optgroup:disabled,
18175
18634
  inline-size: 80%;
18176
18635
  }
18177
18636
 
18178
- .cds--text-area--fluid .cds--text-area__wrapper--slug:not(:has(~ .cds--slug--revert)) {
18637
+ .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)),
18638
+ .cds--text-area--fluid .cds--text-area__wrapper--slug:has(.cds--ai-label):not(:has(.cds--ai-label--revert)),
18639
+ .cds--text-area--fluid .cds--text-area__wrapper--slug:has(.cds--slug):not(:has(.cds--slug--revert)) {
18179
18640
  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
18641
  border-block-end-color: var(--cds-ai-border-strong, #4589ff);
18181
18642
  }
18182
18643
 
18644
+ .cds--text-area--fluid .cds--text-area__wrapper--decorator .cds--text-area--invalid ~ .cds--text-area__inner-wrapper--decorator > *,
18645
+ .cds--text-area--fluid .cds--text-area__wrapper--decorator .cds--text-area--warn ~ .cds--text-area__inner-wrapper--decorator > *,
18646
+ .cds--text-area--fluid .cds--text-area__wrapper--slug .cds--text-area--invalid ~ .cds--ai-label,
18647
+ .cds--text-area--fluid .cds--text-area__wrapper--slug .cds--text-area--warn ~ .cds--ai-label,
18183
18648
  .cds--text-area--fluid .cds--text-area__wrapper--slug .cds--text-area--invalid ~ .cds--slug,
18184
18649
  .cds--text-area--fluid .cds--text-area__wrapper--slug .cds--text-area--warn ~ .cds--slug {
18185
18650
  inset-inline-end: 1rem;
18186
18651
  }
18187
18652
 
18653
+ .cds--text-area--fluid .cds--text-area__wrapper--decorator .cds--text-area--invalid,
18188
18654
  .cds--text-area--fluid .cds--text-area__wrapper--slug .cds--text-area--invalid {
18189
18655
  border-block-end-color: transparent;
18190
18656
  }
@@ -18358,15 +18824,24 @@ optgroup.cds--select-optgroup:disabled,
18358
18824
  inset-inline-start: 1rem;
18359
18825
  }
18360
18826
 
18827
+ .cds--text-input--fluid .cds--text-input__field-wrapper--decorator .cds--text-input__field-inner-wrapper--decorator > *,
18828
+ .cds--text-input--fluid .cds--text-input__field-wrapper--slug .cds--ai-label,
18361
18829
  .cds--text-input--fluid .cds--text-input__field-wrapper--slug .cds--slug {
18362
18830
  inset-block-start: 2.625rem;
18363
18831
  }
18364
18832
 
18833
+ .cds--text-input--fluid .cds--text-input--invalid ~ .cds--text-input__field-inner-wrapper--decorator > *,
18834
+ .cds--text-input--fluid .cds--text-input--warning ~ .cds--text-input__field-inner-wrapper--decorator > *,
18835
+ .cds--text-input--fluid .cds--text-input--invalid ~ .cds--ai-label,
18836
+ .cds--text-input--fluid .cds--text-input--warning ~ .cds--ai-label,
18365
18837
  .cds--text-input--fluid .cds--text-input--invalid ~ .cds--slug,
18366
18838
  .cds--text-input--fluid .cds--text-input--warning ~ .cds--slug {
18367
18839
  inset-inline-end: 1rem;
18368
18840
  }
18369
18841
 
18842
+ .cds--text-input--fluid .cds--text-input__field-wrapper--decorator .cds--text-input,
18843
+ .cds--text-input--fluid .cds--text-input__field-wrapper--decorator .cds--text-input--invalid,
18844
+ .cds--text-input--fluid .cds--text-input__field-wrapper--decorator .cds--text-input--warning,
18370
18845
  .cds--text-input--fluid .cds--text-input__field-wrapper--slug .cds--text-input,
18371
18846
  .cds--text-input--fluid .cds--text-input__field-wrapper--slug .cds--text-input--invalid,
18372
18847
  .cds--text-input--fluid .cds--text-input__field-wrapper--slug .cds--text-input--warning {
@@ -19051,6 +19526,9 @@ optgroup.cds--select-optgroup:disabled,
19051
19526
  margin: 0;
19052
19527
  block-size: 4rem;
19053
19528
  max-inline-size: none;
19529
+ }
19530
+
19531
+ .cds--modal-footer .cds--btn:not(.cds--skeleton) {
19054
19532
  padding-block: 0.875rem 2rem;
19055
19533
  }
19056
19534
 
@@ -19128,6 +19606,9 @@ optgroup.cds--select-optgroup:disabled,
19128
19606
  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);
19129
19607
  }
19130
19608
 
19609
+ .cds--modal-header > .cds--ai-label:has(+ .cds--modal-close-button),
19610
+ .cds--modal-header > .cds--modal-close-button ~ .cds--ai-label,
19611
+ .cds--modal--slug .cds--modal-container-body > .cds--ai-label,
19131
19612
  .cds--modal-header > .cds--slug:has(+ .cds--modal-close-button),
19132
19613
  .cds--modal-header > .cds--modal-close-button ~ .cds--slug,
19133
19614
  .cds--modal--slug .cds--modal-container-body > .cds--slug {
@@ -23434,6 +23915,8 @@ span.cds--pagination__text.cds--pagination__items-count {
23434
23915
  fill: var(--cds-icon-disabled, rgba(22, 22, 22, 0.25));
23435
23916
  }
23436
23917
 
23918
+ .cds--tile > .cds--ai-label,
23919
+ .cds--tile--expandable > div > .cds--ai-label,
23437
23920
  .cds--tile > .cds--slug,
23438
23921
  .cds--tile--expandable > div > .cds--slug,
23439
23922
  .cds--tile--clickable .cds--tile--slug-icon {
@@ -23442,19 +23925,23 @@ span.cds--pagination__text.cds--pagination__items-count {
23442
23925
  inset-inline-end: 1rem;
23443
23926
  }
23444
23927
 
23928
+ .cds--tile.cds--tile--selectable > .cds--ai-label,
23445
23929
  .cds--tile.cds--tile--selectable > .cds--slug {
23446
23930
  inset-inline-end: 2.5rem;
23447
23931
  }
23448
23932
 
23933
+ .cds--tile.cds--tile--selectable.cds--tile--radio > .cds--ai-label,
23449
23934
  .cds--tile.cds--tile--selectable.cds--tile--radio > .cds--slug {
23450
23935
  inset-inline-end: 1rem;
23451
23936
  transition: inset-inline-end 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
23452
23937
  }
23453
23938
 
23939
+ .cds--tile.cds--tile--selectable.cds--tile--radio.cds--tile--is-selected > .cds--ai-label,
23454
23940
  .cds--tile.cds--tile--selectable.cds--tile--radio.cds--tile--is-selected > .cds--slug {
23455
23941
  inset-inline-end: 2.5rem;
23456
23942
  }
23457
23943
 
23944
+ .cds--tile.cds--tile--clickable > .cds--ai-label,
23458
23945
  .cds--tile.cds--tile--clickable > .cds--slug {
23459
23946
  pointer-events: none;
23460
23947
  }
@@ -23526,19 +24013,23 @@ span.cds--pagination__text.cds--pagination__items-count {
23526
24013
  .cds--tile--slug.cds--tile--selectable .cds--tile-content,
23527
24014
  .cds--tile--slug.cds--tile--clickable .cds--tile-content,
23528
24015
  .cds--tile--slug.cds--tile--selectable > .cds--tile__checkmark,
24016
+ .cds--tile--slug.cds--tile--is-selected .cds--ai-label,
23529
24017
  .cds--tile--slug.cds--tile--is-selected .cds--slug {
23530
24018
  z-index: 1;
23531
24019
  }
23532
24020
 
24021
+ .cds--tile--slug.cds--tile--selectable .cds--ai-label:has(> .cds--popover--open),
23533
24022
  .cds--tile--slug.cds--tile--selectable .cds--slug:has(> .cds--popover--open) {
23534
24023
  z-index: 2;
23535
24024
  }
23536
24025
 
24026
+ .cds--tile--slug.cds--tile--selectable > .cds--ai-label,
23537
24027
  .cds--tile--slug.cds--tile--selectable > .cds--slug,
23538
24028
  .cds--tile--slug.cds--tile--selectable > .cds--tile__checkmark {
23539
24029
  z-index: 1;
23540
24030
  }
23541
24031
 
24032
+ .cds--tile--expandable:has(.cds--ai-label > .cds--popover--open),
23542
24033
  .cds--tile--expandable:has(.cds--slug > .cds--popover--open) {
23543
24034
  overflow: visible;
23544
24035
  }
@@ -23742,9 +24233,16 @@ span.cds--pagination__text.cds--pagination__items-count {
23742
24233
  }
23743
24234
  }
23744
24235
 
23745
- .cds--toggle__button:focus + .cds--toggle__label .cds--toggle__switch,
23746
- .cds--toggle:not(.cds--toggle--disabled):active .cds--toggle__switch {
23747
- box-shadow: 0 0 0 1px var(--cds-focus-inset, #ffffff), 0 0 0 3px var(--cds-focus, #0f62fe);
24236
+ .cds--toggle__button:focus + .cds--toggle__label .cds--toggle__switch::after,
24237
+ .cds--toggle:not(.cds--toggle--disabled):active .cds--toggle__switch::after {
24238
+ display: block;
24239
+ border: 2px solid var(--cds-focus, #0f62fe);
24240
+ border-radius: 1rem;
24241
+ block-size: calc(100% + 0.375rem);
24242
+ content: "";
24243
+ inline-size: calc(100% + 0.375rem);
24244
+ margin-block-start: -0.1875rem;
24245
+ margin-inline-start: -0.1875rem;
23748
24246
  }
23749
24247
 
23750
24248
  .cds--toggle__switch--checked {