@wwtdev/bsds-css 0.0.3

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,753 @@
1
+ /* VARIABLES GENERATED WITH TAILWIND CONFIG.
2
+ Tokens location: ./tailwind.config.js */
3
+
4
+ :root {
5
+ --bs-transparent: transparent;
6
+ --bs-white: #ffffff;
7
+ --bs-black: #0a0b19;
8
+ --bs-blue-10: rgba(0, 134, 234, 0.1);
9
+ --bs-blue-100: #99cff7;
10
+ --bs-blue-200: #66b6f2;
11
+ --bs-blue-300: #339eee;
12
+ --bs-blue-400: #0086ea;
13
+ --bs-blue-500: #006dc7;
14
+ --bs-red-10: rgba(238, 40, 42, 0.1);
15
+ --bs-red-100: #f8a9aa;
16
+ --bs-red-200: #f57e7f;
17
+ --bs-red-300: #f15355;
18
+ --bs-red-400: #ee282a;
19
+ --bs-red-500: #d91214;
20
+ --bs-plum-10: rgba(28, 0, 135, 0.1);
21
+ --bs-plum-100: #a499cf;
22
+ --bs-plum-200: #7766b7;
23
+ --bs-plum-300: #49339f;
24
+ --bs-plum-400: #1c0087;
25
+ --bs-royal-100: #c5cceb;
26
+ --bs-royal-200: #7585d1;
27
+ --bs-royal-300: #5365c4;
28
+ --bs-royal-400: #162fb4;
29
+ --bs-violet-100: #cbc0da;
30
+ --bs-violet-200: #9983b6;
31
+ --bs-violet-300: #634291;
32
+ --bs-violet-400: #330072;
33
+ --bs-navy-100: #c6c6d1;
34
+ --bs-navy-200: #8d8ea1;
35
+ --bs-navy-300: #555775;
36
+ --bs-navy-400: #1d1e48;
37
+ --bs-navy-500: #131431;
38
+ --bs-orange-10: rgba(250, 70, 22, 0.1);
39
+ --bs-orange-100: #fed1c5;
40
+ --bs-orange-200: #fda58d;
41
+ --bs-orange-300: #fc7755;
42
+ --bs-orange-400: #fa4616;
43
+ --bs-orange-warning: #ea6712;
44
+ --bs-pink-100: #f6cbe0;
45
+ --bs-pink-200: #eb7eaf;
46
+ --bs-pink-300: #e45e9b;
47
+ --bs-pink-400: #e31c79;
48
+ --bs-pink-500: #d11a6f;
49
+ --bs-purple-10: rgba(130, 18, 196, 0.09);
50
+ --bs-purple-100: #e0c5ef;
51
+ --bs-purple-200: #bf8adf;
52
+ --bs-purple-300: #a154d0;
53
+ --bs-purple-400: #8212c4;
54
+ --bs-gray-100: #f0f0fa;
55
+ --bs-gray-200: #c9cad9;
56
+ --bs-gray-300: #a3a4b7;
57
+ --bs-gray-400: #4e4f5f;
58
+ --bs-gray-500: #292940;
59
+ --bs-gradient-dark: linear-gradient(
60
+ 90deg,
61
+ #1c0087 0%,
62
+ #ee282a 35%,
63
+ #ffffff 50%,
64
+ #0086ea 65%,
65
+ #1c0087 100%
66
+ );
67
+ --bs-gradient-light: linear-gradient(
68
+ 90deg,
69
+ #1c0087 0%,
70
+ #ee282a 35%,
71
+ #ffffff 50%,
72
+ #0086ea 65%,
73
+ #1c0087 100%
74
+ );
75
+ --bs-gradient-line: linear-gradient(
76
+ 90deg,
77
+ #ee282a 0%,
78
+ #1c0087 50%,
79
+ #0086ea 100%
80
+ );
81
+ --bs-space-0: 0px;
82
+ --bs-space-1: 0.25rem;
83
+ --bs-space-2: 0.5rem;
84
+ --bs-space-3: 0.75rem;
85
+ --bs-space-4: 1rem;
86
+ --bs-space-5: 1.25rem;
87
+ --bs-space-6: 1.5rem;
88
+ --bs-space-7: 1.75rem;
89
+ --bs-space-8: 2rem;
90
+ --bs-space-9: 2.25rem;
91
+ --bs-space-10: 2.5rem;
92
+ --bs-space-11: 2.75rem;
93
+ --bs-space-12: 3rem;
94
+ --bs-space-14: 3.5rem;
95
+ --bs-space-16: 4rem;
96
+ --bs-space-20: 5rem;
97
+ --bs-space-24: 6rem;
98
+ --bs-space-28: 7rem;
99
+ --bs-space-32: 8rem;
100
+ --bs-space-36: 9rem;
101
+ --bs-space-40: 10rem;
102
+ --bs-space-44: 11rem;
103
+ --bs-space-48: 12rem;
104
+ --bs-space-52: 13rem;
105
+ --bs-space-56: 14rem;
106
+ --bs-space-60: 15rem;
107
+ --bs-space-64: 16rem;
108
+ --bs-space-72: 18rem;
109
+ --bs-space-80: 20rem;
110
+ --bs-space-96: 24rem;
111
+ --bs-space-px: 1px;
112
+ --bs-space-0-half: 0.125rem;
113
+ --bs-space-1-half: 0.375rem;
114
+ --bs-space-2-half: 0.625rem;
115
+ --bs-space-3-half: 0.875rem;
116
+ --bs-space-f-1: clamp(0.25rem, calc(0.13rem + 0.5vw), 0.5rem);
117
+ --bs-space-f-2: clamp(0.5rem, calc(0.38rem + 0.5vw), 0.75rem);
118
+ --bs-space-f-3: clamp(0.75rem, calc(0.63rem + 0.5vw), 1rem);
119
+ --bs-space-f-4: clamp(1rem, calc(0.75rem + 1vw), 1.5rem);
120
+ --bs-space-f-6: clamp(1.5rem, calc(1.25rem + 1vw), 2rem);
121
+ --bs-space-f-8: clamp(2rem, calc(1.5rem + 2vw), 3rem);
122
+ --bs-space-f-12: clamp(4rem, calc(3rem + 4vw), 6rem);
123
+ --bs-space-f-16: clamp(4rem, calc(3rem + 4vw), 6rem);
124
+ --bs-space-f-24: clamp(6rem, calc(5rem + 4vw), 8rem);
125
+ --bs-space-f-4to8: clamp(1rem, calc(0.5rem + 2vw), 2rem);
126
+ --bs-space-f-6to12: clamp(1.5rem, calc(0.75rem + 3vw), 3rem);
127
+ --bs-space-f-12to24: clamp(3rem, calc(1.5rem + 6vw), 6rem);
128
+ --bs-text-xs: 0.75rem;
129
+ --bs-text-sm: 0.875rem;
130
+ --bs-text-base: 1rem;
131
+ --bs-text-md: 1.125rem;
132
+ --bs-text-lg: 1.25rem;
133
+ --bs-text-xl: 1.5rem;
134
+ --bs-text-2xl: 2rem;
135
+ --bs-text-3xl: 2.25rem;
136
+ --bs-text-4xl: 3rem;
137
+ --bs-text-f-xs: clamp(0.69rem, calc(0.84rem + -0.19vw), 0.79rem);
138
+ --bs-text-f-sm: clamp(0.83rem, calc(0.92rem + -0.11vw), 0.89rem);
139
+ --bs-text-f-base: clamp(1rem, calc(1rem + 0vw), 1rem);
140
+ --bs-text-f-md: clamp(1rem, calc(0.94rem + 0.25vw), 1.125rem);
141
+ --bs-text-f-lg: clamp(1.125rem, calc(1.06rem + 0.25vw), 1.25rem);
142
+ --bs-text-f-xl: clamp(1.25rem, calc(1.13rem + 0.5vw), 1.5rem);
143
+ --bs-text-f-2xl: clamp(1.5rem, calc(1.25rem + 1vw), 2rem);
144
+ --bs-text-f-3xl: clamp(2rem, calc(1.88rem + 0.5vw), 2.25rem);
145
+ --bs-text-f-4xl: clamp(2.25rem, calc(1.88rem + 1.5vw), 3rem);
146
+ --bs-leading-sm: 115%;
147
+ --bs-leading-base: 150%;
148
+ --bs-shadow: -4px 4px 12px rgba(0, 0, 0, 0.06),
149
+ -8px 8px 16px rgba(28, 0, 135, 0.2);
150
+ --bs-shadow-contentLow: -4px 4px 12px rgba(0, 0, 0, 0.06),
151
+ -8px 8px 16px rgba(28, 0, 135, 0.2);
152
+ --bs-shadow-contentLowCenter: 0px 0px 12px rgba(0, 0, 0, 0.06),
153
+ 0px 0px 16px rgba(28, 0, 135, 0.2);
154
+ --bs-shadow-contentMedium: -8px 8px 24px rgba(0, 0, 0, 0.06),
155
+ -16px 16px 32px rgba(28, 0, 135, 0.2);
156
+ --bs-shadow-contentHigh: 0px 16px 48px rgba(0, 0, 0, 0.06),
157
+ 0px 32px 64px rgba(28, 0, 135, 0.2);
158
+ --bs-shadow-drawerLeft: -12px 12px 24px rgba(0, 0, 0, 0.06),
159
+ -16px 16px 32px rgba(28, 0, 135, 0.2);
160
+ --bs-shadow-drawerRight: -12px 12px 24px rgba(0, 0, 0, 0.06),
161
+ 16px 16px 32px rgba(28, 0, 135, 0.2);
162
+ --bs-shadow-profilePhoto: inset 0px 0px 0.5em rgba(28, 0, 135, 0.25);
163
+ }
164
+
165
+ /* Box sizing rules */
166
+
167
+ *,
168
+ *::before,
169
+ *::after {
170
+ box-sizing: border-box;
171
+ }
172
+
173
+ /* Remove default margin */
174
+
175
+ body,
176
+ h1,
177
+ h2,
178
+ h3,
179
+ h4,
180
+ h5,
181
+ h6,
182
+ p,
183
+ figure,
184
+ blockquote,
185
+ dl,
186
+ dd {
187
+ margin: 0;
188
+ }
189
+
190
+ /* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
191
+
192
+ ul[role='list'],
193
+ ol[role='list'] {
194
+ list-style: none;
195
+ }
196
+
197
+ /* Set core root defaults */
198
+
199
+ html:focus-within {
200
+ scroll-behavior: smooth;
201
+ }
202
+
203
+ /* Set core body defaults */
204
+
205
+ body {
206
+ min-height: 100vh;
207
+ text-rendering: optimizeSpeed;
208
+ line-height: 1.5;
209
+ }
210
+
211
+ /* A elements that don't have a class get default styles */
212
+
213
+ a:not([class]) {
214
+ -webkit-text-decoration-skip: ink;
215
+ text-decoration-skip-ink: auto;
216
+ }
217
+
218
+ /* Make images easier to work with */
219
+
220
+ img,
221
+ picture {
222
+ max-width: 100%;
223
+ display: block;
224
+ }
225
+
226
+ /* Inherit fonts for inputs */
227
+
228
+ :where(input, textarea, select) {
229
+ font: inherit;
230
+ }
231
+
232
+ button {
233
+ font-family: inherit;
234
+ }
235
+
236
+ /* Remove all animations and transitions for people that prefer not to see them */
237
+
238
+ @media (prefers-reduced-motion: reduce) {
239
+ html:focus-within {
240
+ scroll-behavior: auto;
241
+ }
242
+
243
+ *,
244
+ *::before,
245
+ *::after {
246
+ animation-duration: 0.01ms !important;
247
+ animation-iteration-count: 1 !important;
248
+ transition-duration: 0.01ms !important;
249
+ scroll-behavior: auto !important;
250
+ }
251
+ }
252
+
253
+ :root,
254
+ :host {
255
+ --bs-bg-base: var(--bs-white);
256
+ --bs-bg-subtle: var(--bs-gray-100);
257
+ --bs-bg-invert: var(--bs-navy-500);
258
+ --bs-bg-invert-subtle: var(--bs-navy-400);
259
+ --bs-ink-base: var(--bs-black);
260
+ --bs-ink-medium: var(--bs-gray-500);
261
+ --bs-ink-light: var(--bs-gray-400);
262
+ --bs-ink-accent: var(--bs-plum-400);
263
+ --bs-ink-invert: var(--bs-white);
264
+ --bs-border: var(--bs-gray-200);
265
+
266
+ /* Spacing */
267
+ --bs-content-top: 4rem;
268
+
269
+ /* Type */
270
+ --bs-font-normal: 400;
271
+ --bs-font-bold: 600;
272
+ }
273
+
274
+ .dark,
275
+ .dark :host {
276
+ --bs-bg-base: var(--bs-navy-500);
277
+ --bs-bg-subtle: #2F2F51;
278
+ --bs-bg-invert: var(--bs-white);
279
+ --bs-bg-invert-subtle: var(--bs-gray-100);
280
+ --bs-ink-base: var(--bs-white);
281
+ --bs-ink-medium: var(--bs-gray-100);
282
+ --bs-ink-light: var(--bs-gray-200);
283
+ --bs-ink-accent: var(--bs-plum-100);
284
+ --bs-ink-invert: var(--bs-black);
285
+ --bs-border: var(--bs-gray-400);
286
+ }
287
+
288
+ body,
289
+ :host {
290
+ background-color: var(--bs-bg-base);
291
+ color: var(--bs-ink-light);
292
+ }
293
+
294
+ :target {
295
+ scroll-margin-top: var(--bs-content-top);
296
+ }
297
+
298
+ ::-moz-selection {
299
+ background-color: var(--bs-royal-400);
300
+ color: var(--bs-white);
301
+ }
302
+
303
+ ::selection {
304
+ background-color: var(--bs-royal-400);
305
+ color: var(--bs-white);
306
+ }
307
+
308
+ [hidden] {
309
+ display: none;
310
+ }
311
+
312
+ hr {
313
+ border: 0;
314
+ height: 1px;
315
+ background: var(--bs-border);
316
+ }
317
+
318
+ body {
319
+ font-weight: 400;
320
+ font-family: 'Roobert', sans-serif;
321
+ font-size: var(--bs-text-base);
322
+ }
323
+
324
+ /* Default Element/data-variant Styles */
325
+
326
+ [data-variant^="heading-xl"] {
327
+ font-size: var(--bs-text-4xl);
328
+ font-weight: 400;
329
+ line-height: var(--bs-leading-sm);
330
+ }
331
+
332
+ h1, [data-variant^="heading-1"] {
333
+ font-size: var(--bs-text-3xl);
334
+ font-weight: 400;
335
+ line-height: var(--bs-leading-sm);
336
+ }
337
+
338
+ h2, [data-variant^="heading-2"] {
339
+ font-size: var(--bs-text-2xl);
340
+ font-weight: 600;
341
+ line-height: var(--bs-leading-sm);
342
+ }
343
+
344
+ h3, [data-variant^="heading-3"] {
345
+ font-size: var(--bs-text-xl);
346
+ font-weight: 600;
347
+ line-height: var(--bs-leading-sm);
348
+ }
349
+
350
+ h4, [data-variant^="heading-4"] {
351
+ font-size: var(--bs-text-lg);
352
+ font-weight: 600;
353
+ }
354
+
355
+ h5, [data-variant^="heading-5"] {
356
+ font-size: var(--bs-text-md);
357
+ font-weight: 600;
358
+ }
359
+
360
+ h6, [data-variant^="heading-6"] {
361
+ font-size: var(--bs-text-base);
362
+ font-weight: 600;
363
+ }
364
+
365
+ .prose {
366
+ font-size: var(--bs-text-md);
367
+ max-width: 70ch;
368
+ }
369
+
370
+ .prose :where(h1, h2, h3, h4, h5, h6):not([data-color]) {
371
+ color: var(--bs-ink-base);
372
+ }
373
+
374
+ [data-variant^="default"] {
375
+ font-size: var(--bs-text-base);
376
+ }
377
+
378
+ .bs-meta, [data-variant^="meta"] {
379
+ font-size: var(--bs-text-xs);
380
+ font-weight: 600;
381
+ }
382
+
383
+ :where(.prose blockquote) {
384
+ border-left: 4px solid var(--bs-plum-200);
385
+ color: var(--bs-plum-200);
386
+ font-style: italic;
387
+ font-weight: 400;
388
+ padding-left: var(--bs-space-4);
389
+ }
390
+
391
+ .prose:where([data-width="wide"]) {
392
+ max-width: 90%;
393
+ }
394
+
395
+ .prose:where([data-width="wide"]) > :is(p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol) {
396
+ max-width: 48rem;
397
+ }
398
+
399
+ /* data-font-size Styles */
400
+
401
+ :where([data-font-size^='4xl']) {
402
+ font-size: var(--bs-text-4xl);
403
+ line-height: var(--bs-leading-sm);
404
+ }
405
+
406
+ :where([data-font-size^='3xl']) {
407
+ font-size: var(--bs-text-3xl);
408
+ line-height: var(--bs-leading-sm);
409
+ }
410
+
411
+ :where([data-font-size^='2xl']) {
412
+ font-size: var(--bs-text-2xl);
413
+ line-height: var(--bs-leading-sm);
414
+ }
415
+
416
+ :where([data-font-size^='xl']) {
417
+ font-size: var(--bs-text-xl);
418
+ line-height: var(--bs-leading-sm);
419
+ }
420
+
421
+ :where([data-font-size^='lg']) {
422
+ font-size: var(--bs-text-lg);
423
+ }
424
+
425
+ :where([data-font-size^='md']) {
426
+ font-size: var(--bs-text-md);
427
+ }
428
+
429
+ :where([data-font-size^='base']) {
430
+ font-size: var(--bs-text-base);
431
+ }
432
+
433
+ :where([data-font-size^='sm']) {
434
+ font-size: var(--bs-text-sm);
435
+ }
436
+
437
+ :where([data-font-size^='xs']) {
438
+ font-size: var(--bs-text-xs);
439
+ }
440
+
441
+ /* data-color Styles */
442
+
443
+ :where([data-color^='base']) {
444
+ color: var(--bs-ink-base);
445
+ }
446
+
447
+ :where([data-color^='medium']) {
448
+ color: var(--bs-ink-medium);
449
+ }
450
+
451
+ :where([data-color^='light']) {
452
+ color: var(--bs-ink-light);
453
+ }
454
+
455
+ :where([data-color^='accent']) {
456
+ color: var(--bs-ink-accent);
457
+ }
458
+
459
+ /* data-weight Styles */
460
+
461
+ :where([data-weight^='normal'], [data-weight^='400']) {
462
+ font-weight: 400;
463
+ }
464
+
465
+ :where([data-weight^='bold'], [data-weight^='600']) {
466
+ font-weight: 600;
467
+ }
468
+
469
+ body:where(.fluid) {
470
+ font-size: var(--bs-text-f-md);
471
+ }
472
+
473
+ /* Defaults & Variants */
474
+
475
+ :where(.fluid) h1,
476
+ :where(.fluid) [data-variant^='heading-1'] {
477
+ font-size: var(--bs-text-f-3xl);
478
+ }
479
+
480
+ :where(.fluid) h2,
481
+ :where(.fluid) [data-variant^='heading-2'] {
482
+ font-size: var(--bs-text-f-2xl);
483
+ }
484
+
485
+ :where(.fluid) h3,
486
+ :where(.fluid) [data-variant^='heading-3'] {
487
+ font-size: var(--bs-text-f-xl);
488
+ }
489
+
490
+ :where(.fluid) h4,
491
+ :where(.fluid) [data-variant^='heading-4'] {
492
+ font-size: var(--bs-text-f-lg);
493
+ }
494
+
495
+ :where(.fluid) h5,
496
+ :where(.fluid) [data-variant^='heading-5'] {
497
+ font-size: var(--bs-text-f-md);
498
+ }
499
+
500
+ :where(.fluid) h6,
501
+ :where(.fluid) [data-variant^='heading-6'] {
502
+ font-size: var(--bs-text-f-sm);
503
+ }
504
+
505
+ :where(.fluid).prose,
506
+ :where(.fluid) .prose,
507
+ :where(.fluid) [data-variant^='default'] {
508
+ font-size: var(--bs-text-f-md);
509
+ }
510
+
511
+ :where(.fluid) .bs-meta,
512
+ :where(.fluid) [data-variant^='meta'] {
513
+ font-size: var(--bs-text-f-xs);
514
+ }
515
+
516
+ /* Fluid data-font-size Styles */
517
+
518
+ :where(.fluid) [data-font-size^='4xl'] {
519
+ font-size: var(--bs-text-f-4xl);
520
+ }
521
+
522
+ :where(.fluid) [data-font-size^='3xl'] {
523
+ font-size: var(--bs-text-f-3xl);
524
+ }
525
+
526
+ :where(.fluid) [data-font-size^='2xl'] {
527
+ font-size: var(--bs-text-f-2xl);
528
+ }
529
+
530
+ :where(.fluid) [data-font-size^='xl'] {
531
+ font-size: var(--bs-text-f-xl);
532
+ line-height: var(--bs-leading-sm);
533
+ }
534
+
535
+ :where(.fluid) [data-font-size^='lg'] {
536
+ font-size: var(--bs-text-f-lg);
537
+ }
538
+
539
+ :where(.fluid) [data-font-size^='md'] {
540
+ font-size: var(--bs-text-f-md);
541
+ }
542
+
543
+ :where(.fluid) [data-font-size^='base'] {
544
+ font-size: var(--bs-text-f-base);
545
+ }
546
+
547
+ :where(.fluid) [data-font-size^='sm'] {
548
+ font-size: var(--bs-text-f-sm);
549
+ }
550
+
551
+ :where(.fluid) [data-font-size^='xs'] {
552
+ font-size: var(--bs-text-f-xs);
553
+ }
554
+
555
+ /* Using :where() here for no additional specificity */
556
+
557
+ :where(.prose) a {
558
+ border-radius: 0.25rem; /* gives outlines rounded corners in modern browsers */
559
+ -webkit-box-decoration-break: clone;
560
+ box-decoration-break: clone;
561
+ color: var(--bs-purple-400);
562
+ text-decoration: underline;
563
+ text-underline-offset: 2px;
564
+ transition: all 0.15s ease-in-out;
565
+ outline-color: var(--bs-blue-400);
566
+ }
567
+
568
+ :where(.prose) a:where(:not(.button)):hover,
569
+ :where(.prose) a:where(:not(.button)):focus,
570
+ :where(.prose) a:where(:not(.button)):focus-visible {
571
+ color: var(--bs-plum-400);
572
+ text-decoration-color: var(--bs-purple-400);
573
+ }
574
+
575
+ :where(.prose) a:focus-visible {
576
+ outline-offset: var(--bs-space-1);
577
+ outline-style: solid;
578
+ outline-width: 2px;
579
+ }
580
+
581
+ :where(.prose) a:focus:where(:not(:focus-visible)) {
582
+ outline: none;
583
+ }
584
+
585
+ /* dark links still need .dark because we don't want them overwritten by the light theme link styles in applications */
586
+
587
+ .dark :where(.prose) a:not(.button, .pill) {
588
+ color: var(--bs-purple-200);
589
+ outline-color: var(--bs-blue-300);
590
+ }
591
+
592
+ .dark :where(.prose) a:where(:not(.button)):hover,
593
+ .dark :where(.prose) a:where(:not(.button)):focus,
594
+ .dark :where(.prose) a:where(:not(.button)):focus-visible {
595
+ color: var(--bs-pink-300);
596
+ text-decoration-color: var(--bs-purple-200);
597
+ }
598
+
599
+ .dark :where(.prose) a:focus-visible {
600
+ outline-offset: var(--bs-space-1);
601
+ }
602
+
603
+ .dark :where(.prose) a:focus:where(:not(:focus-visible)) {
604
+ outline: none;
605
+ }
606
+
607
+ .box-shadow {
608
+ box-shadow: var(--bs-shadow);
609
+ }
610
+
611
+ .box-shadow:where([data-variant="center"]) {
612
+ box-shadow: var(--bs-shadow-contentLowCenter);
613
+ }
614
+
615
+ .box-shadow:where([data-variant="medium"]) {
616
+ box-shadow: var(--bs-shadow-contentMedium);
617
+ }
618
+
619
+ .box-shadow:where([data-variant="high"]) {
620
+ box-shadow: var(--bs-shadow-contentHigh);
621
+ }
622
+
623
+ .box-shadow:where([data-variant="left-panel"]) {
624
+ box-shadow: var(--bs-shadow-drawerLeft);
625
+ }
626
+
627
+ .box-shadow:where([data-variant="right-panel"]) {
628
+ box-shadow: var(--bs-shadow-drawerRight);
629
+ }
630
+
631
+ .box-shadow:where([data-variant="profile"]) {
632
+ box-shadow: var(--bs-shadow-profilePhoto);
633
+ }
634
+
635
+ .box {
636
+ background: var(--bg-color, var(--bs-bg-subtle));
637
+ border-radius: 0.25rem;
638
+ padding: var(--box-space, var(--bs-space-6));
639
+ }
640
+
641
+ .box[data-invert] {
642
+ --bg-color: var(--bs-bg-invert);
643
+ color: var(--bs-ink-invert);
644
+ }
645
+
646
+ :where(.fluid) .box {
647
+ padding: var(--box-space, var(--bs-space-f-6));
648
+ }
649
+
650
+ .cluster {
651
+ align-items: center;
652
+ display: flex;
653
+ flex-wrap: wrap;
654
+ gap: var(--cluster-space, var(--bs-space-6));
655
+ justify-content: flex-start;
656
+ }
657
+
658
+ .cluster[data-gap="tight"] {
659
+ gap: var(--cluster-space, var(--bs-space-2));
660
+ }
661
+
662
+ :where(.fluid) .cluster {
663
+ gap: var(--cluster-space, var(--bs-space-f-6));
664
+ }
665
+
666
+ :where(.fluid) .cluster[data-gap="tight"] {
667
+ gap: var(--cluster-space, var(--bs-space-f-2));
668
+ }
669
+
670
+ .flow > * + * {
671
+ margin-top: var(--flow-space, 1.25em);
672
+ }
673
+
674
+ .flow > :is(h1, h2, h3, h4, h5, h6) {
675
+ --flow-space: 2em;
676
+ }
677
+
678
+ .flow > hr + * {
679
+ --flow-space: 1.5em;
680
+ }
681
+
682
+ .flow > :is(h1, h2, h3, h4, h5, h6) + * {
683
+ --flow-space: 0.5em;
684
+ }
685
+
686
+ .flow > :is(ul, ol) > li {
687
+ margin-top: var(--flow-space, 0.625em);
688
+ }
689
+
690
+ .region {
691
+ padding-block: var(--region-space, var(--bs-space-6));
692
+ }
693
+
694
+ .region[data-space^='sm'] {
695
+ padding-block: var(--bs-space-3);
696
+ }
697
+
698
+ .region[data-space^='lg'] {
699
+ padding-block: var(--bs-space-12);
700
+ }
701
+
702
+ :where(.fluid) .region {
703
+ padding-block: var(--region-space, var(--bs-space-f-6));
704
+ }
705
+
706
+ :where(.fluid) .region[data-space^='sm'] {
707
+ padding-block: var(--bs-space-f-3);
708
+ }
709
+
710
+ :where(.fluid) .region[data-space^='lg'] {
711
+ padding-block: var(--bs-space-f-12);
712
+ }
713
+
714
+ .wrapper {
715
+ margin-inline: auto;
716
+ max-width: var(--max-width, 75rem);
717
+ min-width: 0;
718
+ padding-inline: var(--wrapper-space, var(--bs-space-6));
719
+ position: relative;
720
+ width: 100%;
721
+ }
722
+
723
+ :where(.fluid) .wrapper {
724
+ padding-inline: var(--wrapper-space, var(--bs-space-f-6));
725
+ }
726
+
727
+ .wrapper[data-flush] {
728
+ padding-inline: 0;
729
+ }
730
+
731
+ .visually-hidden {
732
+ border: 0;
733
+ clip: rect(0 0 0 0);
734
+ height: auto;
735
+ margin: 0;
736
+ overflow: hidden;
737
+ padding: 0;
738
+ position: absolute;
739
+ width: 1px;
740
+ white-space: nowrap;
741
+ }
742
+
743
+ .measure-compact {
744
+ max-width: 40ch;
745
+ }
746
+
747
+ .measure-short {
748
+ max-width: 50ch;
749
+ }
750
+
751
+ .measure-long {
752
+ max-width: 70ch;
753
+ }