@maboussoleaidant/design-system 0.1.11 → 0.1.13

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.
@@ -95,77 +95,79 @@
95
95
  --mba-tracking-wider: 0.05em;
96
96
  --mba-tracking-widest: 0.1em;
97
97
  }
98
- .mba-heading-xxl {
99
- font-family: var(--mba-font-family-heading);
100
- font-size: var(--mba-font-size-xxl);
101
- font-weight: var(--mba-font-weight-bold);
102
- line-height: var(--mba-leading-tight);
103
- }
104
- .mba-heading-xl {
105
- font-family: var(--mba-font-family-heading);
106
- font-size: var(--mba-font-size-xl);
107
- font-weight: var(--mba-font-weight-bold);
108
- line-height: var(--mba-leading-tight);
109
- }
110
- .mba-heading-md {
111
- font-family: var(--mba-font-family-heading);
112
- font-size: var(--mba-font-size-md);
113
- font-weight: var(--mba-font-weight-bold);
114
- line-height: var(--mba-leading-snug);
115
- }
116
- .mba-heading-sm {
117
- font-family: var(--mba-font-family-heading);
118
- font-size: var(--mba-font-size-sm);
119
- font-weight: var(--mba-font-weight-bold);
120
- line-height: var(--mba-leading-normal);
121
- }
122
- .mba-heading-xs {
123
- font-family: var(--mba-font-family-heading);
124
- font-size: var(--mba-font-size-xs);
125
- font-weight: var(--mba-font-weight-bold);
126
- line-height: var(--mba-leading-normal);
127
- }
128
- .mba-heading-xxs {
129
- font-family: var(--mba-font-family-heading);
130
- font-size: var(--mba-font-size-xxs);
131
- font-weight: var(--mba-font-weight-bold);
132
- line-height: var(--mba-leading-normal);
133
- }
134
- .mba-text-xxl {
135
- font-family: var(--mba-font-family-text);
136
- font-size: var(--mba-font-size-xxl);
137
- font-weight: var(--mba-font-weight-regular);
138
- line-height: var(--mba-leading-normal);
139
- }
140
- .mba-text-xl {
141
- font-family: var(--mba-font-family-text);
142
- font-size: var(--mba-font-size-xl);
143
- font-weight: var(--mba-font-weight-regular);
144
- line-height: var(--mba-leading-normal);
145
- }
146
- .mba-text-md {
147
- font-family: var(--mba-font-family-text);
148
- font-size: var(--mba-font-size-md);
149
- font-weight: var(--mba-font-weight-regular);
150
- line-height: var(--mba-leading-normal);
151
- }
152
- .mba-text-sm {
153
- font-family: var(--mba-font-family-text);
154
- font-size: var(--mba-font-size-sm);
155
- font-weight: var(--mba-font-weight-regular);
156
- line-height: var(--mba-leading-normal);
157
- }
158
- .mba-text-xs {
159
- font-family: var(--mba-font-family-text);
160
- font-size: var(--mba-font-size-xs);
161
- font-weight: var(--mba-font-weight-regular);
162
- line-height: var(--mba-leading-normal);
163
- }
164
- .mba-text-xxs {
165
- font-family: var(--mba-font-family-text);
166
- font-size: var(--mba-font-size-xxs);
167
- font-weight: var(--mba-font-weight-regular);
168
- line-height: var(--mba-leading-normal);
98
+ @layer components {
99
+ .mba-heading-xxl {
100
+ font-family: var(--mba-font-family-heading);
101
+ font-size: var(--mba-font-size-xxl);
102
+ font-weight: var(--mba-font-weight-bold);
103
+ line-height: var(--mba-leading-tight);
104
+ }
105
+ .mba-heading-xl {
106
+ font-family: var(--mba-font-family-heading);
107
+ font-size: var(--mba-font-size-xl);
108
+ font-weight: var(--mba-font-weight-bold);
109
+ line-height: var(--mba-leading-tight);
110
+ }
111
+ .mba-heading-md {
112
+ font-family: var(--mba-font-family-heading);
113
+ font-size: var(--mba-font-size-md);
114
+ font-weight: var(--mba-font-weight-bold);
115
+ line-height: var(--mba-leading-snug);
116
+ }
117
+ .mba-heading-sm {
118
+ font-family: var(--mba-font-family-heading);
119
+ font-size: var(--mba-font-size-sm);
120
+ font-weight: var(--mba-font-weight-bold);
121
+ line-height: var(--mba-leading-normal);
122
+ }
123
+ .mba-heading-xs {
124
+ font-family: var(--mba-font-family-heading);
125
+ font-size: var(--mba-font-size-xs);
126
+ font-weight: var(--mba-font-weight-bold);
127
+ line-height: var(--mba-leading-normal);
128
+ }
129
+ .mba-heading-xxs {
130
+ font-family: var(--mba-font-family-heading);
131
+ font-size: var(--mba-font-size-xxs);
132
+ font-weight: var(--mba-font-weight-bold);
133
+ line-height: var(--mba-leading-normal);
134
+ }
135
+ .mba-text-xxl {
136
+ font-family: var(--mba-font-family-text);
137
+ font-size: var(--mba-font-size-xxl);
138
+ font-weight: var(--mba-font-weight-regular);
139
+ line-height: var(--mba-leading-normal);
140
+ }
141
+ .mba-text-xl {
142
+ font-family: var(--mba-font-family-text);
143
+ font-size: var(--mba-font-size-xl);
144
+ font-weight: var(--mba-font-weight-regular);
145
+ line-height: var(--mba-leading-normal);
146
+ }
147
+ .mba-text-md {
148
+ font-family: var(--mba-font-family-text);
149
+ font-size: var(--mba-font-size-md);
150
+ font-weight: var(--mba-font-weight-regular);
151
+ line-height: var(--mba-leading-normal);
152
+ }
153
+ .mba-text-sm {
154
+ font-family: var(--mba-font-family-text);
155
+ font-size: var(--mba-font-size-sm);
156
+ font-weight: var(--mba-font-weight-regular);
157
+ line-height: var(--mba-leading-normal);
158
+ }
159
+ .mba-text-xs {
160
+ font-family: var(--mba-font-family-text);
161
+ font-size: var(--mba-font-size-xs);
162
+ font-weight: var(--mba-font-weight-regular);
163
+ line-height: var(--mba-leading-normal);
164
+ }
165
+ .mba-text-xxs {
166
+ font-family: var(--mba-font-family-text);
167
+ font-size: var(--mba-font-size-xxs);
168
+ font-weight: var(--mba-font-weight-regular);
169
+ line-height: var(--mba-leading-normal);
170
+ }
169
171
  }
170
172
  :root {
171
173
  --mba-space-xxs: 0.25rem;
@@ -360,135 +362,136 @@
360
362
  .mba-icon--muted {
361
363
  color: var(--mba-color-text-muted);
362
364
  }
363
- *,
365
+ @layer base {
366
+ *,
364
367
  ::before,
365
368
  ::after {
366
- box-sizing: border-box;
367
- border-width: 0;
368
- border-style: solid;
369
- border-color: var(--mba-color-border);
370
- }
371
- html {
372
- line-height: 1.5;
373
- -webkit-text-size-adjust: 100%;
374
- -moz-tab-size: 4;
375
- tab-size: 4;
376
- font-family: var(--mba-font-family-text);
377
- font-feature-settings: normal;
378
- font-variation-settings: normal;
379
- }
380
- body {
381
- margin: 0;
382
- line-height: inherit;
383
- }
384
- hr {
385
- height: 0;
386
- color: inherit;
387
- border-top-width: 1px;
388
- }
389
- abbr:where([title]) {
390
- text-decoration: underline dotted;
391
- }
392
- h1,
369
+ box-sizing: border-box;
370
+ border-width: 0;
371
+ border-style: solid;
372
+ border-color: var(--mba-color-border);
373
+ }
374
+ html {
375
+ line-height: 1.5;
376
+ -webkit-text-size-adjust: 100%;
377
+ -moz-tab-size: 4;
378
+ tab-size: 4;
379
+ font-family: var(--mba-font-family-text);
380
+ font-feature-settings: normal;
381
+ font-variation-settings: normal;
382
+ }
383
+ body {
384
+ margin: 0;
385
+ line-height: inherit;
386
+ }
387
+ hr {
388
+ height: 0;
389
+ color: inherit;
390
+ border-top-width: 1px;
391
+ }
392
+ abbr:where([title]) {
393
+ text-decoration: underline dotted;
394
+ }
395
+ h1,
393
396
  h2,
394
397
  h3,
395
398
  h4,
396
399
  h5,
397
400
  h6 {
398
- font-size: inherit;
399
- font-weight: inherit;
400
- }
401
- a {
402
- color: inherit;
403
- text-decoration: inherit;
404
- }
405
- b,
401
+ font-size: inherit;
402
+ font-weight: inherit;
403
+ }
404
+ a {
405
+ color: inherit;
406
+ text-decoration: inherit;
407
+ }
408
+ b,
406
409
  strong {
407
- font-weight: bolder;
408
- }
409
- code,
410
+ font-weight: bolder;
411
+ }
412
+ code,
410
413
  kbd,
411
414
  samp,
412
415
  pre {
413
- font-family: var(--mba-font-family-mono);
414
- font-size: 1em;
415
- }
416
- small {
417
- font-size: 80%;
418
- }
419
- sub,
420
- sup {
421
- font-size: 75%;
422
- line-height: 0;
423
- position: relative;
424
- vertical-align: baseline;
425
- }
426
- sub {
427
- bottom: -0.25em;
428
- }
416
+ font-family: var(--mba-font-family-mono);
417
+ font-size: 1em;
418
+ }
419
+ small {
420
+ font-size: 80%;
421
+ }
422
+ sub,
429
423
  sup {
430
- top: -0.5em;
431
- }
432
- table {
433
- text-indent: 0;
434
- border-color: inherit;
435
- border-collapse: collapse;
436
- }
437
- button,
424
+ font-size: 75%;
425
+ line-height: 0;
426
+ position: relative;
427
+ vertical-align: baseline;
428
+ }
429
+ sub {
430
+ bottom: -0.25em;
431
+ }
432
+ sup {
433
+ top: -0.5em;
434
+ }
435
+ table {
436
+ text-indent: 0;
437
+ border-color: inherit;
438
+ border-collapse: collapse;
439
+ }
440
+ button,
438
441
  input,
439
442
  optgroup,
440
443
  select,
441
444
  textarea {
442
- font-family: inherit;
443
- font-feature-settings: inherit;
444
- font-variation-settings: inherit;
445
- font-size: 100%;
446
- font-weight: inherit;
447
- line-height: inherit;
448
- color: inherit;
449
- margin: 0;
450
- padding: 0;
451
- }
452
- button,
445
+ font-family: inherit;
446
+ font-feature-settings: inherit;
447
+ font-variation-settings: inherit;
448
+ font-size: 100%;
449
+ font-weight: inherit;
450
+ line-height: inherit;
451
+ color: inherit;
452
+ margin: 0;
453
+ padding: 0;
454
+ }
455
+ button,
453
456
  select {
454
- text-transform: none;
455
- }
456
- button,
457
+ text-transform: none;
458
+ }
459
+ button,
457
460
  [type="button"],
458
461
  [type="reset"],
459
462
  [type="submit"] {
460
- -webkit-appearance: button;
461
- background-color: transparent;
462
- background-image: none;
463
- }
464
- :-moz-focusring {
465
- outline: auto;
466
- }
467
- :-moz-ui-invalid {
468
- box-shadow: none;
469
- }
470
- progress {
471
- vertical-align: baseline;
472
- }
473
- ::-webkit-inner-spin-button,
463
+ -webkit-appearance: button;
464
+ background-color: transparent;
465
+ background-image: none;
466
+ }
467
+ :-moz-focusring {
468
+ outline: auto;
469
+ }
470
+ :-moz-ui-invalid {
471
+ box-shadow: none;
472
+ }
473
+ progress {
474
+ vertical-align: baseline;
475
+ }
476
+ ::-webkit-inner-spin-button,
474
477
  ::-webkit-outer-spin-button {
475
- height: auto;
476
- }
477
- [type="search"] {
478
- -webkit-appearance: textfield;
479
- outline-offset: -2px;
480
- }
481
- ::-webkit-search-decoration {
482
- -webkit-appearance: none;
483
- }
484
- ::-webkit-file-upload-button {
485
- -webkit-appearance: button;
486
- font: inherit;
487
- }
488
- summary {
489
- display: list-item;
490
- }
491
- blockquote,
478
+ height: auto;
479
+ }
480
+ [type="search"] {
481
+ -webkit-appearance: textfield;
482
+ outline-offset: -2px;
483
+ }
484
+ ::-webkit-search-decoration {
485
+ -webkit-appearance: none;
486
+ }
487
+ ::-webkit-file-upload-button {
488
+ -webkit-appearance: button;
489
+ font: inherit;
490
+ }
491
+ summary {
492
+ display: list-item;
493
+ }
494
+ blockquote,
492
495
  dl,
493
496
  dd,
494
497
  h1,
@@ -501,41 +504,41 @@ hr,
501
504
  figure,
502
505
  p,
503
506
  pre {
504
- margin: 0;
505
- }
506
- fieldset {
507
- margin: 0;
508
- padding: 0;
509
- }
510
- legend {
511
- padding: 0;
512
- }
513
- ol,
507
+ margin: 0;
508
+ }
509
+ fieldset {
510
+ margin: 0;
511
+ padding: 0;
512
+ }
513
+ legend {
514
+ padding: 0;
515
+ }
516
+ ol,
514
517
  ul,
515
518
  menu {
516
- list-style: none;
517
- margin: 0;
518
- padding: 0;
519
- }
520
- dialog {
521
- padding: 0;
522
- }
523
- textarea {
524
- resize: vertical;
525
- }
526
- input::placeholder,
519
+ list-style: none;
520
+ margin: 0;
521
+ padding: 0;
522
+ }
523
+ dialog {
524
+ padding: 0;
525
+ }
526
+ textarea {
527
+ resize: vertical;
528
+ }
529
+ input::placeholder,
527
530
  textarea::placeholder {
528
- opacity: 1;
529
- color: var(--mba-color-text-subtle);
530
- }
531
- button,
531
+ opacity: 1;
532
+ color: var(--mba-color-text-subtle);
533
+ }
534
+ button,
532
535
  [role="button"] {
533
- cursor: pointer;
534
- }
535
- :disabled {
536
- cursor: default;
537
- }
538
- img,
536
+ cursor: pointer;
537
+ }
538
+ :disabled {
539
+ cursor: default;
540
+ }
541
+ img,
539
542
  svg,
540
543
  video,
541
544
  canvas,
@@ -543,16 +546,17 @@ audio,
543
546
  iframe,
544
547
  embed,
545
548
  object {
546
- display: block;
547
- vertical-align: middle;
548
- }
549
- img,
549
+ display: block;
550
+ vertical-align: middle;
551
+ }
552
+ img,
550
553
  video {
551
- max-width: 100%;
552
- height: auto;
553
- }
554
- [hidden] {
555
- display: none;
554
+ max-width: 100%;
555
+ height: auto;
556
+ }
557
+ [hidden] {
558
+ display: none;
559
+ }
556
560
  }
557
561
  body {
558
562
  font-family: var(--mba-font-family-text);
@@ -938,6 +942,36 @@ a:hover {
938
942
  max-width: 100%;
939
943
  }
940
944
  }
945
+ .mba-link {
946
+ display: inline-flex;
947
+ align-items: center;
948
+ gap: var(--mba-space-xs);
949
+ font-family: var(--mba-font-family-text);
950
+ font-size: var(--mba-font-size-xs);
951
+ font-weight: var(--mba-font-weight-semibold);
952
+ color: var(--mba-color-primary-500);
953
+ text-decoration: none;
954
+ transition: color 0.2s ease;
955
+ }
956
+ .mba-link:hover {
957
+ color: var(--mba-color-primary-800);
958
+ }
959
+ .mba-link__text {
960
+ text-decoration: none;
961
+ transition: text-decoration 0.2s ease;
962
+ }
963
+ .mba-link:hover .mba-link__text {
964
+ text-decoration: underline;
965
+ }
966
+ .mba-link .material-symbols-rounded {
967
+ font-size: 20px;
968
+ text-decoration: none;
969
+ }
970
+ .mba-link:focus-visible {
971
+ outline: none;
972
+ box-shadow: var(--mba-focus-ring);
973
+ border-radius: var(--mba-radius-2xs);
974
+ }
941
975
  .mba-card {
942
976
  display: flex;
943
977
  flex-direction: column;
@@ -1132,6 +1166,105 @@ a:hover {
1132
1166
  grid-template-columns: 1fr;
1133
1167
  }
1134
1168
  }
1169
+ .mba-article-card {
1170
+ display: flex;
1171
+ flex-direction: column;
1172
+ background-color: var(--mba-color-white);
1173
+ border-radius: var(--mba-radius-sm);
1174
+ overflow: hidden;
1175
+ box-shadow: var(--mba-shadow-xs);
1176
+ transition: box-shadow 0.25s ease-in-out, transform 0.25s ease-in-out;
1177
+ }
1178
+ .mba-article-card:hover {
1179
+ box-shadow: var(--mba-shadow-sm);
1180
+ transform: translateY(-2px);
1181
+ }
1182
+ .mba-article-card__image-wrapper {
1183
+ position: relative;
1184
+ }
1185
+ .mba-article-card__image {
1186
+ display: block;
1187
+ width: 100%;
1188
+ height: 152px;
1189
+ object-fit: cover;
1190
+ border-radius: var(--mba-radius-sm) var(--mba-radius-sm) 0 0;
1191
+ }
1192
+ .mba-article-card__tag {
1193
+ position: absolute;
1194
+ bottom: 0;
1195
+ left: 0;
1196
+ padding: var(--mba-space-xxs) var(--mba-space-xs);
1197
+ background-color: var(--mba-color-brick);
1198
+ color: var(--mba-color-white);
1199
+ font-family: var(--mba-font-family-text);
1200
+ font-size: var(--mba-font-size-xs);
1201
+ font-weight: var(--mba-font-weight-semibold);
1202
+ border-radius: 0 var(--mba-radius-xs) 0 0;
1203
+ }
1204
+ .mba-article-card__content {
1205
+ display: flex;
1206
+ flex-direction: column;
1207
+ flex: 1;
1208
+ padding: var(--mba-space-sm) var(--mba-space-sm) 0;
1209
+ gap: var(--mba-space-xs);
1210
+ }
1211
+ .mba-article-card__title {
1212
+ font-family: var(--mba-font-family-text);
1213
+ font-size: var(--mba-font-size-sm);
1214
+ font-weight: var(--mba-font-weight-bold);
1215
+ color: var(--mba-color-primary-800);
1216
+ margin: 0;
1217
+ }
1218
+ .mba-article-card__text {
1219
+ font-family: var(--mba-font-family-text);
1220
+ font-size: var(--mba-font-size-xs);
1221
+ font-weight: var(--mba-font-weight-regular);
1222
+ color: var(--mba-color-text);
1223
+ line-height: var(--mba-leading-normal);
1224
+ margin: 0;
1225
+ }
1226
+ .mba-article-card__footer {
1227
+ display: flex;
1228
+ justify-content: flex-end;
1229
+ padding: 0 var(--mba-space-sm) var(--mba-space-sm);
1230
+ margin-top: var(--mba-space-md);
1231
+ }
1232
+ .mba-article-card__link {
1233
+ display: inline-flex;
1234
+ align-items: center;
1235
+ gap: var(--mba-space-xs);
1236
+ font-family: var(--mba-font-family-text);
1237
+ font-size: var(--mba-font-size-xs);
1238
+ font-weight: var(--mba-font-weight-semibold);
1239
+ color: var(--mba-color-primary-500);
1240
+ text-decoration: none;
1241
+ transition: color 0.2s ease;
1242
+ }
1243
+ .mba-article-card__link:hover {
1244
+ color: var(--mba-color-primary-800);
1245
+ }
1246
+ .mba-article-card__link:hover .mba-article-card__link-text {
1247
+ text-decoration: underline;
1248
+ }
1249
+ .mba-article-card__link .material-symbols-rounded {
1250
+ font-size: 20px;
1251
+ }
1252
+ .mba-article-card-grid {
1253
+ display: grid;
1254
+ gap: var(--mba-space-md);
1255
+ grid-template-columns: 1fr;
1256
+ width: 100%;
1257
+ }
1258
+ @media (min-width: 600px) {
1259
+ .mba-article-card-grid {
1260
+ grid-template-columns: repeat(2, 1fr);
1261
+ }
1262
+ }
1263
+ @media (min-width: 900px) {
1264
+ .mba-article-card-grid {
1265
+ grid-template-columns: repeat(3, 1fr);
1266
+ }
1267
+ }
1135
1268
  .mba-arrow {
1136
1269
  display: inline-flex;
1137
1270
  align-items: center;
@@ -1414,6 +1547,35 @@ a:hover {
1414
1547
  cursor: not-allowed;
1415
1548
  pointer-events: none;
1416
1549
  }
1550
+ .mba-dots {
1551
+ display: inline-flex;
1552
+ align-items: center;
1553
+ gap: var(--mba-space-xs);
1554
+ padding: 0;
1555
+ margin: 0;
1556
+ list-style: none;
1557
+ }
1558
+ .mba-dot {
1559
+ width: 40px;
1560
+ height: 8px;
1561
+ border-radius: var(--mba-radius-full);
1562
+ background-color: var(--mba-color-grey-300);
1563
+ border: none;
1564
+ padding: 0;
1565
+ cursor: pointer;
1566
+ transition: background-color 0.25s ease-in-out;
1567
+ }
1568
+ .mba-dot:hover:not(.is-active) {
1569
+ background-color: var(--mba-color-grey-400);
1570
+ }
1571
+ .mba-dot:focus-visible {
1572
+ outline: none;
1573
+ box-shadow: var(--mba-focus-ring);
1574
+ }
1575
+ .mba-dot.is-active {
1576
+ background-color: var(--mba-color-primary-500);
1577
+ cursor: default;
1578
+ }
1417
1579
  .mba-label {
1418
1580
  display: flex;
1419
1581
  align-items: center;
@@ -1832,12 +1994,23 @@ button.mba-input-icon__icon:hover {
1832
1994
  z-index: 1;
1833
1995
  max-width: 1280px;
1834
1996
  margin: 0 auto;
1835
- padding: var(--mba-space-xl) var(--mba-space-md);
1997
+ padding: var(--mba-space-xxl) 0;
1836
1998
  }
1837
- @media (min-width: 768px) {
1838
- .mba-section__content {
1839
- padding: var(--mba-space-xxl) var(--mba-space-lg);
1840
- }
1999
+ .mba-section--wave-inset.mba-section--wave-top .mba-section__content,
2000
+ .mba-section--wave-inset.mba-section--wave-both .mba-section__content {
2001
+ padding-top: calc(var(--mba-wave-height) + var(--mba-space-xxl));
2002
+ }
2003
+ .mba-section--wave-inset.mba-section--wave-bottom .mba-section__content,
2004
+ .mba-section--wave-inset.mba-section--wave-both .mba-section__content {
2005
+ padding-bottom: calc(var(--mba-wave-height) + var(--mba-space-xxl));
2006
+ }
2007
+ .mba-section--wave-inset.mba-section--wave-sm.mba-section--wave-top .mba-section__content,
2008
+ .mba-section--wave-inset.mba-section--wave-sm.mba-section--wave-both .mba-section__content {
2009
+ padding-top: calc(var(--mba-wave-sm-height) + var(--mba-space-xxl));
2010
+ }
2011
+ .mba-section--wave-inset.mba-section--wave-sm.mba-section--wave-bottom .mba-section__content,
2012
+ .mba-section--wave-inset.mba-section--wave-sm.mba-section--wave-both .mba-section__content {
2013
+ padding-bottom: calc(var(--mba-wave-sm-height) + var(--mba-space-xxl));
1841
2014
  }
1842
2015
  .mba-section--lavender {
1843
2016
  background-color: var(--mba-color-pastel-lavender);
@@ -2263,6 +2436,7 @@ button.mba-input-icon__icon:hover {
2263
2436
  --color-primary-400: var(--mba-color-primary-400);
2264
2437
  --color-primary-500: var(--mba-color-primary-500);
2265
2438
  --color-primary-800: var(--mba-color-primary-800);
2439
+ --color-primary-900: var(--mba-color-primary-900);
2266
2440
  --color-error-100: var(--mba-color-error-100);
2267
2441
  --color-error-300: var(--mba-color-error-300);
2268
2442
  --color-error-500: var(--mba-color-error-500);
@@ -2578,12 +2752,18 @@ button.mba-input-icon__icon:hover {
2578
2752
  .mx-auto {
2579
2753
  margin-inline: auto;
2580
2754
  }
2755
+ .mt-lg {
2756
+ margin-top: var(--spacing-lg);
2757
+ }
2581
2758
  .mt-md {
2582
2759
  margin-top: var(--spacing-md);
2583
2760
  }
2584
2761
  .mt-sm {
2585
2762
  margin-top: var(--spacing-sm);
2586
2763
  }
2764
+ .mt-xl {
2765
+ margin-top: var(--spacing-xl);
2766
+ }
2587
2767
  .mt-xs {
2588
2768
  margin-top: var(--spacing-xs);
2589
2769
  }
@@ -2698,6 +2878,9 @@ button.mba-input-icon__icon:hover {
2698
2878
  .max-w-6xl {
2699
2879
  max-width: var(--max-width-6xl);
2700
2880
  }
2881
+ .max-w-\[690px\] {
2882
+ max-width: 690px;
2883
+ }
2701
2884
  .max-w-lg {
2702
2885
  max-width: var(--max-width-lg);
2703
2886
  }
@@ -2751,6 +2934,9 @@ button.mba-input-icon__icon:hover {
2751
2934
  .cursor-pointer {
2752
2935
  cursor: pointer;
2753
2936
  }
2937
+ .grid-cols-1 {
2938
+ grid-template-columns: repeat(1, minmax(0, 1fr));
2939
+ }
2754
2940
  .grid-cols-2 {
2755
2941
  grid-template-columns: repeat(2, minmax(0, 1fr));
2756
2942
  }
@@ -2781,12 +2967,18 @@ button.mba-input-icon__icon:hover {
2781
2967
  .items-end {
2782
2968
  align-items: flex-end;
2783
2969
  }
2970
+ .items-start {
2971
+ align-items: flex-start;
2972
+ }
2784
2973
  .justify-between {
2785
2974
  justify-content: space-between;
2786
2975
  }
2787
2976
  .justify-center {
2788
2977
  justify-content: center;
2789
2978
  }
2979
+ .justify-end {
2980
+ justify-content: flex-end;
2981
+ }
2790
2982
  .gap-4 {
2791
2983
  gap: var(--spacing-4);
2792
2984
  }
@@ -2808,6 +3000,12 @@ button.mba-input-icon__icon:hover {
2808
3000
  .gap-xxs {
2809
3001
  gap: var(--spacing-xxs);
2810
3002
  }
3003
+ .gap-x-md {
3004
+ column-gap: var(--spacing-md);
3005
+ }
3006
+ .gap-y-lg {
3007
+ row-gap: var(--spacing-lg);
3008
+ }
2811
3009
  .overflow-hidden {
2812
3010
  overflow: hidden;
2813
3011
  }
@@ -3082,6 +3280,9 @@ button.mba-input-icon__icon:hover {
3082
3280
  .text-grey-400 {
3083
3281
  color: var(--color-grey-400);
3084
3282
  }
3283
+ .text-grey-800 {
3284
+ color: var(--color-grey-800);
3285
+ }
3085
3286
  .text-info-300 {
3086
3287
  color: var(--color-info-300);
3087
3288
  }
@@ -3106,6 +3307,9 @@ button.mba-input-icon__icon:hover {
3106
3307
  .text-primary-800 {
3107
3308
  color: var(--color-primary-800);
3108
3309
  }
3310
+ .text-primary-900 {
3311
+ color: var(--color-primary-900);
3312
+ }
3109
3313
  .text-success-300 {
3110
3314
  color: var(--color-success-300);
3111
3315
  }
@@ -3133,6 +3337,9 @@ button.mba-input-icon__icon:hover {
3133
3337
  .uppercase {
3134
3338
  text-transform: uppercase;
3135
3339
  }
3340
+ .underline {
3341
+ text-decoration-line: underline;
3342
+ }
3136
3343
  .opacity-0 {
3137
3344
  opacity: 0%;
3138
3345
  }
@@ -3196,6 +3403,11 @@ button.mba-input-icon__icon:hover {
3196
3403
  }
3197
3404
  }
3198
3405
  }
3406
+ .md\:grid-cols-2 {
3407
+ @media (width >= 48rem) {
3408
+ grid-template-columns: repeat(2, minmax(0, 1fr));
3409
+ }
3410
+ }
3199
3411
  .md\:grid-cols-3 {
3200
3412
  @media (width >= 48rem) {
3201
3413
  grid-template-columns: repeat(3, minmax(0, 1fr));