@carbon/ibm-products 2.40.0 → 2.40.1-canary.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. package/css/index-full-carbon.css +36 -34
  2. package/css/index-full-carbon.css.map +1 -1
  3. package/css/index-full-carbon.min.css +1 -1
  4. package/css/index-full-carbon.min.css.map +1 -1
  5. package/css/index-without-carbon.css +36 -34
  6. package/css/index-without-carbon.css.map +1 -1
  7. package/css/index-without-carbon.min.css +1 -1
  8. package/css/index-without-carbon.min.css.map +1 -1
  9. package/css/index.css +699 -34
  10. package/css/index.css.map +1 -1
  11. package/css/index.min.css +1 -1
  12. package/css/index.min.css.map +1 -1
  13. package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +3 -3
  14. package/es/components/ConditionBuilder/ConditionBuilder.js +6 -1
  15. package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +3 -3
  16. package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +1 -1
  17. package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +2 -2
  18. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +3 -3
  19. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +1 -1
  20. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +1 -1
  21. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ConditionBuilderItemOption.js +30 -18
  22. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +3 -3
  23. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +7 -7
  24. package/es/components/ConditionBuilder/ConditionConnector/ConditionConnector.js +6 -6
  25. package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +11 -11
  26. package/es/components/ConditionBuilder/utils/checkForHoldingKey.d.ts +1 -0
  27. package/es/components/ConditionBuilder/utils/checkForHoldingKey.js +16 -0
  28. package/es/components/ConditionBuilder/utils/handleKeyboardEvents.d.ts +1 -0
  29. package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +125 -0
  30. package/es/components/ConditionBuilder/utils/util.d.ts +1 -1
  31. package/es/components/ConditionBuilder/utils/util.js +34 -5
  32. package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +3 -4
  33. package/es/components/TagOverflow/TagOverflow.js +35 -20
  34. package/es/components/TagOverflow/TagOverflowModal.d.ts +3 -1
  35. package/es/components/TagOverflow/TagOverflowModal.js +14 -20
  36. package/es/components/TagOverflow/TagOverflowPopover.js +19 -4
  37. package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +3 -3
  38. package/lib/components/ConditionBuilder/ConditionBuilder.js +6 -1
  39. package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +3 -3
  40. package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +1 -1
  41. package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +2 -2
  42. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +3 -3
  43. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +1 -1
  44. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +1 -1
  45. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ConditionBuilderItemOption.js +29 -17
  46. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +3 -3
  47. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +7 -7
  48. package/lib/components/ConditionBuilder/ConditionConnector/ConditionConnector.js +6 -6
  49. package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +11 -11
  50. package/lib/components/ConditionBuilder/utils/checkForHoldingKey.d.ts +1 -0
  51. package/lib/components/ConditionBuilder/utils/checkForHoldingKey.js +20 -0
  52. package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.d.ts +1 -0
  53. package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +129 -0
  54. package/lib/components/ConditionBuilder/utils/util.d.ts +1 -1
  55. package/lib/components/ConditionBuilder/utils/util.js +36 -4
  56. package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +3 -4
  57. package/lib/components/TagOverflow/TagOverflow.js +34 -19
  58. package/lib/components/TagOverflow/TagOverflowModal.d.ts +3 -1
  59. package/lib/components/TagOverflow/TagOverflowModal.js +14 -20
  60. package/lib/components/TagOverflow/TagOverflowPopover.js +19 -4
  61. package/package.json +2 -2
  62. package/scss/components/ConditionBuilder/styles/_conditionBuilderCondition.scss +4 -4
  63. package/scss/components/ConditionBuilder/styles/_conditionBuilderItem.scss +34 -34
  64. package/scss/components/TagOverflow/_tag-overflow.scss +5 -2
  65. package/scss/components/_index-with-carbon.scss +1 -0
package/css/index.css CHANGED
@@ -22268,6 +22268,10 @@ th.c4p--datagrid__select-all-toggle-on.button {
22268
22268
  max-width: 3rem;
22269
22269
  }
22270
22270
 
22271
+ .cds--popover .cds--popover-content {
22272
+ white-space: normal;
22273
+ }
22274
+
22271
22275
  .c4p--tag-overflow-popover {
22272
22276
  display: inline-block;
22273
22277
  vertical-align: bottom;
@@ -22328,8 +22332,6 @@ th.c4p--datagrid__select-all-toggle-on.button {
22328
22332
  margin: 0;
22329
22333
  background-color: inherit;
22330
22334
  color: inherit;
22331
- text-overflow: ellipsis;
22332
- white-space: nowrap;
22333
22335
  }
22334
22336
  .c4p--tag-overflow-popover__el .c4p--tag-overflow-popover__tag .cds--tag__close-icon {
22335
22337
  padding: 0;
@@ -23235,14 +23237,14 @@ html .c4p--filter-panel-accordion-item .cds--accordion__content {
23235
23237
  letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
23236
23238
  }
23237
23239
 
23238
- .c4p--condition-builder__condition-builder-item__content {
23240
+ .c4p--condition-builder__item__content {
23239
23241
  overflow: auto;
23240
23242
  min-width: 12rem;
23241
23243
  max-width: 20rem;
23242
23244
  max-height: 22rem;
23243
23245
  }
23244
23246
 
23245
- .c4p--condition-builder__condition-builder-item__title {
23247
+ .c4p--condition-builder__item__title {
23246
23248
  font-size: var(--cds-heading-01-font-size, 0.875rem);
23247
23249
  font-weight: var(--cds-heading-01-font-weight, 600);
23248
23250
  line-height: var(--cds-heading-01-line-height, 1.42857);
@@ -23250,28 +23252,28 @@ html .c4p--filter-panel-accordion-item .cds--accordion__content {
23250
23252
  padding: 1rem;
23251
23253
  }
23252
23254
 
23253
- .c4p--condition-builder__condition-builder-item-option__search {
23255
+ .c4p--condition-builder__item-option__search {
23254
23256
  padding-block-end: 1rem;
23255
23257
  padding-inline: 1rem;
23256
23258
  }
23257
23259
 
23258
- .c4p--condition-builder__condition-builder-item-option__option {
23260
+ .c4p--condition-builder__item-option__option {
23259
23261
  height: 2rem;
23260
23262
  cursor: pointer;
23261
23263
  padding-inline: 1rem;
23262
23264
  }
23263
23265
 
23264
- .c4p--condition-builder__condition-builder-item-option__option:hover {
23266
+ .c4p--condition-builder__item-option__option:hover {
23265
23267
  background-color: var(--cds-layer-hover);
23266
23268
  }
23267
23269
 
23268
- .c4p--condition-builder__condition-builder-item-option__option-content {
23270
+ .c4p--condition-builder__item-option__option-content {
23269
23271
  display: flex;
23270
23272
  height: 100%;
23271
23273
  align-items: center;
23272
23274
  }
23273
23275
 
23274
- .c4p--condition-builder__condition-builder-item-option__option-label {
23276
+ .c4p--condition-builder__item-option__option-label {
23275
23277
  display: flex;
23276
23278
  overflow: hidden;
23277
23279
  align-items: center;
@@ -23280,42 +23282,42 @@ html .c4p--filter-panel-accordion-item .cds--accordion__content {
23280
23282
  white-space: nowrap;
23281
23283
  }
23282
23284
 
23283
- .c4p--condition-builder__condition-builder-item-option > ul[aria-multiSelectable=true] .c4p--condition-builder__condition-builder-item-option__option-label {
23285
+ .c4p--condition-builder__item-option > ul[aria-multiSelectable=true] .c4p--condition-builder__item-option__option-label {
23284
23286
  justify-content: center;
23285
23287
  }
23286
23288
 
23287
- .c4p--condition-builder__condition-builder-item-option__option:not(:first-of-type) .c4p--condition-builder__condition-builder-item-option__option-content {
23289
+ .c4p--condition-builder__item-option__option:not(:first-of-type) .c4p--condition-builder__item-option__option-content {
23288
23290
  border-block-start: 0.0625rem solid var(--cds-border-subtle);
23289
23291
  }
23290
23292
 
23291
- .c4p--condition-builder__condition-builder-item-option__option:hover .c4p--condition-builder__condition-builder-item-option__option-content,
23292
- .c4p--condition-builder__condition-builder-item-option__option[aria-selected=true] .c4p--condition-builder__condition-builder-item-option__option-content,
23293
- .c4p--condition-builder__condition-builder-item-option__option:hover + .c4p--condition-builder__condition-builder-item-option__option .c4p--condition-builder__condition-builder-item-option__option-content,
23294
- .c4p--condition-builder__condition-builder-item-option__option[aria-selected=true] + .c4p--condition-builder__condition-builder-item-option__option .c4p--condition-builder__condition-builder-item-option__option-content {
23293
+ .c4p--condition-builder__item-option__option:hover .c4p--condition-builder__item-option__option-content,
23294
+ .c4p--condition-builder__item-option__option[aria-selected=true] .c4p--condition-builder__item-option__option-content,
23295
+ .c4p--condition-builder__item-option__option:hover + .c4p--condition-builder__item-option__option .c4p--condition-builder__item-option__option-content,
23296
+ .c4p--condition-builder__item-option__option[aria-selected=true] + .c4p--condition-builder__item-option__option .c4p--condition-builder__item-option__option-content {
23295
23297
  border-block-start-color: transparent;
23296
23298
  }
23297
23299
 
23298
- .c4p--condition-builder__condition-builder-item-option__option[aria-selected=true] {
23300
+ .c4p--condition-builder__item-option__option[aria-selected=true] {
23299
23301
  background-color: var(--cds-layer-selected);
23300
23302
  }
23301
23303
 
23302
- .c4p--condition-builder__condition-builder-item-option__option[aria-selected=true]:hover {
23304
+ .c4p--condition-builder__item-option__option[aria-selected=true]:hover {
23303
23305
  background-color: var(--cds-layer-selected-hover);
23304
23306
  }
23305
23307
 
23306
- .c4p--condition-builder__condition-builder-item-date,
23307
- .c4p--condition-builder__condition-builder-item-text,
23308
- .c4p--condition-builder__condition-builder-item-number,
23309
- c4p--condition-builder__condition-builder-item-time {
23308
+ .c4p--condition-builder__item-date,
23309
+ .c4p--condition-builder__item-text,
23310
+ .c4p--condition-builder__item-number,
23311
+ c4p--condition-builder__item-time {
23310
23312
  padding-block-end: 1rem;
23311
23313
  padding-inline: 1rem;
23312
23314
  }
23313
23315
 
23314
- .c4p--condition-builder__condition-builder-checkmark {
23316
+ .c4p--condition-builder__checkmark {
23315
23317
  margin-left: auto;
23316
23318
  }
23317
23319
 
23318
- .c4p--condition-builder__condition-builder-button {
23320
+ .c4p--condition-builder__button {
23319
23321
  box-sizing: border-box;
23320
23322
  padding: 0;
23321
23323
  border: 0;
@@ -23341,16 +23343,16 @@ c4p--condition-builder__condition-builder-item-time {
23341
23343
  padding-inline: 0.5rem;
23342
23344
  white-space: nowrap;
23343
23345
  }
23344
- .c4p--condition-builder__condition-builder-button *,
23345
- .c4p--condition-builder__condition-builder-button *::before,
23346
- .c4p--condition-builder__condition-builder-button *::after {
23346
+ .c4p--condition-builder__button *,
23347
+ .c4p--condition-builder__button *::before,
23348
+ .c4p--condition-builder__button *::after {
23347
23349
  box-sizing: inherit;
23348
23350
  }
23349
- .c4p--condition-builder__condition-builder-button::-moz-focus-inner {
23351
+ .c4p--condition-builder__button::-moz-focus-inner {
23350
23352
  border: 0;
23351
23353
  }
23352
23354
 
23353
- .c4p--condition-builder__condition-builder-button:hover {
23355
+ .c4p--condition-builder__button:hover {
23354
23356
  background-color: var(--cds-layer-hover);
23355
23357
  }
23356
23358
 
@@ -23358,14 +23360,14 @@ c4p--condition-builder__condition-builder-item-time {
23358
23360
  background-color: var(--cds-layer-hover);
23359
23361
  }
23360
23362
 
23361
- .c4p--condition-builder__condition-builder-button:focus {
23363
+ .c4p--condition-builder__button:focus {
23362
23364
  outline: 2px solid var(--cds-focus, #0f62fe);
23363
23365
  outline-offset: -2px;
23364
23366
  content: "";
23365
23367
  inset: 0;
23366
23368
  }
23367
23369
  @media screen and (prefers-contrast) {
23368
- .c4p--condition-builder__condition-builder-button:focus {
23370
+ .c4p--condition-builder__button:focus {
23369
23371
  outline-style: dotted;
23370
23372
  }
23371
23373
  }
@@ -23406,12 +23408,12 @@ c4p--condition-builder__condition-builder-item-time {
23406
23408
  margin-left: auto;
23407
23409
  }
23408
23410
 
23409
- .c4p--condition-builder__condition-builder-item-option__option:focus {
23411
+ .c4p--condition-builder__item-option__option:focus {
23410
23412
  outline: 2px solid var(--cds-focus, #0f62fe);
23411
23413
  outline-offset: -2px;
23412
23414
  }
23413
23415
  @media screen and (prefers-contrast) {
23414
- .c4p--condition-builder__condition-builder-item-option__option:focus {
23416
+ .c4p--condition-builder__item-option__option:focus {
23415
23417
  outline-style: dotted;
23416
23418
  }
23417
23419
  }
@@ -23447,13 +23449,13 @@ c4p--condition-builder__condition-builder-item-time {
23447
23449
  }
23448
23450
  }
23449
23451
 
23450
- .c4p--condition-builder__condition-builder-condition__deletion-preview .c4p--condition-builder__condition-builder-button:not(.c4p--condition-builder__statement-button,
23452
+ .c4p--condition-builder__condition__deletion-preview .c4p--condition-builder__button:not(.c4p--condition-builder__statement-button,
23451
23453
  .c4p--condition-builder__connector-button) {
23452
23454
  background-color: var(--cds-tag-background-red, #ffd7d9);
23453
23455
  color: var(--cds-tag-color-red, #750e13);
23454
23456
  }
23455
23457
 
23456
- .c4p--condition-builder__condition-builder-condition__deletion-preview .c4p--condition-builder__condition-builder-button:not(.c4p--condition-builder__statement-button,
23458
+ .c4p--condition-builder__condition__deletion-preview .c4p--condition-builder__button:not(.c4p--condition-builder__statement-button,
23457
23459
  .c4p--condition-builder__connector-button):hover {
23458
23460
  background-color: var(--cds-tag-hover-red, #ffc2c5);
23459
23461
  }
@@ -23597,4 +23599,667 @@ c4p--condition-builder__condition-builder-item-time {
23597
23599
  cursor: default;
23598
23600
  }
23599
23601
 
23602
+ /**
23603
+ * The Guidebanner specifically is theme-agnostic, and so we have to
23604
+ * use color tokens to keep the colors static instead of theme tokens
23605
+ * that will change depending on the selected theme.
23606
+ *
23607
+ * Because of this, we are triggering a *large* amount of linting errors.
23608
+ * So, we're adding a few "disable" rules for the file instead of 60
23609
+ * individual rules.
23610
+ */
23611
+ /* stylelint-disable carbon/layout-token-use */
23612
+ /* stylelint-disable carbon/motion-duration-use */
23613
+ /* stylelint-disable carbon/theme-token-use */
23614
+ /* stylelint-disable declaration-no-important */
23615
+ /* stylelint-disable function-no-unknown */
23616
+ /* stylelint-disable max-nesting-depth */
23617
+ .c4p--guidebanner {
23618
+ --cds-ai-aura-end: rgba(0, 0, 0, 0);
23619
+ --cds-ai-aura-hover-background: #333333;
23620
+ --cds-ai-aura-hover-end: rgba(0, 0, 0, 0);
23621
+ --cds-ai-aura-hover-start: rgba(69, 137, 255, 0.4);
23622
+ --cds-ai-aura-start: rgba(69, 137, 255, 0.1);
23623
+ --cds-ai-aura-start-sm: rgba(69, 137, 255, 0.16);
23624
+ --cds-ai-border-end: #4589ff;
23625
+ --cds-ai-border-start: rgba(166, 200, 255, 0.36);
23626
+ --cds-ai-border-strong: #78a9ff;
23627
+ --cds-ai-drop-shadow: rgba(0, 0, 0, 0.28);
23628
+ --cds-ai-inner-shadow: rgba(69, 137, 255, 0.16);
23629
+ --cds-ai-overlay: rgba(0, 0, 0, 0.5);
23630
+ --cds-ai-popover-background: #161616;
23631
+ --cds-ai-popover-caret-bottom: #4589ff;
23632
+ --cds-ai-popover-caret-bottom-background: #202d45;
23633
+ --cds-ai-popover-caret-bottom-background-actions: #1e283a;
23634
+ --cds-ai-popover-caret-center: #4870b5;
23635
+ --cds-ai-popover-shadow-outer-01: rgba(0, 0, 0, 0.12);
23636
+ --cds-ai-popover-shadow-outer-02: rgba(0, 0, 0, 0.08);
23637
+ --cds-ai-skeleton-background: rgba(120, 169, 255, 0.5);
23638
+ --cds-ai-skeleton-element-background: rgba(120, 169, 255, 0.3);
23639
+ --cds-background: #161616;
23640
+ --cds-background-active: rgba(141, 141, 141, 0.4);
23641
+ --cds-background-brand: #0f62fe;
23642
+ --cds-background-hover: rgba(141, 141, 141, 0.16);
23643
+ --cds-background-inverse: #f4f4f4;
23644
+ --cds-background-inverse-hover: #e8e8e8;
23645
+ --cds-background-selected: rgba(141, 141, 141, 0.24);
23646
+ --cds-background-selected-hover: rgba(141, 141, 141, 0.32);
23647
+ --cds-border-disabled: rgba(141, 141, 141, 0.5);
23648
+ --cds-border-interactive: #4589ff;
23649
+ --cds-border-inverse: #f4f4f4;
23650
+ --cds-border-strong-01: #6f6f6f;
23651
+ --cds-border-strong-02: #8d8d8d;
23652
+ --cds-border-strong-03: #a8a8a8;
23653
+ --cds-border-subtle-00: #393939;
23654
+ --cds-border-subtle-01: #525252;
23655
+ --cds-border-subtle-02: #6f6f6f;
23656
+ --cds-border-subtle-03: #6f6f6f;
23657
+ --cds-border-subtle-selected-01: #6f6f6f;
23658
+ --cds-border-subtle-selected-02: #8d8d8d;
23659
+ --cds-border-subtle-selected-03: #8d8d8d;
23660
+ --cds-border-tile-01: #525252;
23661
+ --cds-border-tile-02: #6f6f6f;
23662
+ --cds-border-tile-03: #8d8d8d;
23663
+ --cds-chat-avatar-agent: #c6c6c6;
23664
+ --cds-chat-avatar-bot: #8d8d8d;
23665
+ --cds-chat-avatar-user: #4589ff;
23666
+ --cds-chat-bubble-agent: #262626;
23667
+ --cds-chat-bubble-border: #525252;
23668
+ --cds-chat-bubble-user: #393939;
23669
+ --cds-chat-button: #78a9ff;
23670
+ --cds-chat-button-active: rgba(141, 141, 141, 0.4);
23671
+ --cds-chat-button-hover: rgba(141, 141, 141, 0.16);
23672
+ --cds-chat-button-selected: rgba(141, 141, 141, 0.24);
23673
+ --cds-chat-button-text-hover: #a6c8ff;
23674
+ --cds-chat-button-text-selected: #c6c6c6;
23675
+ --cds-chat-header-background: #262626;
23676
+ --cds-chat-prompt-background: #161616;
23677
+ --cds-chat-prompt-border-end: rgba(38, 38, 38, 0);
23678
+ --cds-chat-prompt-border-start: #262626;
23679
+ --cds-chat-shell-background: #262626;
23680
+ --cds-field-01: #262626;
23681
+ --cds-field-02: #393939;
23682
+ --cds-field-03: #525252;
23683
+ --cds-field-hover-01: #333333;
23684
+ --cds-field-hover-02: #474747;
23685
+ --cds-field-hover-03: #636363;
23686
+ --cds-focus: #ffffff;
23687
+ --cds-focus-inset: #161616;
23688
+ --cds-focus-inverse: #0f62fe;
23689
+ --cds-highlight: #002d9c;
23690
+ --cds-icon-disabled: rgba(244, 244, 244, 0.25);
23691
+ --cds-icon-interactive: #ffffff;
23692
+ --cds-icon-inverse: #161616;
23693
+ --cds-icon-on-color: #ffffff;
23694
+ --cds-icon-on-color-disabled: rgba(255, 255, 255, 0.25);
23695
+ --cds-icon-primary: #f4f4f4;
23696
+ --cds-icon-secondary: #c6c6c6;
23697
+ --cds-interactive: #4589ff;
23698
+ --cds-layer-01: #262626;
23699
+ --cds-layer-02: #393939;
23700
+ --cds-layer-03: #525252;
23701
+ --cds-layer-accent-01: #393939;
23702
+ --cds-layer-accent-02: #525252;
23703
+ --cds-layer-accent-03: #6f6f6f;
23704
+ --cds-layer-accent-active-01: #6f6f6f;
23705
+ --cds-layer-accent-active-02: #8d8d8d;
23706
+ --cds-layer-accent-active-03: #393939;
23707
+ --cds-layer-accent-hover-01: #474747;
23708
+ --cds-layer-accent-hover-02: #636363;
23709
+ --cds-layer-accent-hover-03: #5e5e5e;
23710
+ --cds-layer-active-01: #525252;
23711
+ --cds-layer-active-02: #6f6f6f;
23712
+ --cds-layer-active-03: #8d8d8d;
23713
+ --cds-layer-hover-01: #333333;
23714
+ --cds-layer-hover-02: #474747;
23715
+ --cds-layer-hover-03: #636363;
23716
+ --cds-layer-selected-01: #393939;
23717
+ --cds-layer-selected-02: #525252;
23718
+ --cds-layer-selected-03: #6f6f6f;
23719
+ --cds-layer-selected-disabled: #a8a8a8;
23720
+ --cds-layer-selected-hover-01: #474747;
23721
+ --cds-layer-selected-hover-02: #636363;
23722
+ --cds-layer-selected-hover-03: #5e5e5e;
23723
+ --cds-layer-selected-inverse: #f4f4f4;
23724
+ --cds-link-inverse: #0f62fe;
23725
+ --cds-link-inverse-active: #161616;
23726
+ --cds-link-inverse-hover: #0043ce;
23727
+ --cds-link-primary: #78a9ff;
23728
+ --cds-link-primary-hover: #a6c8ff;
23729
+ --cds-link-secondary: #a6c8ff;
23730
+ --cds-link-visited: #be95ff;
23731
+ --cds-overlay: rgba(0, 0, 0, 0.65);
23732
+ --cds-shadow: rgba(0, 0, 0, 0.8);
23733
+ --cds-skeleton-background: #292929;
23734
+ --cds-skeleton-element: #393939;
23735
+ --cds-support-caution-major: #ff832b;
23736
+ --cds-support-caution-minor: #f1c21b;
23737
+ --cds-support-caution-undefined: #a56eff;
23738
+ --cds-support-error: #fa4d56;
23739
+ --cds-support-error-inverse: #da1e28;
23740
+ --cds-support-info: #4589ff;
23741
+ --cds-support-info-inverse: #0043ce;
23742
+ --cds-support-success: #42be65;
23743
+ --cds-support-success-inverse: #24a148;
23744
+ --cds-support-warning: #f1c21b;
23745
+ --cds-support-warning-inverse: #f1c21b;
23746
+ --cds-text-disabled: rgba(244, 244, 244, 0.25);
23747
+ --cds-text-error: #ff8389;
23748
+ --cds-text-helper: #a8a8a8;
23749
+ --cds-text-inverse: #161616;
23750
+ --cds-text-on-color: #ffffff;
23751
+ --cds-text-on-color-disabled: rgba(255, 255, 255, 0.25);
23752
+ --cds-text-placeholder: rgba(244, 244, 244, 0.4);
23753
+ --cds-text-primary: #f4f4f4;
23754
+ --cds-text-secondary: #c6c6c6;
23755
+ --cds-toggle-off: #6f6f6f;
23756
+ --cds-spacing-01: 0.125rem;
23757
+ --cds-spacing-02: 0.25rem;
23758
+ --cds-spacing-03: 0.5rem;
23759
+ --cds-spacing-04: 0.75rem;
23760
+ --cds-spacing-05: 1rem;
23761
+ --cds-spacing-06: 1.5rem;
23762
+ --cds-spacing-07: 2rem;
23763
+ --cds-spacing-08: 2.5rem;
23764
+ --cds-spacing-09: 3rem;
23765
+ --cds-spacing-10: 4rem;
23766
+ --cds-spacing-11: 5rem;
23767
+ --cds-spacing-12: 6rem;
23768
+ --cds-spacing-13: 10rem;
23769
+ --cds-fluid-spacing-01: 0;
23770
+ --cds-fluid-spacing-02: 2vw;
23771
+ --cds-fluid-spacing-03: 5vw;
23772
+ --cds-fluid-spacing-04: 10vw;
23773
+ --cds-caption-01-font-size: 0.75rem;
23774
+ --cds-caption-01-font-weight: 400;
23775
+ --cds-caption-01-line-height: 1.33333;
23776
+ --cds-caption-01-letter-spacing: 0.32px;
23777
+ --cds-caption-02-font-size: 0.875rem;
23778
+ --cds-caption-02-font-weight: 400;
23779
+ --cds-caption-02-line-height: 1.28572;
23780
+ --cds-caption-02-letter-spacing: 0.32px;
23781
+ --cds-label-01-font-size: 0.75rem;
23782
+ --cds-label-01-font-weight: 400;
23783
+ --cds-label-01-line-height: 1.33333;
23784
+ --cds-label-01-letter-spacing: 0.32px;
23785
+ --cds-label-02-font-size: 0.875rem;
23786
+ --cds-label-02-font-weight: 400;
23787
+ --cds-label-02-line-height: 1.28572;
23788
+ --cds-label-02-letter-spacing: 0.16px;
23789
+ --cds-helper-text-01-font-size: 0.75rem;
23790
+ --cds-helper-text-01-line-height: 1.33333;
23791
+ --cds-helper-text-01-letter-spacing: 0.32px;
23792
+ --cds-helper-text-02-font-size: 0.875rem;
23793
+ --cds-helper-text-02-font-weight: 400;
23794
+ --cds-helper-text-02-line-height: 1.28572;
23795
+ --cds-helper-text-02-letter-spacing: 0.16px;
23796
+ --cds-body-short-01-font-size: 0.875rem;
23797
+ --cds-body-short-01-font-weight: 400;
23798
+ --cds-body-short-01-line-height: 1.28572;
23799
+ --cds-body-short-01-letter-spacing: 0.16px;
23800
+ --cds-body-short-02-font-size: 1rem;
23801
+ --cds-body-short-02-font-weight: 400;
23802
+ --cds-body-short-02-line-height: 1.375;
23803
+ --cds-body-short-02-letter-spacing: 0;
23804
+ --cds-body-long-01-font-size: 0.875rem;
23805
+ --cds-body-long-01-font-weight: 400;
23806
+ --cds-body-long-01-line-height: 1.42857;
23807
+ --cds-body-long-01-letter-spacing: 0.16px;
23808
+ --cds-body-long-02-font-size: 1rem;
23809
+ --cds-body-long-02-font-weight: 400;
23810
+ --cds-body-long-02-line-height: 1.5;
23811
+ --cds-body-long-02-letter-spacing: 0;
23812
+ --cds-code-01-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;
23813
+ --cds-code-01-font-size: 0.75rem;
23814
+ --cds-code-01-font-weight: 400;
23815
+ --cds-code-01-line-height: 1.33333;
23816
+ --cds-code-01-letter-spacing: 0.32px;
23817
+ --cds-code-02-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;
23818
+ --cds-code-02-font-size: 0.875rem;
23819
+ --cds-code-02-font-weight: 400;
23820
+ --cds-code-02-line-height: 1.42857;
23821
+ --cds-code-02-letter-spacing: 0.32px;
23822
+ --cds-heading-01-font-size: 0.875rem;
23823
+ --cds-heading-01-font-weight: 600;
23824
+ --cds-heading-01-line-height: 1.42857;
23825
+ --cds-heading-01-letter-spacing: 0.16px;
23826
+ --cds-heading-02-font-size: 1rem;
23827
+ --cds-heading-02-font-weight: 600;
23828
+ --cds-heading-02-line-height: 1.5;
23829
+ --cds-heading-02-letter-spacing: 0;
23830
+ --cds-productive-heading-01-font-size: 0.875rem;
23831
+ --cds-productive-heading-01-font-weight: 600;
23832
+ --cds-productive-heading-01-line-height: 1.28572;
23833
+ --cds-productive-heading-01-letter-spacing: 0.16px;
23834
+ --cds-productive-heading-02-font-size: 1rem;
23835
+ --cds-productive-heading-02-font-weight: 600;
23836
+ --cds-productive-heading-02-line-height: 1.375;
23837
+ --cds-productive-heading-02-letter-spacing: 0;
23838
+ --cds-productive-heading-03-font-size: 1.25rem;
23839
+ --cds-productive-heading-03-font-weight: 400;
23840
+ --cds-productive-heading-03-line-height: 1.4;
23841
+ --cds-productive-heading-03-letter-spacing: 0;
23842
+ --cds-productive-heading-04-font-size: 1.75rem;
23843
+ --cds-productive-heading-04-font-weight: 400;
23844
+ --cds-productive-heading-04-line-height: 1.28572;
23845
+ --cds-productive-heading-04-letter-spacing: 0;
23846
+ --cds-productive-heading-05-font-size: 2rem;
23847
+ --cds-productive-heading-05-font-weight: 400;
23848
+ --cds-productive-heading-05-line-height: 1.25;
23849
+ --cds-productive-heading-05-letter-spacing: 0;
23850
+ --cds-productive-heading-06-font-size: 2.625rem;
23851
+ --cds-productive-heading-06-font-weight: 300;
23852
+ --cds-productive-heading-06-line-height: 1.199;
23853
+ --cds-productive-heading-06-letter-spacing: 0;
23854
+ --cds-productive-heading-07-font-size: 3.375rem;
23855
+ --cds-productive-heading-07-font-weight: 300;
23856
+ --cds-productive-heading-07-line-height: 1.19;
23857
+ --cds-productive-heading-07-letter-spacing: 0;
23858
+ --cds-expressive-paragraph-01-font-size: 1.5rem;
23859
+ --cds-expressive-paragraph-01-font-weight: 300;
23860
+ --cds-expressive-paragraph-01-line-height: 1.334;
23861
+ --cds-expressive-paragraph-01-letter-spacing: 0;
23862
+ --cds-expressive-heading-01-font-size: 0.875rem;
23863
+ --cds-expressive-heading-01-font-weight: 600;
23864
+ --cds-expressive-heading-01-line-height: 1.42857;
23865
+ --cds-expressive-heading-01-letter-spacing: 0.16px;
23866
+ --cds-expressive-heading-02-font-size: 1rem;
23867
+ --cds-expressive-heading-02-font-weight: 600;
23868
+ --cds-expressive-heading-02-line-height: 1.5;
23869
+ --cds-expressive-heading-02-letter-spacing: 0;
23870
+ --cds-expressive-heading-03-font-size: 1.25rem;
23871
+ --cds-expressive-heading-03-font-weight: 400;
23872
+ --cds-expressive-heading-03-line-height: 1.4;
23873
+ --cds-expressive-heading-03-letter-spacing: 0;
23874
+ --cds-expressive-heading-04-font-size: 1.75rem;
23875
+ --cds-expressive-heading-04-font-weight: 400;
23876
+ --cds-expressive-heading-04-line-height: 1.28572;
23877
+ --cds-expressive-heading-04-letter-spacing: 0;
23878
+ --cds-expressive-heading-05-font-size: 2rem;
23879
+ --cds-expressive-heading-05-font-weight: 400;
23880
+ --cds-expressive-heading-05-line-height: 1.25;
23881
+ --cds-expressive-heading-05-letter-spacing: 0;
23882
+ --cds-expressive-heading-06-font-size: 2rem;
23883
+ --cds-expressive-heading-06-font-weight: 600;
23884
+ --cds-expressive-heading-06-line-height: 1.25;
23885
+ --cds-expressive-heading-06-letter-spacing: 0;
23886
+ --cds-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
23887
+ --cds-quotation-01-font-size: 1.25rem;
23888
+ --cds-quotation-01-font-weight: 400;
23889
+ --cds-quotation-01-line-height: 1.3;
23890
+ --cds-quotation-01-letter-spacing: 0;
23891
+ --cds-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
23892
+ --cds-quotation-02-font-size: 2rem;
23893
+ --cds-quotation-02-font-weight: 300;
23894
+ --cds-quotation-02-line-height: 1.25;
23895
+ --cds-quotation-02-letter-spacing: 0;
23896
+ --cds-display-01-font-size: 2.625rem;
23897
+ --cds-display-01-font-weight: 300;
23898
+ --cds-display-01-line-height: 1.19;
23899
+ --cds-display-01-letter-spacing: 0;
23900
+ --cds-display-02-font-size: 2.625rem;
23901
+ --cds-display-02-font-weight: 600;
23902
+ --cds-display-02-line-height: 1.19;
23903
+ --cds-display-02-letter-spacing: 0;
23904
+ --cds-display-03-font-size: 2.625rem;
23905
+ --cds-display-03-font-weight: 300;
23906
+ --cds-display-03-line-height: 1.19;
23907
+ --cds-display-03-letter-spacing: 0;
23908
+ --cds-display-04-font-size: 2.625rem;
23909
+ --cds-display-04-font-weight: 300;
23910
+ --cds-display-04-line-height: 1.19;
23911
+ --cds-display-04-letter-spacing: 0;
23912
+ --cds-legal-01-font-size: 0.75rem;
23913
+ --cds-legal-01-font-weight: 400;
23914
+ --cds-legal-01-line-height: 1.33333;
23915
+ --cds-legal-01-letter-spacing: 0.32px;
23916
+ --cds-legal-02-font-size: 0.875rem;
23917
+ --cds-legal-02-font-weight: 400;
23918
+ --cds-legal-02-line-height: 1.28572;
23919
+ --cds-legal-02-letter-spacing: 0.16px;
23920
+ --cds-body-compact-01-font-size: 0.875rem;
23921
+ --cds-body-compact-01-font-weight: 400;
23922
+ --cds-body-compact-01-line-height: 1.28572;
23923
+ --cds-body-compact-01-letter-spacing: 0.16px;
23924
+ --cds-body-compact-02-font-size: 1rem;
23925
+ --cds-body-compact-02-font-weight: 400;
23926
+ --cds-body-compact-02-line-height: 1.375;
23927
+ --cds-body-compact-02-letter-spacing: 0;
23928
+ --cds-heading-compact-01-font-size: 0.875rem;
23929
+ --cds-heading-compact-01-font-weight: 600;
23930
+ --cds-heading-compact-01-line-height: 1.28572;
23931
+ --cds-heading-compact-01-letter-spacing: 0.16px;
23932
+ --cds-heading-compact-02-font-size: 1rem;
23933
+ --cds-heading-compact-02-font-weight: 600;
23934
+ --cds-heading-compact-02-line-height: 1.375;
23935
+ --cds-heading-compact-02-letter-spacing: 0;
23936
+ --cds-body-01-font-size: 0.875rem;
23937
+ --cds-body-01-font-weight: 400;
23938
+ --cds-body-01-line-height: 1.42857;
23939
+ --cds-body-01-letter-spacing: 0.16px;
23940
+ --cds-body-02-font-size: 1rem;
23941
+ --cds-body-02-font-weight: 400;
23942
+ --cds-body-02-line-height: 1.5;
23943
+ --cds-body-02-letter-spacing: 0;
23944
+ --cds-heading-03-font-size: 1.25rem;
23945
+ --cds-heading-03-font-weight: 400;
23946
+ --cds-heading-03-line-height: 1.4;
23947
+ --cds-heading-03-letter-spacing: 0;
23948
+ --cds-heading-04-font-size: 1.75rem;
23949
+ --cds-heading-04-font-weight: 400;
23950
+ --cds-heading-04-line-height: 1.28572;
23951
+ --cds-heading-04-letter-spacing: 0;
23952
+ --cds-heading-05-font-size: 2rem;
23953
+ --cds-heading-05-font-weight: 400;
23954
+ --cds-heading-05-line-height: 1.25;
23955
+ --cds-heading-05-letter-spacing: 0;
23956
+ --cds-heading-06-font-size: 2.625rem;
23957
+ --cds-heading-06-font-weight: 300;
23958
+ --cds-heading-06-line-height: 1.199;
23959
+ --cds-heading-06-letter-spacing: 0;
23960
+ --cds-heading-07-font-size: 3.375rem;
23961
+ --cds-heading-07-font-weight: 300;
23962
+ --cds-heading-07-line-height: 1.19;
23963
+ --cds-heading-07-letter-spacing: 0;
23964
+ --cds-fluid-heading-03-font-size: 1.25rem;
23965
+ --cds-fluid-heading-03-font-weight: 400;
23966
+ --cds-fluid-heading-03-line-height: 1.4;
23967
+ --cds-fluid-heading-03-letter-spacing: 0;
23968
+ --cds-fluid-heading-04-font-size: 1.75rem;
23969
+ --cds-fluid-heading-04-font-weight: 400;
23970
+ --cds-fluid-heading-04-line-height: 1.28572;
23971
+ --cds-fluid-heading-04-letter-spacing: 0;
23972
+ --cds-fluid-heading-05-font-size: 2rem;
23973
+ --cds-fluid-heading-05-font-weight: 400;
23974
+ --cds-fluid-heading-05-line-height: 1.25;
23975
+ --cds-fluid-heading-05-letter-spacing: 0;
23976
+ --cds-fluid-heading-06-font-size: 2rem;
23977
+ --cds-fluid-heading-06-font-weight: 600;
23978
+ --cds-fluid-heading-06-line-height: 1.25;
23979
+ --cds-fluid-heading-06-letter-spacing: 0;
23980
+ --cds-fluid-paragraph-01-font-size: 1.5rem;
23981
+ --cds-fluid-paragraph-01-font-weight: 300;
23982
+ --cds-fluid-paragraph-01-line-height: 1.334;
23983
+ --cds-fluid-paragraph-01-letter-spacing: 0;
23984
+ --cds-fluid-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
23985
+ --cds-fluid-quotation-01-font-size: 1.25rem;
23986
+ --cds-fluid-quotation-01-font-weight: 400;
23987
+ --cds-fluid-quotation-01-line-height: 1.3;
23988
+ --cds-fluid-quotation-01-letter-spacing: 0;
23989
+ --cds-fluid-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
23990
+ --cds-fluid-quotation-02-font-size: 2rem;
23991
+ --cds-fluid-quotation-02-font-weight: 300;
23992
+ --cds-fluid-quotation-02-line-height: 1.25;
23993
+ --cds-fluid-quotation-02-letter-spacing: 0;
23994
+ --cds-fluid-display-01-font-size: 2.625rem;
23995
+ --cds-fluid-display-01-font-weight: 300;
23996
+ --cds-fluid-display-01-line-height: 1.19;
23997
+ --cds-fluid-display-01-letter-spacing: 0;
23998
+ --cds-fluid-display-02-font-size: 2.625rem;
23999
+ --cds-fluid-display-02-font-weight: 600;
24000
+ --cds-fluid-display-02-line-height: 1.19;
24001
+ --cds-fluid-display-02-letter-spacing: 0;
24002
+ --cds-fluid-display-03-font-size: 2.625rem;
24003
+ --cds-fluid-display-03-font-weight: 300;
24004
+ --cds-fluid-display-03-line-height: 1.19;
24005
+ --cds-fluid-display-03-letter-spacing: 0;
24006
+ --cds-fluid-display-04-font-size: 2.625rem;
24007
+ --cds-fluid-display-04-font-weight: 300;
24008
+ --cds-fluid-display-04-line-height: 1.19;
24009
+ --cds-fluid-display-04-letter-spacing: 0;
24010
+ --cds-true: ;
24011
+ --cds-button-separator: #161616;
24012
+ --cds-button-primary: #0f62fe;
24013
+ --cds-button-secondary: #6f6f6f;
24014
+ --cds-button-tertiary: #ffffff;
24015
+ --cds-button-danger-primary: #da1e28;
24016
+ --cds-button-danger-secondary: #fa4d56;
24017
+ --cds-button-danger-active: #750e13;
24018
+ --cds-button-primary-active: #002d9c;
24019
+ --cds-button-secondary-active: #393939;
24020
+ --cds-button-tertiary-active: #c6c6c6;
24021
+ --cds-button-danger-hover: #b81921;
24022
+ --cds-button-primary-hover: #0050e6;
24023
+ --cds-button-secondary-hover: #5e5e5e;
24024
+ --cds-button-tertiary-hover: #f4f4f4;
24025
+ --cds-button-disabled: rgba(141, 141, 141, 0.3);
24026
+ --cds-tag-background-red: #a2191f;
24027
+ --cds-tag-color-red: #ffd7d9;
24028
+ --cds-tag-hover-red: #c21e25;
24029
+ --cds-tag-background-magenta: #9f1853;
24030
+ --cds-tag-color-magenta: #ffd6e8;
24031
+ --cds-tag-hover-magenta: #bf1d63;
24032
+ --cds-tag-background-purple: #6929c4;
24033
+ --cds-tag-color-purple: #e8daff;
24034
+ --cds-tag-hover-purple: #7c3dd6;
24035
+ --cds-tag-background-blue: #0043ce;
24036
+ --cds-tag-color-blue: #d0e2ff;
24037
+ --cds-tag-hover-blue: #0053ff;
24038
+ --cds-tag-background-cyan: #00539a;
24039
+ --cds-tag-color-cyan: #bae6ff;
24040
+ --cds-tag-hover-cyan: #0066bd;
24041
+ --cds-tag-background-teal: #005d5d;
24042
+ --cds-tag-color-teal: #9ef0f0;
24043
+ --cds-tag-hover-teal: #007070;
24044
+ --cds-tag-background-green: #0e6027;
24045
+ --cds-tag-color-green: #a7f0ba;
24046
+ --cds-tag-hover-green: #11742f;
24047
+ --cds-tag-background-gray: #525252;
24048
+ --cds-tag-color-gray: #f4f4f4;
24049
+ --cds-tag-hover-gray: #636363;
24050
+ --cds-tag-border-red: #fa4d56;
24051
+ --cds-tag-border-blue: #4589ff;
24052
+ --cds-tag-border-cyan: #1192e8;
24053
+ --cds-tag-border-teal: #009d9a;
24054
+ --cds-tag-border-green: #24a148;
24055
+ --cds-tag-border-magenta: #ee5396;
24056
+ --cds-tag-border-purple: #a56eff;
24057
+ --cds-tag-border-gray: #8d8d8d;
24058
+ --cds-tag-border-cool-gray: #878d96;
24059
+ --cds-tag-border-warm-gray: #8f8b8b;
24060
+ --cds-tag-background-cool-gray: #4d5358;
24061
+ --cds-tag-color-cool-gray: #f2f4f8;
24062
+ --cds-tag-hover-cool-gray: #5d646a;
24063
+ --cds-tag-background-warm-gray: #565151;
24064
+ --cds-tag-color-warm-gray: #f7f3f2;
24065
+ --cds-tag-hover-warm-gray: #696363;
24066
+ --cds-layer: var(--cds-layer-01, #f4f4f4);
24067
+ --cds-layer-active: var(--cds-layer-active-01, #c6c6c6);
24068
+ --cds-layer-hover: var(--cds-layer-hover-01, #e8e8e8);
24069
+ --cds-layer-selected: var(--cds-layer-selected-01, #e0e0e0);
24070
+ --cds-layer-selected-hover: var(--cds-layer-selected-hover-01, #d1d1d1);
24071
+ --cds-layer-accent: var(--cds-layer-accent-01, #e0e0e0);
24072
+ --cds-layer-accent-hover: var(--cds-layer-accent-hover-01, #d1d1d1);
24073
+ --cds-layer-accent-active: var(--cds-layer-accent-active-01, #a8a8a8);
24074
+ --cds-field: var(--cds-field-01, #f4f4f4);
24075
+ --cds-field-hover: var(--cds-field-hover-01, #e8e8e8);
24076
+ --cds-border-subtle: var(--cds-border-subtle-00, #e0e0e0);
24077
+ --cds-border-subtle-selected: var(--cds-border-subtle-selected-01, #c6c6c6);
24078
+ --cds-border-strong: var(--cds-border-strong-01, #8d8d8d);
24079
+ --cds-border-tile: var(--cds-border-tile-01, #c6c6c6);
24080
+ position: relative;
24081
+ background: linear-gradient(90deg, #001d6c 0%, #6929c4 100%);
24082
+ background-color: #001d6c;
24083
+ }
24084
+
24085
+ .c4p--guidebanner__icon-idea {
24086
+ position: absolute;
24087
+ top: 1rem;
24088
+ left: 1rem;
24089
+ }
24090
+ .c4p--guidebanner__icon-idea path {
24091
+ fill: #f4f4f4;
24092
+ }
24093
+
24094
+ .c4p--guidebanner__title {
24095
+ font-size: var(--cds-heading-compact-02-font-size, 1rem);
24096
+ font-weight: var(--cds-heading-compact-02-font-weight, 600);
24097
+ line-height: var(--cds-heading-compact-02-line-height, 1.375);
24098
+ letter-spacing: var(--cds-heading-compact-02-letter-spacing, 0);
24099
+ padding: 1rem 10.9375rem 0 3.25rem;
24100
+ color: #f4f4f4;
24101
+ }
24102
+
24103
+ .c4p--guidebanner__close-button {
24104
+ position: absolute;
24105
+ top: 0;
24106
+ right: 0;
24107
+ }
24108
+
24109
+ .c4p--guidebanner__close-button button {
24110
+ width: 2rem;
24111
+ height: 2rem;
24112
+ min-height: 2rem;
24113
+ padding-top: 6px;
24114
+ }
24115
+ .c4p--guidebanner__close-button button:active, .c4p--guidebanner__close-button button:hover {
24116
+ background-color: #7433e3;
24117
+ }
24118
+ .c4p--guidebanner__close-button button path {
24119
+ fill: #ffffff;
24120
+ }
24121
+
24122
+ .c4p--guidebanner__carousel {
24123
+ padding: 0 0 1rem 0;
24124
+ color: #f4f4f4;
24125
+ }
24126
+ .c4p--guidebanner__collapsible-collapsed .c4p--guidebanner__carousel {
24127
+ margin-bottom: 0;
24128
+ }
24129
+
24130
+ .c4p--guidebanner__carousel .c4p--carousel__item .c4p--guidebanner__element {
24131
+ display: flex;
24132
+ width: 25rem;
24133
+ max-height: 32rem;
24134
+ flex-flow: column;
24135
+ flex-shrink: 0;
24136
+ padding-left: 3.25rem;
24137
+ margin: 1rem 0 0 0;
24138
+ opacity: 1;
24139
+ scroll-snap-align: start;
24140
+ transition: max-height 50ms cubic-bezier(0.2, 0, 1, 0.9), margin-top 50ms cubic-bezier(0.2, 0, 1, 0.9), opacity 300ms cubic-bezier(0.2, 0, 1, 0.9);
24141
+ }
24142
+ .c4p--guidebanner__collapsible-collapsed .c4p--guidebanner__carousel .c4p--carousel__item .c4p--guidebanner__element {
24143
+ max-height: 0.5rem;
24144
+ margin-top: 0;
24145
+ opacity: 0;
24146
+ }
24147
+
24148
+ .c4p--guidebanner__carousel .c4p--carousel__item:last-child .c4p--guidebanner__element {
24149
+ width: 28rem;
24150
+ padding-right: 3.25rem;
24151
+ }
24152
+
24153
+ .c4p--guidebanner__carousel .c4p--carousel__item .c4p--guidebanner__element-title {
24154
+ font-size: var(--cds-heading-compact-01-font-size, 0.875rem);
24155
+ font-weight: var(--cds-heading-compact-01-font-weight, 600);
24156
+ line-height: var(--cds-heading-compact-01-line-height, 1.28572);
24157
+ letter-spacing: var(--cds-heading-compact-01-letter-spacing, 0.16px);
24158
+ margin: 1rem 0 0 0;
24159
+ }
24160
+
24161
+ .c4p--guidebanner__carousel .c4p--guidebanner__element-content {
24162
+ font-size: var(--cds-body-01-font-size, 0.875rem);
24163
+ font-weight: var(--cds-body-01-font-weight, 400);
24164
+ line-height: var(--cds-body-01-line-height, 1.42857);
24165
+ letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
24166
+ margin-bottom: 1rem;
24167
+ }
24168
+
24169
+ .c4p--guidebanner__carousel .cds--btn--tertiary {
24170
+ border-color: #ffffff;
24171
+ color: #ffffff;
24172
+ }
24173
+ .c4p--guidebanner__carousel .cds--btn--tertiary:active, .c4p--guidebanner__carousel .cds--btn--tertiary:hover {
24174
+ border-color: #ffffff;
24175
+ background-color: #ffffff;
24176
+ color: #161616;
24177
+ }
24178
+ .c4p--guidebanner__carousel .cds--btn--tertiary svg {
24179
+ position: absolute;
24180
+ right: 1rem;
24181
+ width: 1rem;
24182
+ height: 1rem;
24183
+ flex-shrink: 0;
24184
+ }
24185
+
24186
+ .c4p--guidebanner__carousel .cds--btn--ghost {
24187
+ margin-left: -1rem;
24188
+ color: #a6c8ff;
24189
+ }
24190
+ .c4p--guidebanner__carousel .cds--btn--ghost:active, .c4p--guidebanner__carousel .cds--btn--ghost:hover {
24191
+ background-color: #7f3ae7;
24192
+ color: #f4f4f4;
24193
+ }
24194
+
24195
+ .c4p--guidebanner__carousel .c4p--guidebanner__element-link {
24196
+ color: #a6c8ff;
24197
+ }
24198
+ .c4p--guidebanner__carousel .c4p--guidebanner__element-link:visited {
24199
+ color: #a6c8ff;
24200
+ }
24201
+ .c4p--guidebanner__carousel .c4p--guidebanner__element-link:active, .c4p--guidebanner__carousel .c4p--guidebanner__element-link:hover {
24202
+ color: #d0e2ff;
24203
+ }
24204
+
24205
+ .c4p--guidebanner__navigation {
24206
+ display: flex;
24207
+ border-top: 0.0625rem solid #8a3ffc;
24208
+ }
24209
+ .c4p--guidebanner__collapsible-collapsed .c4p--guidebanner__navigation {
24210
+ border-top: none;
24211
+ }
24212
+
24213
+ .c4p--guidebanner__navigation .c4p--guidebanner__toggle-button {
24214
+ margin-left: 2.125rem;
24215
+ color: #a6c8ff;
24216
+ }
24217
+ .c4p--guidebanner__navigation .c4p--guidebanner__toggle-button:active, .c4p--guidebanner__navigation .c4p--guidebanner__toggle-button:hover {
24218
+ background-color: #7433e3;
24219
+ color: #f4f4f4;
24220
+ }
24221
+
24222
+ .c4p--guidebanner__navigation .c4p--guidebanner__back-button {
24223
+ margin-left: auto;
24224
+ }
24225
+
24226
+ .c4p--guidebanner__collapsible-collapsed .c4p--guidebanner__navigation .c4p--guidebanner__back-button,
24227
+ .c4p--guidebanner__collapsible-collapsed .c4p--guidebanner__navigation .c4p--guidebanner__next-button {
24228
+ display: none;
24229
+ }
24230
+
24231
+ .c4p--guidebanner__navigation .c4p--guidebanner__back-button button:active, .c4p--guidebanner__navigation .c4p--guidebanner__back-button button:hover,
24232
+ .c4p--guidebanner__navigation .c4p--guidebanner__next-button button:active,
24233
+ .c4p--guidebanner__navigation .c4p--guidebanner__next-button button:hover {
24234
+ background-color: #7433e3;
24235
+ }
24236
+ .c4p--guidebanner__navigation .c4p--guidebanner__back-button button path,
24237
+ .c4p--guidebanner__navigation .c4p--guidebanner__next-button button path {
24238
+ fill: #ffffff;
24239
+ }
24240
+ .c4p--guidebanner__navigation .c4p--guidebanner__back-button button[disabled] path,
24241
+ .c4p--guidebanner__navigation .c4p--guidebanner__next-button button[disabled] path {
24242
+ fill: #9b63ff;
24243
+ }
24244
+
24245
+ .c4p--guidebanner__with-left-gutter .c4p--guidebanner__icon-idea {
24246
+ left: 2rem;
24247
+ }
24248
+
24249
+ .c4p--guidebanner__with-left-gutter .c4p--guidebanner__title {
24250
+ padding-left: 4.25rem;
24251
+ }
24252
+
24253
+ .c4p--guidebanner__with-left-gutter .c4p--guidebanner__navigation {
24254
+ padding-left: 1rem;
24255
+ }
24256
+
24257
+ .c4p--guidebanner__with-left-gutter .c4p--carousel__elements-container {
24258
+ padding-left: 1rem;
24259
+ }
24260
+
24261
+ .c4p--guidebanner__with-left-gutter .c4p--carousel__elements-container--scrolled {
24262
+ width: 4rem;
24263
+ }
24264
+
23600
24265
  /*# sourceMappingURL=index.css.map */