@vitrosoftware/common-ui-ts 1.1.180 → 1.1.181

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.
@@ -63,6 +63,10 @@ p {
63
63
  margin: unset;
64
64
  }
65
65
 
66
+ body em {
67
+ color: initial;
68
+ }
69
+
66
70
  :global(#root) {
67
71
  position: absolute;
68
72
  top: 0;
@@ -14591,4 +14591,9 @@ a.ui-button:active,
14591
14591
 
14592
14592
  .prop-inspector-inner-wrap {
14593
14593
  height: 100%;
14594
+ }
14595
+
14596
+ input:focus-visible,
14597
+ div:focus-visible {
14598
+ outline: none;
14594
14599
  }
@@ -428,4 +428,9 @@
428
428
 
429
429
  .prop-inspector-inner-wrap {
430
430
  height: 100%;
431
+ }
432
+
433
+ input:focus-visible,
434
+ div:focus-visible {
435
+ outline: none;
431
436
  }
@@ -22,7 +22,6 @@
22
22
  background: #F3F8FF;
23
23
  }
24
24
 
25
- .vitro-issue-tile:global(.vitro-active) .vitro-control div,
26
- .vitro-issue-tile:global(.vitro-active) .vitro-control textarea {
27
- background: #F3F8FF;
25
+ .vitro-issue-tile:global(.vitro-active) :global(.vitro-block) > div > div > div:first-child {
26
+ background-color: #F3F8FF;
28
27
  }
package/dist/index.css CHANGED
@@ -63,6 +63,10 @@ p {
63
63
  margin: unset;
64
64
  }
65
65
 
66
+ body em {
67
+ color: initial;
68
+ }
69
+
66
70
  #root {
67
71
  position: absolute;
68
72
  top: 0;
@@ -2573,192 +2577,6 @@ p {
2573
2577
  overflow: hidden;
2574
2578
  text-overflow: ellipsis;
2575
2579
  }
2576
- ._label_vitro-label_it8WNUE {
2577
- font-size: inherit;
2578
- margin-left: 0;
2579
- display: inline-block;
2580
- white-space: nowrap;
2581
- text-overflow: ellipsis;
2582
- overflow: hidden;
2583
- max-width: calc(100% - 20px);
2584
- }
2585
-
2586
- ._label_vitro-label_it8WNUE ._label_vitro-required_2-bSGif {
2587
- color: red;
2588
- margin-left: 2px;
2589
- }
2590
-
2591
- .vitro-label-grey {
2592
- width: 100%;
2593
- max-width: unset;
2594
- background-color: #F7F9FC;
2595
- font-family: 'InterMedium';
2596
- font-size: 14px;
2597
- line-height: 16px;
2598
- padding: 12px 8px;
2599
- display: flex;
2600
- align-items: center;
2601
- }
2602
-
2603
- ._error-message_vitro-error-message_2lHJjgO {
2604
- display: inline-block;
2605
- color: #D13438;
2606
- font-size: 14px;
2607
- line-height: 19px;
2608
- margin-top: 2px;
2609
- width: 100%;
2610
- }
2611
-
2612
- ._error-message_vitro-error-message_2lHJjgO::before {
2613
- content: '';
2614
- display: inline-block;
2615
- vertical-align: text-top;
2616
- height: 16px;
2617
- width: 16px;
2618
- min-width: 16px;
2619
- min-height: 16px;
2620
- margin-right: 4px;
2621
- background-size: 100%;
2622
- background-position: center;
2623
- background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/error-message/img/error-message.svg');
2624
- }
2625
- ._copy-button_vitro-copy-button_1_JmPVH {
2626
- background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/copy-button/img/copy-to-clipboard.svg');
2627
- background-repeat: no-repeat;
2628
- background-position: center;
2629
- background-size: 100%;
2630
- cursor: pointer;
2631
- }
2632
- @import url('@vitrosoftware/common-ui-ts/css/std/controls/input/rich-editor.css');
2633
-
2634
- ._input_vitro-control_1DmPFkF {
2635
- width: 100%;
2636
- position: relative;
2637
- }
2638
-
2639
- ._input_vitro-control_1DmPFkF input,
2640
- ._input_vitro-control_1DmPFkF textarea {
2641
- width: 100%;
2642
- min-height: 40px;
2643
- padding: 8px 16px;
2644
- background: transparent;
2645
- border: 1px solid #C0CAD5;
2646
- border-radius: 4px;
2647
- width: 100%;
2648
- font-size: 14px;
2649
- color: #222D44;
2650
- }
2651
-
2652
- ._input_vitro-control_1DmPFkF input {
2653
- white-space: normal;
2654
- line-height: 16px;
2655
- }
2656
-
2657
- ._input_vitro-control_1DmPFkF textarea::-webkit-scrollbar {
2658
- width: 4px;
2659
- }
2660
-
2661
- ._input_vitro-control_1DmPFkF textarea::-webkit-scrollbar-track {
2662
- background: transparent;
2663
- border-radius: 4px;
2664
- }
2665
-
2666
- ._input_vitro-control_1DmPFkF textarea::-webkit-scrollbar-thumb {
2667
- background: #E4E6EC;
2668
- border-radius: 4px;
2669
- }
2670
-
2671
- ._input_vitro-control_1DmPFkF textarea::-webkit-scrollbar:hover {
2672
- background: #E4E6EC;
2673
- }
2674
-
2675
- ._input_vitro-control_1DmPFkF textarea {
2676
- line-height: 150%;
2677
- }
2678
-
2679
- ._input_vitro-control_1DmPFkF input::-moz-placeholder, ._input_vitro-control_1DmPFkF textarea::-moz-placeholder {
2680
- color: #6C757D;
2681
- font-family: 'InterRegular';
2682
- font-weight: 400;
2683
- line-height: 16px;
2684
- }
2685
-
2686
- ._input_vitro-control_1DmPFkF input::placeholder,
2687
- ._input_vitro-control_1DmPFkF textarea::placeholder {
2688
- color: #6C757D;
2689
- font-family: 'InterRegular';
2690
- font-weight: 400;
2691
- line-height: 16px;
2692
- }
2693
-
2694
- ._input_vitro-read-only_3f-cBbK input,
2695
- ._input_vitro-read-only_3f-cBbK textarea {
2696
- color: #4A556C;
2697
- font-size: 12px;
2698
- padding: 8px 36px 8px 16px;
2699
- }
2700
-
2701
- ._input_vitro-read-only_3f-cBbK ._input_vitro-label_2XBESiY {
2702
- color: #8E98A3;
2703
- }
2704
-
2705
- ._input_vitro-focus_1txynr8 input,
2706
- ._input_vitro-focus_1txynr8 textarea {
2707
- border-color: #3274E0;
2708
- }
2709
-
2710
- ._input_vitro-focus_1txynr8 ._input_vitro-label_2XBESiY {
2711
- color: #3274E0 !important;
2712
- }
2713
-
2714
- ._input_vitro-error_1T3dLzB input,
2715
- ._input_vitro-error_1T3dLzB textarea {
2716
- border-color: #D13438;
2717
- }
2718
-
2719
- ._input_vitro-error_1T3dLzB ._input_vitro-label_2XBESiY {
2720
- color: #D13438 !important;
2721
- }
2722
-
2723
- ._input_vitro-label_2XBESiY {
2724
- color: #4A556C;
2725
- padding: 0 6px;
2726
- background-color: #fff;
2727
- z-index: 1;
2728
- position: absolute;
2729
- left: 10px;
2730
- top: -10px;
2731
- }
2732
-
2733
- ._input_vitro-left-label_D9Fpvpd {
2734
- display: flex;
2735
- align-items: center;
2736
- }
2737
-
2738
- ._input_vitro-left-label_D9Fpvpd ._input_vitro-label_2XBESiY {
2739
- position: initial;
2740
- margin-right: 8px;
2741
- width: 300px;
2742
- }
2743
-
2744
- ._input_vitro-focus_1txynr8 ._input_vitro-error-message_349uWKt {
2745
- display: none;
2746
- }
2747
-
2748
- ._input_vitro-copy-button_3wNhQ24 {
2749
- display: inline-block;
2750
- position: absolute;
2751
- right: 16px;
2752
- top: 10px;
2753
- }
2754
-
2755
- ._input_vitro-tooltip_2DcJtbX {
2756
- max-width: 360px;
2757
- }
2758
-
2759
- ._input_vitro-tooltip_2DcJtbX .tooltip-inner {
2760
- max-width: unset;
2761
- }
2762
2580
  ._issue-tile-footer_vitro-issue-tile-footer_KtHOieL {
2763
2581
  display: flex;
2764
2582
  justify-content: space-between;
@@ -2877,6 +2695,95 @@ p {
2877
2695
  margin-left: auto;
2878
2696
  }
2879
2697
 
2698
+ ._expand-control-group_vitro-expand-control-group_1qSUMoN {
2699
+ width: 100%;
2700
+ display: flex;
2701
+ flex-direction: column;
2702
+ }
2703
+
2704
+ ._expand-control-group_vitro-expand-control-group_1qSUMoN._expand-control-group_vitro-top_pV-8fhr {
2705
+ flex-direction: column-reverse;
2706
+ }
2707
+
2708
+ ._expand-control-group_vitro-expand-control-group_1qSUMoN .vitro-content {
2709
+ width: 100%;
2710
+ }
2711
+
2712
+ ._expand-control-group_vitro-display-none_Zs_5rQL {
2713
+ display: none !important;
2714
+ }
2715
+ ._field-iterator_vitro-field-iterator_2zUPyUF {
2716
+ padding-top: 10px;
2717
+ display: flex;
2718
+ flex-wrap: wrap;
2719
+ grid-gap: 22px 16px;
2720
+ align-content: flex-start;
2721
+ }
2722
+
2723
+ ._field-iterator_vitro-field-iterator_2zUPyUF .vitro-inline {
2724
+ display: inline-flex;
2725
+ flex: 1 1;
2726
+ min-width: 180px;
2727
+ flex-direction: row;
2728
+ flex-basis: 40%;
2729
+ }
2730
+
2731
+ ._field-iterator_vitro-field-iterator_2zUPyUF .vitro-inline > div {
2732
+ width: 100%;
2733
+ }
2734
+
2735
+ ._field-iterator_vitro-field-iterator_2zUPyUF .vitro-block {
2736
+ width: 100%;
2737
+ }
2738
+
2739
+ ._field-iterator_vitro-field-iterator_2zUPyUF .vitro-block:last-child > div > div {
2740
+ margin-bottom: 0;
2741
+ }
2742
+
2743
+ ._field-iterator_vitro-expand-control-group_3R-v8Nb {
2744
+ padding-bottom: 36px;
2745
+ }
2746
+
2747
+ ._field-iterator_vitro-expand-control-group_3R-v8Nb.vitro-collapsed {
2748
+ margin-top: -10px;
2749
+ }
2750
+
2751
+ ._field-iterator_vitro-expand-collapse-button_myRTctg,
2752
+ ._field-iterator_vitro-expand-collapse-button_myRTctg:hover,
2753
+ ._field-iterator_vitro-expand-collapse-button_myRTctg:active,
2754
+ ._field-iterator_vitro-expand-collapse-button_myRTctg:focus {
2755
+ width: 100%;
2756
+ height: 36px;
2757
+ background-color: #F3F8FF;
2758
+ display: flex;
2759
+ flex-direction: row-reverse;
2760
+ justify-content: center;
2761
+ color: #4A556C;
2762
+ gap: 4px;
2763
+ position: absolute;
2764
+ bottom: 0;
2765
+ left: 0;
2766
+ border-radius: 0 0 4px 4px;
2767
+ }
2768
+
2769
+ ._field-iterator_vitro-collapse_SZoovCi,
2770
+ ._field-iterator_vitro-expand_ToLTBVI {
2771
+ height: 20px;
2772
+ width: 20px;
2773
+ flex-shrink: 0;
2774
+ background-size: 100%;
2775
+ background-position: center;
2776
+ background-repeat: no-repeat;
2777
+ }
2778
+
2779
+ ._field-iterator_vitro-expand_ToLTBVI {
2780
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/field-iterator/img/collapse-bottom.svg');
2781
+ }
2782
+
2783
+ ._field-iterator_vitro-collapse_SZoovCi {
2784
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/field-iterator/img/collapse-up.svg');
2785
+ }
2786
+
2880
2787
  ._issue-tile_vitro-issue-tile_2D7E9Y- {
2881
2788
  cursor: pointer;
2882
2789
  width: 100%;
@@ -2901,9 +2808,8 @@ p {
2901
2808
  background: #F3F8FF;
2902
2809
  }
2903
2810
 
2904
- ._issue-tile_vitro-issue-tile_2D7E9Y-.vitro-active ._issue-tile_vitro-control_3V6_Ze7 div,
2905
- ._issue-tile_vitro-issue-tile_2D7E9Y-.vitro-active ._issue-tile_vitro-control_3V6_Ze7 textarea {
2906
- background: #F3F8FF;
2811
+ ._issue-tile_vitro-issue-tile_2D7E9Y-.vitro-active .vitro-block > div > div > div:first-child {
2812
+ background-color: #F3F8FF;
2907
2813
  }
2908
2814
  ._file-version-select_vitro-file-version-select_1wIyab3 {
2909
2815
  position: relative;
@@ -3216,6 +3122,33 @@ p {
3216
3122
  margin-bottom: 28px;
3217
3123
  }
3218
3124
  }
3125
+ ._label_vitro-label_it8WNUE {
3126
+ font-size: inherit;
3127
+ margin-left: 0;
3128
+ display: inline-block;
3129
+ white-space: nowrap;
3130
+ text-overflow: ellipsis;
3131
+ overflow: hidden;
3132
+ max-width: calc(100% - 20px);
3133
+ }
3134
+
3135
+ ._label_vitro-label_it8WNUE ._label_vitro-required_2-bSGif {
3136
+ color: red;
3137
+ margin-left: 2px;
3138
+ }
3139
+
3140
+ .vitro-label-grey {
3141
+ width: 100%;
3142
+ max-width: unset;
3143
+ background-color: #F7F9FC;
3144
+ font-family: 'InterMedium';
3145
+ font-size: 14px;
3146
+ line-height: 16px;
3147
+ padding: 12px 8px;
3148
+ display: flex;
3149
+ align-items: center;
3150
+ }
3151
+
3219
3152
  ._checkbox_vitro-control_DfB5DDM {
3220
3153
  width: 100%;
3221
3154
  position: relative;
@@ -3277,6 +3210,165 @@ p {
3277
3210
  margin-right: 6px;
3278
3211
  }
3279
3212
 
3213
+ ._error-message_vitro-error-message_2lHJjgO {
3214
+ display: inline-block;
3215
+ color: #D13438;
3216
+ font-size: 14px;
3217
+ line-height: 19px;
3218
+ margin-top: 2px;
3219
+ width: 100%;
3220
+ }
3221
+
3222
+ ._error-message_vitro-error-message_2lHJjgO::before {
3223
+ content: '';
3224
+ display: inline-block;
3225
+ vertical-align: text-top;
3226
+ height: 16px;
3227
+ width: 16px;
3228
+ min-width: 16px;
3229
+ min-height: 16px;
3230
+ margin-right: 4px;
3231
+ background-size: 100%;
3232
+ background-position: center;
3233
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/error-message/img/error-message.svg');
3234
+ }
3235
+ ._copy-button_vitro-copy-button_1_JmPVH {
3236
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/copy-button/img/copy-to-clipboard.svg');
3237
+ background-repeat: no-repeat;
3238
+ background-position: center;
3239
+ background-size: 100%;
3240
+ cursor: pointer;
3241
+ }
3242
+ @import url('@vitrosoftware/common-ui-ts/css/std/controls/input/rich-editor.css');
3243
+
3244
+ ._input_vitro-control_1DmPFkF {
3245
+ width: 100%;
3246
+ position: relative;
3247
+ }
3248
+
3249
+ ._input_vitro-control_1DmPFkF input,
3250
+ ._input_vitro-control_1DmPFkF textarea {
3251
+ width: 100%;
3252
+ min-height: 40px;
3253
+ padding: 8px 16px;
3254
+ background: transparent;
3255
+ border: 1px solid #C0CAD5;
3256
+ border-radius: 4px;
3257
+ width: 100%;
3258
+ font-size: 14px;
3259
+ color: #222D44;
3260
+ }
3261
+
3262
+ ._input_vitro-control_1DmPFkF input {
3263
+ white-space: normal;
3264
+ line-height: 16px;
3265
+ }
3266
+
3267
+ ._input_vitro-control_1DmPFkF textarea::-webkit-scrollbar {
3268
+ width: 4px;
3269
+ }
3270
+
3271
+ ._input_vitro-control_1DmPFkF textarea::-webkit-scrollbar-track {
3272
+ background: transparent;
3273
+ border-radius: 4px;
3274
+ }
3275
+
3276
+ ._input_vitro-control_1DmPFkF textarea::-webkit-scrollbar-thumb {
3277
+ background: #E4E6EC;
3278
+ border-radius: 4px;
3279
+ }
3280
+
3281
+ ._input_vitro-control_1DmPFkF textarea::-webkit-scrollbar:hover {
3282
+ background: #E4E6EC;
3283
+ }
3284
+
3285
+ ._input_vitro-control_1DmPFkF textarea {
3286
+ line-height: 150%;
3287
+ }
3288
+
3289
+ ._input_vitro-control_1DmPFkF input::-moz-placeholder, ._input_vitro-control_1DmPFkF textarea::-moz-placeholder {
3290
+ color: #6C757D;
3291
+ font-family: 'InterRegular';
3292
+ font-weight: 400;
3293
+ line-height: 16px;
3294
+ }
3295
+
3296
+ ._input_vitro-control_1DmPFkF input::placeholder,
3297
+ ._input_vitro-control_1DmPFkF textarea::placeholder {
3298
+ color: #6C757D;
3299
+ font-family: 'InterRegular';
3300
+ font-weight: 400;
3301
+ line-height: 16px;
3302
+ }
3303
+
3304
+ ._input_vitro-read-only_3f-cBbK input,
3305
+ ._input_vitro-read-only_3f-cBbK textarea {
3306
+ color: #4A556C;
3307
+ font-size: 12px;
3308
+ padding: 8px 36px 8px 16px;
3309
+ }
3310
+
3311
+ ._input_vitro-read-only_3f-cBbK ._input_vitro-label_2XBESiY {
3312
+ color: #8E98A3;
3313
+ }
3314
+
3315
+ ._input_vitro-focus_1txynr8 input,
3316
+ ._input_vitro-focus_1txynr8 textarea {
3317
+ border-color: #3274E0;
3318
+ }
3319
+
3320
+ ._input_vitro-focus_1txynr8 ._input_vitro-label_2XBESiY {
3321
+ color: #3274E0 !important;
3322
+ }
3323
+
3324
+ ._input_vitro-error_1T3dLzB input,
3325
+ ._input_vitro-error_1T3dLzB textarea {
3326
+ border-color: #D13438;
3327
+ }
3328
+
3329
+ ._input_vitro-error_1T3dLzB ._input_vitro-label_2XBESiY {
3330
+ color: #D13438 !important;
3331
+ }
3332
+
3333
+ ._input_vitro-label_2XBESiY {
3334
+ color: #4A556C;
3335
+ padding: 0 6px;
3336
+ background-color: #fff;
3337
+ z-index: 1;
3338
+ position: absolute;
3339
+ left: 10px;
3340
+ top: -10px;
3341
+ }
3342
+
3343
+ ._input_vitro-left-label_D9Fpvpd {
3344
+ display: flex;
3345
+ align-items: center;
3346
+ }
3347
+
3348
+ ._input_vitro-left-label_D9Fpvpd ._input_vitro-label_2XBESiY {
3349
+ position: initial;
3350
+ margin-right: 8px;
3351
+ width: 300px;
3352
+ }
3353
+
3354
+ ._input_vitro-focus_1txynr8 ._input_vitro-error-message_349uWKt {
3355
+ display: none;
3356
+ }
3357
+
3358
+ ._input_vitro-copy-button_3wNhQ24 {
3359
+ display: inline-block;
3360
+ position: absolute;
3361
+ right: 16px;
3362
+ top: 10px;
3363
+ }
3364
+
3365
+ ._input_vitro-tooltip_2DcJtbX {
3366
+ max-width: 360px;
3367
+ }
3368
+
3369
+ ._input_vitro-tooltip_2DcJtbX .tooltip-inner {
3370
+ max-width: unset;
3371
+ }
3280
3372
  ._password-input_vitro-button-show-password_2jL4nM-,
3281
3373
  ._password-input_vitro-button-hide-password_vPoUeVl {
3282
3374
  position: absolute;
@@ -6619,95 +6711,6 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
6619
6711
  right: 0;
6620
6712
  margin: 0;
6621
6713
  }
6622
- ._expand-control-group_vitro-expand-control-group_1qSUMoN {
6623
- width: 100%;
6624
- display: flex;
6625
- flex-direction: column;
6626
- }
6627
-
6628
- ._expand-control-group_vitro-expand-control-group_1qSUMoN._expand-control-group_vitro-top_pV-8fhr {
6629
- flex-direction: column-reverse;
6630
- }
6631
-
6632
- ._expand-control-group_vitro-expand-control-group_1qSUMoN .vitro-content {
6633
- width: 100%;
6634
- }
6635
-
6636
- ._expand-control-group_vitro-display-none_Zs_5rQL {
6637
- display: none !important;
6638
- }
6639
- ._field-iterator_vitro-field-iterator_2zUPyUF {
6640
- padding-top: 10px;
6641
- display: flex;
6642
- flex-wrap: wrap;
6643
- grid-gap: 22px 16px;
6644
- align-content: flex-start;
6645
- }
6646
-
6647
- ._field-iterator_vitro-field-iterator_2zUPyUF .vitro-inline {
6648
- display: inline-flex;
6649
- flex: 1 1;
6650
- min-width: 180px;
6651
- flex-direction: row;
6652
- flex-basis: 40%;
6653
- }
6654
-
6655
- ._field-iterator_vitro-field-iterator_2zUPyUF .vitro-inline > div {
6656
- width: 100%;
6657
- }
6658
-
6659
- ._field-iterator_vitro-field-iterator_2zUPyUF .vitro-block {
6660
- width: 100%;
6661
- }
6662
-
6663
- ._field-iterator_vitro-field-iterator_2zUPyUF .vitro-block:last-child > div > div {
6664
- margin-bottom: 0;
6665
- }
6666
-
6667
- ._field-iterator_vitro-expand-control-group_3R-v8Nb {
6668
- padding-bottom: 36px;
6669
- }
6670
-
6671
- ._field-iterator_vitro-expand-control-group_3R-v8Nb.vitro-collapsed {
6672
- margin-top: -10px;
6673
- }
6674
-
6675
- ._field-iterator_vitro-expand-collapse-button_myRTctg,
6676
- ._field-iterator_vitro-expand-collapse-button_myRTctg:hover,
6677
- ._field-iterator_vitro-expand-collapse-button_myRTctg:active,
6678
- ._field-iterator_vitro-expand-collapse-button_myRTctg:focus {
6679
- width: 100%;
6680
- height: 36px;
6681
- background-color: #F3F8FF;
6682
- display: flex;
6683
- flex-direction: row-reverse;
6684
- justify-content: center;
6685
- color: #4A556C;
6686
- gap: 4px;
6687
- position: absolute;
6688
- bottom: 0;
6689
- left: 0;
6690
- border-radius: 0 0 4px 4px;
6691
- }
6692
-
6693
- ._field-iterator_vitro-collapse_SZoovCi,
6694
- ._field-iterator_vitro-expand_ToLTBVI {
6695
- height: 20px;
6696
- width: 20px;
6697
- flex-shrink: 0;
6698
- background-size: 100%;
6699
- background-position: center;
6700
- background-repeat: no-repeat;
6701
- }
6702
-
6703
- ._field-iterator_vitro-expand_ToLTBVI {
6704
- background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/field-iterator/img/collapse-bottom.svg');
6705
- }
6706
-
6707
- ._field-iterator_vitro-collapse_SZoovCi {
6708
- background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/field-iterator/img/collapse-up.svg');
6709
- }
6710
-
6711
6714
  ._item_vitro-criterion-container_3cAvpK0 {
6712
6715
  width: 100%;
6713
6716
  position: relative;