@jobber/components 6.51.1 → 6.51.2

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 (2) hide show
  1. package/dist/styles.css +1149 -1147
  2. package/package.json +2 -2
package/dist/styles.css CHANGED
@@ -202,272 +202,6 @@
202
202
  border-width: var(--avatar-border-size);
203
203
  }
204
204
 
205
- .ucGelS5nNm0- {
206
- --banner-surface: var(--color-surface);
207
- --banner-textColor: var(--color-text);
208
- display: -ms-flexbox;
209
- display: flex;
210
- position: relative;
211
- padding: calc(16px - 4px) 16px;
212
- padding: calc(var(--space-base) - var(--space-smaller)) var(--space-base);
213
- border-radius: 8px;
214
- border-radius: var(--radius-base);
215
- color: hsl(198, 35%, 21%);
216
- color: var(--banner-textColor);
217
- background-color: rgba(255, 255, 255, 1);
218
- background-color: var(--banner-surface);
219
- gap: 8px;
220
- gap: var(--space-small);
221
- -ms-flex-align: center;
222
- align-items: center;
223
- }
224
-
225
- ._5VzH3Cz9ps8- {
226
- --banner-surface: var(--color-informative--surface);
227
- --banner-textColor: var(--color-informative--onSurface);
228
- }
229
-
230
- ._16jyB9OYJIs- {
231
- --banner-surface: var(--color-critical--surface);
232
- --banner-textColor: var(--color-critical--onSurface);
233
- }
234
-
235
- ._4h-6cc8lZo8- {
236
- --banner-surface: var(--color-warning--surface);
237
- --banner-textColor: var(--color-warning--onSurface);
238
- }
239
-
240
- .k7T2IV0R8Q0- {
241
- --banner-surface: var(--color-success--surface);
242
- --banner-textColor: var(--color-success--onSurface);
243
- }
244
-
245
- .dG2vHE6g8f0- > a,
246
- .dG2vHE6g8f0- > p {
247
- color: inherit;
248
- }
249
-
250
- .dG2vHE6g8f0- > a {
251
- -webkit-text-decoration: underline;
252
- text-decoration: underline;
253
- }
254
-
255
- .dG2vHE6g8f0- > a:hover {
256
- color: hsl(197, 90%, 12%);
257
- color: var(--color-heading);
258
- }
259
-
260
- .j9IeihCCYxI- {
261
- display: -ms-flexbox;
262
- display: flex;
263
- -ms-flex: 1 1 auto;
264
- flex: 1 1 auto;
265
- gap: 8px;
266
- gap: var(--space-small);
267
- -ms-flex-wrap: nowrap;
268
- flex-wrap: nowrap;
269
- -ms-flex-pack: justify;
270
- justify-content: space-between;
271
- -ms-flex-align: start;
272
- align-items: flex-start;
273
- }
274
-
275
- @media (max-width: 489px) {
276
-
277
- .j9IeihCCYxI- {
278
- -ms-flex-wrap: wrap;
279
- flex-wrap: wrap;
280
- }
281
- }
282
-
283
- @media (--small-screens-and-below) {
284
-
285
- .j9IeihCCYxI- {
286
- -ms-flex-wrap: wrap;
287
- flex-wrap: wrap;
288
- }
289
- }
290
-
291
- .dG2vHE6g8f0- {
292
- -ms-flex: 1;
293
- flex: 1;
294
- -ms-flex-item-align: center;
295
- align-self: center;
296
- }
297
-
298
- .j9IeihCCYxI- > *:last-child {
299
- margin-bottom: 0;
300
- }
301
-
302
- .D5X29shmSr0- .dG2vHE6g8f0- {
303
- -ms-flex: 1;
304
- flex: 1;
305
- }
306
-
307
- .W0pSTO-oRmk- {
308
- display: -ms-flexbox;
309
- display: flex;
310
- -ms-flex: 0 0 auto;
311
- flex: 0 0 auto;
312
- }
313
-
314
- @media (max-width: 489px) {
315
-
316
- .W0pSTO-oRmk- {
317
- width: 100%;
318
- padding-left: 32px;
319
- padding-left: var(--space-larger);
320
- }
321
- }
322
-
323
- @media (--small-screens-and-below) {
324
-
325
- .W0pSTO-oRmk- {
326
- width: 100%;
327
- padding-left: 32px;
328
- padding-left: var(--space-larger);
329
- }
330
- }
331
-
332
- .-IYYDBmq2Q0- {
333
- margin: calc(2px * -1) 0;
334
- margin: calc(var(--space-smallest) * -1) 0;
335
- -ms-flex-item-align: start;
336
- align-self: flex-start;
337
- mix-blend-mode: multiply;
338
- }
339
-
340
- @media (max-width: 489px) {
341
-
342
- .-IYYDBmq2Q0- {
343
- margin: calc(8px * -1) 0;
344
- margin: calc(var(--space-small) * -1) 0;
345
- }
346
- }
347
-
348
- @media (--small-screens-and-below) {
349
-
350
- .-IYYDBmq2Q0- {
351
- margin: calc(8px * -1) 0;
352
- margin: calc(var(--space-small) * -1) 0;
353
- }
354
- }
355
-
356
- [data-theme="dark"] .-IYYDBmq2Q0- {
357
- mix-blend-mode: screen;
358
- }
359
-
360
- .BQhacg0OlMs- {
361
- display: -ms-inline-flexbox;
362
- display: inline-flex;
363
- padding: 4px;
364
- padding: var(--space-smaller);
365
- border-radius: 100%;
366
- border-radius: var(--radius-circle);
367
- background-color: hsl(53, 21%, 93%);
368
- background-color: var(--color-surface--background);
369
- }
370
-
371
- .D5X29shmSr0- .BQhacg0OlMs- {
372
- -ms-flex-item-align: center;
373
- align-self: center;
374
- }
375
-
376
- .-PlHaWx00Hw- {
377
- --card--accent-color: var(--color-grey);
378
- --card--base-padding: var(--space-base);
379
- --card--border: var(--border-base) solid var(--color-border);
380
-
381
- display: block;
382
- width: 100%;
383
- border: 1px solid hsl(200, 13%, 87%);
384
- border: var(--card--border);
385
- border-radius: 8px;
386
- border-radius: var(--radius-base);
387
- outline-color: hsl(198, 12%, 57%);
388
- outline-color: var(--color-focus);
389
- background-color: rgba(255, 255, 255, 1);
390
- background-color: var(--color-surface);
391
- }
392
-
393
- .-PlHaWx00Hw-:active {
394
- outline: 0;
395
- }
396
-
397
- /* Adjust `Content` components public padding to match the cards */
398
-
399
- .-PlHaWx00Hw- > * {
400
- --public-content--padding: var(--card--base-padding);
401
- }
402
-
403
- /* Remove the nested `Content` components public padding */
404
-
405
- .-PlHaWx00Hw- > * > * {
406
- --public-content--padding: 0;
407
- }
408
-
409
- .Iilm5Uhxo50- {
410
- border-top-width: 0;
411
- }
412
-
413
- .Iilm5Uhxo50-::before {
414
- content: " ";
415
- display: block;
416
- margin: 0 calc(-1 * 1px);
417
- margin: 0 calc(-1 * var(--border-base));
418
- border-top: 0.375rem solid var(--card--accent-color);
419
- border-radius: 8px 8px 0 0;
420
- border-radius: var(--radius-base) var(--radius-base) 0 0;
421
- }
422
-
423
- .Vppn4k0fBsc- {
424
- color: inherit;
425
- text-decoration: inherit;
426
- cursor: pointer;
427
- transition: all 200ms ease-out;
428
- transition: all var(--timing-base) ease-out;
429
- }
430
-
431
- .Vppn4k0fBsc-:hover,
432
- .Vppn4k0fBsc-:focus {
433
- background-color: hsl(53, 21%, 93%);
434
- background-color: var(--color-surface--hover);
435
- }
436
-
437
- .l3-Pkynq2zA- {
438
- display: -ms-flexbox;
439
- display: flex;
440
- padding: var(--card--base-padding);
441
- padding-bottom: 0;
442
- -ms-flex-pack: justify;
443
- justify-content: space-between;
444
- -ms-flex-align: start;
445
- align-items: flex-start;
446
- gap: 8px;
447
- gap: var(--space-small);
448
- }
449
-
450
- .bb-VTS0yML8-,
451
- ._2BzdFV5LQvM-,
452
- ._60G0BuQ6TY0- {
453
- --card--border: none;
454
- }
455
-
456
- .bb-VTS0yML8- {
457
- box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 2px rgba(0, 0, 0, 0.1);
458
- box-shadow: var(--shadow-low);
459
- }
460
-
461
- ._2BzdFV5LQvM- {
462
- box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1), 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
463
- box-shadow: var(--shadow-base);
464
- }
465
-
466
- ._60G0BuQ6TY0- {
467
- box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.075), 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
468
- box-shadow: var(--shadow-high);
469
- }
470
-
471
205
  :root {
472
206
  --public--button--color-variation: var(--color-interactive);
473
207
  --public--button--color-variation--hover: var(--color-interactive--hover);
@@ -765,40 +499,285 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
765
499
  animation-timing-function: linear;
766
500
  }
767
501
 
768
- .TrzCxs3OEpM-.NCs-BISj1XU-:not(.MVT-qs-bO9M-) {
769
- background-image: linear-gradient(
770
- 135deg,
771
- rgba(255, 255, 255, 0.25) 0%,
772
- rgba(255, 255, 255, 0.25) 25%,
773
- transparent 25%,
774
- transparent 50%,
775
- rgba(255, 255, 255, 0.25) 50%,
776
- rgba(255, 255, 255, 0.25) 75%,
777
- transparent 75%,
778
- transparent 100%
779
- );
502
+ .TrzCxs3OEpM-.NCs-BISj1XU-:not(.MVT-qs-bO9M-) {
503
+ background-image: linear-gradient(
504
+ 135deg,
505
+ rgba(255, 255, 255, 0.25) 0%,
506
+ rgba(255, 255, 255, 0.25) 25%,
507
+ transparent 25%,
508
+ transparent 50%,
509
+ rgba(255, 255, 255, 0.25) 50%,
510
+ rgba(255, 255, 255, 0.25) 75%,
511
+ transparent 75%,
512
+ transparent 100%
513
+ );
514
+ }
515
+
516
+ @-webkit-keyframes M0LU-Rdq-MA- {
517
+ 0% {
518
+ background-position: 0 0;
519
+ }
520
+
521
+ 100% {
522
+ background-position: 32px 32px;
523
+ background-position: var(--space-larger) var(--space-larger);
524
+ }
525
+ }
526
+
527
+ @keyframes M0LU-Rdq-MA- {
528
+ 0% {
529
+ background-position: 0 0;
530
+ }
531
+
532
+ 100% {
533
+ background-position: 32px 32px;
534
+ background-position: var(--space-larger) var(--space-larger);
535
+ }
536
+ }
537
+
538
+ .ucGelS5nNm0- {
539
+ --banner-surface: var(--color-surface);
540
+ --banner-textColor: var(--color-text);
541
+ display: -ms-flexbox;
542
+ display: flex;
543
+ position: relative;
544
+ padding: calc(16px - 4px) 16px;
545
+ padding: calc(var(--space-base) - var(--space-smaller)) var(--space-base);
546
+ border-radius: 8px;
547
+ border-radius: var(--radius-base);
548
+ color: hsl(198, 35%, 21%);
549
+ color: var(--banner-textColor);
550
+ background-color: rgba(255, 255, 255, 1);
551
+ background-color: var(--banner-surface);
552
+ gap: 8px;
553
+ gap: var(--space-small);
554
+ -ms-flex-align: center;
555
+ align-items: center;
556
+ }
557
+
558
+ ._5VzH3Cz9ps8- {
559
+ --banner-surface: var(--color-informative--surface);
560
+ --banner-textColor: var(--color-informative--onSurface);
561
+ }
562
+
563
+ ._16jyB9OYJIs- {
564
+ --banner-surface: var(--color-critical--surface);
565
+ --banner-textColor: var(--color-critical--onSurface);
566
+ }
567
+
568
+ ._4h-6cc8lZo8- {
569
+ --banner-surface: var(--color-warning--surface);
570
+ --banner-textColor: var(--color-warning--onSurface);
571
+ }
572
+
573
+ .k7T2IV0R8Q0- {
574
+ --banner-surface: var(--color-success--surface);
575
+ --banner-textColor: var(--color-success--onSurface);
576
+ }
577
+
578
+ .dG2vHE6g8f0- > a,
579
+ .dG2vHE6g8f0- > p {
580
+ color: inherit;
581
+ }
582
+
583
+ .dG2vHE6g8f0- > a {
584
+ -webkit-text-decoration: underline;
585
+ text-decoration: underline;
586
+ }
587
+
588
+ .dG2vHE6g8f0- > a:hover {
589
+ color: hsl(197, 90%, 12%);
590
+ color: var(--color-heading);
591
+ }
592
+
593
+ .j9IeihCCYxI- {
594
+ display: -ms-flexbox;
595
+ display: flex;
596
+ -ms-flex: 1 1 auto;
597
+ flex: 1 1 auto;
598
+ gap: 8px;
599
+ gap: var(--space-small);
600
+ -ms-flex-wrap: nowrap;
601
+ flex-wrap: nowrap;
602
+ -ms-flex-pack: justify;
603
+ justify-content: space-between;
604
+ -ms-flex-align: start;
605
+ align-items: flex-start;
606
+ }
607
+
608
+ @media (max-width: 489px) {
609
+
610
+ .j9IeihCCYxI- {
611
+ -ms-flex-wrap: wrap;
612
+ flex-wrap: wrap;
613
+ }
614
+ }
615
+
616
+ @media (--small-screens-and-below) {
617
+
618
+ .j9IeihCCYxI- {
619
+ -ms-flex-wrap: wrap;
620
+ flex-wrap: wrap;
621
+ }
622
+ }
623
+
624
+ .dG2vHE6g8f0- {
625
+ -ms-flex: 1;
626
+ flex: 1;
627
+ -ms-flex-item-align: center;
628
+ align-self: center;
629
+ }
630
+
631
+ .j9IeihCCYxI- > *:last-child {
632
+ margin-bottom: 0;
633
+ }
634
+
635
+ .D5X29shmSr0- .dG2vHE6g8f0- {
636
+ -ms-flex: 1;
637
+ flex: 1;
638
+ }
639
+
640
+ .W0pSTO-oRmk- {
641
+ display: -ms-flexbox;
642
+ display: flex;
643
+ -ms-flex: 0 0 auto;
644
+ flex: 0 0 auto;
645
+ }
646
+
647
+ @media (max-width: 489px) {
648
+
649
+ .W0pSTO-oRmk- {
650
+ width: 100%;
651
+ padding-left: 32px;
652
+ padding-left: var(--space-larger);
653
+ }
654
+ }
655
+
656
+ @media (--small-screens-and-below) {
657
+
658
+ .W0pSTO-oRmk- {
659
+ width: 100%;
660
+ padding-left: 32px;
661
+ padding-left: var(--space-larger);
662
+ }
663
+ }
664
+
665
+ .-IYYDBmq2Q0- {
666
+ margin: calc(2px * -1) 0;
667
+ margin: calc(var(--space-smallest) * -1) 0;
668
+ -ms-flex-item-align: start;
669
+ align-self: flex-start;
670
+ mix-blend-mode: multiply;
671
+ }
672
+
673
+ @media (max-width: 489px) {
674
+
675
+ .-IYYDBmq2Q0- {
676
+ margin: calc(8px * -1) 0;
677
+ margin: calc(var(--space-small) * -1) 0;
678
+ }
679
+ }
680
+
681
+ @media (--small-screens-and-below) {
682
+
683
+ .-IYYDBmq2Q0- {
684
+ margin: calc(8px * -1) 0;
685
+ margin: calc(var(--space-small) * -1) 0;
686
+ }
687
+ }
688
+
689
+ [data-theme="dark"] .-IYYDBmq2Q0- {
690
+ mix-blend-mode: screen;
691
+ }
692
+
693
+ .BQhacg0OlMs- {
694
+ display: -ms-inline-flexbox;
695
+ display: inline-flex;
696
+ padding: 4px;
697
+ padding: var(--space-smaller);
698
+ border-radius: 100%;
699
+ border-radius: var(--radius-circle);
700
+ background-color: hsl(53, 21%, 93%);
701
+ background-color: var(--color-surface--background);
702
+ }
703
+
704
+ .D5X29shmSr0- .BQhacg0OlMs- {
705
+ -ms-flex-item-align: center;
706
+ align-self: center;
707
+ }
708
+
709
+ .-PlHaWx00Hw- {
710
+ --card--accent-color: var(--color-grey);
711
+ --card--base-padding: var(--space-base);
712
+ --card--border: var(--border-base) solid var(--color-border);
713
+
714
+ display: block;
715
+ width: 100%;
716
+ border: 1px solid hsl(200, 13%, 87%);
717
+ border: var(--card--border);
718
+ border-radius: 8px;
719
+ border-radius: var(--radius-base);
720
+ outline-color: hsl(198, 12%, 57%);
721
+ outline-color: var(--color-focus);
722
+ background-color: rgba(255, 255, 255, 1);
723
+ background-color: var(--color-surface);
724
+ }
725
+
726
+ .-PlHaWx00Hw-:active {
727
+ outline: 0;
728
+ }
729
+
730
+ /* Adjust `Content` components public padding to match the cards */
731
+
732
+ .-PlHaWx00Hw- > * {
733
+ --public-content--padding: var(--card--base-padding);
734
+ }
735
+
736
+ /* Remove the nested `Content` components public padding */
737
+
738
+ .-PlHaWx00Hw- > * > * {
739
+ --public-content--padding: 0;
740
+ }
741
+
742
+ .Iilm5Uhxo50- {
743
+ border-top-width: 0;
780
744
  }
781
745
 
782
- @-webkit-keyframes M0LU-Rdq-MA- {
783
- 0% {
784
- background-position: 0 0;
785
- }
746
+ .Iilm5Uhxo50-::before {
747
+ content: " ";
748
+ display: block;
749
+ margin: 0 calc(-1 * 1px);
750
+ margin: 0 calc(-1 * var(--border-base));
751
+ border-top: 0.375rem solid var(--card--accent-color);
752
+ border-radius: 8px 8px 0 0;
753
+ border-radius: var(--radius-base) var(--radius-base) 0 0;
754
+ }
786
755
 
787
- 100% {
788
- background-position: 32px 32px;
789
- background-position: var(--space-larger) var(--space-larger);
790
- }
756
+ .Vppn4k0fBsc- {
757
+ color: inherit;
758
+ text-decoration: inherit;
759
+ cursor: pointer;
760
+ transition: all 200ms ease-out;
761
+ transition: all var(--timing-base) ease-out;
791
762
  }
792
763
 
793
- @keyframes M0LU-Rdq-MA- {
794
- 0% {
795
- background-position: 0 0;
796
- }
764
+ .Vppn4k0fBsc-:hover,
765
+ .Vppn4k0fBsc-:focus {
766
+ background-color: hsl(53, 21%, 93%);
767
+ background-color: var(--color-surface--hover);
768
+ }
797
769
 
798
- 100% {
799
- background-position: 32px 32px;
800
- background-position: var(--space-larger) var(--space-larger);
801
- }
770
+ .l3-Pkynq2zA- {
771
+ display: -ms-flexbox;
772
+ display: flex;
773
+ padding: var(--card--base-padding);
774
+ padding-bottom: 0;
775
+ -ms-flex-pack: justify;
776
+ justify-content: space-between;
777
+ -ms-flex-align: start;
778
+ align-items: flex-start;
779
+ gap: 8px;
780
+ gap: var(--space-small);
802
781
  }
803
782
 
804
783
  ._5mDLThZ7dBQ- {
@@ -1141,6 +1120,27 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
1141
1120
  --card--accent-color: var(--color-white);
1142
1121
  }
1143
1122
 
1123
+ .bb-VTS0yML8-,
1124
+ ._2BzdFV5LQvM-,
1125
+ ._60G0BuQ6TY0- {
1126
+ --card--border: none;
1127
+ }
1128
+
1129
+ .bb-VTS0yML8- {
1130
+ box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 2px rgba(0, 0, 0, 0.1);
1131
+ box-shadow: var(--shadow-low);
1132
+ }
1133
+
1134
+ ._2BzdFV5LQvM- {
1135
+ box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1), 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
1136
+ box-shadow: var(--shadow-base);
1137
+ }
1138
+
1139
+ ._60G0BuQ6TY0- {
1140
+ box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.075), 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
1141
+ box-shadow: var(--shadow-high);
1142
+ }
1143
+
1144
1144
  .kub1yKbFFN0- {
1145
1145
  display: -ms-flexbox;
1146
1146
  display: flex;
@@ -1279,46 +1279,6 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
1279
1279
  width: 100%;
1280
1280
  }
1281
1281
 
1282
- .Aj6o8FcaKHc- {
1283
- container-name: var(--public-container-name);
1284
- container-type: inline-size;
1285
- width: var(--public-container-width);
1286
- }
1287
-
1288
- .eIsVvlXoWhs- {
1289
- container-type: inline-size;
1290
- width: var(--public-container-apply-width);
1291
- }
1292
-
1293
- .sGSmxHTsTfA- {
1294
- display: -ms-flexbox;
1295
- display: flex;
1296
- -ms-flex-direction: column;
1297
- flex-direction: column;
1298
- min-height: var(--public-cover-min-height);
1299
- padding: var(--public-cover-space);
1300
- }
1301
-
1302
- .sGSmxHTsTfA- > * {
1303
- margin-top: var(--public-cover-space);
1304
- margin-bottom: var(--public-cover-space);
1305
- }
1306
-
1307
- .sGSmxHTsTfA- > :first-child:not(._6S-jbOw7NEA-) {
1308
- -webkit-margin-before: 0;
1309
- margin-top: 0;
1310
- }
1311
-
1312
- .sGSmxHTsTfA- > :last-child:not(._6S-jbOw7NEA-) {
1313
- -webkit-margin-after: 0;
1314
- margin-bottom: 0;
1315
- }
1316
-
1317
- .sGSmxHTsTfA- > ._6S-jbOw7NEA- {
1318
- margin-top: auto;
1319
- margin-bottom: auto;
1320
- }
1321
-
1322
1282
  :root {
1323
1283
  --public-chip-base-bg-color: var(--color-interactive--background);
1324
1284
  --public-chip-base-hover-bg-color: var(
@@ -1603,6 +1563,46 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
1603
1563
  width: 1px;
1604
1564
  }
1605
1565
 
1566
+ .Aj6o8FcaKHc- {
1567
+ container-name: var(--public-container-name);
1568
+ container-type: inline-size;
1569
+ width: var(--public-container-width);
1570
+ }
1571
+
1572
+ .eIsVvlXoWhs- {
1573
+ container-type: inline-size;
1574
+ width: var(--public-container-apply-width);
1575
+ }
1576
+
1577
+ .sGSmxHTsTfA- {
1578
+ display: -ms-flexbox;
1579
+ display: flex;
1580
+ -ms-flex-direction: column;
1581
+ flex-direction: column;
1582
+ min-height: var(--public-cover-min-height);
1583
+ padding: var(--public-cover-space);
1584
+ }
1585
+
1586
+ .sGSmxHTsTfA- > * {
1587
+ margin-top: var(--public-cover-space);
1588
+ margin-bottom: var(--public-cover-space);
1589
+ }
1590
+
1591
+ .sGSmxHTsTfA- > :first-child:not(._6S-jbOw7NEA-) {
1592
+ -webkit-margin-before: 0;
1593
+ margin-top: 0;
1594
+ }
1595
+
1596
+ .sGSmxHTsTfA- > :last-child:not(._6S-jbOw7NEA-) {
1597
+ -webkit-margin-after: 0;
1598
+ margin-bottom: 0;
1599
+ }
1600
+
1601
+ .sGSmxHTsTfA- > ._6S-jbOw7NEA- {
1602
+ margin-top: auto;
1603
+ margin-bottom: auto;
1604
+ }
1605
+
1606
1606
  .YxKKPXAU10s- {
1607
1607
  --checkbox--size: 20px;
1608
1608
  --checkbox--border--checked: var(--color-interactive);
@@ -2449,19 +2449,6 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
2449
2449
  border: none;
2450
2450
  }
2451
2451
 
2452
- .evwHY54TitY- {
2453
- height: 1px;
2454
- height: var(--space-minuscule);
2455
- border-bottom: var(--divider-width) solid var(--divider-color);
2456
- }
2457
-
2458
- .qT-G2Sn0Wm8- {
2459
- width: 1px;
2460
- width: var(--space-minuscule);
2461
- height: auto;
2462
- border-right: var(--divider-width) solid var(--divider-color);
2463
- }
2464
-
2465
2452
  .t44-9xW2xyI- {
2466
2453
  --divider-width: var(--border-base);
2467
2454
  }
@@ -2491,6 +2478,19 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
2491
2478
  grid-template-rows: 1fr;
2492
2479
  }
2493
2480
 
2481
+ .evwHY54TitY- {
2482
+ height: 1px;
2483
+ height: var(--space-minuscule);
2484
+ border-bottom: var(--divider-width) solid var(--divider-color);
2485
+ }
2486
+
2487
+ .qT-G2Sn0Wm8- {
2488
+ width: 1px;
2489
+ width: var(--space-minuscule);
2490
+ height: auto;
2491
+ border-right: var(--divider-width) solid var(--divider-color);
2492
+ }
2493
+
2494
2494
  .LNIwHwCs8gQ- {
2495
2495
  --drawer-width: 280px;
2496
2496
  --drawer--base-padding: var(--space-base);
@@ -2655,10 +2655,6 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
2655
2655
  opacity: 1;
2656
2656
  }
2657
2657
 
2658
- .ViFkIUcS6PM- {
2659
- font-style: normal;
2660
- }
2661
-
2662
2658
  .pEdV7Oo29SE- {
2663
2659
  display: grid;
2664
2660
  /* If this gets wrapped in a flex container, it should take the remaining space */
@@ -3187,6 +3183,10 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
3187
3183
  background: linear-gradient(to bottom, transparent, var(--color-surface) 60%);
3188
3184
  }
3189
3185
 
3186
+ .ViFkIUcS6PM- {
3187
+ font-style: normal;
3188
+ }
3189
+
3190
3190
  .y9T1gWK9SHY- {
3191
3191
  --file-card--background-color: var(--color-surface);
3192
3192
  --file-card--base-padding: var(--space-small);
@@ -3842,36 +3842,6 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
3842
3842
  height: 100%;
3843
3843
  }
3844
3844
 
3845
- .fO5j-2U5rfE- {
3846
- margin-top: 4px;
3847
- margin-top: var(--space-smaller);
3848
- }
3849
-
3850
- .lNpgPQh76MY- {
3851
- display: -ms-flexbox;
3852
- display: flex;
3853
- -ms-flex-align: center;
3854
- align-items: center;
3855
- padding: 4px;
3856
- padding: var(--space-smaller);
3857
- padding-left: 0;
3858
- }
3859
-
3860
- .lNpgPQh76MY- > svg {
3861
- margin-right: 4px;
3862
- margin-right: var(--space-smaller);
3863
- -ms-flex-negative: 0;
3864
- flex-shrink: 0;
3865
- -ms-flex-item-align: start;
3866
- align-self: flex-start;
3867
- }
3868
-
3869
- .lNpgPQh76MY-:focus {
3870
- box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px hsl(198, 12%, 57%);
3871
- box-shadow: var(--shadow-focus);
3872
- outline: none;
3873
- }
3874
-
3875
3845
  .RwhScbXCXw0- > *:not(:last-child) {
3876
3846
  margin-bottom: -1px !important;
3877
3847
  }
@@ -3925,6 +3895,36 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
3925
3895
  --public-field--bottom-right-radius: var(--radius-base);
3926
3896
  }
3927
3897
 
3898
+ .fO5j-2U5rfE- {
3899
+ margin-top: 4px;
3900
+ margin-top: var(--space-smaller);
3901
+ }
3902
+
3903
+ .lNpgPQh76MY- {
3904
+ display: -ms-flexbox;
3905
+ display: flex;
3906
+ -ms-flex-align: center;
3907
+ align-items: center;
3908
+ padding: 4px;
3909
+ padding: var(--space-smaller);
3910
+ padding-left: 0;
3911
+ }
3912
+
3913
+ .lNpgPQh76MY- > svg {
3914
+ margin-right: 4px;
3915
+ margin-right: var(--space-smaller);
3916
+ -ms-flex-negative: 0;
3917
+ flex-shrink: 0;
3918
+ -ms-flex-item-align: start;
3919
+ align-self: flex-start;
3920
+ }
3921
+
3922
+ .lNpgPQh76MY-:focus {
3923
+ box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px hsl(198, 12%, 57%);
3924
+ box-shadow: var(--shadow-focus);
3925
+ outline: none;
3926
+ }
3927
+
3928
3928
  ._8oxipSwiMJQ- {
3929
3929
  color: hsl(107, 58%, 33%);
3930
3930
  color: var(--color-interactive);
@@ -4632,148 +4632,6 @@ html.atlantisLightBoxActive {
4632
4632
  --field--height: calc(var(--space-extravagant));
4633
4633
  }
4634
4634
 
4635
- .BLYnKItuM3c- {
4636
- width: 100%;
4637
- box-sizing: border-box;
4638
- padding: 16px;
4639
- padding: var(--space-base);
4640
- }
4641
-
4642
- @media (min-width: 768px) {
4643
-
4644
- .BLYnKItuM3c- {
4645
- padding: 24px;
4646
- padding: var(--space-large);
4647
- }
4648
- }
4649
-
4650
- @media (--medium-screens-and-up) {
4651
-
4652
- .BLYnKItuM3c- {
4653
- padding: 24px;
4654
- padding: var(--space-large);
4655
- }
4656
- }
4657
-
4658
- .n5WRRhMkoLs- {
4659
- max-width: none;
4660
- }
4661
-
4662
- .WziKEWW9nA8- {
4663
- max-width: calc(16px * 80);
4664
- max-width: calc(var(--base-unit) * 80);
4665
- }
4666
-
4667
- .qgGzgDyS2NY- {
4668
- max-width: calc(16px * 64);
4669
- max-width: calc(var(--base-unit) * 64);
4670
- }
4671
-
4672
- .lbmoDvdtQO4- h1 {
4673
- -ms-flex: 0 1 auto;
4674
- flex: 0 1 auto;
4675
- margin-bottom: 16px;
4676
- margin-bottom: var(--space-base);
4677
- }
4678
-
4679
- .k9y5NuqTcks- {
4680
- display: -ms-flexbox;
4681
- display: flex;
4682
- margin-bottom: 16px;
4683
- margin-bottom: var(--space-base);
4684
- -ms-flex-wrap: wrap;
4685
- flex-wrap: wrap;
4686
- gap: 16px;
4687
- gap: var(--space-base);
4688
- -ms-flex-align: center;
4689
- align-items: center;
4690
- }
4691
-
4692
- .k9y5NuqTcks- h1 {
4693
- margin-bottom: 0;
4694
- }
4695
-
4696
- .lbmoDvdtQO4- > ._7t53-bnzh98- {
4697
- -ms-flex: 1 0 auto;
4698
- flex: 1 0 auto;
4699
- -ms-flex-item-align: baseline;
4700
- align-self: baseline;
4701
- }
4702
-
4703
- .lbmoDvdtQO4-.SH0aNOLVhE8-,
4704
- .lbmoDvdtQO4-.Lc7Z0FsBa6w- {
4705
- display: -ms-flexbox;
4706
- display: flex;
4707
- -ms-flex-wrap: wrap;
4708
- flex-wrap: wrap;
4709
- -ms-flex-pack: justify;
4710
- justify-content: space-between;
4711
- }
4712
-
4713
- .lbmoDvdtQO4-.iF5IA1SYKoA- ._7t53-bnzh98- {
4714
- display: -ms-flexbox;
4715
- display: flex;
4716
- -ms-flex-wrap: wrap;
4717
- flex-wrap: wrap;
4718
- -ms-flex-pack: justify;
4719
- justify-content: space-between;
4720
- }
4721
-
4722
- .lbmoDvdtQO4-.Lc7Z0FsBa6w- ._7t53-bnzh98-,
4723
- .lbmoDvdtQO4-.SH0aNOLVhE8- ._7t53-bnzh98- {
4724
- -ms-flex-wrap: nowrap;
4725
- flex-wrap: nowrap;
4726
- }
4727
-
4728
- .lbmoDvdtQO4-.Lc7Z0FsBa6w- ._7t53-bnzh98- {
4729
- -ms-flex-pack: end;
4730
- justify-content: flex-end;
4731
- }
4732
-
4733
- .g-H7CKkX-LA- {
4734
- -ms-flex: 0 0 100%;
4735
- flex: 0 0 100%;
4736
- margin-bottom: 8px;
4737
- margin-bottom: var(--space-small);
4738
- }
4739
-
4740
- .RSP7jHjP-mw- {
4741
- margin-top: 8px;
4742
- margin-top: var(--space-small);
4743
- -ms-flex: 1;
4744
- flex: 1;
4745
- }
4746
-
4747
- .RSP7jHjP-mw- > div {
4748
- width: 100%;
4749
- }
4750
-
4751
- .lbmoDvdtQO4-.iF5IA1SYKoA- .RSP7jHjP-mw- {
4752
- margin-top: 0;
4753
- }
4754
-
4755
- .lbmoDvdtQO4-.Lc7Z0FsBa6w- .g-H7CKkX-LA-,
4756
- .lbmoDvdtQO4-.Lc7Z0FsBa6w- .RSP7jHjP-mw- {
4757
- margin: 0;
4758
- -ms-flex: 0 auto;
4759
- flex: 0 auto;
4760
- }
4761
-
4762
- .lbmoDvdtQO4-.Lc7Z0FsBa6w- .RSP7jHjP-mw- {
4763
- margin-left: 8px;
4764
- margin-left: var(--space-small);
4765
- }
4766
-
4767
- .lbmoDvdtQO4-.iF5IA1SYKoA- .RSP7jHjP-mw- + .RSP7jHjP-mw- {
4768
- margin-left: 8px;
4769
- margin-left: var(--space-small);
4770
- }
4771
-
4772
- .lbmoDvdtQO4- .EqsNMrZVL-8- {
4773
- margin-bottom: 16px;
4774
- margin-bottom: var(--space-base);
4775
- }
4776
-
4777
4635
  :root {
4778
4636
  --modal--width: 600px;
4779
4637
  --modal--padding-horizontal: var(--space-base);
@@ -4940,6 +4798,18 @@ html.atlantisLightBoxActive {
4940
4798
  order: 1; /* 1 */
4941
4799
  }
4942
4800
 
4801
+ .BSZvIAUzFEU- {
4802
+ --modal--padding: var(--space-base);
4803
+ --public-tab--inset: var(--space-base);
4804
+ --modal--width: 400px;
4805
+ max-width: 400px;
4806
+ }
4807
+
4808
+ .-ydIALYVvGg- {
4809
+ --modal--width: 940px;
4810
+ max-width: 940px;
4811
+ }
4812
+
4943
4813
  :root {
4944
4814
  --modal--width: 600px;
4945
4815
  --modal--padding-horizontal: var(--space-base);
@@ -5068,65 +4938,185 @@ html.atlantisLightBoxActive {
5068
4938
  justify-content: flex-end;
5069
4939
  }
5070
4940
 
5071
- /**
5072
- * 1. Use CSS `order` to adjust the buttons position on the UI
5073
- */
4941
+ /**
4942
+ * 1. Use CSS `order` to adjust the buttons position on the UI
4943
+ */
4944
+
4945
+ .hOiEWds2Vq8- {
4946
+ -ms-flex: 1 1 auto;
4947
+ flex: 1 1 auto;
4948
+ -ms-flex-order: 1;
4949
+ order: 1; /* 1 */
4950
+ }
4951
+
4952
+ .K31NzxPZP9s- {
4953
+ display: -ms-flexbox;
4954
+ display: flex;
4955
+ -ms-flex: 0 0 auto;
4956
+ flex: 0 0 auto;
4957
+ -ms-flex-order: 2;
4958
+ order: 2; /* 1 */
4959
+ }
4960
+
4961
+ /* This is in a correct position and order */
4962
+
4963
+ /* stylelint-disable-next-line no-descending-specificity */
4964
+
4965
+ .K31NzxPZP9s- > * {
4966
+ margin-left: 8px;
4967
+ margin-left: var(--space-small);
4968
+ }
4969
+
4970
+ .K31NzxPZP9s- > *:first-child {
4971
+ -ms-flex-order: 2;
4972
+ order: 2; /* 1 */
4973
+ }
4974
+
4975
+ .K31NzxPZP9s- > *:nth-child(2) {
4976
+ -ms-flex-order: 1;
4977
+ order: 1; /* 1 */
4978
+ }
4979
+
4980
+ .BLYnKItuM3c- {
4981
+ width: 100%;
4982
+ box-sizing: border-box;
4983
+ padding: 16px;
4984
+ padding: var(--space-base);
4985
+ }
4986
+
4987
+ @media (min-width: 768px) {
4988
+
4989
+ .BLYnKItuM3c- {
4990
+ padding: 24px;
4991
+ padding: var(--space-large);
4992
+ }
4993
+ }
4994
+
4995
+ @media (--medium-screens-and-up) {
4996
+
4997
+ .BLYnKItuM3c- {
4998
+ padding: 24px;
4999
+ padding: var(--space-large);
5000
+ }
5001
+ }
5002
+
5003
+ .n5WRRhMkoLs- {
5004
+ max-width: none;
5005
+ }
5006
+
5007
+ .WziKEWW9nA8- {
5008
+ max-width: calc(16px * 80);
5009
+ max-width: calc(var(--base-unit) * 80);
5010
+ }
5011
+
5012
+ .qgGzgDyS2NY- {
5013
+ max-width: calc(16px * 64);
5014
+ max-width: calc(var(--base-unit) * 64);
5015
+ }
5016
+
5017
+ .lbmoDvdtQO4- h1 {
5018
+ -ms-flex: 0 1 auto;
5019
+ flex: 0 1 auto;
5020
+ margin-bottom: 16px;
5021
+ margin-bottom: var(--space-base);
5022
+ }
5023
+
5024
+ .k9y5NuqTcks- {
5025
+ display: -ms-flexbox;
5026
+ display: flex;
5027
+ margin-bottom: 16px;
5028
+ margin-bottom: var(--space-base);
5029
+ -ms-flex-wrap: wrap;
5030
+ flex-wrap: wrap;
5031
+ gap: 16px;
5032
+ gap: var(--space-base);
5033
+ -ms-flex-align: center;
5034
+ align-items: center;
5035
+ }
5036
+
5037
+ .k9y5NuqTcks- h1 {
5038
+ margin-bottom: 0;
5039
+ }
5040
+
5041
+ .lbmoDvdtQO4- > ._7t53-bnzh98- {
5042
+ -ms-flex: 1 0 auto;
5043
+ flex: 1 0 auto;
5044
+ -ms-flex-item-align: baseline;
5045
+ align-self: baseline;
5046
+ }
5074
5047
 
5075
- .hOiEWds2Vq8- {
5076
- -ms-flex: 1 1 auto;
5077
- flex: 1 1 auto;
5078
- -ms-flex-order: 1;
5079
- order: 1; /* 1 */
5048
+ .lbmoDvdtQO4-.SH0aNOLVhE8-,
5049
+ .lbmoDvdtQO4-.Lc7Z0FsBa6w- {
5050
+ display: -ms-flexbox;
5051
+ display: flex;
5052
+ -ms-flex-wrap: wrap;
5053
+ flex-wrap: wrap;
5054
+ -ms-flex-pack: justify;
5055
+ justify-content: space-between;
5080
5056
  }
5081
5057
 
5082
- .K31NzxPZP9s- {
5058
+ .lbmoDvdtQO4-.iF5IA1SYKoA- ._7t53-bnzh98- {
5083
5059
  display: -ms-flexbox;
5084
5060
  display: flex;
5085
- -ms-flex: 0 0 auto;
5086
- flex: 0 0 auto;
5087
- -ms-flex-order: 2;
5088
- order: 2; /* 1 */
5061
+ -ms-flex-wrap: wrap;
5062
+ flex-wrap: wrap;
5063
+ -ms-flex-pack: justify;
5064
+ justify-content: space-between;
5089
5065
  }
5090
5066
 
5091
- /* This is in a correct position and order */
5067
+ .lbmoDvdtQO4-.Lc7Z0FsBa6w- ._7t53-bnzh98-,
5068
+ .lbmoDvdtQO4-.SH0aNOLVhE8- ._7t53-bnzh98- {
5069
+ -ms-flex-wrap: nowrap;
5070
+ flex-wrap: nowrap;
5071
+ }
5092
5072
 
5093
- /* stylelint-disable-next-line no-descending-specificity */
5073
+ .lbmoDvdtQO4-.Lc7Z0FsBa6w- ._7t53-bnzh98- {
5074
+ -ms-flex-pack: end;
5075
+ justify-content: flex-end;
5076
+ }
5094
5077
 
5095
- .K31NzxPZP9s- > * {
5096
- margin-left: 8px;
5097
- margin-left: var(--space-small);
5078
+ .g-H7CKkX-LA- {
5079
+ -ms-flex: 0 0 100%;
5080
+ flex: 0 0 100%;
5081
+ margin-bottom: 8px;
5082
+ margin-bottom: var(--space-small);
5098
5083
  }
5099
5084
 
5100
- .K31NzxPZP9s- > *:first-child {
5101
- -ms-flex-order: 2;
5102
- order: 2; /* 1 */
5085
+ .RSP7jHjP-mw- {
5086
+ margin-top: 8px;
5087
+ margin-top: var(--space-small);
5088
+ -ms-flex: 1;
5089
+ flex: 1;
5103
5090
  }
5104
5091
 
5105
- .K31NzxPZP9s- > *:nth-child(2) {
5106
- -ms-flex-order: 1;
5107
- order: 1; /* 1 */
5092
+ .RSP7jHjP-mw- > div {
5093
+ width: 100%;
5108
5094
  }
5109
5095
 
5110
- .BSZvIAUzFEU- {
5111
- --modal--padding: var(--space-base);
5112
- --public-tab--inset: var(--space-base);
5113
- max-width: 400px;
5096
+ .lbmoDvdtQO4-.iF5IA1SYKoA- .RSP7jHjP-mw- {
5097
+ margin-top: 0;
5114
5098
  }
5115
5099
 
5116
- .-ydIALYVvGg- {
5117
- max-width: 940px;
5100
+ .lbmoDvdtQO4-.Lc7Z0FsBa6w- .g-H7CKkX-LA-,
5101
+ .lbmoDvdtQO4-.Lc7Z0FsBa6w- .RSP7jHjP-mw- {
5102
+ margin: 0;
5103
+ -ms-flex: 0 auto;
5104
+ flex: 0 auto;
5118
5105
  }
5119
5106
 
5120
- .dylWWgubHwM- {
5121
- --progress-bar--height: 4px;
5107
+ .lbmoDvdtQO4-.Lc7Z0FsBa6w- .RSP7jHjP-mw- {
5108
+ margin-left: 8px;
5109
+ margin-left: var(--space-small);
5122
5110
  }
5123
5111
 
5124
- .z92YJQrscvI- {
5125
- --progress-bar--height: 8px;
5112
+ .lbmoDvdtQO4-.iF5IA1SYKoA- .RSP7jHjP-mw- + .RSP7jHjP-mw- {
5113
+ margin-left: 8px;
5114
+ margin-left: var(--space-small);
5126
5115
  }
5127
5116
 
5128
- .DKfNM1to61A- {
5129
- --progress-bar--height: 16px;
5117
+ .lbmoDvdtQO4- .EqsNMrZVL-8- {
5118
+ margin-bottom: 16px;
5119
+ margin-bottom: var(--space-base);
5130
5120
  }
5131
5121
 
5132
5122
  .rY8OtuArIi0- {
@@ -5295,6 +5285,18 @@ progress.w8NAw4ZMB6g-[value]::-webkit-progress-value {
5295
5285
  gap: var(--space-small);
5296
5286
  }
5297
5287
 
5288
+ .dylWWgubHwM- {
5289
+ --progress-bar--height: 4px;
5290
+ }
5291
+
5292
+ .z92YJQrscvI- {
5293
+ --progress-bar--height: 8px;
5294
+ }
5295
+
5296
+ .DKfNM1to61A- {
5297
+ --progress-bar--height: 16px;
5298
+ }
5299
+
5298
5300
  .KZfSK2vhTyI- {
5299
5301
  --radio--checked-thickness: 6px;
5300
5302
  --radio-diameter: 20px;
@@ -5425,52 +5427,209 @@ progress.w8NAw4ZMB6g-[value]::-webkit-progress-value {
5425
5427
  flex-basis: 100%;
5426
5428
  }
5427
5429
 
5428
- .BQqkfvwFjbQ-.FC2KY5S6p6E- > :nth-last-child(n + 3),
5429
- .BQqkfvwFjbQ-.FC2KY5S6p6E- > :nth-last-child(n + 3) ~ * {
5430
- -ms-flex-preferred-size: 100%;
5431
- flex-basis: 100%;
5432
- }
5430
+ .BQqkfvwFjbQ-.FC2KY5S6p6E- > :nth-last-child(n + 3),
5431
+ .BQqkfvwFjbQ-.FC2KY5S6p6E- > :nth-last-child(n + 3) ~ * {
5432
+ -ms-flex-preferred-size: 100%;
5433
+ flex-basis: 100%;
5434
+ }
5435
+
5436
+ .BQqkfvwFjbQ-.XJQ0uo0TZ2w- > :nth-last-child(n + 4),
5437
+ .BQqkfvwFjbQ-.XJQ0uo0TZ2w- > :nth-last-child(n + 4) ~ * {
5438
+ -ms-flex-preferred-size: 100%;
5439
+ flex-basis: 100%;
5440
+ }
5441
+
5442
+ .BQqkfvwFjbQ-.QmUWX7VCL0A- > :nth-last-child(n + 5),
5443
+ .BQqkfvwFjbQ-.QmUWX7VCL0A- > :nth-last-child(n + 5) ~ * {
5444
+ -ms-flex-preferred-size: 100%;
5445
+ flex-basis: 100%;
5446
+ }
5447
+
5448
+ .BQqkfvwFjbQ-._0gKXd8nPCKU- > :nth-last-child(n + 6),
5449
+ .BQqkfvwFjbQ-._0gKXd8nPCKU- > :nth-last-child(n + 6) ~ * {
5450
+ -ms-flex-preferred-size: 100%;
5451
+ flex-basis: 100%;
5452
+ }
5453
+
5454
+ .BQqkfvwFjbQ-.DvGgLdlE8Ac- > :nth-last-child(n + 7),
5455
+ .BQqkfvwFjbQ-.DvGgLdlE8Ac- > :nth-last-child(n + 7) ~ * {
5456
+ -ms-flex-preferred-size: 100%;
5457
+ flex-basis: 100%;
5458
+ }
5459
+
5460
+ .BQqkfvwFjbQ-._4PxEtfehh4s- > :nth-last-child(n + 8),
5461
+ .BQqkfvwFjbQ-._4PxEtfehh4s- > :nth-last-child(n + 8) ~ * {
5462
+ -ms-flex-preferred-size: 100%;
5463
+ flex-basis: 100%;
5464
+ }
5465
+
5466
+ .BQqkfvwFjbQ-.DZPW3Q-N5ik- > :nth-last-child(n + 9),
5467
+ .BQqkfvwFjbQ-.DZPW3Q-N5ik- > :nth-last-child(n + 9) ~ * {
5468
+ -ms-flex-preferred-size: 100%;
5469
+ flex-basis: 100%;
5470
+ }
5471
+
5472
+ .BQqkfvwFjbQ-._2BL9H-tmzMk- > :nth-last-child(n + 10),
5473
+ .BQqkfvwFjbQ-._2BL9H-tmzMk- > :nth-last-child(n + 10) ~ * {
5474
+ -ms-flex-preferred-size: 100%;
5475
+ flex-basis: 100%;
5476
+ }
5477
+
5478
+ .Hx--3IsyLgs- {
5479
+ display: -ms-flexbox;
5480
+ display: flex;
5481
+ -ms-flex-wrap: wrap;
5482
+ flex-wrap: wrap;
5483
+ gap: var(--public-sidekick-space);
5484
+ width: var(--public-sidekick-width);
5485
+ }
5486
+
5487
+ .bevb052oaa4- > :first-child {
5488
+ -ms-flex-positive: 1;
5489
+ flex-grow: 1;
5490
+ }
5491
+
5492
+ .v17EfPAcJZI- > :first-child {
5493
+ -ms-flex-preferred-size: var(--public-sidekick-min-width);
5494
+ flex-basis: var(--public-sidekick-min-width);
5495
+ }
5496
+
5497
+ .bevb052oaa4- > :last-child {
5498
+ -ms-flex-preferred-size: 0;
5499
+ flex-basis: 0;
5500
+ -ms-flex-positive: 999;
5501
+ flex-grow: 999;
5502
+ min-width: var(--public-sidekick-side-width);
5503
+ }
5504
+
5505
+ ._3hUKFPIws6o- > :last-child {
5506
+ -ms-flex-preferred-size: var(--public-sidekick-min-width);
5507
+ flex-basis: var(--public-sidekick-min-width);
5508
+ }
5509
+
5510
+ ._22dEgb17I90- > :first-child {
5511
+ -ms-flex-preferred-size: 0;
5512
+ flex-basis: 0;
5513
+ -ms-flex-positive: 999;
5514
+ flex-grow: 999;
5515
+ min-width: var(--public-sidekick-side-width);
5516
+ }
5517
+
5518
+ ._22dEgb17I90- > :last-child {
5519
+ -ms-flex-positive: 1;
5520
+ flex-grow: 1;
5521
+ }
5522
+
5523
+ ._3yK4CuMFyqw-,
5524
+ .lY-7fyPMF6Y-,
5525
+ .Ti0avsNfvTw-,
5526
+ ._9dXm70WomU8- {
5527
+ -ms-flex-direction: column;
5528
+ flex-direction: column;
5529
+ }
5530
+
5531
+ ._3yK4CuMFyqw- > *,
5532
+ .lY-7fyPMF6Y- > *,
5533
+ .Ti0avsNfvTw- > *,
5534
+ ._9dXm70WomU8- > * {
5535
+ width: 100%;
5536
+ }
5537
+
5538
+ @media (min-width: 490px) {
5539
+ ._3yK4CuMFyqw- {
5540
+ -ms-flex-direction: row;
5541
+ flex-direction: row;
5542
+ }
5543
+
5544
+ ._3yK4CuMFyqw- > * {
5545
+ width: auto;
5546
+ }
5547
+ }
5548
+
5549
+ @media (--small-screens-and-up) {
5550
+ ._3yK4CuMFyqw- {
5551
+ -ms-flex-direction: row;
5552
+ flex-direction: row;
5553
+ }
5554
+
5555
+ ._3yK4CuMFyqw- > * {
5556
+ width: auto;
5557
+ }
5558
+ }
5559
+
5560
+ @media (min-width: 768px) {
5561
+ .lY-7fyPMF6Y- {
5562
+ -ms-flex-direction: row;
5563
+ flex-direction: row;
5564
+ }
5565
+
5566
+ .lY-7fyPMF6Y- > * {
5567
+ width: auto;
5568
+ }
5569
+ }
5570
+
5571
+ @media (--medium-screens-and-up) {
5572
+ .lY-7fyPMF6Y- {
5573
+ -ms-flex-direction: row;
5574
+ flex-direction: row;
5575
+ }
5576
+
5577
+ .lY-7fyPMF6Y- > * {
5578
+ width: auto;
5579
+ }
5580
+ }
5581
+
5582
+ @media (min-width: 1080px) {
5583
+ .Ti0avsNfvTw- {
5584
+ -ms-flex-direction: row;
5585
+ flex-direction: row;
5586
+ }
5433
5587
 
5434
- .BQqkfvwFjbQ-.XJQ0uo0TZ2w- > :nth-last-child(n + 4),
5435
- .BQqkfvwFjbQ-.XJQ0uo0TZ2w- > :nth-last-child(n + 4) ~ * {
5436
- -ms-flex-preferred-size: 100%;
5437
- flex-basis: 100%;
5588
+ .Ti0avsNfvTw- > * {
5589
+ width: auto;
5590
+ }
5438
5591
  }
5439
5592
 
5440
- .BQqkfvwFjbQ-.QmUWX7VCL0A- > :nth-last-child(n + 5),
5441
- .BQqkfvwFjbQ-.QmUWX7VCL0A- > :nth-last-child(n + 5) ~ * {
5442
- -ms-flex-preferred-size: 100%;
5443
- flex-basis: 100%;
5444
- }
5593
+ @media (--large-screens-and-up) {
5594
+ .Ti0avsNfvTw- {
5595
+ -ms-flex-direction: row;
5596
+ flex-direction: row;
5597
+ }
5445
5598
 
5446
- .BQqkfvwFjbQ-._0gKXd8nPCKU- > :nth-last-child(n + 6),
5447
- .BQqkfvwFjbQ-._0gKXd8nPCKU- > :nth-last-child(n + 6) ~ * {
5448
- -ms-flex-preferred-size: 100%;
5449
- flex-basis: 100%;
5599
+ .Ti0avsNfvTw- > * {
5600
+ width: auto;
5601
+ }
5450
5602
  }
5451
5603
 
5452
- .BQqkfvwFjbQ-.DvGgLdlE8Ac- > :nth-last-child(n + 7),
5453
- .BQqkfvwFjbQ-.DvGgLdlE8Ac- > :nth-last-child(n + 7) ~ * {
5454
- -ms-flex-preferred-size: 100%;
5455
- flex-basis: 100%;
5604
+ @media (min-width: 1440px) {
5605
+ ._9dXm70WomU8- {
5606
+ -ms-flex-direction: row;
5607
+ flex-direction: row;
5608
+ }
5609
+
5610
+ ._9dXm70WomU8- > * {
5611
+ width: auto;
5612
+ }
5456
5613
  }
5457
5614
 
5458
- .BQqkfvwFjbQ-._4PxEtfehh4s- > :nth-last-child(n + 8),
5459
- .BQqkfvwFjbQ-._4PxEtfehh4s- > :nth-last-child(n + 8) ~ * {
5460
- -ms-flex-preferred-size: 100%;
5461
- flex-basis: 100%;
5615
+ @media (--extra-large-screens-and-up) {
5616
+ ._9dXm70WomU8- {
5617
+ -ms-flex-direction: row;
5618
+ flex-direction: row;
5619
+ }
5620
+
5621
+ ._9dXm70WomU8- > * {
5622
+ width: auto;
5623
+ }
5462
5624
  }
5463
5625
 
5464
- .BQqkfvwFjbQ-.DZPW3Q-N5ik- > :nth-last-child(n + 9),
5465
- .BQqkfvwFjbQ-.DZPW3Q-N5ik- > :nth-last-child(n + 9) ~ * {
5466
- -ms-flex-preferred-size: 100%;
5467
- flex-basis: 100%;
5626
+ .Hx--3IsyLgs-.dN25lKXiqB0- {
5627
+ -ms-flex-direction: column;
5628
+ flex-direction: column;
5468
5629
  }
5469
5630
 
5470
- .BQqkfvwFjbQ-._2BL9H-tmzMk- > :nth-last-child(n + 10),
5471
- .BQqkfvwFjbQ-._2BL9H-tmzMk- > :nth-last-child(n + 10) ~ * {
5472
- -ms-flex-preferred-size: 100%;
5473
- flex-basis: 100%;
5631
+ .Hx--3IsyLgs-.dN25lKXiqB0- > * {
5632
+ width: 100%;
5474
5633
  }
5475
5634
 
5476
5635
  .cCwRgRAz4qk- {
@@ -5656,219 +5815,62 @@ progress.w8NAw4ZMB6g-[value]::-webkit-progress-value {
5656
5815
  --public-content--padding: 0;
5657
5816
  }
5658
5817
 
5659
- .gSN5nWDwGm4- .vArEcEUxGxQ- {
5660
- -ms-flex-direction: column-reverse;
5661
- flex-direction: column-reverse;
5662
- }
5663
-
5664
- .gSN5nWDwGm4- .tMeBAjf4vEA- {
5665
- -ms-flex-order: 1;
5666
- order: 1;
5667
- }
5668
-
5669
- .gSN5nWDwGm4- .-lPSZVGIIAs- {
5670
- -ms-flex-order: -1;
5671
- order: -1;
5672
- }
5673
-
5674
- .XOqA4Hw6S6g- {
5675
- --transition: var(--timing-base) ease-in-out;
5676
-
5677
- width: 0;
5678
- opacity: 0;
5679
- -webkit-transform: translateX(-8px);
5680
- transform: translateX(-8px);
5681
- transition:
5682
- width 200ms ease-in-out,
5683
- opacity 200ms ease-in-out,
5684
- -webkit-transform 200ms ease-in-out;
5685
- transition:
5686
- width var(--transition),
5687
- opacity var(--transition),
5688
- -webkit-transform var(--transition);
5689
- transition:
5690
- width 200ms ease-in-out,
5691
- transform 200ms ease-in-out,
5692
- opacity 200ms ease-in-out;
5693
- transition:
5694
- width var(--transition),
5695
- transform var(--transition),
5696
- opacity var(--transition);
5697
- transition:
5698
- width 200ms ease-in-out,
5699
- transform 200ms ease-in-out,
5700
- opacity 200ms ease-in-out,
5701
- -webkit-transform 200ms ease-in-out;
5702
- transition:
5703
- width var(--transition),
5704
- transform var(--transition),
5705
- opacity var(--transition),
5706
- -webkit-transform var(--transition);
5707
- }
5708
-
5709
- .XOqA4Hw6S6g-.b4VHPS-RG34- {
5710
- width: 40px;
5711
- opacity: 1;
5712
- -webkit-transform: translateX(0);
5713
- transform: translateX(0);
5714
- }
5715
-
5716
- .Hx--3IsyLgs- {
5717
- display: -ms-flexbox;
5718
- display: flex;
5719
- -ms-flex-wrap: wrap;
5720
- flex-wrap: wrap;
5721
- gap: var(--public-sidekick-space);
5722
- width: var(--public-sidekick-width);
5723
- }
5724
-
5725
- .bevb052oaa4- > :first-child {
5726
- -ms-flex-positive: 1;
5727
- flex-grow: 1;
5728
- }
5729
-
5730
- .v17EfPAcJZI- > :first-child {
5731
- -ms-flex-preferred-size: var(--public-sidekick-min-width);
5732
- flex-basis: var(--public-sidekick-min-width);
5733
- }
5734
-
5735
- .bevb052oaa4- > :last-child {
5736
- -ms-flex-preferred-size: 0;
5737
- flex-basis: 0;
5738
- -ms-flex-positive: 999;
5739
- flex-grow: 999;
5740
- min-width: var(--public-sidekick-side-width);
5741
- }
5742
-
5743
- ._3hUKFPIws6o- > :last-child {
5744
- -ms-flex-preferred-size: var(--public-sidekick-min-width);
5745
- flex-basis: var(--public-sidekick-min-width);
5746
- }
5747
-
5748
- ._22dEgb17I90- > :first-child {
5749
- -ms-flex-preferred-size: 0;
5750
- flex-basis: 0;
5751
- -ms-flex-positive: 999;
5752
- flex-grow: 999;
5753
- min-width: var(--public-sidekick-side-width);
5754
- }
5755
-
5756
- ._22dEgb17I90- > :last-child {
5757
- -ms-flex-positive: 1;
5758
- flex-grow: 1;
5759
- }
5760
-
5761
- ._3yK4CuMFyqw-,
5762
- .lY-7fyPMF6Y-,
5763
- .Ti0avsNfvTw-,
5764
- ._9dXm70WomU8- {
5765
- -ms-flex-direction: column;
5766
- flex-direction: column;
5767
- }
5768
-
5769
- ._3yK4CuMFyqw- > *,
5770
- .lY-7fyPMF6Y- > *,
5771
- .Ti0avsNfvTw- > *,
5772
- ._9dXm70WomU8- > * {
5773
- width: 100%;
5774
- }
5775
-
5776
- @media (min-width: 490px) {
5777
- ._3yK4CuMFyqw- {
5778
- -ms-flex-direction: row;
5779
- flex-direction: row;
5780
- }
5781
-
5782
- ._3yK4CuMFyqw- > * {
5783
- width: auto;
5784
- }
5785
- }
5786
-
5787
- @media (--small-screens-and-up) {
5788
- ._3yK4CuMFyqw- {
5789
- -ms-flex-direction: row;
5790
- flex-direction: row;
5791
- }
5792
-
5793
- ._3yK4CuMFyqw- > * {
5794
- width: auto;
5795
- }
5796
- }
5797
-
5798
- @media (min-width: 768px) {
5799
- .lY-7fyPMF6Y- {
5800
- -ms-flex-direction: row;
5801
- flex-direction: row;
5802
- }
5803
-
5804
- .lY-7fyPMF6Y- > * {
5805
- width: auto;
5806
- }
5807
- }
5808
-
5809
- @media (--medium-screens-and-up) {
5810
- .lY-7fyPMF6Y- {
5811
- -ms-flex-direction: row;
5812
- flex-direction: row;
5813
- }
5814
-
5815
- .lY-7fyPMF6Y- > * {
5816
- width: auto;
5817
- }
5818
- }
5819
-
5820
- @media (min-width: 1080px) {
5821
- .Ti0avsNfvTw- {
5822
- -ms-flex-direction: row;
5823
- flex-direction: row;
5824
- }
5825
-
5826
- .Ti0avsNfvTw- > * {
5827
- width: auto;
5828
- }
5829
- }
5830
-
5831
- @media (--large-screens-and-up) {
5832
- .Ti0avsNfvTw- {
5833
- -ms-flex-direction: row;
5834
- flex-direction: row;
5835
- }
5836
-
5837
- .Ti0avsNfvTw- > * {
5838
- width: auto;
5839
- }
5840
- }
5841
-
5842
- @media (min-width: 1440px) {
5843
- ._9dXm70WomU8- {
5844
- -ms-flex-direction: row;
5845
- flex-direction: row;
5818
+ .gSN5nWDwGm4- .vArEcEUxGxQ- {
5819
+ -ms-flex-direction: column-reverse;
5820
+ flex-direction: column-reverse;
5846
5821
  }
5847
5822
 
5848
- ._9dXm70WomU8- > * {
5849
- width: auto;
5823
+ .gSN5nWDwGm4- .tMeBAjf4vEA- {
5824
+ -ms-flex-order: 1;
5825
+ order: 1;
5850
5826
  }
5851
- }
5852
5827
 
5853
- @media (--extra-large-screens-and-up) {
5854
- ._9dXm70WomU8- {
5855
- -ms-flex-direction: row;
5856
- flex-direction: row;
5828
+ .gSN5nWDwGm4- .-lPSZVGIIAs- {
5829
+ -ms-flex-order: -1;
5830
+ order: -1;
5857
5831
  }
5858
5832
 
5859
- ._9dXm70WomU8- > * {
5860
- width: auto;
5861
- }
5862
- }
5833
+ .XOqA4Hw6S6g- {
5834
+ --transition: var(--timing-base) ease-in-out;
5863
5835
 
5864
- .Hx--3IsyLgs-.dN25lKXiqB0- {
5865
- -ms-flex-direction: column;
5866
- flex-direction: column;
5836
+ width: 0;
5837
+ opacity: 0;
5838
+ -webkit-transform: translateX(-8px);
5839
+ transform: translateX(-8px);
5840
+ transition:
5841
+ width 200ms ease-in-out,
5842
+ opacity 200ms ease-in-out,
5843
+ -webkit-transform 200ms ease-in-out;
5844
+ transition:
5845
+ width var(--transition),
5846
+ opacity var(--transition),
5847
+ -webkit-transform var(--transition);
5848
+ transition:
5849
+ width 200ms ease-in-out,
5850
+ transform 200ms ease-in-out,
5851
+ opacity 200ms ease-in-out;
5852
+ transition:
5853
+ width var(--transition),
5854
+ transform var(--transition),
5855
+ opacity var(--transition);
5856
+ transition:
5857
+ width 200ms ease-in-out,
5858
+ transform 200ms ease-in-out,
5859
+ opacity 200ms ease-in-out,
5860
+ -webkit-transform 200ms ease-in-out;
5861
+ transition:
5862
+ width var(--transition),
5863
+ transform var(--transition),
5864
+ opacity var(--transition),
5865
+ -webkit-transform var(--transition);
5867
5866
  }
5868
5867
 
5869
- .Hx--3IsyLgs-.dN25lKXiqB0- > * {
5870
- width: 100%;
5871
- }
5868
+ .XOqA4Hw6S6g-.b4VHPS-RG34- {
5869
+ width: 40px;
5870
+ opacity: 1;
5871
+ -webkit-transform: translateX(0);
5872
+ transform: translateX(0);
5873
+ }
5872
5874
 
5873
5875
  .WiSIdMrztSU- {
5874
5876
  --statusLabel-icon-diameter: 8px;
@@ -6469,21 +6471,6 @@ ul.LfIIg9bwrhQ- {
6469
6471
  padding-right: var(--public-tab--inset);
6470
6472
  }
6471
6473
 
6472
- .jC1GzRIJp74- {
6473
- display: grid;
6474
- grid-gap: var(--public-tile-space);
6475
- width: var(--public-tiles-width);
6476
- }
6477
-
6478
- @supports (width: min(var(--public-tile-min-size), 100%)) {
6479
- .jC1GzRIJp74- {
6480
- grid-template-columns: repeat(
6481
- auto-fill,
6482
- minmax(min(var(--public-tile-min-size), 100%), 1fr)
6483
- );
6484
- }
6485
- }
6486
-
6487
6474
  ._0Tvq24WjeX8- {
6488
6475
  position: relative;
6489
6476
  z-index: 1003;
@@ -6557,6 +6544,21 @@ ul.LfIIg9bwrhQ- {
6557
6544
  fill: var(--color-greyBlue) !important;
6558
6545
  }
6559
6546
 
6547
+ .jC1GzRIJp74- {
6548
+ display: grid;
6549
+ grid-gap: var(--public-tile-space);
6550
+ width: var(--public-tiles-width);
6551
+ }
6552
+
6553
+ @supports (width: min(var(--public-tile-min-size), 100%)) {
6554
+ .jC1GzRIJp74- {
6555
+ grid-template-columns: repeat(
6556
+ auto-fill,
6557
+ minmax(min(var(--public-tile-min-size), 100%), 1fr)
6558
+ );
6559
+ }
6560
+ }
6561
+
6560
6562
  .sZQ1M6tj8-c- {
6561
6563
  display: none;
6562
6564
  }
@@ -6776,6 +6778,36 @@ ul.LfIIg9bwrhQ- {
6776
6778
  display: flex;
6777
6779
  }
6778
6780
 
6781
+ .wMM6V80Rt-w- {
6782
+ padding: 16px;
6783
+ padding: var(--space-base);
6784
+ border-top: 2px solid hsl(200, 13%, 87%);
6785
+ border-top: var(--border-thick) solid var(--color-border);
6786
+ }
6787
+
6788
+ .HAoSIniVNvI- {
6789
+ display: -ms-flexbox;
6790
+ display: flex;
6791
+ -ms-flex-pack: justify;
6792
+ justify-content: space-between;
6793
+ font-weight: bold;
6794
+ }
6795
+
6796
+ .HAoSIniVNvI- * {
6797
+ text-align: left;
6798
+ }
6799
+
6800
+ .mNGvTIKaQIA-,
6801
+ .mNGvTIKaQIA- * {
6802
+ font-weight: normal;
6803
+ text-align: right;
6804
+ }
6805
+
6806
+ .HAoSIniVNvI-:not(:last-child) {
6807
+ padding-bottom: 8px;
6808
+ padding-bottom: var(--space-small);
6809
+ }
6810
+
6779
6811
  ._5TLZRabskzI- {
6780
6812
  display: -ms-flexbox;
6781
6813
  display: flex;
@@ -6864,36 +6896,6 @@ ul.LfIIg9bwrhQ- {
6864
6896
  }
6865
6897
  }
6866
6898
 
6867
- .wMM6V80Rt-w- {
6868
- padding: 16px;
6869
- padding: var(--space-base);
6870
- border-top: 2px solid hsl(200, 13%, 87%);
6871
- border-top: var(--border-thick) solid var(--color-border);
6872
- }
6873
-
6874
- .HAoSIniVNvI- {
6875
- display: -ms-flexbox;
6876
- display: flex;
6877
- -ms-flex-pack: justify;
6878
- justify-content: space-between;
6879
- font-weight: bold;
6880
- }
6881
-
6882
- .HAoSIniVNvI- * {
6883
- text-align: left;
6884
- }
6885
-
6886
- .mNGvTIKaQIA-,
6887
- .mNGvTIKaQIA- * {
6888
- font-weight: normal;
6889
- text-align: right;
6890
- }
6891
-
6892
- .HAoSIniVNvI-:not(:last-child) {
6893
- padding-bottom: 8px;
6894
- padding-bottom: var(--space-small);
6895
- }
6896
-
6897
6899
  .GlvUe-y47J8- {
6898
6900
  display: grid;
6899
6901
  grid-template-columns: auto;
@@ -7255,6 +7257,43 @@ ul.LfIIg9bwrhQ- {
7255
7257
  background: var(--color-disabled);
7256
7258
  }
7257
7259
 
7260
+ .kCKg-JJTRO8- {
7261
+ border-radius: 4px;
7262
+ border-radius: var(--radius-small);
7263
+ }
7264
+
7265
+ ._235nMwtuWSw- {
7266
+ border-radius: 8px;
7267
+ border-radius: var(--radius-base);
7268
+ }
7269
+
7270
+ ._9ppkWehd4QA- {
7271
+ border-radius: 16px;
7272
+ border-radius: var(--radius-large);
7273
+ }
7274
+
7275
+ .CsG3cZAn6r0- {
7276
+ border-radius: 24px;
7277
+ border-radius: var(--radius-larger);
7278
+ }
7279
+
7280
+ .WWKSAC2020Q- {
7281
+ border-radius: 100%;
7282
+ border-radius: var(--radius-circle);
7283
+ }
7284
+
7285
+ ._3hq7jJitEgs- {
7286
+ display: -ms-flexbox;
7287
+ display: flex;
7288
+ -ms-flex-direction: column;
7289
+ flex-direction: column;
7290
+ min-width: 0;
7291
+ }
7292
+
7293
+ .oWJNe7O1DFI- {
7294
+ white-space: pre-wrap;
7295
+ }
7296
+
7258
7297
  .QJaShYW08G4- {
7259
7298
  gap: 1px;
7260
7299
  gap: var(--space-minuscule);
@@ -7305,41 +7344,61 @@ ul.LfIIg9bwrhQ- {
7305
7344
  gap: var(--space-extravagant);
7306
7345
  }
7307
7346
 
7308
- .kCKg-JJTRO8- {
7309
- border-radius: 4px;
7310
- border-radius: var(--radius-small);
7347
+ .Y4Fm1wA7Z6c- {
7348
+ border-color: hsl(200, 13%, 87%);
7349
+ border-color: var(--color-border);
7350
+ border-style: solid;
7311
7351
  }
7312
7352
 
7313
- ._235nMwtuWSw- {
7314
- border-radius: 8px;
7315
- border-radius: var(--radius-base);
7353
+ .GWX6qFcouh8- {
7354
+ border-width: var(--box-border);
7316
7355
  }
7317
7356
 
7318
- ._9ppkWehd4QA- {
7319
- border-radius: 16px;
7320
- border-radius: var(--radius-large);
7357
+ ._20qfwUymZHI- {
7358
+ border-top-width: var(--box-border-top);
7321
7359
  }
7322
7360
 
7323
- .CsG3cZAn6r0- {
7324
- border-radius: 24px;
7325
- border-radius: var(--radius-larger);
7361
+ ._80vVV1kYAXU- {
7362
+ border-right-width: var(--box-border-right);
7326
7363
  }
7327
7364
 
7328
- .WWKSAC2020Q- {
7329
- border-radius: 100%;
7330
- border-radius: var(--radius-circle);
7365
+ ._3yLCo9rAEyY- {
7366
+ border-bottom-width: var(--box-border-bottom);
7331
7367
  }
7332
7368
 
7333
- ._3hq7jJitEgs- {
7334
- display: -ms-flexbox;
7335
- display: flex;
7336
- -ms-flex-direction: column;
7337
- flex-direction: column;
7338
- min-width: 0;
7369
+ .Sejzll1Lw3U- {
7370
+ border-left-width: var(--box-border-left);
7371
+ }
7372
+
7373
+ .pyQJ1Rwtg3Q- {
7374
+ padding: 0;
7375
+ padding: var(--box-padding, 0);
7376
+ }
7377
+
7378
+ .J0XrYI95Nwo- {
7379
+ padding-left: var(--box-padding-horizontal);
7380
+ padding-right: var(--box-padding-horizontal);
7381
+ }
7382
+
7383
+ .krPrcZ2t1Mg- {
7384
+ padding-top: var(--box-padding-vertical);
7385
+ padding-bottom: var(--box-padding-vertical);
7386
+ }
7387
+
7388
+ .Ms36xmpr504- {
7389
+ padding-top: var(--box-padding-top);
7390
+ }
7391
+
7392
+ .HR4tB8Ht7-w- {
7393
+ padding-right: var(--box-padding-right);
7394
+ }
7395
+
7396
+ ._5mybhdcr7f0- {
7397
+ padding-bottom: var(--box-padding-bottom);
7339
7398
  }
7340
7399
 
7341
- .oWJNe7O1DFI- {
7342
- white-space: pre-wrap;
7400
+ .eRM9czZkHgE- {
7401
+ padding-left: var(--box-padding-left);
7343
7402
  }
7344
7403
 
7345
7404
  .CXP1mw5bm-s- {
@@ -7366,32 +7425,6 @@ ul.LfIIg9bwrhQ- {
7366
7425
  flex: 1 1 auto;
7367
7426
  }
7368
7427
 
7369
- .Y4Fm1wA7Z6c- {
7370
- border-color: hsl(200, 13%, 87%);
7371
- border-color: var(--color-border);
7372
- border-style: solid;
7373
- }
7374
-
7375
- .GWX6qFcouh8- {
7376
- border-width: var(--box-border);
7377
- }
7378
-
7379
- ._20qfwUymZHI- {
7380
- border-top-width: var(--box-border-top);
7381
- }
7382
-
7383
- ._80vVV1kYAXU- {
7384
- border-right-width: var(--box-border-right);
7385
- }
7386
-
7387
- ._3yLCo9rAEyY- {
7388
- border-bottom-width: var(--box-border-bottom);
7389
- }
7390
-
7391
- .Sejzll1Lw3U- {
7392
- border-left-width: var(--box-border-left);
7393
- }
7394
-
7395
7428
  .vqVnWscsiIQ- {
7396
7429
  margin: 0;
7397
7430
  margin: var(--box-margin, 0);
@@ -7423,37 +7456,6 @@ ul.LfIIg9bwrhQ- {
7423
7456
  margin-left: var(--box-margin-left);
7424
7457
  }
7425
7458
 
7426
- .pyQJ1Rwtg3Q- {
7427
- padding: 0;
7428
- padding: var(--box-padding, 0);
7429
- }
7430
-
7431
- .J0XrYI95Nwo- {
7432
- padding-left: var(--box-padding-horizontal);
7433
- padding-right: var(--box-padding-horizontal);
7434
- }
7435
-
7436
- .krPrcZ2t1Mg- {
7437
- padding-top: var(--box-padding-vertical);
7438
- padding-bottom: var(--box-padding-vertical);
7439
- }
7440
-
7441
- .Ms36xmpr504- {
7442
- padding-top: var(--box-padding-top);
7443
- }
7444
-
7445
- .HR4tB8Ht7-w- {
7446
- padding-right: var(--box-padding-right);
7447
- }
7448
-
7449
- ._5mybhdcr7f0- {
7450
- padding-bottom: var(--box-padding-bottom);
7451
- }
7452
-
7453
- .eRM9czZkHgE- {
7454
- padding-left: var(--box-padding-left);
7455
- }
7456
-
7457
7459
  .bjemHBSLuQ0- {
7458
7460
  height: 8px;
7459
7461
  height: var(--space-small);
@@ -7606,55 +7608,15 @@ ul.LfIIg9bwrhQ- {
7606
7608
  line-height: var(--typography--lineHeight-tight);
7607
7609
  }
7608
7610
 
7609
- .ws2Y0LqNNfk- {
7610
- font-style: italic;
7611
- }
7612
-
7613
- .kw63z71hYYU- {
7614
- display: inline;
7615
- font-family: inherit;
7616
- font-style: normal;
7617
- font-weight: inherit;
7618
- background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 84 8' fill='none' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 6.50004C14.6667 4.50004 49.3 0.900038 82.5 2.50004' stroke='%2384EA00' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
7619
- background-position: center bottom;
7620
- background-repeat: no-repeat;
7621
- background-size: 100% 20%;
7622
- }
7623
-
7624
- .xFJ-FmjV3BE- {
7625
- font-family: Inter, Helvetica, Arial, sans-serif;
7626
- font-family: var(--typography--fontFamily-normal);
7627
- font-weight: 400;
7628
- }
7629
-
7630
- .lY4vnCuusH8- {
7631
- font-family: Inter, Helvetica, Arial, sans-serif;
7632
- font-family: var(--typography--fontFamily-normal);
7633
- font-weight: 500;
7634
- }
7635
-
7636
- .Ed96FZ8bmYo- {
7637
- font-family: Inter, Helvetica, Arial, sans-serif;
7638
- font-family: var(--typography--fontFamily-normal);
7639
- font-weight: 600;
7640
- }
7641
-
7642
- .-bqxOwZMSDo- {
7611
+ .j4h-0Mxa5gk- {
7612
+ margin: 0;
7613
+ padding: 0;
7643
7614
  font-family: Inter, Helvetica, Arial, sans-serif;
7644
7615
  font-family: var(--typography--fontFamily-normal);
7645
- font-weight: 700;
7646
- }
7647
-
7648
- .l5JkUWFite8- {
7649
- font-family: Jobber Pro, Poppins, Helvetica, Arial, sans-serif;
7650
- font-family: var(--typography--fontFamily-display);
7651
- font-weight: 800;
7652
- }
7653
-
7654
- .HvKryt1SNY8- {
7655
- font-family: Jobber Pro, Poppins, Helvetica, Arial, sans-serif;
7656
- font-family: var(--typography--fontFamily-display);
7657
- font-weight: 900;
7616
+ /* Wrap really long words or URL's */
7617
+ word-wrap: break-word;
7618
+ overflow-wrap: break-word;
7619
+ word-wrap: break-word;
7658
7620
  }
7659
7621
 
7660
7622
  .S3PyGdaGxok- {
@@ -7673,17 +7635,6 @@ ul.LfIIg9bwrhQ- {
7673
7635
  text-transform: none;
7674
7636
  }
7675
7637
 
7676
- .j4h-0Mxa5gk- {
7677
- margin: 0;
7678
- padding: 0;
7679
- font-family: Inter, Helvetica, Arial, sans-serif;
7680
- font-family: var(--typography--fontFamily-normal);
7681
- /* Wrap really long words or URL's */
7682
- word-wrap: break-word;
7683
- overflow-wrap: break-word;
7684
- word-wrap: break-word;
7685
- }
7686
-
7687
7638
  /* Base colors for backwards compatability */
7688
7639
 
7689
7640
  .xNqFL54SrGc- {
@@ -8021,6 +7972,42 @@ ul.LfIIg9bwrhQ- {
8021
7972
  color: var(--color-brand);
8022
7973
  }
8023
7974
 
7975
+ .xFJ-FmjV3BE- {
7976
+ font-family: Inter, Helvetica, Arial, sans-serif;
7977
+ font-family: var(--typography--fontFamily-normal);
7978
+ font-weight: 400;
7979
+ }
7980
+
7981
+ .lY4vnCuusH8- {
7982
+ font-family: Inter, Helvetica, Arial, sans-serif;
7983
+ font-family: var(--typography--fontFamily-normal);
7984
+ font-weight: 500;
7985
+ }
7986
+
7987
+ .Ed96FZ8bmYo- {
7988
+ font-family: Inter, Helvetica, Arial, sans-serif;
7989
+ font-family: var(--typography--fontFamily-normal);
7990
+ font-weight: 600;
7991
+ }
7992
+
7993
+ .-bqxOwZMSDo- {
7994
+ font-family: Inter, Helvetica, Arial, sans-serif;
7995
+ font-family: var(--typography--fontFamily-normal);
7996
+ font-weight: 700;
7997
+ }
7998
+
7999
+ .l5JkUWFite8- {
8000
+ font-family: Jobber Pro, Poppins, Helvetica, Arial, sans-serif;
8001
+ font-family: var(--typography--fontFamily-display);
8002
+ font-weight: 800;
8003
+ }
8004
+
8005
+ .HvKryt1SNY8- {
8006
+ font-family: Jobber Pro, Poppins, Helvetica, Arial, sans-serif;
8007
+ font-family: var(--typography--fontFamily-display);
8008
+ font-weight: 900;
8009
+ }
8010
+
8024
8011
  .bvnCrlndVHs- {
8025
8012
  display: -webkit-box !important;
8026
8013
  }
@@ -8029,16 +8016,19 @@ ul.LfIIg9bwrhQ- {
8029
8016
  overflow: hidden;
8030
8017
  }
8031
8018
 
8032
- .r5lyOVfBlMI- {
8033
- text-align: left;
8034
- }
8035
-
8036
- .w1MIwv35jXA- {
8037
- text-align: center;
8019
+ .ws2Y0LqNNfk- {
8020
+ font-style: italic;
8038
8021
  }
8039
8022
 
8040
- .oOJPwUQFllQ- {
8041
- text-align: right;
8023
+ .kw63z71hYYU- {
8024
+ display: inline;
8025
+ font-family: inherit;
8026
+ font-style: normal;
8027
+ font-weight: inherit;
8028
+ background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 84 8' fill='none' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 6.50004C14.6667 4.50004 49.3 0.900038 82.5 2.50004' stroke='%2384EA00' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
8029
+ background-position: center bottom;
8030
+ background-repeat: no-repeat;
8031
+ background-size: 100% 20%;
8042
8032
  }
8043
8033
 
8044
8034
  .V9SSKxs15xE- {
@@ -8051,6 +8041,18 @@ ul.LfIIg9bwrhQ- {
8051
8041
  font-family: var(--typography--fontFamily-display);
8052
8042
  }
8053
8043
 
8044
+ .r5lyOVfBlMI- {
8045
+ text-align: left;
8046
+ }
8047
+
8048
+ .w1MIwv35jXA- {
8049
+ text-align: center;
8050
+ }
8051
+
8052
+ .oOJPwUQFllQ- {
8053
+ text-align: right;
8054
+ }
8055
+
8054
8056
  .qp8E5e4q-so- {
8055
8057
  text-decoration-line: underline;
8056
8058
  text-decoration-thickness: 1px;
@@ -8238,30 +8240,6 @@ ul.LfIIg9bwrhQ- {
8238
8240
  margin-right: var(--space-base);
8239
8241
  }
8240
8242
 
8241
- .-R-TvZ9aU9g- {
8242
- display: grid;
8243
- width: 100%;
8244
- padding: 4px;
8245
- padding: var(--space-smaller);
8246
- border: 1px solid hsl(200, 13%, 87%);
8247
- border: var(--border-base) solid var(--color-border);
8248
- border-radius: 16px;
8249
- border-radius: var(--radius-large);
8250
- grid-template-columns: repeat(7, 1fr);
8251
- row-gap: 4px;
8252
- grid-row-gap: 4px;
8253
- grid-row-gap: var(--space-smaller);
8254
- row-gap: var(--space-smaller);
8255
- -webkit-column-gap: 4px;
8256
- -webkit-column-gap: var(--space-smaller);
8257
- -moz-column-gap: 4px;
8258
- -moz-column-gap: var(--space-smaller);
8259
- column-gap: 4px;
8260
- grid-column-gap: 4px;
8261
- grid-column-gap: var(--space-smaller);
8262
- column-gap: var(--space-smaller);
8263
- }
8264
-
8265
8243
  .Qup9qglgfQ8- {
8266
8244
  display: grid;
8267
8245
  grid-template-columns: 48px 1fr;
@@ -8302,6 +8280,30 @@ ul.LfIIg9bwrhQ- {
8302
8280
  border-top-left-radius: 0;
8303
8281
  }
8304
8282
 
8283
+ .-R-TvZ9aU9g- {
8284
+ display: grid;
8285
+ width: 100%;
8286
+ padding: 4px;
8287
+ padding: var(--space-smaller);
8288
+ border: 1px solid hsl(200, 13%, 87%);
8289
+ border: var(--border-base) solid var(--color-border);
8290
+ border-radius: 16px;
8291
+ border-radius: var(--radius-large);
8292
+ grid-template-columns: repeat(7, 1fr);
8293
+ row-gap: 4px;
8294
+ grid-row-gap: 4px;
8295
+ grid-row-gap: var(--space-smaller);
8296
+ row-gap: var(--space-smaller);
8297
+ -webkit-column-gap: 4px;
8298
+ -webkit-column-gap: var(--space-smaller);
8299
+ -moz-column-gap: 4px;
8300
+ -moz-column-gap: var(--space-smaller);
8301
+ column-gap: 4px;
8302
+ grid-column-gap: 4px;
8303
+ grid-column-gap: var(--space-smaller);
8304
+ column-gap: var(--space-smaller);
8305
+ }
8306
+
8305
8307
  ._4d0IFF7M5S0- {
8306
8308
  display: grid;
8307
8309
  width: 100%;
@@ -8515,6 +8517,12 @@ ul.LfIIg9bwrhQ- {
8515
8517
  margin-left: var(--space-small);
8516
8518
  }
8517
8519
 
8520
+ ._9wfZRG5vXI8- {
8521
+ min-width: 80px;
8522
+ margin-left: 8px;
8523
+ margin-left: var(--space-small);
8524
+ }
8525
+
8518
8526
  ._85AuDa3YmT4- {
8519
8527
  position: relative;
8520
8528
  }
@@ -8546,14 +8554,8 @@ ul.LfIIg9bwrhQ- {
8546
8554
 
8547
8555
  ._80Ger-sdJDc- {
8548
8556
  width: 100%;
8549
- min-width: 48px;
8550
- min-width: var(--space-largest);
8551
- }
8552
-
8553
- ._9wfZRG5vXI8- {
8554
- min-width: 80px;
8555
- margin-left: 8px;
8556
- margin-left: var(--space-small);
8557
+ min-width: 48px;
8558
+ min-width: var(--space-largest);
8557
8559
  }
8558
8560
 
8559
8561
  .u5YTRL-PlTI- {
@@ -8748,6 +8750,24 @@ ul.LfIIg9bwrhQ- {
8748
8750
  display: none;
8749
8751
  }
8750
8752
 
8753
+ .R0MWvfTO9vg- {
8754
+ display: -ms-flexbox;
8755
+ display: flex;
8756
+ box-sizing: border-box;
8757
+ padding: 16px;
8758
+ padding: var(--space-base);
8759
+ -ms-flex-pack: center;
8760
+ justify-content: center;
8761
+ -ms-flex-direction: column;
8762
+ flex-direction: column;
8763
+ row-gap: 16px;
8764
+ row-gap: var(--space-base);
8765
+ -ms-flex-align: center;
8766
+ align-items: center;
8767
+ -ms-flex: 1;
8768
+ flex: 1;
8769
+ }
8770
+
8751
8771
  .aJIHa8Q-WbY- {
8752
8772
  position: relative;
8753
8773
  -webkit-transform: translateY(calc(48px * -1));
@@ -8794,24 +8814,6 @@ ul.LfIIg9bwrhQ- {
8794
8814
  }
8795
8815
  }
8796
8816
 
8797
- .R0MWvfTO9vg- {
8798
- display: -ms-flexbox;
8799
- display: flex;
8800
- box-sizing: border-box;
8801
- padding: 16px;
8802
- padding: var(--space-base);
8803
- -ms-flex-pack: center;
8804
- justify-content: center;
8805
- -ms-flex-direction: column;
8806
- flex-direction: column;
8807
- row-gap: 16px;
8808
- row-gap: var(--space-base);
8809
- -ms-flex-align: center;
8810
- align-items: center;
8811
- -ms-flex: 1;
8812
- flex: 1;
8813
- }
8814
-
8815
8817
  .SSm2j6d2kYo- {
8816
8818
  display: -ms-flexbox;
8817
8819
  display: flex;
@@ -8832,6 +8834,10 @@ ul.LfIIg9bwrhQ- {
8832
8834
  gap: var(--space-smallest);
8833
8835
  }
8834
8836
 
8837
+ .CwWlXTKCPUg- {
8838
+ visibility: hidden;
8839
+ }
8840
+
8835
8841
  .zfAZTjk0VNE- {
8836
8842
  display: -ms-flexbox;
8837
8843
  display: flex;
@@ -8886,10 +8892,6 @@ ul.LfIIg9bwrhQ- {
8886
8892
  font-weight: 500;
8887
8893
  }
8888
8894
 
8889
- .CwWlXTKCPUg- {
8890
- visibility: hidden;
8891
- }
8892
-
8893
8895
  .BJxca-StHxg- {
8894
8896
  /* Offset the button's padding so the height of the header bar doesn't change */
8895
8897
  margin: calc(8px * -1) 0;
@@ -9187,6 +9189,111 @@ ul.LfIIg9bwrhQ- {
9187
9189
  outline: transparent;
9188
9190
  }
9189
9191
 
9192
+ .c4B0WFX6K0o- {
9193
+ position: relative;
9194
+ }
9195
+
9196
+ .AH9-zRHXfpo- {
9197
+ width: 100%;
9198
+ padding: 16px;
9199
+ padding: var(--space-base);
9200
+ padding-right: calc(24px * 2.25);
9201
+ padding-right: calc(var(--space-large) * 2.25);
9202
+ border: none;
9203
+ border-bottom: 1px solid hsl(200, 13%, 87%);
9204
+ border-bottom: var(--border-base) solid var(--color-border);
9205
+ color: var(--field--value-color);
9206
+ font-family: Inter, Helvetica, Arial, sans-serif;
9207
+ font-family: var(--typography--fontFamily-normal);
9208
+ font-size: 14px;
9209
+ font-size: var(--typography--fontSize-base);
9210
+ background-color: rgba(255, 255, 255, 1);
9211
+ background-color: var(--color-surface);
9212
+ }
9213
+
9214
+ .AH9-zRHXfpo-::-webkit-input-placeholder {
9215
+ color: var(--field--placeholder-color);
9216
+ opacity: 1;
9217
+ }
9218
+
9219
+ .AH9-zRHXfpo-:-ms-input-placeholder {
9220
+ color: var(--field--placeholder-color);
9221
+ opacity: 1;
9222
+ }
9223
+
9224
+ .AH9-zRHXfpo-::-ms-input-placeholder {
9225
+ color: var(--field--placeholder-color);
9226
+ opacity: 1;
9227
+ }
9228
+
9229
+ .searchInput::-webkit-input-placeholder {
9230
+ color: var(--field--placeholder-color);
9231
+ opacity: 1;
9232
+ }
9233
+
9234
+ .searchInput:-ms-input-placeholder {
9235
+ color: var(--field--placeholder-color);
9236
+ opacity: 1;
9237
+ }
9238
+
9239
+ .searchInput::-ms-input-placeholder {
9240
+ color: var(--field--placeholder-color);
9241
+ opacity: 1;
9242
+ }
9243
+
9244
+ .AH9-zRHXfpo-::placeholder {
9245
+ color: var(--field--placeholder-color);
9246
+ opacity: 1;
9247
+ }
9248
+
9249
+ .AH9-zRHXfpo-::-webkit-search-decoration,
9250
+ .AH9-zRHXfpo-::-webkit-search-cancel-button,
9251
+ .AH9-zRHXfpo-::-webkit-search-results-button,
9252
+ .AH9-zRHXfpo-::-webkit-search-results-decoration {
9253
+ -webkit-appearance: none;
9254
+ }
9255
+
9256
+ .AH9-zRHXfpo-:focus {
9257
+ outline: none;
9258
+ }
9259
+
9260
+ .mymN3p8sKRw- {
9261
+ display: -ms-flexbox;
9262
+ display: flex;
9263
+ position: absolute;
9264
+ top: 50%;
9265
+ right: 16px;
9266
+ right: var(--space-base);
9267
+ z-index: 1002;
9268
+ z-index: var(--elevation-tooltip);
9269
+ width: 24px;
9270
+ width: var(--space-large);
9271
+ height: 24px;
9272
+ height: var(--space-large);
9273
+ padding: 0;
9274
+ border: none;
9275
+ border-radius: 100%;
9276
+ border-radius: var(--radius-circle);
9277
+ background-color: hsl(51, 17%, 85%);
9278
+ background-color: var(--color-interactive--background);
9279
+ cursor: pointer;
9280
+ -webkit-transform: translateY(-50%);
9281
+ transform: translateY(-50%);
9282
+ -ms-flex-pack: center;
9283
+ justify-content: center;
9284
+ -ms-flex-align: center;
9285
+ align-items: center;
9286
+ }
9287
+
9288
+ .mymN3p8sKRw-:focus {
9289
+ outline: transparent;
9290
+ }
9291
+
9292
+ .mymN3p8sKRw-:focus-visible {
9293
+ box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px hsl(198, 12%, 57%);
9294
+ box-shadow: var(--shadow-focus);
9295
+ }
9296
+
9190
9297
  .wFxd-3vJyKo- {
9191
9298
  position: relative;
9192
9299
  padding: 8px 0;
@@ -9302,111 +9409,6 @@ ul.LfIIg9bwrhQ- {
9302
9409
  gap: var(--space-smaller);
9303
9410
  }
9304
9411
 
9305
- .c4B0WFX6K0o- {
9306
- position: relative;
9307
- }
9308
-
9309
- .AH9-zRHXfpo- {
9310
- width: 100%;
9311
- padding: 16px;
9312
- padding: var(--space-base);
9313
- padding-right: calc(24px * 2.25);
9314
- padding-right: calc(var(--space-large) * 2.25);
9315
- border: none;
9316
- border-bottom: 1px solid hsl(200, 13%, 87%);
9317
- border-bottom: var(--border-base) solid var(--color-border);
9318
- color: var(--field--value-color);
9319
- font-family: Inter, Helvetica, Arial, sans-serif;
9320
- font-family: var(--typography--fontFamily-normal);
9321
- font-size: 14px;
9322
- font-size: var(--typography--fontSize-base);
9323
- background-color: rgba(255, 255, 255, 1);
9324
- background-color: var(--color-surface);
9325
- }
9326
-
9327
- .AH9-zRHXfpo-::-webkit-input-placeholder {
9328
- color: var(--field--placeholder-color);
9329
- opacity: 1;
9330
- }
9331
-
9332
- .AH9-zRHXfpo-:-ms-input-placeholder {
9333
- color: var(--field--placeholder-color);
9334
- opacity: 1;
9335
- }
9336
-
9337
- .AH9-zRHXfpo-::-ms-input-placeholder {
9338
- color: var(--field--placeholder-color);
9339
- opacity: 1;
9340
- }
9341
-
9342
- .searchInput::-webkit-input-placeholder {
9343
- color: var(--field--placeholder-color);
9344
- opacity: 1;
9345
- }
9346
-
9347
- .searchInput:-ms-input-placeholder {
9348
- color: var(--field--placeholder-color);
9349
- opacity: 1;
9350
- }
9351
-
9352
- .searchInput::-ms-input-placeholder {
9353
- color: var(--field--placeholder-color);
9354
- opacity: 1;
9355
- }
9356
-
9357
- .AH9-zRHXfpo-::placeholder {
9358
- color: var(--field--placeholder-color);
9359
- opacity: 1;
9360
- }
9361
-
9362
- .AH9-zRHXfpo-::-webkit-search-decoration,
9363
- .AH9-zRHXfpo-::-webkit-search-cancel-button,
9364
- .AH9-zRHXfpo-::-webkit-search-results-button,
9365
- .AH9-zRHXfpo-::-webkit-search-results-decoration {
9366
- -webkit-appearance: none;
9367
- }
9368
-
9369
- .AH9-zRHXfpo-:focus {
9370
- outline: none;
9371
- }
9372
-
9373
- .mymN3p8sKRw- {
9374
- display: -ms-flexbox;
9375
- display: flex;
9376
- position: absolute;
9377
- top: 50%;
9378
- right: 16px;
9379
- right: var(--space-base);
9380
- z-index: 1002;
9381
- z-index: var(--elevation-tooltip);
9382
- width: 24px;
9383
- width: var(--space-large);
9384
- height: 24px;
9385
- height: var(--space-large);
9386
- padding: 0;
9387
- border: none;
9388
- border-radius: 100%;
9389
- border-radius: var(--radius-circle);
9390
- background-color: hsl(51, 17%, 85%);
9391
- background-color: var(--color-interactive--background);
9392
- cursor: pointer;
9393
- -webkit-transform: translateY(-50%);
9394
- transform: translateY(-50%);
9395
- -ms-flex-pack: center;
9396
- justify-content: center;
9397
- -ms-flex-align: center;
9398
- align-items: center;
9399
- }
9400
-
9401
- .mymN3p8sKRw-:focus {
9402
- outline: transparent;
9403
- }
9404
-
9405
- .mymN3p8sKRw-:focus-visible {
9406
- box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px hsl(198, 12%, 57%);
9407
- box-shadow: var(--shadow-focus);
9408
- }
9409
-
9410
9412
  .jPB--ZCYNNI- {
9411
9413
  -webkit-transform: translateY(calc(48px * -1));
9412
9414
  -webkit-transform: translateY(calc(var(--space-largest) * -1));