@carbon/ibmdotcom-styles 2.32.1 → 2.33.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.
@@ -12775,8 +12775,8 @@ screen and (prefers-contrast) {
12775
12775
  margin-block-end: 1rem
12776
12776
  }
12777
12777
  :host(c4d-card-group-item)[grid-mode=condensed] .cds--card {
12778
- -webkit-margin-after: 0;
12779
- margin-block-end: 0
12778
+ -webkit-margin-after: 1rem;
12779
+ margin-block-end: 1rem
12780
12780
  }
12781
12781
  :host(c4d-card-group-item) ::slotted(c4d-card-footer) {
12782
12782
  display: revert;
@@ -45140,6 +45140,20 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
45140
45140
  -webkit-margin-after: 6rem;
45141
45141
  margin-block-end: 6rem
45142
45142
  }
45143
+ .cds--pricing-table-group tr ::slotted(:nth-child(1)),
45144
+ .cds--pricing-table-header-row ::slotted(:nth-child(1)),
45145
+ .cds--pricing-table-row ::slotted(:nth-child(1)),
45146
+ .cds--structured-list-all-rows ::slotted(:nth-child(1)),
45147
+ :host(c4d-pricing-table-group) tr ::slotted(:nth-child(1)),
45148
+ :host(c4d-pricing-table-header-row) ::slotted(:nth-child(1)),
45149
+ :host(c4d-pricing-table-row) ::slotted(:nth-child(1)),
45150
+ :host(c4d-structured-list-group) tr ::slotted(:nth-child(1)),
45151
+ :host(c4d-structured-list-header-row) ::slotted(:nth-child(1)),
45152
+ :host(c4d-structured-list-row) ::slotted(:nth-child(1)) {
45153
+ --width: calc(
45154
+ (var(--cols) / var(--max-cols)) * 100% - var(--mobile-peek, 5%)
45155
+ )
45156
+ }
45143
45157
  }
45144
45158
  :host(c4d-logo-grid-link) ::slotted(svg) {
45145
45159
  fill: var(--cds-link-primary,#0f62fe);
@@ -45949,6 +45963,15 @@ strong {
45949
45963
  border-block-end: 1px solid var(--cds-layer-accent-01,#e0e0e0);
45950
45964
  color: var(--cds-text-primary,#161616)
45951
45965
  }
45966
+ @media (max-width:65.98rem) {
45967
+ .cds--pricing-table-group tr,
45968
+ .cds--structured-list-group tr,
45969
+ :host(c4d-pricing-table-group) tr,
45970
+ :host(c4d-structured-list-group) tr {
45971
+ -webkit-box-shadow: 50vw 0 var(--cds-layer-accent-01,#e0e0e0),100vw 0 var(--cds-layer-accent-01,#e0e0e0),150vw 0 var(--cds-layer-accent-01,#e0e0e0),200vw 0 var(--cds-layer-accent-01,#e0e0e0),250vw 0 var(--cds-layer-accent-01,#e0e0e0),300vw 0 var(--cds-layer-accent-01,#e0e0e0),350vw 0 var(--cds-layer-accent-01,#e0e0e0),400vw 0 var(--cds-layer-accent-01,#e0e0e0),450vw 0 var(--cds-layer-accent-01,#e0e0e0),500vw 0 var(--cds-layer-accent-01,#e0e0e0),550vw 0 var(--cds-layer-accent-01,#e0e0e0),600vw 0 var(--cds-layer-accent-01,#e0e0e0),650vw 0 var(--cds-layer-accent-01,#e0e0e0),700vw 0 var(--cds-layer-accent-01,#e0e0e0),750vw 0 var(--cds-layer-accent-01,#e0e0e0),800vw 0 var(--cds-layer-accent-01,#e0e0e0),850vw 0 var(--cds-layer-accent-01,#e0e0e0),900vw 0 var(--cds-layer-accent-01,#e0e0e0),950vw 0 var(--cds-layer-accent-01,#e0e0e0),1000vw 0 var(--cds-layer-accent-01,#e0e0e0);
45972
+ box-shadow: 50vw 0 var(--cds-layer-accent-01,#e0e0e0),100vw 0 var(--cds-layer-accent-01,#e0e0e0),150vw 0 var(--cds-layer-accent-01,#e0e0e0),200vw 0 var(--cds-layer-accent-01,#e0e0e0),250vw 0 var(--cds-layer-accent-01,#e0e0e0),300vw 0 var(--cds-layer-accent-01,#e0e0e0),350vw 0 var(--cds-layer-accent-01,#e0e0e0),400vw 0 var(--cds-layer-accent-01,#e0e0e0),450vw 0 var(--cds-layer-accent-01,#e0e0e0),500vw 0 var(--cds-layer-accent-01,#e0e0e0),550vw 0 var(--cds-layer-accent-01,#e0e0e0),600vw 0 var(--cds-layer-accent-01,#e0e0e0),650vw 0 var(--cds-layer-accent-01,#e0e0e0),700vw 0 var(--cds-layer-accent-01,#e0e0e0),750vw 0 var(--cds-layer-accent-01,#e0e0e0),800vw 0 var(--cds-layer-accent-01,#e0e0e0),850vw 0 var(--cds-layer-accent-01,#e0e0e0),900vw 0 var(--cds-layer-accent-01,#e0e0e0),950vw 0 var(--cds-layer-accent-01,#e0e0e0),1000vw 0 var(--cds-layer-accent-01,#e0e0e0)
45973
+ }
45974
+ }
45952
45975
  .cds--pricing-table-group th,
45953
45976
  .cds--structured-list-group th,
45954
45977
  :host(c4d-pricing-table-group) th,
@@ -46017,7 +46040,7 @@ strong {
46017
46040
  :host(c4d-structured-list-row) ::slotted(:nth-child(1)) {
46018
46041
  --cols: var(
46019
46042
  --col-span-md-1,
46020
- var(--col-span-1, 2)
46043
+ var(--col-span-1, 3)
46021
46044
  );
46022
46045
  --width: calc((var(--cols) / var(--max-cols)) * 100%);
46023
46046
  -webkit-box-flex: 0;
@@ -46081,7 +46104,7 @@ strong {
46081
46104
  :host(c4d-structured-list-row) ::slotted(:nth-child(2)) {
46082
46105
  --cols: var(
46083
46106
  --col-span-md-2,
46084
- var(--col-span-2, 2)
46107
+ var(--col-span-2, 3)
46085
46108
  );
46086
46109
  --width: calc((var(--cols) / var(--max-cols)) * 100%);
46087
46110
  -webkit-box-flex: 0;
@@ -46145,7 +46168,7 @@ strong {
46145
46168
  :host(c4d-structured-list-row) ::slotted(:nth-child(3)) {
46146
46169
  --cols: var(
46147
46170
  --col-span-md-3,
46148
- var(--col-span-3, 2)
46171
+ var(--col-span-3, 3)
46149
46172
  );
46150
46173
  --width: calc((var(--cols) / var(--max-cols)) * 100%);
46151
46174
  -webkit-box-flex: 0;
@@ -46209,7 +46232,7 @@ strong {
46209
46232
  :host(c4d-structured-list-row) ::slotted(:nth-child(4)) {
46210
46233
  --cols: var(
46211
46234
  --col-span-md-4,
46212
- var(--col-span-4, 2)
46235
+ var(--col-span-4, 3)
46213
46236
  );
46214
46237
  --width: calc((var(--cols) / var(--max-cols)) * 100%);
46215
46238
  -webkit-box-flex: 0;
@@ -46273,7 +46296,7 @@ strong {
46273
46296
  :host(c4d-structured-list-row) ::slotted(:nth-child(5)) {
46274
46297
  --cols: var(
46275
46298
  --col-span-md-5,
46276
- var(--col-span-5, 2)
46299
+ var(--col-span-5, 3)
46277
46300
  );
46278
46301
  --width: calc((var(--cols) / var(--max-cols)) * 100%);
46279
46302
  -webkit-box-flex: 0;
@@ -46337,7 +46360,7 @@ strong {
46337
46360
  :host(c4d-structured-list-row) ::slotted(:nth-child(6)) {
46338
46361
  --cols: var(
46339
46362
  --col-span-md-6,
46340
- var(--col-span-6, 2)
46363
+ var(--col-span-6, 3)
46341
46364
  );
46342
46365
  --width: calc((var(--cols) / var(--max-cols)) * 100%);
46343
46366
  -webkit-box-flex: 0;
@@ -46401,7 +46424,7 @@ strong {
46401
46424
  :host(c4d-structured-list-row) ::slotted(:nth-child(7)) {
46402
46425
  --cols: var(
46403
46426
  --col-span-md-7,
46404
- var(--col-span-7, 2)
46427
+ var(--col-span-7, 3)
46405
46428
  );
46406
46429
  --width: calc((var(--cols) / var(--max-cols)) * 100%);
46407
46430
  -webkit-box-flex: 0;
@@ -46452,127 +46475,6 @@ strong {
46452
46475
  flex: 0 0 var(--width);
46453
46476
  max-inline-size: var(--width)
46454
46477
  }
46455
- @media (max-width:41.98rem) {
46456
- .cds--pricing-table-group tr,
46457
- .cds--structured-list-group tr,
46458
- :host(c4d-pricing-table-group) tr,
46459
- :host(c4d-structured-list-group) tr {
46460
- -webkit-box-shadow: 50vw 0 var(--cds-layer-accent-01,#e0e0e0),100vw 0 var(--cds-layer-accent-01,#e0e0e0),150vw 0 var(--cds-layer-accent-01,#e0e0e0),200vw 0 var(--cds-layer-accent-01,#e0e0e0),250vw 0 var(--cds-layer-accent-01,#e0e0e0),300vw 0 var(--cds-layer-accent-01,#e0e0e0),350vw 0 var(--cds-layer-accent-01,#e0e0e0),400vw 0 var(--cds-layer-accent-01,#e0e0e0),450vw 0 var(--cds-layer-accent-01,#e0e0e0),500vw 0 var(--cds-layer-accent-01,#e0e0e0),550vw 0 var(--cds-layer-accent-01,#e0e0e0),600vw 0 var(--cds-layer-accent-01,#e0e0e0),650vw 0 var(--cds-layer-accent-01,#e0e0e0),700vw 0 var(--cds-layer-accent-01,#e0e0e0),750vw 0 var(--cds-layer-accent-01,#e0e0e0),800vw 0 var(--cds-layer-accent-01,#e0e0e0),850vw 0 var(--cds-layer-accent-01,#e0e0e0),900vw 0 var(--cds-layer-accent-01,#e0e0e0),950vw 0 var(--cds-layer-accent-01,#e0e0e0),1000vw 0 var(--cds-layer-accent-01,#e0e0e0);
46461
- box-shadow: 50vw 0 var(--cds-layer-accent-01,#e0e0e0),100vw 0 var(--cds-layer-accent-01,#e0e0e0),150vw 0 var(--cds-layer-accent-01,#e0e0e0),200vw 0 var(--cds-layer-accent-01,#e0e0e0),250vw 0 var(--cds-layer-accent-01,#e0e0e0),300vw 0 var(--cds-layer-accent-01,#e0e0e0),350vw 0 var(--cds-layer-accent-01,#e0e0e0),400vw 0 var(--cds-layer-accent-01,#e0e0e0),450vw 0 var(--cds-layer-accent-01,#e0e0e0),500vw 0 var(--cds-layer-accent-01,#e0e0e0),550vw 0 var(--cds-layer-accent-01,#e0e0e0),600vw 0 var(--cds-layer-accent-01,#e0e0e0),650vw 0 var(--cds-layer-accent-01,#e0e0e0),700vw 0 var(--cds-layer-accent-01,#e0e0e0),750vw 0 var(--cds-layer-accent-01,#e0e0e0),800vw 0 var(--cds-layer-accent-01,#e0e0e0),850vw 0 var(--cds-layer-accent-01,#e0e0e0),900vw 0 var(--cds-layer-accent-01,#e0e0e0),950vw 0 var(--cds-layer-accent-01,#e0e0e0),1000vw 0 var(--cds-layer-accent-01,#e0e0e0)
46462
- }
46463
- .cds--pricing-table-group tr ::slotted(:nth-child(1)),
46464
- .cds--pricing-table-header-row ::slotted(:nth-child(1)),
46465
- .cds--pricing-table-row ::slotted(:nth-child(1)),
46466
- .cds--structured-list-all-rows ::slotted(:nth-child(1)),
46467
- :host(c4d-pricing-table-group) tr ::slotted(:nth-child(1)),
46468
- :host(c4d-pricing-table-header-row) ::slotted(:nth-child(1)),
46469
- :host(c4d-pricing-table-row) ::slotted(:nth-child(1)),
46470
- :host(c4d-structured-list-group) tr ::slotted(:nth-child(1)),
46471
- :host(c4d-structured-list-header-row) ::slotted(:nth-child(1)),
46472
- :host(c4d-structured-list-row) ::slotted(:nth-child(1)) {
46473
- --width: calc(
46474
- (var(--cols) / var(--max-cols)) * 100% - var(--mobile-peek, 5%)
46475
- )
46476
- }
46477
- .cds--pricing-table-group tr ::slotted(:nth-child(2)),
46478
- .cds--pricing-table-header-row ::slotted(:nth-child(2)),
46479
- .cds--pricing-table-row ::slotted(:nth-child(2)),
46480
- .cds--structured-list-all-rows ::slotted(:nth-child(2)),
46481
- :host(c4d-pricing-table-group) tr ::slotted(:nth-child(2)),
46482
- :host(c4d-pricing-table-header-row) ::slotted(:nth-child(2)),
46483
- :host(c4d-pricing-table-row) ::slotted(:nth-child(2)),
46484
- :host(c4d-structured-list-group) tr ::slotted(:nth-child(2)),
46485
- :host(c4d-structured-list-header-row) ::slotted(:nth-child(2)),
46486
- :host(c4d-structured-list-row) ::slotted(:nth-child(2)) {
46487
- --width: calc(
46488
- (var(--cols) / var(--max-cols)) * 100% - var(--mobile-peek, 5%)
46489
- )
46490
- }
46491
- .cds--pricing-table-group tr ::slotted(:nth-child(3)),
46492
- .cds--pricing-table-header-row ::slotted(:nth-child(3)),
46493
- .cds--pricing-table-row ::slotted(:nth-child(3)),
46494
- .cds--structured-list-all-rows ::slotted(:nth-child(3)),
46495
- :host(c4d-pricing-table-group) tr ::slotted(:nth-child(3)),
46496
- :host(c4d-pricing-table-header-row) ::slotted(:nth-child(3)),
46497
- :host(c4d-pricing-table-row) ::slotted(:nth-child(3)),
46498
- :host(c4d-structured-list-group) tr ::slotted(:nth-child(3)),
46499
- :host(c4d-structured-list-header-row) ::slotted(:nth-child(3)),
46500
- :host(c4d-structured-list-row) ::slotted(:nth-child(3)) {
46501
- --width: calc(
46502
- (var(--cols) / var(--max-cols)) * 100% - var(--mobile-peek, 5%)
46503
- )
46504
- }
46505
- .cds--pricing-table-group tr ::slotted(:nth-child(4)),
46506
- .cds--pricing-table-header-row ::slotted(:nth-child(4)),
46507
- .cds--pricing-table-row ::slotted(:nth-child(4)),
46508
- .cds--structured-list-all-rows ::slotted(:nth-child(4)),
46509
- :host(c4d-pricing-table-group) tr ::slotted(:nth-child(4)),
46510
- :host(c4d-pricing-table-header-row) ::slotted(:nth-child(4)),
46511
- :host(c4d-pricing-table-row) ::slotted(:nth-child(4)),
46512
- :host(c4d-structured-list-group) tr ::slotted(:nth-child(4)),
46513
- :host(c4d-structured-list-header-row) ::slotted(:nth-child(4)),
46514
- :host(c4d-structured-list-row) ::slotted(:nth-child(4)) {
46515
- --width: calc(
46516
- (var(--cols) / var(--max-cols)) * 100% - var(--mobile-peek, 5%)
46517
- )
46518
- }
46519
- .cds--pricing-table-group tr ::slotted(:nth-child(5)),
46520
- .cds--pricing-table-header-row ::slotted(:nth-child(5)),
46521
- .cds--pricing-table-row ::slotted(:nth-child(5)),
46522
- .cds--structured-list-all-rows ::slotted(:nth-child(5)),
46523
- :host(c4d-pricing-table-group) tr ::slotted(:nth-child(5)),
46524
- :host(c4d-pricing-table-header-row) ::slotted(:nth-child(5)),
46525
- :host(c4d-pricing-table-row) ::slotted(:nth-child(5)),
46526
- :host(c4d-structured-list-group) tr ::slotted(:nth-child(5)),
46527
- :host(c4d-structured-list-header-row) ::slotted(:nth-child(5)),
46528
- :host(c4d-structured-list-row) ::slotted(:nth-child(5)) {
46529
- --width: calc(
46530
- (var(--cols) / var(--max-cols)) * 100% - var(--mobile-peek, 5%)
46531
- )
46532
- }
46533
- .cds--pricing-table-group tr ::slotted(:nth-child(6)),
46534
- .cds--pricing-table-header-row ::slotted(:nth-child(6)),
46535
- .cds--pricing-table-row ::slotted(:nth-child(6)),
46536
- .cds--structured-list-all-rows ::slotted(:nth-child(6)),
46537
- :host(c4d-pricing-table-group) tr ::slotted(:nth-child(6)),
46538
- :host(c4d-pricing-table-header-row) ::slotted(:nth-child(6)),
46539
- :host(c4d-pricing-table-row) ::slotted(:nth-child(6)),
46540
- :host(c4d-structured-list-group) tr ::slotted(:nth-child(6)),
46541
- :host(c4d-structured-list-header-row) ::slotted(:nth-child(6)),
46542
- :host(c4d-structured-list-row) ::slotted(:nth-child(6)) {
46543
- --width: calc(
46544
- (var(--cols) / var(--max-cols)) * 100% - var(--mobile-peek, 5%)
46545
- )
46546
- }
46547
- .cds--pricing-table-group tr ::slotted(:nth-child(7)),
46548
- .cds--pricing-table-header-row ::slotted(:nth-child(7)),
46549
- .cds--pricing-table-row ::slotted(:nth-child(7)),
46550
- .cds--structured-list-all-rows ::slotted(:nth-child(7)),
46551
- :host(c4d-pricing-table-group) tr ::slotted(:nth-child(7)),
46552
- :host(c4d-pricing-table-header-row) ::slotted(:nth-child(7)),
46553
- :host(c4d-pricing-table-row) ::slotted(:nth-child(7)),
46554
- :host(c4d-structured-list-group) tr ::slotted(:nth-child(7)),
46555
- :host(c4d-structured-list-header-row) ::slotted(:nth-child(7)),
46556
- :host(c4d-structured-list-row) ::slotted(:nth-child(7)) {
46557
- --width: calc(
46558
- (var(--cols) / var(--max-cols)) * 100% - var(--mobile-peek, 5%)
46559
- )
46560
- }
46561
- .cds--pricing-table-group tr ::slotted(:nth-child(8)),
46562
- .cds--pricing-table-header-row ::slotted(:nth-child(8)),
46563
- .cds--pricing-table-row ::slotted(:nth-child(8)),
46564
- .cds--structured-list-all-rows ::slotted(:nth-child(8)),
46565
- :host(c4d-pricing-table-group) tr ::slotted(:nth-child(8)),
46566
- :host(c4d-pricing-table-header-row) ::slotted(:nth-child(8)),
46567
- :host(c4d-pricing-table-row) ::slotted(:nth-child(8)),
46568
- :host(c4d-structured-list-group) tr ::slotted(:nth-child(8)),
46569
- :host(c4d-structured-list-header-row) ::slotted(:nth-child(8)),
46570
- :host(c4d-structured-list-row) ::slotted(:nth-child(8)) {
46571
- --width: calc(
46572
- (var(--cols) / var(--max-cols)) * 100% - var(--mobile-peek, 5%)
46573
- )
46574
- }
46575
- }
46576
46478
  @media (min-width:42rem) {
46577
46479
  .cds--pricing-table-group tr ::slotted(:nth-child(8)),
46578
46480
  .cds--pricing-table-header-row ::slotted(:nth-child(8)),
@@ -46586,7 +46488,7 @@ strong {
46586
46488
  :host(c4d-structured-list-row) ::slotted(:nth-child(8)) {
46587
46489
  --cols: var(
46588
46490
  --col-span-md-8,
46589
- var(--col-span-8, 2)
46491
+ var(--col-span-8, 3)
46590
46492
  );
46591
46493
  --width: calc((var(--cols) / var(--max-cols)) * 100%);
46592
46494
  -webkit-box-flex: 0;
@@ -47030,6 +46932,104 @@ strong {
47030
46932
  border-block-end-color: transparent
47031
46933
  }
47032
46934
  @media (max-width:41.98rem) {
46935
+ .cds--pricing-table-group tr ::slotted(:nth-child(2)),
46936
+ .cds--pricing-table-header-row ::slotted(:nth-child(2)),
46937
+ .cds--pricing-table-row ::slotted(:nth-child(2)),
46938
+ .cds--structured-list-all-rows ::slotted(:nth-child(2)),
46939
+ :host(c4d-pricing-table-group) tr ::slotted(:nth-child(2)),
46940
+ :host(c4d-pricing-table-header-row) ::slotted(:nth-child(2)),
46941
+ :host(c4d-pricing-table-row) ::slotted(:nth-child(2)),
46942
+ :host(c4d-structured-list-group) tr ::slotted(:nth-child(2)),
46943
+ :host(c4d-structured-list-header-row) ::slotted(:nth-child(2)),
46944
+ :host(c4d-structured-list-row) ::slotted(:nth-child(2)) {
46945
+ --width: calc(
46946
+ (var(--cols) / var(--max-cols)) * 100% - var(--mobile-peek, 5%)
46947
+ )
46948
+ }
46949
+ .cds--pricing-table-group tr ::slotted(:nth-child(3)),
46950
+ .cds--pricing-table-header-row ::slotted(:nth-child(3)),
46951
+ .cds--pricing-table-row ::slotted(:nth-child(3)),
46952
+ .cds--structured-list-all-rows ::slotted(:nth-child(3)),
46953
+ :host(c4d-pricing-table-group) tr ::slotted(:nth-child(3)),
46954
+ :host(c4d-pricing-table-header-row) ::slotted(:nth-child(3)),
46955
+ :host(c4d-pricing-table-row) ::slotted(:nth-child(3)),
46956
+ :host(c4d-structured-list-group) tr ::slotted(:nth-child(3)),
46957
+ :host(c4d-structured-list-header-row) ::slotted(:nth-child(3)),
46958
+ :host(c4d-structured-list-row) ::slotted(:nth-child(3)) {
46959
+ --width: calc(
46960
+ (var(--cols) / var(--max-cols)) * 100% - var(--mobile-peek, 5%)
46961
+ )
46962
+ }
46963
+ .cds--pricing-table-group tr ::slotted(:nth-child(4)),
46964
+ .cds--pricing-table-header-row ::slotted(:nth-child(4)),
46965
+ .cds--pricing-table-row ::slotted(:nth-child(4)),
46966
+ .cds--structured-list-all-rows ::slotted(:nth-child(4)),
46967
+ :host(c4d-pricing-table-group) tr ::slotted(:nth-child(4)),
46968
+ :host(c4d-pricing-table-header-row) ::slotted(:nth-child(4)),
46969
+ :host(c4d-pricing-table-row) ::slotted(:nth-child(4)),
46970
+ :host(c4d-structured-list-group) tr ::slotted(:nth-child(4)),
46971
+ :host(c4d-structured-list-header-row) ::slotted(:nth-child(4)),
46972
+ :host(c4d-structured-list-row) ::slotted(:nth-child(4)) {
46973
+ --width: calc(
46974
+ (var(--cols) / var(--max-cols)) * 100% - var(--mobile-peek, 5%)
46975
+ )
46976
+ }
46977
+ .cds--pricing-table-group tr ::slotted(:nth-child(5)),
46978
+ .cds--pricing-table-header-row ::slotted(:nth-child(5)),
46979
+ .cds--pricing-table-row ::slotted(:nth-child(5)),
46980
+ .cds--structured-list-all-rows ::slotted(:nth-child(5)),
46981
+ :host(c4d-pricing-table-group) tr ::slotted(:nth-child(5)),
46982
+ :host(c4d-pricing-table-header-row) ::slotted(:nth-child(5)),
46983
+ :host(c4d-pricing-table-row) ::slotted(:nth-child(5)),
46984
+ :host(c4d-structured-list-group) tr ::slotted(:nth-child(5)),
46985
+ :host(c4d-structured-list-header-row) ::slotted(:nth-child(5)),
46986
+ :host(c4d-structured-list-row) ::slotted(:nth-child(5)) {
46987
+ --width: calc(
46988
+ (var(--cols) / var(--max-cols)) * 100% - var(--mobile-peek, 5%)
46989
+ )
46990
+ }
46991
+ .cds--pricing-table-group tr ::slotted(:nth-child(6)),
46992
+ .cds--pricing-table-header-row ::slotted(:nth-child(6)),
46993
+ .cds--pricing-table-row ::slotted(:nth-child(6)),
46994
+ .cds--structured-list-all-rows ::slotted(:nth-child(6)),
46995
+ :host(c4d-pricing-table-group) tr ::slotted(:nth-child(6)),
46996
+ :host(c4d-pricing-table-header-row) ::slotted(:nth-child(6)),
46997
+ :host(c4d-pricing-table-row) ::slotted(:nth-child(6)),
46998
+ :host(c4d-structured-list-group) tr ::slotted(:nth-child(6)),
46999
+ :host(c4d-structured-list-header-row) ::slotted(:nth-child(6)),
47000
+ :host(c4d-structured-list-row) ::slotted(:nth-child(6)) {
47001
+ --width: calc(
47002
+ (var(--cols) / var(--max-cols)) * 100% - var(--mobile-peek, 5%)
47003
+ )
47004
+ }
47005
+ .cds--pricing-table-group tr ::slotted(:nth-child(7)),
47006
+ .cds--pricing-table-header-row ::slotted(:nth-child(7)),
47007
+ .cds--pricing-table-row ::slotted(:nth-child(7)),
47008
+ .cds--structured-list-all-rows ::slotted(:nth-child(7)),
47009
+ :host(c4d-pricing-table-group) tr ::slotted(:nth-child(7)),
47010
+ :host(c4d-pricing-table-header-row) ::slotted(:nth-child(7)),
47011
+ :host(c4d-pricing-table-row) ::slotted(:nth-child(7)),
47012
+ :host(c4d-structured-list-group) tr ::slotted(:nth-child(7)),
47013
+ :host(c4d-structured-list-header-row) ::slotted(:nth-child(7)),
47014
+ :host(c4d-structured-list-row) ::slotted(:nth-child(7)) {
47015
+ --width: calc(
47016
+ (var(--cols) / var(--max-cols)) * 100% - var(--mobile-peek, 5%)
47017
+ )
47018
+ }
47019
+ .cds--pricing-table-group tr ::slotted(:nth-child(8)),
47020
+ .cds--pricing-table-header-row ::slotted(:nth-child(8)),
47021
+ .cds--pricing-table-row ::slotted(:nth-child(8)),
47022
+ .cds--structured-list-all-rows ::slotted(:nth-child(8)),
47023
+ :host(c4d-pricing-table-group) tr ::slotted(:nth-child(8)),
47024
+ :host(c4d-pricing-table-header-row) ::slotted(:nth-child(8)),
47025
+ :host(c4d-pricing-table-row) ::slotted(:nth-child(8)),
47026
+ :host(c4d-structured-list-group) tr ::slotted(:nth-child(8)),
47027
+ :host(c4d-structured-list-header-row) ::slotted(:nth-child(8)),
47028
+ :host(c4d-structured-list-row) ::slotted(:nth-child(8)) {
47029
+ --width: calc(
47030
+ (var(--cols) / var(--max-cols)) * 100% - var(--mobile-peek, 5%)
47031
+ )
47032
+ }
47033
47033
  .cds--pricing-table-header-cell:not([scope=row]).cds--pricing-table-header-cell--sticky::after,
47034
47034
  :host(c4d-pricing-table-header-cell:not([scope=row])).cds--pricing-table-header-cell--sticky::after {
47035
47035
  position: absolute;