@govtech-bb/styles 1.0.0-alpha.16

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.
@@ -0,0 +1,2249 @@
1
+ /*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
2
+ @layer properties {
3
+ @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
4
+ *, :before, :after, ::backdrop {
5
+ --tw-rotate-x: initial;
6
+ --tw-rotate-y: initial;
7
+ --tw-rotate-z: initial;
8
+ --tw-skew-x: initial;
9
+ --tw-skew-y: initial;
10
+ --tw-border-style: solid;
11
+ --tw-blur: initial;
12
+ --tw-brightness: initial;
13
+ --tw-contrast: initial;
14
+ --tw-grayscale: initial;
15
+ --tw-hue-rotate: initial;
16
+ --tw-invert: initial;
17
+ --tw-opacity: initial;
18
+ --tw-saturate: initial;
19
+ --tw-sepia: initial;
20
+ --tw-drop-shadow: initial;
21
+ --tw-drop-shadow-color: initial;
22
+ --tw-drop-shadow-alpha: 100%;
23
+ --tw-drop-shadow-size: initial;
24
+ }
25
+ }
26
+ }
27
+
28
+ @layer theme {
29
+ :root, :host {
30
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
31
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
32
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
33
+ "Courier New", monospace;
34
+ --color-red-100: #ff6b6b;
35
+ --color-yellow-100: #ffc726;
36
+ --color-teal-100: #30c0c8;
37
+ --color-blue-100: #00267f;
38
+ --spacing: .25rem;
39
+ --font-weight-normal: 400;
40
+ --font-weight-bold: 700;
41
+ --radius-sm: .25rem;
42
+ --default-font-family: var(--font-sans);
43
+ --default-mono-font-family: var(--font-mono);
44
+ --color-yellow-00: #e8a833;
45
+ --color-yellow-40: #ffe9a8;
46
+ --color-blue-40: #99a8cc;
47
+ --color-blue-10: #e5e9f2;
48
+ --color-black-00: #000;
49
+ --color-mid-grey-00: #595959;
50
+ --color-grey-00: #e0e4e9;
51
+ --color-white-00: #fff;
52
+ --color-green-00: #00654a;
53
+ --color-green-40: #a5e5ce;
54
+ --color-green-10: #e9f9f3;
55
+ --color-red-00: #a42c2c;
56
+ --color-red-10: #fff0f0;
57
+ --color-pink-10: #fff4fb;
58
+ --color-teal-00: #0e5f64;
59
+ --color-teal-40: #ace6e9;
60
+ --color-teal-10: #eaf9f9;
61
+ --color-text: var(--color-black-00);
62
+ --color-text-muted: var(--color-mid-grey-00);
63
+ --color-background: var(--color-white-00);
64
+ --color-error: var(--color-red-00);
65
+ --color-link: var(--color-teal-00);
66
+ --color-link-visited: var(--color-teal-00);
67
+ --color-link-hover: var(--color-black-00);
68
+ --color-link-hover-bg: var(--color-teal-10);
69
+ --color-link-active: var(--color-black-00);
70
+ --color-link-active-bg: var(--color-yellow-100);
71
+ --font-size-display: 5rem;
72
+ --font-size-h1: 3.5rem;
73
+ --font-size-h2: 2.5rem;
74
+ --font-size-h3: 1.5rem;
75
+ --font-size-h4: 1.25rem;
76
+ --font-size-body-lg: 2rem;
77
+ --font-size-body: 1.25rem;
78
+ --font-size-caption: 1rem;
79
+ --font-size-caption-sm: .75rem;
80
+ --line-height-display: 1;
81
+ --line-height-h1: 1.15;
82
+ --line-height-h2: 1.25;
83
+ --line-height-h3: 1.25;
84
+ --line-height-h4: 1.5;
85
+ --line-height-body-lg: 1.5;
86
+ --line-height-body: 1.5;
87
+ --line-height-caption: 1.5;
88
+ --line-height-caption-sm: 1.5;
89
+ --font-family-base: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
90
+ --spacing-xxs: .25rem;
91
+ --spacing-xs: .5rem;
92
+ --spacing-s: 1rem;
93
+ --spacing-xm: 1.5rem;
94
+ --spacing-m: 2rem;
95
+ --spacing-l: 4rem;
96
+ --spacing-xl: 8rem;
97
+ --border-width-form: 2px;
98
+ --shadow-form-hover: inset 4px 4px 0 0 #0000001a;
99
+ --opacity-disabled: .4;
100
+ }
101
+ }
102
+
103
+ @layer base {
104
+ *, :after, :before, ::backdrop {
105
+ box-sizing: border-box;
106
+ border: 0 solid;
107
+ margin: 0;
108
+ padding: 0;
109
+ }
110
+
111
+ ::file-selector-button {
112
+ box-sizing: border-box;
113
+ border: 0 solid;
114
+ margin: 0;
115
+ padding: 0;
116
+ }
117
+
118
+ html, :host {
119
+ -webkit-text-size-adjust: 100%;
120
+ tab-size: 4;
121
+ line-height: 1.5;
122
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
123
+ font-feature-settings: var(--default-font-feature-settings, normal);
124
+ font-variation-settings: var(--default-font-variation-settings, normal);
125
+ -webkit-tap-highlight-color: transparent;
126
+ }
127
+
128
+ hr {
129
+ height: 0;
130
+ color: inherit;
131
+ border-top-width: 1px;
132
+ }
133
+
134
+ abbr:where([title]) {
135
+ -webkit-text-decoration: underline dotted;
136
+ text-decoration: underline dotted;
137
+ }
138
+
139
+ h1, h2, h3, h4, h5, h6 {
140
+ font-size: inherit;
141
+ font-weight: inherit;
142
+ }
143
+
144
+ a {
145
+ color: inherit;
146
+ -webkit-text-decoration: inherit;
147
+ -webkit-text-decoration: inherit;
148
+ -webkit-text-decoration: inherit;
149
+ text-decoration: inherit;
150
+ }
151
+
152
+ b, strong {
153
+ font-weight: bolder;
154
+ }
155
+
156
+ code, kbd, samp, pre {
157
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
158
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
159
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
160
+ font-size: 1em;
161
+ }
162
+
163
+ small {
164
+ font-size: 80%;
165
+ }
166
+
167
+ sub, sup {
168
+ vertical-align: baseline;
169
+ font-size: 75%;
170
+ line-height: 0;
171
+ position: relative;
172
+ }
173
+
174
+ sub {
175
+ bottom: -.25em;
176
+ }
177
+
178
+ sup {
179
+ top: -.5em;
180
+ }
181
+
182
+ table {
183
+ text-indent: 0;
184
+ border-color: inherit;
185
+ border-collapse: collapse;
186
+ }
187
+
188
+ :-moz-focusring {
189
+ outline: auto;
190
+ }
191
+
192
+ progress {
193
+ vertical-align: baseline;
194
+ }
195
+
196
+ summary {
197
+ display: list-item;
198
+ }
199
+
200
+ ol, ul, menu {
201
+ list-style: none;
202
+ }
203
+
204
+ img, svg, video, canvas, audio, iframe, embed, object {
205
+ vertical-align: middle;
206
+ display: block;
207
+ }
208
+
209
+ img, video {
210
+ max-width: 100%;
211
+ height: auto;
212
+ }
213
+
214
+ button, input, select, optgroup, textarea {
215
+ font: inherit;
216
+ font-feature-settings: inherit;
217
+ font-variation-settings: inherit;
218
+ letter-spacing: inherit;
219
+ color: inherit;
220
+ opacity: 1;
221
+ background-color: #0000;
222
+ border-radius: 0;
223
+ }
224
+
225
+ ::file-selector-button {
226
+ font: inherit;
227
+ font-feature-settings: inherit;
228
+ font-variation-settings: inherit;
229
+ letter-spacing: inherit;
230
+ color: inherit;
231
+ opacity: 1;
232
+ background-color: #0000;
233
+ border-radius: 0;
234
+ }
235
+
236
+ :where(select:is([multiple], [size])) optgroup {
237
+ font-weight: bolder;
238
+ }
239
+
240
+ :where(select:is([multiple], [size])) optgroup option {
241
+ padding-inline-start: 20px;
242
+ }
243
+
244
+ ::file-selector-button {
245
+ margin-inline-end: 4px;
246
+ }
247
+
248
+ ::placeholder {
249
+ opacity: 1;
250
+ }
251
+
252
+ @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
253
+ ::placeholder {
254
+ color: currentColor;
255
+ }
256
+
257
+ @supports (color: color-mix(in lab, red, red)) {
258
+ ::placeholder {
259
+ color: color-mix(in oklab, currentcolor 50%, transparent);
260
+ }
261
+ }
262
+ }
263
+
264
+ textarea {
265
+ resize: vertical;
266
+ }
267
+
268
+ ::-webkit-search-decoration {
269
+ -webkit-appearance: none;
270
+ }
271
+
272
+ ::-webkit-date-and-time-value {
273
+ min-height: 1lh;
274
+ text-align: inherit;
275
+ }
276
+
277
+ ::-webkit-datetime-edit {
278
+ display: inline-flex;
279
+ }
280
+
281
+ ::-webkit-datetime-edit-fields-wrapper {
282
+ padding: 0;
283
+ }
284
+
285
+ ::-webkit-datetime-edit {
286
+ padding-block: 0;
287
+ }
288
+
289
+ ::-webkit-datetime-edit-year-field {
290
+ padding-block: 0;
291
+ }
292
+
293
+ ::-webkit-datetime-edit-month-field {
294
+ padding-block: 0;
295
+ }
296
+
297
+ ::-webkit-datetime-edit-day-field {
298
+ padding-block: 0;
299
+ }
300
+
301
+ ::-webkit-datetime-edit-hour-field {
302
+ padding-block: 0;
303
+ }
304
+
305
+ ::-webkit-datetime-edit-minute-field {
306
+ padding-block: 0;
307
+ }
308
+
309
+ ::-webkit-datetime-edit-second-field {
310
+ padding-block: 0;
311
+ }
312
+
313
+ ::-webkit-datetime-edit-millisecond-field {
314
+ padding-block: 0;
315
+ }
316
+
317
+ ::-webkit-datetime-edit-meridiem-field {
318
+ padding-block: 0;
319
+ }
320
+
321
+ ::-webkit-calendar-picker-indicator {
322
+ line-height: 1;
323
+ }
324
+
325
+ :-moz-ui-invalid {
326
+ box-shadow: none;
327
+ }
328
+
329
+ button, input:where([type="button"], [type="reset"], [type="submit"]) {
330
+ appearance: button;
331
+ }
332
+
333
+ ::file-selector-button {
334
+ appearance: button;
335
+ }
336
+
337
+ ::-webkit-inner-spin-button {
338
+ height: auto;
339
+ }
340
+
341
+ ::-webkit-outer-spin-button {
342
+ height: auto;
343
+ }
344
+
345
+ [hidden]:where(:not([hidden="until-found"])) {
346
+ display: none !important;
347
+ }
348
+
349
+ .govbb-visually-hidden {
350
+ clip-path: inset(50%);
351
+ white-space: nowrap;
352
+ border-width: 0;
353
+ width: 1px;
354
+ height: 1px;
355
+ margin: -1px;
356
+ padding: 0;
357
+ position: absolute;
358
+ overflow: hidden;
359
+ }
360
+
361
+ .govbb-visually-hidden-focusable:not(:focus):not(:focus-visible) {
362
+ clip-path: none;
363
+ white-space: normal;
364
+ width: auto;
365
+ height: auto;
366
+ margin: 0;
367
+ padding: 0;
368
+ position: static;
369
+ overflow: visible;
370
+ }
371
+
372
+ html {
373
+ font-family: var(--font-family-base);
374
+ line-height: var(--line-height-body);
375
+ font-variant-ligatures: common-ligatures;
376
+ -webkit-font-smoothing: antialiased;
377
+ -moz-osx-font-smoothing: grayscale;
378
+ }
379
+
380
+ body {
381
+ color: var(--color-text);
382
+ background-color: var(--color-background);
383
+ text-rendering: optimizelegibility;
384
+ }
385
+
386
+ :where(h1, h2, h3, h4, h5, h6) {
387
+ font-weight: var(--font-weight-bold);
388
+ font-variant-numeric: oldstyle-nums proportional-nums;
389
+ }
390
+
391
+ :where(h1) {
392
+ font-size: var(--font-size-h1);
393
+ line-height: var(--line-height-h1);
394
+ }
395
+
396
+ :where(h2) {
397
+ font-size: var(--font-size-h2);
398
+ line-height: var(--line-height-h2);
399
+ }
400
+
401
+ :where(h3) {
402
+ font-size: var(--font-size-h3);
403
+ line-height: var(--line-height-h3);
404
+ }
405
+
406
+ :where(h4, h5) {
407
+ font-size: var(--font-size-h4);
408
+ line-height: var(--line-height-h4);
409
+ }
410
+
411
+ :where(h6, p) {
412
+ font-size: var(--font-size-body);
413
+ line-height: var(--line-height-body);
414
+ }
415
+
416
+ .govbb-text-display {
417
+ font-size: var(--font-size-display);
418
+ line-height: var(--line-height-display);
419
+ font-weight: var(--font-weight-bold);
420
+ }
421
+
422
+ .govbb-text-h1 {
423
+ font-size: var(--font-size-h1);
424
+ line-height: var(--line-height-h1);
425
+ font-weight: var(--font-weight-bold);
426
+ }
427
+
428
+ .govbb-text-h2 {
429
+ font-size: var(--font-size-h2);
430
+ line-height: var(--line-height-h2);
431
+ font-weight: var(--font-weight-bold);
432
+ }
433
+
434
+ .govbb-text-h3 {
435
+ font-size: var(--font-size-h3);
436
+ line-height: var(--line-height-h3);
437
+ font-weight: var(--font-weight-bold);
438
+ }
439
+
440
+ .govbb-text-h4 {
441
+ font-size: var(--font-size-h4);
442
+ line-height: var(--line-height-h4);
443
+ font-weight: var(--font-weight-bold);
444
+ }
445
+
446
+ .govbb-text-body-lg {
447
+ font-size: var(--font-size-body-lg);
448
+ line-height: var(--line-height-body-lg);
449
+ font-weight: var(--font-weight-normal);
450
+ }
451
+
452
+ .govbb-text-body {
453
+ font-size: var(--font-size-body);
454
+ line-height: var(--line-height-body);
455
+ font-weight: var(--font-weight-normal);
456
+ }
457
+
458
+ .govbb-text-caption {
459
+ font-size: var(--font-size-caption);
460
+ line-height: var(--line-height-caption);
461
+ font-weight: var(--font-weight-normal);
462
+ }
463
+
464
+ .govbb-text-caption-sm {
465
+ font-size: var(--font-size-caption-sm);
466
+ line-height: var(--line-height-caption-sm);
467
+ font-weight: var(--font-weight-normal);
468
+ }
469
+
470
+ .govbb-link {
471
+ font-family: var(--font-family-base);
472
+ -webkit-font-smoothing: antialiased;
473
+ -moz-osx-font-smoothing: grayscale;
474
+ text-underline-offset: 2px;
475
+ outline: none;
476
+ text-decoration: underline;
477
+ }
478
+
479
+ .govbb-link:hover, .govbb-link:active, .govbb-link:focus-visible {
480
+ text-decoration: none;
481
+ }
482
+
483
+ .govbb-link {
484
+ color: var(--color-link);
485
+ }
486
+
487
+ .govbb-link:visited {
488
+ color: var(--color-link-visited);
489
+ }
490
+
491
+ .govbb-link:hover {
492
+ color: var(--color-link-hover);
493
+ background-color: var(--color-link-hover-bg);
494
+ }
495
+
496
+ .govbb-link:active, .govbb-link:focus-visible {
497
+ color: var(--color-link-active);
498
+ background-color: var(--color-link-active-bg);
499
+ }
500
+
501
+ .govbb-link--secondary {
502
+ font-family: var(--font-family-base);
503
+ -webkit-font-smoothing: antialiased;
504
+ -moz-osx-font-smoothing: grayscale;
505
+ text-underline-offset: 2px;
506
+ outline: none;
507
+ text-decoration: underline;
508
+ }
509
+
510
+ .govbb-link--secondary:hover, .govbb-link--secondary:active, .govbb-link--secondary:focus-visible {
511
+ text-decoration: none;
512
+ }
513
+
514
+ .govbb-link--secondary {
515
+ color: var(--color-link-secondary);
516
+ }
517
+
518
+ .govbb-link--secondary:visited {
519
+ color: var(--color-link-secondary-visited);
520
+ }
521
+
522
+ .govbb-link--secondary:hover {
523
+ color: var(--color-link-secondary-hover);
524
+ background-color: var(--color-link-secondary-hover-bg);
525
+ }
526
+
527
+ .govbb-link--secondary:active, .govbb-link--secondary:focus-visible {
528
+ color: var(--color-link-secondary-active);
529
+ background-color: var(--color-link-secondary-active-bg);
530
+ }
531
+
532
+ .govbb-link--tertiary {
533
+ font-family: var(--font-family-base);
534
+ -webkit-font-smoothing: antialiased;
535
+ -moz-osx-font-smoothing: grayscale;
536
+ text-underline-offset: 2px;
537
+ outline: none;
538
+ text-decoration: underline;
539
+ }
540
+
541
+ .govbb-link--tertiary:hover, .govbb-link--tertiary:active, .govbb-link--tertiary:focus-visible {
542
+ text-decoration: none;
543
+ }
544
+
545
+ .govbb-link--tertiary {
546
+ color: var(--color-link-tertiary);
547
+ }
548
+
549
+ .govbb-link--tertiary:visited {
550
+ color: var(--color-link-tertiary-visited);
551
+ }
552
+
553
+ .govbb-link--tertiary:hover {
554
+ color: var(--color-link-tertiary-hover);
555
+ background-color: var(--color-link-tertiary-hover-bg);
556
+ }
557
+
558
+ .govbb-link--tertiary:active, .govbb-link--tertiary:focus-visible {
559
+ color: var(--color-link-tertiary-active);
560
+ background-color: var(--color-link-tertiary-active-bg);
561
+ }
562
+
563
+ .govbb-link--no-underline:not(:hover):not(:active) {
564
+ text-decoration: none;
565
+ }
566
+
567
+ .govbb-link--no-visited:visited {
568
+ color: inherit;
569
+ }
570
+
571
+ .govbb-list {
572
+ font-size: var(--font-size-body);
573
+ line-height: var(--line-height-body);
574
+ margin: 0;
575
+ padding: 0;
576
+ list-style-type: none;
577
+ }
578
+
579
+ .govbb-list > li {
580
+ margin-bottom: var(--spacing-xxs);
581
+ }
582
+
583
+ .govbb-list--bullet {
584
+ padding-inline-start: var(--spacing-m);
585
+ list-style-type: disc;
586
+ }
587
+
588
+ .govbb-list--number {
589
+ padding-inline-start: var(--spacing-m);
590
+ list-style-type: decimal;
591
+ }
592
+
593
+ .govbb-container {
594
+ width: 100%;
595
+ padding-inline: var(--spacing-s);
596
+ margin-inline: auto;
597
+ }
598
+
599
+ @media (min-width: 1024px) {
600
+ .govbb-container {
601
+ width: 75%;
602
+ max-width: 75rem;
603
+ padding-inline: 0;
604
+ }
605
+ }
606
+
607
+ .govbb-page {
608
+ grid-template-rows: auto 1fr auto;
609
+ min-height: 100vh;
610
+ display: grid;
611
+ }
612
+
613
+ .govbb-page__body {
614
+ gap: var(--spacing-m);
615
+ grid-template-columns: 1fr;
616
+ display: grid;
617
+ }
618
+
619
+ @media (min-width: 1024px) {
620
+ .govbb-page__body {
621
+ grid-template-columns: 16rem 1fr 16rem;
622
+ }
623
+
624
+ .govbb-page__body--no-right {
625
+ grid-template-columns: 16rem 1fr;
626
+ }
627
+
628
+ .govbb-page__body--no-left {
629
+ grid-template-columns: 1fr 16rem;
630
+ }
631
+
632
+ .govbb-page__body--main-only {
633
+ grid-template-columns: 1fr;
634
+ }
635
+ }
636
+
637
+ .govbb-breadcrumbs {
638
+ font-size: var(--font-size-body);
639
+ line-height: var(--line-height-body);
640
+ align-items: center;
641
+ display: flex;
642
+ }
643
+
644
+ .govbb-breadcrumbs__list {
645
+ flex-wrap: wrap;
646
+ align-items: center;
647
+ row-gap: .25rem;
648
+ margin: 0;
649
+ padding: 0;
650
+ list-style: none;
651
+ display: flex;
652
+ }
653
+
654
+ .govbb-breadcrumbs__item {
655
+ align-items: center;
656
+ display: flex;
657
+ }
658
+
659
+ .govbb-breadcrumbs__item + .govbb-breadcrumbs__item:before {
660
+ content: "";
661
+ border-top: 1px solid var(--color-mid-grey-00);
662
+ border-right: 1px solid var(--color-mid-grey-00);
663
+ flex-shrink: 0;
664
+ width: .4375em;
665
+ height: .4375em;
666
+ margin: 0 .5em;
667
+ display: inline-block;
668
+ transform: rotate(45deg);
669
+ }
670
+
671
+ .govbb-breadcrumbs__link {
672
+ color: var(--color-link);
673
+ }
674
+
675
+ .govbb-breadcrumbs__link:visited {
676
+ color: var(--color-link-visited);
677
+ }
678
+
679
+ .govbb-breadcrumbs__link:hover {
680
+ color: var(--color-link-hover);
681
+ background-color: var(--color-link-hover-bg);
682
+ }
683
+
684
+ .govbb-breadcrumbs__link:active, .govbb-breadcrumbs__link:focus-visible {
685
+ color: var(--color-link-active);
686
+ background-color: var(--color-link-active-bg);
687
+ }
688
+
689
+ .govbb-breadcrumbs__link {
690
+ font-family: var(--font-family-base);
691
+ -webkit-font-smoothing: antialiased;
692
+ -moz-osx-font-smoothing: grayscale;
693
+ text-underline-offset: 2px;
694
+ outline: none;
695
+ text-decoration: underline;
696
+ }
697
+
698
+ .govbb-breadcrumbs__link:hover, .govbb-breadcrumbs__link:active, .govbb-breadcrumbs__link:focus-visible {
699
+ text-decoration: none;
700
+ }
701
+
702
+ .govbb-breadcrumbs__link {
703
+ word-break: break-all;
704
+ }
705
+
706
+ .govbb-breadcrumbs--collapse-on-mobile .govbb-breadcrumbs__item:not(:first-child):not(:last-child) {
707
+ display: none;
708
+ }
709
+
710
+ @media (min-width: 768px) {
711
+ .govbb-breadcrumbs--collapse-on-mobile .govbb-breadcrumbs__item:not(:first-child):not(:last-child) {
712
+ display: flex;
713
+ }
714
+ }
715
+
716
+ .govbb-btn, .govbb-btn--secondary, .govbb-btn--destructive, .govbb-btn--tertiary, .govbb-btn--link, .govbb-btn--destructive-link {
717
+ font-family: var(--font-family-base);
718
+ -webkit-font-smoothing: antialiased;
719
+ -moz-osx-font-smoothing: grayscale;
720
+ font-weight: var(--font-weight-normal);
721
+ font-size: var(--font-size-body);
722
+ white-space: nowrap;
723
+ cursor: pointer;
724
+ color: inherit;
725
+ background: none;
726
+ border: 0;
727
+ justify-content: center;
728
+ align-items: center;
729
+ gap: .5rem;
730
+ line-height: 1.5;
731
+ transition: background-color .2s, box-shadow .2s;
732
+ display: inline-flex;
733
+ position: relative;
734
+ }
735
+
736
+ :is(.govbb-btn, .govbb-btn--secondary, .govbb-btn--destructive, .govbb-btn--tertiary, .govbb-btn--link, .govbb-btn--destructive-link):disabled, :is(.govbb-btn, .govbb-btn--secondary, .govbb-btn--destructive, .govbb-btn--tertiary, .govbb-btn--link, .govbb-btn--destructive-link)[aria-disabled="true"] {
737
+ opacity: .5;
738
+ cursor: not-allowed;
739
+ pointer-events: none;
740
+ }
741
+
742
+ .govbb-btn, .govbb-btn--secondary, .govbb-btn--destructive, .govbb-btn--tertiary {
743
+ padding: var(--spacing-s) var(--spacing-xm);
744
+ outline-offset: 2px;
745
+ border-radius: .25rem;
746
+ outline: 4px solid #0000;
747
+ line-height: 1.7;
748
+ }
749
+
750
+ .govbb-btn {
751
+ background-color: var(--color-teal-00);
752
+ color: var(--color-white-00);
753
+ }
754
+
755
+ .govbb-btn:hover:not(:disabled) {
756
+ background-color: #1a777d;
757
+ box-shadow: inset 0 0 0 4px #def5f61a;
758
+ }
759
+
760
+ .govbb-btn:active:not(:disabled), .govbb-btn:focus-visible:not(:disabled) {
761
+ outline-color: var(--color-teal-100);
762
+ background-color: #0a4549;
763
+ }
764
+
765
+ .govbb-btn:active:not(:disabled) {
766
+ box-shadow: inset 0 0 0 3px #0003;
767
+ }
768
+
769
+ .govbb-btn--secondary {
770
+ background-color: var(--color-grey-00);
771
+ color: var(--color-black-00);
772
+ }
773
+
774
+ .govbb-btn--secondary:hover:not(:disabled) {
775
+ box-shadow: inset 0 0 0 4px #0000000d;
776
+ }
777
+
778
+ .govbb-btn--secondary:active:not(:disabled), .govbb-btn--secondary:focus-visible:not(:disabled) {
779
+ outline-color: var(--color-teal-100);
780
+ background-color: #b9c0c6;
781
+ }
782
+
783
+ .govbb-btn--secondary:active:not(:disabled) {
784
+ box-shadow: inset 0 0 0 3px #0000001a;
785
+ }
786
+
787
+ .govbb-btn--destructive {
788
+ background-color: var(--color-red-00);
789
+ color: var(--color-white-00);
790
+ }
791
+
792
+ .govbb-btn--destructive:hover:not(:disabled) {
793
+ background-color: #bf3e3e;
794
+ box-shadow: inset 0 0 0 4px #ffebeb1a;
795
+ }
796
+
797
+ .govbb-btn--destructive:active:not(:disabled), .govbb-btn--destructive:focus-visible:not(:disabled) {
798
+ outline-color: var(--color-red-100);
799
+ background-color: #961e1f;
800
+ }
801
+
802
+ .govbb-btn--destructive:active:not(:disabled) {
803
+ box-shadow: inset 0 0 0 3px #0003;
804
+ }
805
+
806
+ .govbb-btn--tertiary {
807
+ color: var(--color-green-00);
808
+ box-shadow: inset 0 0 0 1px var(--color-green-00);
809
+ background-color: #0000;
810
+ }
811
+
812
+ .govbb-btn--tertiary:hover:not(:disabled) {
813
+ background-color: var(--color-green-10);
814
+ box-shadow: inset 0 0 0 1px var(--color-green-00);
815
+ }
816
+
817
+ .govbb-btn--tertiary:active:not(:disabled), .govbb-btn--tertiary:focus-visible:not(:disabled) {
818
+ outline-color: var(--color-teal-100);
819
+ }
820
+
821
+ .govbb-btn--tertiary:active:not(:disabled) {
822
+ background-color: var(--color-green-00);
823
+ color: var(--color-green-40);
824
+ box-shadow: inset 0 0 0 1px var(--color-green-00), inset 0 0 0 3px #0000001a;
825
+ }
826
+
827
+ .govbb-btn--link, .govbb-btn--destructive-link {
828
+ font-family: var(--font-family-base);
829
+ -webkit-font-smoothing: antialiased;
830
+ -moz-osx-font-smoothing: grayscale;
831
+ text-underline-offset: 2px;
832
+ outline: none;
833
+ text-decoration: underline;
834
+ }
835
+
836
+ :is(.govbb-btn--link, .govbb-btn--destructive-link):hover, :is(.govbb-btn--link, .govbb-btn--destructive-link):active, :is(.govbb-btn--link, .govbb-btn--destructive-link):focus-visible {
837
+ text-decoration: none;
838
+ }
839
+
840
+ .govbb-btn--link, .govbb-btn--destructive-link {
841
+ outline-offset: 2px;
842
+ outline: 4px solid #0000;
843
+ padding: 0;
844
+ }
845
+
846
+ .govbb-btn--link {
847
+ color: var(--color-green-00);
848
+ }
849
+
850
+ .govbb-btn--link:hover:not(:disabled) {
851
+ color: var(--color-yellow-100);
852
+ }
853
+
854
+ .govbb-btn--link:active:not(:disabled), .govbb-btn--link:focus-visible:not(:disabled) {
855
+ color: var(--color-yellow-00);
856
+ outline-color: var(--color-teal-100);
857
+ }
858
+
859
+ .govbb-btn--destructive-link {
860
+ color: var(--color-red-00);
861
+ }
862
+
863
+ .govbb-btn--destructive-link:hover:not(:disabled) {
864
+ color: var(--color-red-100);
865
+ }
866
+
867
+ .govbb-btn--destructive-link:active:not(:disabled), .govbb-btn--destructive-link:focus-visible:not(:disabled) {
868
+ color: var(--color-red-00);
869
+ outline-color: var(--color-red-100);
870
+ }
871
+
872
+ .govbb-btn-group {
873
+ gap: var(--spacing-xm);
874
+ flex-wrap: wrap;
875
+ display: flex;
876
+ }
877
+
878
+ .govbb-error-summary {
879
+ border: 4px solid var(--color-red-00);
880
+ padding: var(--spacing-xm) var(--spacing-m);
881
+ margin-bottom: var(--spacing-m);
882
+ }
883
+
884
+ .govbb-error-summary__title {
885
+ font-size: var(--font-size-body);
886
+ line-height: normal;
887
+ font-weight: var(--font-weight-bold);
888
+ }
889
+
890
+ .govbb-error-summary__list {
891
+ flex-direction: column;
892
+ align-items: flex-start;
893
+ margin: 0;
894
+ padding: 0;
895
+ list-style: none;
896
+ display: flex;
897
+ }
898
+
899
+ .govbb-error-summary__link {
900
+ font-family: var(--font-family-base);
901
+ -webkit-font-smoothing: antialiased;
902
+ -moz-osx-font-smoothing: grayscale;
903
+ text-underline-offset: 2px;
904
+ outline: none;
905
+ text-decoration: underline;
906
+ }
907
+
908
+ .govbb-error-summary__link:hover, .govbb-error-summary__link:active, .govbb-error-summary__link:focus-visible {
909
+ text-decoration: none;
910
+ }
911
+
912
+ .govbb-error-summary__link {
913
+ color: var(--color-red-00);
914
+ font-size: var(--font-size-body);
915
+ line-height: normal;
916
+ }
917
+
918
+ .govbb-error-summary__link:hover {
919
+ color: var(--color-black-00);
920
+ background-color: var(--color-red-10);
921
+ }
922
+
923
+ .govbb-error-summary__link:active, .govbb-error-summary__link:focus-visible {
924
+ color: var(--color-black-00);
925
+ background-color: var(--color-yellow-100);
926
+ }
927
+
928
+ .govbb-form-group {
929
+ align-items: flex-start;
930
+ gap: var(--spacing-xs);
931
+ flex-direction: column;
932
+ width: 100%;
933
+ display: flex;
934
+ }
935
+
936
+ .govbb-form-group > .govbb-label + .govbb-hint, .govbb-form-group > .govbb-label + .govbb-error-message, .govbb-form-group > .govbb-hint + .govbb-error-message {
937
+ margin-top: calc(var(--spacing-xs) * -1);
938
+ }
939
+
940
+ .govbb-fieldset {
941
+ border: 0;
942
+ min-width: 0;
943
+ margin: 0;
944
+ padding: 0;
945
+ }
946
+
947
+ .govbb-fieldset__legend {
948
+ font-size: var(--font-size-body);
949
+ line-height: var(--line-height-body);
950
+ font-weight: var(--font-weight-bold);
951
+ color: var(--color-text);
952
+ padding: 0;
953
+ }
954
+
955
+ .govbb-label {
956
+ font-size: var(--font-size-body);
957
+ line-height: var(--line-height-body);
958
+ font-weight: var(--font-weight-bold);
959
+ color: var(--color-text);
960
+ display: block;
961
+ }
962
+
963
+ .govbb-hint {
964
+ font-size: var(--font-size-body);
965
+ line-height: var(--line-height-body);
966
+ color: var(--color-text-muted);
967
+ display: block;
968
+ }
969
+
970
+ .govbb-error-message {
971
+ font-size: var(--font-size-body);
972
+ line-height: var(--line-height-body);
973
+ color: var(--color-error);
974
+ display: block;
975
+ }
976
+
977
+ .govbb-input-wrapper {
978
+ align-items: center;
979
+ gap: var(--spacing-xs);
980
+ background: var(--color-background);
981
+ border: var(--border-width-form) solid var(--color-text);
982
+ border-radius: var(--radius-sm);
983
+ width: 100%;
984
+ transition: box-shadow .2s, border-color .2s;
985
+ display: inline-flex;
986
+ position: relative;
987
+ }
988
+
989
+ .govbb-input-wrapper:hover {
990
+ box-shadow: var(--shadow-form-hover);
991
+ }
992
+
993
+ .govbb-input-wrapper:focus-within {
994
+ box-shadow: 0 0 0 4px var(--color-teal-100);
995
+ }
996
+
997
+ .govbb-input-wrapper:has([aria-invalid="true"]) {
998
+ border-color: var(--color-error);
999
+ }
1000
+
1001
+ .govbb-input-wrapper:has(:disabled, [aria-invalid="true"]) {
1002
+ box-shadow: none;
1003
+ }
1004
+
1005
+ .govbb-input-wrapper:has(:focus-visible) {
1006
+ box-shadow: 0 0 0 4px var(--color-teal-100);
1007
+ }
1008
+
1009
+ .govbb-input-wrapper:has(:disabled) {
1010
+ opacity: var(--opacity-disabled);
1011
+ cursor: not-allowed;
1012
+ }
1013
+
1014
+ .govbb-input-wrapper > :where(input, select, textarea) {
1015
+ width: 100%;
1016
+ min-width: 0;
1017
+ padding: var(--spacing-s);
1018
+ font: inherit;
1019
+ color: inherit;
1020
+ border-radius: inherit;
1021
+ background: none;
1022
+ border: 0;
1023
+ outline: 0;
1024
+ }
1025
+
1026
+ .govbb-input-wrapper > :where(input, select, textarea)::placeholder {
1027
+ color: currentColor;
1028
+ }
1029
+
1030
+ @supports (color: color-mix(in lab, red, red)) {
1031
+ .govbb-input-wrapper > :where(input, select, textarea)::placeholder {
1032
+ color: color-mix(in srgb, currentColor 60%, transparent);
1033
+ }
1034
+ }
1035
+
1036
+ .govbb-input {
1037
+ font-size: var(--font-size-body);
1038
+ line-height: var(--line-height-body);
1039
+ color: var(--color-text);
1040
+ }
1041
+
1042
+ .govbb-textarea {
1043
+ font-size: var(--font-size-body);
1044
+ line-height: var(--line-height-body);
1045
+ color: var(--color-text);
1046
+ resize: vertical;
1047
+ min-height: 6rem;
1048
+ }
1049
+
1050
+ .govbb-select-wrapper {
1051
+ align-items: center;
1052
+ gap: var(--spacing-xs);
1053
+ background: var(--color-background);
1054
+ border: var(--border-width-form) solid var(--color-text);
1055
+ border-radius: var(--radius-sm);
1056
+ width: 100%;
1057
+ transition: box-shadow .2s, border-color .2s;
1058
+ display: inline-flex;
1059
+ position: relative;
1060
+ }
1061
+
1062
+ .govbb-select-wrapper:hover {
1063
+ box-shadow: var(--shadow-form-hover);
1064
+ }
1065
+
1066
+ .govbb-select-wrapper:focus-within {
1067
+ box-shadow: 0 0 0 4px var(--color-teal-100);
1068
+ }
1069
+
1070
+ .govbb-select-wrapper:has([aria-invalid="true"]) {
1071
+ border-color: var(--color-error);
1072
+ }
1073
+
1074
+ .govbb-select-wrapper:has(:disabled, [aria-invalid="true"]) {
1075
+ box-shadow: none;
1076
+ }
1077
+
1078
+ .govbb-select-wrapper:has(:focus-visible) {
1079
+ box-shadow: 0 0 0 4px var(--color-teal-100);
1080
+ }
1081
+
1082
+ .govbb-select-wrapper:has(:disabled) {
1083
+ opacity: var(--opacity-disabled);
1084
+ cursor: not-allowed;
1085
+ }
1086
+
1087
+ .govbb-select-wrapper > :where(input, select, textarea) {
1088
+ width: 100%;
1089
+ min-width: 0;
1090
+ padding: var(--spacing-s);
1091
+ font: inherit;
1092
+ color: inherit;
1093
+ border-radius: inherit;
1094
+ background: none;
1095
+ border: 0;
1096
+ outline: 0;
1097
+ }
1098
+
1099
+ .govbb-select-wrapper > :where(input, select, textarea)::placeholder {
1100
+ color: currentColor;
1101
+ }
1102
+
1103
+ @supports (color: color-mix(in lab, red, red)) {
1104
+ .govbb-select-wrapper > :where(input, select, textarea)::placeholder {
1105
+ color: color-mix(in srgb, currentColor 60%, transparent);
1106
+ }
1107
+ }
1108
+
1109
+ .govbb-select-wrapper {
1110
+ grid-template-columns: 1fr 3.875rem;
1111
+ display: grid;
1112
+ }
1113
+
1114
+ .govbb-select {
1115
+ appearance: none;
1116
+ font-size: var(--font-size-body);
1117
+ line-height: var(--line-height-body);
1118
+ color: var(--color-text);
1119
+ grid-area: 1 / 1 / auto / -1;
1120
+ padding-right: 3.875rem;
1121
+ }
1122
+
1123
+ .govbb-select__chevron {
1124
+ background: #f0f2f4;
1125
+ grid-area: 1 / 2;
1126
+ justify-content: center;
1127
+ align-items: center;
1128
+ display: flex;
1129
+ }
1130
+
1131
+ @supports (color: color-mix(in lab, red, red)) {
1132
+ .govbb-select__chevron {
1133
+ background: color-mix(in srgb, var(--color-grey-00) 50%, var(--color-background));
1134
+ }
1135
+ }
1136
+
1137
+ .govbb-select__chevron {
1138
+ border-left: var(--border-width-form) solid var(--color-text);
1139
+ color: var(--color-text);
1140
+ pointer-events: none;
1141
+ border-start-end-radius: inherit;
1142
+ border-end-end-radius: inherit;
1143
+ width: 100%;
1144
+ height: 100%;
1145
+ }
1146
+
1147
+ .govbb-select-wrapper:has(.govbb-select[aria-invalid="true"]) .govbb-select__chevron {
1148
+ border-left-color: var(--color-error);
1149
+ }
1150
+
1151
+ .govbb-select__chevron > svg {
1152
+ fill: currentColor;
1153
+ width: .75rem;
1154
+ height: .5rem;
1155
+ transform: rotate(180deg);
1156
+ }
1157
+
1158
+ .govbb-checkbox {
1159
+ appearance: none;
1160
+ background: var(--color-background);
1161
+ border: var(--border-width-form) solid var(--color-text);
1162
+ cursor: pointer;
1163
+ outline: 0;
1164
+ flex-shrink: 0;
1165
+ place-content: center;
1166
+ width: 3rem;
1167
+ height: 3rem;
1168
+ margin: 0;
1169
+ padding: 0;
1170
+ transition: box-shadow .2s, border-color .2s;
1171
+ display: inline-grid;
1172
+ position: relative;
1173
+ }
1174
+
1175
+ .govbb-checkbox:before {
1176
+ content: "";
1177
+ background: var(--color-teal-00);
1178
+ width: 19px;
1179
+ height: 19px;
1180
+ transform: scale(0);
1181
+ }
1182
+
1183
+ .govbb-checkbox:checked:before {
1184
+ transform: scale(1);
1185
+ }
1186
+
1187
+ .govbb-checkbox:hover {
1188
+ box-shadow: var(--shadow-form-hover);
1189
+ }
1190
+
1191
+ .govbb-checkbox:focus-visible {
1192
+ border-color: var(--color-teal-00);
1193
+ box-shadow: 0 0 0 4px var(--color-teal-100);
1194
+ }
1195
+
1196
+ .govbb-checkbox[aria-invalid="true"] {
1197
+ border-color: var(--color-error);
1198
+ }
1199
+
1200
+ .govbb-checkbox:disabled {
1201
+ opacity: var(--opacity-disabled);
1202
+ cursor: not-allowed;
1203
+ box-shadow: none;
1204
+ }
1205
+
1206
+ .govbb-checkbox-item {
1207
+ align-items: center;
1208
+ gap: var(--spacing-s);
1209
+ display: flex;
1210
+ }
1211
+
1212
+ .govbb-checkbox-item__label {
1213
+ font-size: var(--font-size-body);
1214
+ line-height: var(--line-height-body);
1215
+ color: var(--color-text);
1216
+ cursor: pointer;
1217
+ }
1218
+
1219
+ .govbb-checkbox:disabled + .govbb-checkbox-item__label {
1220
+ opacity: var(--opacity-disabled);
1221
+ cursor: not-allowed;
1222
+ }
1223
+
1224
+ .govbb-radio {
1225
+ appearance: none;
1226
+ background: var(--color-background);
1227
+ border: var(--border-width-form) solid var(--color-text);
1228
+ cursor: pointer;
1229
+ outline: 0;
1230
+ flex-shrink: 0;
1231
+ place-content: center;
1232
+ width: 3rem;
1233
+ height: 3rem;
1234
+ margin: 0;
1235
+ padding: 0;
1236
+ transition: box-shadow .2s, border-color .2s;
1237
+ display: inline-grid;
1238
+ position: relative;
1239
+ }
1240
+
1241
+ .govbb-radio:before {
1242
+ content: "";
1243
+ background: var(--color-teal-00);
1244
+ width: 19px;
1245
+ height: 19px;
1246
+ transform: scale(0);
1247
+ }
1248
+
1249
+ .govbb-radio:checked:before {
1250
+ transform: scale(1);
1251
+ }
1252
+
1253
+ .govbb-radio:hover {
1254
+ box-shadow: var(--shadow-form-hover);
1255
+ }
1256
+
1257
+ .govbb-radio:focus-visible {
1258
+ border-color: var(--color-teal-00);
1259
+ box-shadow: 0 0 0 4px var(--color-teal-100);
1260
+ }
1261
+
1262
+ .govbb-radio[aria-invalid="true"] {
1263
+ border-color: var(--color-error);
1264
+ }
1265
+
1266
+ .govbb-radio:disabled {
1267
+ opacity: var(--opacity-disabled);
1268
+ cursor: not-allowed;
1269
+ box-shadow: none;
1270
+ }
1271
+
1272
+ .govbb-radio, .govbb-radio:before {
1273
+ border-radius: 50%;
1274
+ }
1275
+
1276
+ .govbb-radio-item {
1277
+ align-items: center;
1278
+ gap: var(--spacing-s);
1279
+ display: flex;
1280
+ }
1281
+
1282
+ .govbb-radio-item__label {
1283
+ font-size: var(--font-size-body);
1284
+ line-height: var(--line-height-body);
1285
+ color: var(--color-text);
1286
+ cursor: pointer;
1287
+ }
1288
+
1289
+ .govbb-radio:disabled + .govbb-radio-item__label {
1290
+ opacity: var(--opacity-disabled);
1291
+ cursor: not-allowed;
1292
+ }
1293
+
1294
+ .govbb-radio-item__conditional {
1295
+ margin-top: var(--spacing-xs);
1296
+ margin-left: 1.25rem;
1297
+ margin-bottom: var(--spacing-s);
1298
+ padding-left: 2.5rem;
1299
+ padding-bottom: var(--spacing-s);
1300
+ border-left: 8px solid var(--color-grey-00);
1301
+ display: none;
1302
+ }
1303
+
1304
+ .govbb-radio-item:has( > .govbb-radio:checked) + .govbb-radio-item__conditional {
1305
+ display: block;
1306
+ }
1307
+
1308
+ .govbb-search {
1309
+ width: 100%;
1310
+ display: flex;
1311
+ }
1312
+
1313
+ .govbb-search__label {
1314
+ clip: rect(0, 0, 0, 0);
1315
+ white-space: nowrap;
1316
+ border: 0;
1317
+ width: 1px;
1318
+ height: 1px;
1319
+ margin: -1px;
1320
+ padding: 0;
1321
+ position: absolute;
1322
+ overflow: hidden;
1323
+ }
1324
+
1325
+ .govbb-search__input {
1326
+ min-width: 0;
1327
+ height: 3.875rem;
1328
+ padding: 0 var(--spacing-s);
1329
+ font-size: var(--font-size-body);
1330
+ line-height: var(--line-height-body);
1331
+ color: var(--color-text);
1332
+ background: var(--color-background);
1333
+ border: var(--border-width-form) solid var(--color-text);
1334
+ border-right: 0;
1335
+ border-start-start-radius: var(--radius-sm);
1336
+ border-end-start-radius: var(--radius-sm);
1337
+ outline: 0;
1338
+ flex: 1;
1339
+ transition: box-shadow .2s;
1340
+ }
1341
+
1342
+ .govbb-search__input:hover {
1343
+ box-shadow: var(--shadow-form-hover);
1344
+ }
1345
+
1346
+ .govbb-search__input:focus-visible {
1347
+ z-index: 1;
1348
+ box-shadow: 0 0 0 4px var(--color-teal-100);
1349
+ position: relative;
1350
+ }
1351
+
1352
+ .govbb-search--borderless .govbb-search__input {
1353
+ border: 0;
1354
+ }
1355
+
1356
+ .govbb-search__button {
1357
+ height: 3.875rem;
1358
+ padding: 0 var(--spacing-xm);
1359
+ font-size: var(--font-size-body);
1360
+ line-height: var(--line-height-body);
1361
+ color: var(--color-white-00);
1362
+ background: var(--color-teal-00);
1363
+ cursor: pointer;
1364
+ border: 0;
1365
+ border-start-end-radius: var(--radius-sm);
1366
+ border-end-end-radius: var(--radius-sm);
1367
+ outline: 0;
1368
+ transition: background-color .2s, box-shadow .2s;
1369
+ }
1370
+
1371
+ .govbb-search__button:hover {
1372
+ background: #1a777d;
1373
+ box-shadow: inset 0 0 0 4px #def5f61a;
1374
+ }
1375
+
1376
+ .govbb-search__button:focus-visible {
1377
+ box-shadow: 0 0 0 4px var(--color-teal-100);
1378
+ }
1379
+
1380
+ .govbb-search__button:active {
1381
+ background: #0a4549;
1382
+ box-shadow: inset 0 0 0 3px #0003;
1383
+ }
1384
+
1385
+ .govbb-status-banner {
1386
+ width: 100%;
1387
+ padding-block: var(--spacing-s);
1388
+ font-size: var(--font-size-body);
1389
+ line-height: var(--line-height-body);
1390
+ color: var(--color-text);
1391
+ display: block;
1392
+ }
1393
+
1394
+ .govbb-status-banner > p {
1395
+ margin: 0;
1396
+ }
1397
+
1398
+ .govbb-status-banner > p + p {
1399
+ margin-top: var(--spacing-xs);
1400
+ }
1401
+
1402
+ .govbb-status-banner--rounded {
1403
+ border-radius: var(--radius-sm);
1404
+ }
1405
+
1406
+ .govbb-status-banner--alpha {
1407
+ background: var(--color-blue-10);
1408
+ }
1409
+
1410
+ .govbb-status-banner--beta {
1411
+ background: var(--color-yellow-40);
1412
+ }
1413
+
1414
+ .govbb-status-banner--migrated {
1415
+ background: var(--color-pink-10);
1416
+ }
1417
+
1418
+ .govbb-status-banner--service {
1419
+ background: var(--color-red-10);
1420
+ }
1421
+
1422
+ .govbb-show-hide {
1423
+ align-items: flex-start;
1424
+ gap: var(--spacing-xs);
1425
+ flex-direction: column;
1426
+ display: flex;
1427
+ }
1428
+
1429
+ .govbb-show-hide__summary {
1430
+ align-items: center;
1431
+ gap: var(--spacing-xs);
1432
+ cursor: pointer;
1433
+ font-size: var(--font-size-body);
1434
+ line-height: var(--line-height-body);
1435
+ color: var(--color-teal-00);
1436
+ text-underline-offset: 2px;
1437
+ outline: 0;
1438
+ text-decoration: underline;
1439
+ list-style: none;
1440
+ transition: color .2s;
1441
+ display: inline-flex;
1442
+ }
1443
+
1444
+ .govbb-show-hide__summary::-webkit-details-marker {
1445
+ display: none;
1446
+ }
1447
+
1448
+ .govbb-show-hide__summary::marker {
1449
+ content: "";
1450
+ }
1451
+
1452
+ .govbb-show-hide__summary:before {
1453
+ content: "";
1454
+ border: 6px solid #0000;
1455
+ border-left: 8px solid;
1456
+ border-right-width: 0;
1457
+ flex-shrink: 0;
1458
+ width: 0;
1459
+ height: 0;
1460
+ transition: transform .2s;
1461
+ }
1462
+
1463
+ .govbb-show-hide__summary:hover, .govbb-show-hide__summary:focus-visible {
1464
+ color: #083a3d;
1465
+ }
1466
+
1467
+ .govbb-show-hide__summary:focus-visible, .govbb-show-hide__summary:active {
1468
+ background: var(--color-yellow-100);
1469
+ }
1470
+
1471
+ .govbb-show-hide[open] .govbb-show-hide__summary:before {
1472
+ transform: rotate(90deg);
1473
+ }
1474
+
1475
+ .govbb-show-hide__content {
1476
+ gap: var(--spacing-s);
1477
+ padding-left: var(--spacing-xm);
1478
+ border-left: 4px solid var(--color-grey-00);
1479
+ flex-direction: column;
1480
+ display: flex;
1481
+ }
1482
+
1483
+ .govbb-footer {
1484
+ background: var(--color-blue-100);
1485
+ width: 100%;
1486
+ color: var(--color-white-00);
1487
+ display: block;
1488
+ overflow: hidden;
1489
+ }
1490
+
1491
+ .govbb-footer__inner {
1492
+ display: grid;
1493
+ }
1494
+
1495
+ .govbb-footer__nav {
1496
+ align-items: flex-start;
1497
+ gap: var(--spacing-xs);
1498
+ padding-block: var(--spacing-m);
1499
+ flex-direction: column;
1500
+ display: flex;
1501
+ }
1502
+
1503
+ .govbb-footer__link {
1504
+ font-family: var(--font-family-base);
1505
+ -webkit-font-smoothing: antialiased;
1506
+ -moz-osx-font-smoothing: grayscale;
1507
+ text-underline-offset: 2px;
1508
+ outline: none;
1509
+ }
1510
+
1511
+ .govbb-footer__link:hover, .govbb-footer__link:active, .govbb-footer__link:focus-visible {
1512
+ text-decoration: none;
1513
+ }
1514
+
1515
+ .govbb-footer__link {
1516
+ font-weight: var(--font-weight-normal);
1517
+ font-size: var(--font-size-body);
1518
+ line-height: var(--line-height-body);
1519
+ color: inherit;
1520
+ text-align: left;
1521
+ cursor: pointer;
1522
+ background: none;
1523
+ border: 0;
1524
+ padding: 0;
1525
+ text-decoration: underline;
1526
+ }
1527
+
1528
+ .govbb-footer__divider {
1529
+ margin-inline: calc(var(--spacing-s) * -1);
1530
+ border: 0;
1531
+ border-top: 4px solid #00000040;
1532
+ }
1533
+
1534
+ .govbb-footer__end {
1535
+ justify-content: space-between;
1536
+ align-items: flex-start;
1537
+ gap: var(--spacing-sm, 1.5rem);
1538
+ padding-block: var(--spacing-m) var(--spacing-s);
1539
+ flex-direction: column;
1540
+ display: flex;
1541
+ }
1542
+
1543
+ .govbb-footer__coat {
1544
+ -webkit-user-select: none;
1545
+ user-select: none;
1546
+ width: auto;
1547
+ height: 7rem;
1548
+ display: block;
1549
+ }
1550
+
1551
+ .govbb-footer__copy {
1552
+ color: var(--color-white-00);
1553
+ font-size: var(--font-size-body);
1554
+ line-height: var(--line-height-body);
1555
+ margin: 0;
1556
+ }
1557
+
1558
+ @media (min-width: 1024px) {
1559
+ .govbb-footer__inner {
1560
+ grid-template-columns: 1fr 1fr;
1561
+ }
1562
+
1563
+ .govbb-footer__nav {
1564
+ padding-bottom: 0;
1565
+ }
1566
+
1567
+ .govbb-footer__end {
1568
+ padding-block: var(--spacing-m);
1569
+ align-items: flex-end;
1570
+ }
1571
+
1572
+ .govbb-footer__divider {
1573
+ display: none;
1574
+ }
1575
+ }
1576
+
1577
+ .govbb-header {
1578
+ background: var(--color-yellow-100);
1579
+ width: 100%;
1580
+ color: var(--color-text);
1581
+ display: block;
1582
+ }
1583
+
1584
+ .govbb-header__inner {
1585
+ align-items: center;
1586
+ gap: var(--spacing-s);
1587
+ padding-block: var(--spacing-s);
1588
+ display: flex;
1589
+ }
1590
+
1591
+ .govbb-header__logo {
1592
+ width: auto;
1593
+ height: 1.6875rem;
1594
+ display: block;
1595
+ }
1596
+
1597
+ @media (min-width: 1024px) {
1598
+ .govbb-header__inner {
1599
+ padding-block: var(--spacing-xm);
1600
+ }
1601
+
1602
+ .govbb-header__logo {
1603
+ height: 2.1875rem;
1604
+ }
1605
+ }
1606
+
1607
+ .govbb-official-banner {
1608
+ background: var(--color-blue-100);
1609
+ width: 100%;
1610
+ color: var(--color-white-00);
1611
+ display: block;
1612
+ }
1613
+
1614
+ .govbb-official-banner__inner {
1615
+ align-items: center;
1616
+ gap: var(--spacing-xs);
1617
+ padding-block: var(--spacing-xs);
1618
+ font-size: var(--font-size-caption);
1619
+ line-height: var(--line-height-caption);
1620
+ display: flex;
1621
+ }
1622
+
1623
+ .govbb-official-banner__inner :where(span) {
1624
+ font-size: var(--font-size-caption);
1625
+ line-height: var(--line-height-caption);
1626
+ }
1627
+
1628
+ .govbb-official-banner__crest {
1629
+ flex-shrink: 0;
1630
+ align-items: center;
1631
+ display: flex;
1632
+ }
1633
+
1634
+ .govbb-official-banner__text {
1635
+ align-items: center;
1636
+ gap: var(--spacing-s);
1637
+ flex-wrap: wrap;
1638
+ display: flex;
1639
+ }
1640
+
1641
+ .govbb-official-banner__icon {
1642
+ flex-shrink: 0;
1643
+ width: auto;
1644
+ height: 24px;
1645
+ display: block;
1646
+ }
1647
+
1648
+ .govbb-official-banner__link {
1649
+ font-family: var(--font-family-base);
1650
+ -webkit-font-smoothing: antialiased;
1651
+ -moz-osx-font-smoothing: grayscale;
1652
+ text-underline-offset: 2px;
1653
+ outline: none;
1654
+ text-decoration: underline;
1655
+ }
1656
+
1657
+ .govbb-official-banner__link:hover, .govbb-official-banner__link:active, .govbb-official-banner__link:focus-visible {
1658
+ text-decoration: none;
1659
+ }
1660
+
1661
+ .govbb-official-banner__link {
1662
+ cursor: pointer;
1663
+ }
1664
+
1665
+ .govbb-number-input-wrapper {
1666
+ align-items: center;
1667
+ gap: var(--spacing-xs);
1668
+ background: var(--color-background);
1669
+ border: var(--border-width-form) solid var(--color-text);
1670
+ border-radius: var(--radius-sm);
1671
+ width: 100%;
1672
+ transition: box-shadow .2s, border-color .2s;
1673
+ display: inline-flex;
1674
+ position: relative;
1675
+ }
1676
+
1677
+ .govbb-number-input-wrapper:hover {
1678
+ box-shadow: var(--shadow-form-hover);
1679
+ }
1680
+
1681
+ .govbb-number-input-wrapper:focus-within {
1682
+ box-shadow: 0 0 0 4px var(--color-teal-100);
1683
+ }
1684
+
1685
+ .govbb-number-input-wrapper:has([aria-invalid="true"]) {
1686
+ border-color: var(--color-error);
1687
+ }
1688
+
1689
+ .govbb-number-input-wrapper:has(:disabled, [aria-invalid="true"]) {
1690
+ box-shadow: none;
1691
+ }
1692
+
1693
+ .govbb-number-input-wrapper:has(:focus-visible) {
1694
+ box-shadow: 0 0 0 4px var(--color-teal-100);
1695
+ }
1696
+
1697
+ .govbb-number-input-wrapper:has(:disabled) {
1698
+ opacity: var(--opacity-disabled);
1699
+ cursor: not-allowed;
1700
+ }
1701
+
1702
+ .govbb-number-input-wrapper > :where(input, select, textarea) {
1703
+ width: 100%;
1704
+ min-width: 0;
1705
+ padding: var(--spacing-s);
1706
+ font: inherit;
1707
+ color: inherit;
1708
+ border-radius: inherit;
1709
+ background: none;
1710
+ border: 0;
1711
+ outline: 0;
1712
+ }
1713
+
1714
+ .govbb-number-input-wrapper > :where(input, select, textarea)::placeholder {
1715
+ color: currentColor;
1716
+ }
1717
+
1718
+ @supports (color: color-mix(in lab, red, red)) {
1719
+ .govbb-number-input-wrapper > :where(input, select, textarea)::placeholder {
1720
+ color: color-mix(in srgb, currentColor 60%, transparent);
1721
+ }
1722
+ }
1723
+
1724
+ .govbb-number-input-wrapper {
1725
+ grid-template-columns: 1fr 2.9375rem;
1726
+ width: 11.1875rem;
1727
+ display: grid;
1728
+ }
1729
+
1730
+ .govbb-number-input {
1731
+ appearance: textfield;
1732
+ font-size: var(--font-size-body);
1733
+ line-height: var(--line-height-body);
1734
+ color: var(--color-text);
1735
+ grid-area: 1 / 1 / auto / -1;
1736
+ padding-right: 2.9375rem;
1737
+ }
1738
+
1739
+ .govbb-number-input::-webkit-outer-spin-button {
1740
+ appearance: none;
1741
+ margin: 0;
1742
+ }
1743
+
1744
+ .govbb-number-input::-webkit-inner-spin-button {
1745
+ appearance: none;
1746
+ margin: 0;
1747
+ }
1748
+
1749
+ .govbb-number-input__steppers {
1750
+ background: #f0f2f4;
1751
+ flex-direction: column;
1752
+ grid-area: 1 / 2;
1753
+ align-self: stretch;
1754
+ display: flex;
1755
+ }
1756
+
1757
+ @supports (color: color-mix(in lab, red, red)) {
1758
+ .govbb-number-input__steppers {
1759
+ background: color-mix(in srgb, var(--color-grey-00) 50%, var(--color-background));
1760
+ }
1761
+ }
1762
+
1763
+ .govbb-number-input__steppers {
1764
+ border-left: var(--border-width-form) solid var(--color-text);
1765
+ z-index: 1;
1766
+ border-start-end-radius: calc(var(--radius-sm) - var(--border-width-form));
1767
+ border-end-end-radius: calc(var(--radius-sm) - var(--border-width-form));
1768
+ overflow: hidden;
1769
+ }
1770
+
1771
+ .govbb-number-input-wrapper:has(.govbb-number-input[aria-invalid="true"]) .govbb-number-input__steppers {
1772
+ border-left-color: var(--color-error);
1773
+ }
1774
+
1775
+ .govbb-number-input__step {
1776
+ cursor: pointer;
1777
+ color: var(--color-text);
1778
+ background: none;
1779
+ border: 0;
1780
+ outline: none;
1781
+ flex: 1;
1782
+ justify-content: center;
1783
+ align-items: center;
1784
+ padding: 0;
1785
+ transition: background-color .15s;
1786
+ display: flex;
1787
+ }
1788
+
1789
+ .govbb-number-input__step:before {
1790
+ content: "";
1791
+ border-inline: .375rem solid #0000;
1792
+ border-bottom: .5rem solid;
1793
+ width: 0;
1794
+ height: 0;
1795
+ }
1796
+
1797
+ .govbb-number-input__step:hover {
1798
+ background: #e0e4e9b3;
1799
+ }
1800
+
1801
+ @supports (color: color-mix(in lab, red, red)) {
1802
+ .govbb-number-input__step:hover {
1803
+ background: color-mix(in srgb, var(--color-grey-00) 70%, transparent);
1804
+ }
1805
+ }
1806
+
1807
+ .govbb-number-input__step:active {
1808
+ background: var(--color-grey-00);
1809
+ }
1810
+
1811
+ .govbb-number-input__step:disabled {
1812
+ cursor: not-allowed;
1813
+ }
1814
+
1815
+ .govbb-number-input__step--down:before {
1816
+ transform: rotate(180deg);
1817
+ }
1818
+
1819
+ .govbb-number-input__divider {
1820
+ height: var(--border-width-form);
1821
+ background: var(--color-text);
1822
+ flex-shrink: 0;
1823
+ width: 100%;
1824
+ }
1825
+
1826
+ .govbb-number-input-wrapper:has(.govbb-number-input[aria-invalid="true"]) .govbb-number-input__divider {
1827
+ background: var(--color-error);
1828
+ }
1829
+
1830
+ .govbb-date-input {
1831
+ align-items: flex-end;
1832
+ gap: var(--spacing-s);
1833
+ flex-wrap: wrap;
1834
+ display: flex;
1835
+ }
1836
+
1837
+ .govbb-date-input__part {
1838
+ gap: var(--spacing-xs);
1839
+ flex-direction: column;
1840
+ display: flex;
1841
+ }
1842
+
1843
+ .govbb-date-input__label {
1844
+ font-size: var(--font-size-body);
1845
+ line-height: var(--line-height-body);
1846
+ font-weight: var(--font-weight-bold);
1847
+ color: var(--color-text);
1848
+ }
1849
+
1850
+ .govbb-date-input-wrapper {
1851
+ align-items: center;
1852
+ gap: var(--spacing-xs);
1853
+ background: var(--color-background);
1854
+ border: var(--border-width-form) solid var(--color-text);
1855
+ border-radius: var(--radius-sm);
1856
+ width: 100%;
1857
+ transition: box-shadow .2s, border-color .2s;
1858
+ display: inline-flex;
1859
+ position: relative;
1860
+ }
1861
+
1862
+ .govbb-date-input-wrapper:hover {
1863
+ box-shadow: var(--shadow-form-hover);
1864
+ }
1865
+
1866
+ .govbb-date-input-wrapper:focus-within {
1867
+ box-shadow: 0 0 0 4px var(--color-teal-100);
1868
+ }
1869
+
1870
+ .govbb-date-input-wrapper:has([aria-invalid="true"]) {
1871
+ border-color: var(--color-error);
1872
+ }
1873
+
1874
+ .govbb-date-input-wrapper:has(:disabled, [aria-invalid="true"]) {
1875
+ box-shadow: none;
1876
+ }
1877
+
1878
+ .govbb-date-input-wrapper:has(:focus-visible) {
1879
+ box-shadow: 0 0 0 4px var(--color-teal-100);
1880
+ }
1881
+
1882
+ .govbb-date-input-wrapper:has(:disabled) {
1883
+ opacity: var(--opacity-disabled);
1884
+ cursor: not-allowed;
1885
+ }
1886
+
1887
+ .govbb-date-input-wrapper > :where(input, select, textarea) {
1888
+ width: 100%;
1889
+ min-width: 0;
1890
+ padding: var(--spacing-s);
1891
+ font: inherit;
1892
+ color: inherit;
1893
+ border-radius: inherit;
1894
+ background: none;
1895
+ border: 0;
1896
+ outline: 0;
1897
+ }
1898
+
1899
+ .govbb-date-input-wrapper > :where(input, select, textarea)::placeholder {
1900
+ color: currentColor;
1901
+ }
1902
+
1903
+ @supports (color: color-mix(in lab, red, red)) {
1904
+ .govbb-date-input-wrapper > :where(input, select, textarea)::placeholder {
1905
+ color: color-mix(in srgb, currentColor 60%, transparent);
1906
+ }
1907
+ }
1908
+
1909
+ .govbb-date-input-wrapper {
1910
+ width: 5rem;
1911
+ }
1912
+
1913
+ .govbb-date-input-wrapper--year {
1914
+ width: 10rem;
1915
+ }
1916
+
1917
+ .govbb-date-input__field {
1918
+ font-size: var(--font-size-body);
1919
+ line-height: var(--line-height-body);
1920
+ color: var(--color-text);
1921
+ text-align: left;
1922
+ }
1923
+
1924
+ .govbb-file-upload {
1925
+ gap: var(--spacing-xs);
1926
+ flex-direction: column;
1927
+ width: 100%;
1928
+ display: flex;
1929
+ }
1930
+
1931
+ .govbb-file-upload__dropzone {
1932
+ text-align: center;
1933
+ align-items: center;
1934
+ gap: var(--spacing-m);
1935
+ width: 100%;
1936
+ padding: var(--spacing-xm) var(--spacing-s);
1937
+ cursor: pointer;
1938
+ border: 1px dashed var(--color-grey-00);
1939
+ border-radius: var(--radius-sm);
1940
+ color: var(--color-text-muted);
1941
+ flex-direction: column;
1942
+ display: flex;
1943
+ }
1944
+
1945
+ .govbb-file-upload__dropzone:has(.govbb-file-upload__input[aria-invalid="true"]) {
1946
+ border-color: var(--color-error);
1947
+ }
1948
+
1949
+ .govbb-file-upload__dropzone:has(.govbb-file-upload__input:disabled) {
1950
+ opacity: var(--opacity-disabled);
1951
+ cursor: not-allowed;
1952
+ }
1953
+
1954
+ .govbb-file-upload__info {
1955
+ text-align: center;
1956
+ align-items: center;
1957
+ gap: var(--spacing-xxs);
1958
+ flex-direction: column;
1959
+ min-width: 0;
1960
+ display: flex;
1961
+ }
1962
+
1963
+ .govbb-file-upload__title {
1964
+ font-size: var(--font-size-body);
1965
+ line-height: var(--line-height-body);
1966
+ font-weight: var(--font-weight-bold);
1967
+ }
1968
+
1969
+ .govbb-file-upload__subtitle {
1970
+ font-size: var(--font-size-caption);
1971
+ line-height: var(--line-height-caption);
1972
+ font-weight: var(--font-weight-normal);
1973
+ }
1974
+
1975
+ .govbb-file-upload__action {
1976
+ align-items: center;
1977
+ gap: var(--spacing-xxs);
1978
+ flex-direction: column;
1979
+ flex-shrink: 0;
1980
+ display: flex;
1981
+ }
1982
+
1983
+ .govbb-file-upload__max-size {
1984
+ font-size: var(--font-size-caption);
1985
+ line-height: var(--line-height-caption);
1986
+ color: var(--color-text-muted);
1987
+ }
1988
+
1989
+ .govbb-file-upload__input {
1990
+ clip: rect(0, 0, 0, 0);
1991
+ white-space: nowrap;
1992
+ border: 0;
1993
+ width: 1px;
1994
+ height: 1px;
1995
+ margin: -1px;
1996
+ padding: 0;
1997
+ position: absolute;
1998
+ overflow: hidden;
1999
+ }
2000
+
2001
+ .govbb-file-upload__list {
2002
+ gap: var(--spacing-xxs);
2003
+ flex-direction: column;
2004
+ width: 100%;
2005
+ margin: 0;
2006
+ padding: 0;
2007
+ list-style: none;
2008
+ display: flex;
2009
+ }
2010
+
2011
+ .govbb-file-upload__item {
2012
+ justify-content: space-between;
2013
+ align-items: center;
2014
+ gap: var(--spacing-s);
2015
+ width: 100%;
2016
+ padding: var(--spacing-s);
2017
+ background: var(--color-blue-10);
2018
+ border-radius: var(--radius-sm);
2019
+ display: flex;
2020
+ }
2021
+
2022
+ .govbb-file-upload__name {
2023
+ min-width: 0;
2024
+ font-size: var(--font-size-body);
2025
+ line-height: var(--line-height-body);
2026
+ color: var(--color-text);
2027
+ text-overflow: ellipsis;
2028
+ white-space: nowrap;
2029
+ flex: 1;
2030
+ overflow: hidden;
2031
+ }
2032
+
2033
+ @media (min-width: 768px) {
2034
+ .govbb-file-upload__dropzone {
2035
+ text-align: start;
2036
+ gap: var(--spacing-m);
2037
+ flex-direction: row;
2038
+ }
2039
+
2040
+ .govbb-file-upload__info {
2041
+ text-align: start;
2042
+ flex: 1;
2043
+ align-items: flex-start;
2044
+ }
2045
+
2046
+ .govbb-file-upload__action {
2047
+ align-items: flex-start;
2048
+ }
2049
+ }
2050
+ }
2051
+
2052
+ @layer components;
2053
+
2054
+ @layer utilities {
2055
+ .visible {
2056
+ visibility: visible;
2057
+ }
2058
+
2059
+ .start {
2060
+ inset-inline-start: var(--spacing);
2061
+ }
2062
+
2063
+ .container {
2064
+ width: 100%;
2065
+ }
2066
+
2067
+ @media (min-width: 40rem) {
2068
+ .container {
2069
+ max-width: 40rem;
2070
+ }
2071
+ }
2072
+
2073
+ @media (min-width: 48rem) {
2074
+ .container {
2075
+ max-width: 48rem;
2076
+ }
2077
+ }
2078
+
2079
+ @media (min-width: 64rem) {
2080
+ .container {
2081
+ max-width: 64rem;
2082
+ }
2083
+ }
2084
+
2085
+ @media (min-width: 80rem) {
2086
+ .container {
2087
+ max-width: 80rem;
2088
+ }
2089
+ }
2090
+
2091
+ @media (min-width: 96rem) {
2092
+ .container {
2093
+ max-width: 96rem;
2094
+ }
2095
+ }
2096
+
2097
+ .block {
2098
+ display: block;
2099
+ }
2100
+
2101
+ .hidden {
2102
+ display: none;
2103
+ }
2104
+
2105
+ .inline {
2106
+ display: inline;
2107
+ }
2108
+
2109
+ .grow {
2110
+ flex-grow: 1;
2111
+ }
2112
+
2113
+ .transform {
2114
+ transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
2115
+ }
2116
+
2117
+ .resize {
2118
+ resize: both;
2119
+ }
2120
+
2121
+ .border {
2122
+ border-style: var(--tw-border-style);
2123
+ border-width: 1px;
2124
+ }
2125
+
2126
+ .govbb-font-body {
2127
+ font-size: var(--font-size-body);
2128
+ line-height: var(--line-height-body);
2129
+ }
2130
+
2131
+ .filter {
2132
+ filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
2133
+ }
2134
+ }
2135
+
2136
+ @font-face {
2137
+ font-family: Figtree;
2138
+ font-style: normal;
2139
+ font-weight: 400 700;
2140
+ font-display: swap;
2141
+ src: url("./assets/fonts/figtree-latin-ext.woff2") format("woff2");
2142
+ unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
2143
+ }
2144
+
2145
+ @font-face {
2146
+ font-family: Figtree;
2147
+ font-style: normal;
2148
+ font-weight: 400 700;
2149
+ font-display: swap;
2150
+ src: url("./assets/fonts/figtree-latin.woff2") format("woff2");
2151
+ unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
2152
+ }
2153
+
2154
+ @property --tw-rotate-x {
2155
+ syntax: "*";
2156
+ inherits: false
2157
+ }
2158
+
2159
+ @property --tw-rotate-y {
2160
+ syntax: "*";
2161
+ inherits: false
2162
+ }
2163
+
2164
+ @property --tw-rotate-z {
2165
+ syntax: "*";
2166
+ inherits: false
2167
+ }
2168
+
2169
+ @property --tw-skew-x {
2170
+ syntax: "*";
2171
+ inherits: false
2172
+ }
2173
+
2174
+ @property --tw-skew-y {
2175
+ syntax: "*";
2176
+ inherits: false
2177
+ }
2178
+
2179
+ @property --tw-border-style {
2180
+ syntax: "*";
2181
+ inherits: false;
2182
+ initial-value: solid;
2183
+ }
2184
+
2185
+ @property --tw-blur {
2186
+ syntax: "*";
2187
+ inherits: false
2188
+ }
2189
+
2190
+ @property --tw-brightness {
2191
+ syntax: "*";
2192
+ inherits: false
2193
+ }
2194
+
2195
+ @property --tw-contrast {
2196
+ syntax: "*";
2197
+ inherits: false
2198
+ }
2199
+
2200
+ @property --tw-grayscale {
2201
+ syntax: "*";
2202
+ inherits: false
2203
+ }
2204
+
2205
+ @property --tw-hue-rotate {
2206
+ syntax: "*";
2207
+ inherits: false
2208
+ }
2209
+
2210
+ @property --tw-invert {
2211
+ syntax: "*";
2212
+ inherits: false
2213
+ }
2214
+
2215
+ @property --tw-opacity {
2216
+ syntax: "*";
2217
+ inherits: false
2218
+ }
2219
+
2220
+ @property --tw-saturate {
2221
+ syntax: "*";
2222
+ inherits: false
2223
+ }
2224
+
2225
+ @property --tw-sepia {
2226
+ syntax: "*";
2227
+ inherits: false
2228
+ }
2229
+
2230
+ @property --tw-drop-shadow {
2231
+ syntax: "*";
2232
+ inherits: false
2233
+ }
2234
+
2235
+ @property --tw-drop-shadow-color {
2236
+ syntax: "*";
2237
+ inherits: false
2238
+ }
2239
+
2240
+ @property --tw-drop-shadow-alpha {
2241
+ syntax: "<percentage>";
2242
+ inherits: false;
2243
+ initial-value: 100%;
2244
+ }
2245
+
2246
+ @property --tw-drop-shadow-size {
2247
+ syntax: "*";
2248
+ inherits: false
2249
+ }