@oslokommune/punkt-css 11.14.0 → 11.14.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -236,241 +236,6 @@
236
236
  top: 0.25rem;
237
237
  }
238
238
 
239
- /*
240
- * Tag element
241
- */
242
- .pkt-tag {
243
- --pkt-color-tag-text-active: var(--pkt-color-brand-warm-blue-1000);
244
- --pkt-color-tag-text-focus: var(--pkt-color-brand-warm-blue-1000);
245
- --pkt-color-tag-text-hover: var(--pkt-color-brand-warm-blue-1000);
246
- --pkt-color-tag-text-normal: var(--pkt-color-brand-dark-blue-1000);
247
- font-size: 0.875rem;
248
- font-weight: 500;
249
- letter-spacing: -0.2px;
250
- line-height: 1.375rem;
251
- background: var(--pkt-color-surface-default-light-blue);
252
- padding: 0.25rem 0.5rem;
253
- display: inline-flex;
254
- align-items: center;
255
- height: 1.875rem;
256
- column-gap: 0;
257
- color: var(--pkt-color-tag-text-normal);
258
- }
259
- [data-mode=dark] .pkt-tag {
260
- --pkt-color-tag-text-active: var(--pkt-color-brand-dark-blue-1000);
261
- --pkt-color-tag-text-focus: var(--pkt-color-brand-dark-blue-1000);
262
- --pkt-color-tag-text-hover: var(--pkt-color-brand-dark-blue-1000);
263
- --pkt-color-tag-text-normal: var(--pkt-color-brand-dark-blue-1000);
264
- }
265
-
266
- .pkt-tag.pkt-btn:hover, .pkt-tag.pkt-tag--hover {
267
- background-color: var(--pkt-color-surface-strong-blue);
268
- color: var(--pkt-color-tag-text-hover);
269
- text-decoration: underline;
270
- border-color: transparent;
271
- }
272
- .pkt-tag.pkt-btn:hover > svg, .pkt-tag.pkt-tag--hover > svg {
273
- --fg-color: var(--pkt-color-tag-text-hover);
274
- }
275
- .pkt-tag.pkt-btn:focus, .pkt-tag.pkt-tag--focus {
276
- background-color: var(--pkt-color-surface-strong-blue);
277
- border-color: var(--pkt-color-text-action-active);
278
- outline: 4px solid var(--pkt-color-border-states-focus);
279
- color: var(--pkt-color-tag-text-focus);
280
- }
281
- .pkt-tag.pkt-btn:focus > svg, .pkt-tag.pkt-tag--focus > svg {
282
- --fg-color: var(--pkt-color-tag-text-focus);
283
- }
284
- .pkt-tag.pkt-btn:active, .pkt-tag.pkt-tag--active, .pkt-tag.pkt-tag--active:hover {
285
- background-color: var(--pkt-color-surface-strong-blue);
286
- color: var(--pkt-color-tag-text-active);
287
- }
288
- .pkt-tag.pkt-btn:active > svg, .pkt-tag.pkt-tag--active > svg, .pkt-tag.pkt-tag--active:hover > svg {
289
- --fg-color: var(--pkt-color-tag-text-active);
290
- }
291
- .pkt-tag__icon {
292
- width: 16px;
293
- height: 16px;
294
- margin-right: 0.5rem;
295
- }
296
- .pkt-tag__close-btn {
297
- width: 16px;
298
- height: 16px;
299
- margin-left: 0.5rem;
300
- }
301
- .pkt-tag--green {
302
- background: var(--pkt-color-surface-strong-light-green);
303
- }
304
- .pkt-tag--green.pkt-btn:hover, .pkt-tag--green.pkt-tag--hover {
305
- background-color: var(--pkt-color-surface-strong-green);
306
- color: var(--pkt-color-tag-text-hover);
307
- }
308
- .pkt-tag--green.pkt-btn:hover > svg, .pkt-tag--green.pkt-tag--hover > svg {
309
- --fg-color: var(--pkt-color-tag-text-hover);
310
- }
311
- .pkt-tag--green.pkt-btn:focus, .pkt-tag--green.pkt-tag--focus {
312
- background-color: var(--pkt-color-surface-strong-green);
313
- color: var(--pkt-color-tag-text-focus);
314
- }
315
- .pkt-tag--green.pkt-btn:focus > svg, .pkt-tag--green.pkt-tag--focus > svg {
316
- --fg-color: var(--pkt-color-tag-text-focus);
317
- }
318
- .pkt-tag--green.pkt-btn:active, .pkt-tag--green.pkt-tag--active {
319
- background-color: var(--pkt-color-surface-strong-green);
320
- color: var(--pkt-color-tag-text-active);
321
- }
322
- .pkt-tag--green.pkt-btn:active > svg, .pkt-tag--green.pkt-tag--active > svg {
323
- --fg-color: var(--pkt-color-tag-text-active);
324
- }
325
- .pkt-tag--yellow {
326
- background: var(--pkt-color-surface-default-yellow);
327
- }
328
- .pkt-tag--yellow.pkt-btn:hover, .pkt-tag--yellow.pkt-tag--hover {
329
- background-color: var(--pkt-color-surface-strong-yellow);
330
- color: var(--pkt-color-tag-text-hover);
331
- }
332
- .pkt-tag--yellow.pkt-btn:hover > svg, .pkt-tag--yellow.pkt-tag--hover > svg {
333
- --fg-color: var(--pkt-color-tag-text-hover);
334
- }
335
- .pkt-tag--yellow.pkt-btn:focus, .pkt-tag--yellow.pkt-tag--focus {
336
- background-color: var(--pkt-color-surface-strong-yellow);
337
- color: var(--pkt-color-tag-text-focus);
338
- }
339
- .pkt-tag--yellow.pkt-btn:focus > svg, .pkt-tag--yellow.pkt-tag--focus > svg {
340
- --fg-color: var(--pkt-color-tag-text-focus);
341
- }
342
- .pkt-tag--yellow.pkt-btn:active, .pkt-tag--yellow.pkt-tag--active {
343
- background-color: var(--pkt-color-surface-strong-yellow);
344
- color: var(--pkt-color-tag-text-active);
345
- }
346
- .pkt-tag--yellow.pkt-btn:active > svg, .pkt-tag--yellow.pkt-tag--active > svg {
347
- --fg-color: var(--pkt-color-tag-text-active);
348
- }
349
- .pkt-tag--red {
350
- background: var(--pkt-color-surface-default-red);
351
- }
352
- .pkt-tag--red.pkt-btn:hover, .pkt-tag--red.pkt-tag--hover {
353
- background-color: var(--pkt-color-surface-strong-red);
354
- color: var(--pkt-color-tag-text-hover);
355
- }
356
- .pkt-tag--red.pkt-btn:hover > svg, .pkt-tag--red.pkt-tag--hover > svg {
357
- --fg-color: var(--pkt-color-tag-text-hover);
358
- }
359
- .pkt-tag--red.pkt-btn:focus, .pkt-tag--red.pkt-tag--focus {
360
- background-color: var(--pkt-color-surface-strong-red);
361
- color: var(--pkt-color-tag-text-focus);
362
- }
363
- .pkt-tag--red.pkt-btn:focus > svg, .pkt-tag--red.pkt-tag--focus > svg {
364
- --fg-color: var(--pkt-color-tag-text-focus);
365
- }
366
- .pkt-tag--red.pkt-btn:active, .pkt-tag--red.pkt-tag--active {
367
- background-color: var(--pkt-color-surface-strong-red);
368
- color: var(--pkt-color-tag-text-active);
369
- }
370
- .pkt-tag--red.pkt-btn:active > svg, .pkt-tag--red.pkt-tag--active > svg {
371
- --fg-color: var(--pkt-color-tag-text-active);
372
- }
373
- .pkt-tag--beige {
374
- background: var(--pkt-color-surface-default-light-beige);
375
- }
376
- .pkt-tag--beige.pkt-btn:hover, .pkt-tag--beige.pkt-tag--hover {
377
- background-color: var(--pkt-color-surface-strong-beige);
378
- color: var(--pkt-color-tag-text-hover);
379
- }
380
- .pkt-tag--beige.pkt-btn:hover > svg, .pkt-tag--beige.pkt-tag--hover > svg {
381
- --fg-color: var(--pkt-color-tag-text-hover);
382
- }
383
- .pkt-tag--beige.pkt-btn:focus, .pkt-tag--beige.pkt-tag--focus {
384
- background-color: var(--pkt-color-surface-strong-beige);
385
- color: var(--pkt-color-tag-text-focus);
386
- }
387
- .pkt-tag--beige.pkt-btn:focus > svg, .pkt-tag--beige.pkt-tag--focus > svg {
388
- --fg-color: var(--pkt-color-tag-text-focus);
389
- }
390
- .pkt-tag--beige.pkt-btn:active, .pkt-tag--beige.pkt-tag--active {
391
- background-color: var(--pkt-color-surface-strong-beige);
392
- color: var(--pkt-color-tag-text-active);
393
- }
394
- .pkt-tag--beige.pkt-btn:active > svg, .pkt-tag--beige.pkt-tag--active > svg {
395
- --fg-color: var(--pkt-color-tag-text-active);
396
- }
397
- .pkt-tag--grey {
398
- background: var(--pkt-color-surface-default-gray);
399
- }
400
- .pkt-tag--grey.pkt-btn:hover, .pkt-tag--grey.pkt-tag--hover {
401
- background-color: var(--pkt-color-surface-strong-gray);
402
- color: var(--pkt-color-tag-text-hover);
403
- }
404
- .pkt-tag--grey.pkt-btn:hover > svg, .pkt-tag--grey.pkt-tag--hover > svg {
405
- --fg-color: var(--pkt-color-tag-text-hover);
406
- }
407
- .pkt-tag--grey.pkt-btn:focus, .pkt-tag--grey.pkt-tag--focus {
408
- background-color: var(--pkt-color-surface-strong-gray);
409
- color: var(--pkt-color-tag-text-active);
410
- }
411
- .pkt-tag--grey.pkt-btn:focus > svg, .pkt-tag--grey.pkt-tag--focus > svg {
412
- --fg-color: var(--pkt-color-tag-text-active);
413
- }
414
- .pkt-tag--grey.pkt-btn:active, .pkt-tag--grey.pkt-tag--active {
415
- background-color: var(--pkt-color-surface-strong-gray);
416
- color: var(--pkt-color-tag-text-active);
417
- }
418
- .pkt-tag--grey.pkt-btn:active > svg, .pkt-tag--grey.pkt-tag--active > svg {
419
- --fg-color: var(--pkt-color-tag-text-active);
420
- }
421
- .pkt-tag--blue-light {
422
- background: var(--pkt-color-surface-subtle-light-blue);
423
- }
424
- .pkt-tag--blue-light.pkt-btn:hover, .pkt-tag--blue-light.pkt-tag--hover {
425
- background-color: var(--pkt-color-surface-strong-blue);
426
- color: var(--pkt-color-tag-text-hover);
427
- }
428
- .pkt-tag--blue-light.pkt-btn:hover > svg, .pkt-tag--blue-light.pkt-tag--hover > svg {
429
- --fg-color: var(--pkt-color-tag-text-hover);
430
- }
431
- .pkt-tag--blue-light.pkt-btn:focus, .pkt-tag--blue-light.pkt-tag--focus {
432
- background-color: var(--pkt-color-surface-strong-blue);
433
- color: var(--pkt-color-tag-text-focus);
434
- }
435
- .pkt-tag--blue-light.pkt-btn:focus > svg, .pkt-tag--blue-light.pkt-tag--focus > svg {
436
- --fg-color: var(--pkt-color-tag-text-focus);
437
- }
438
- .pkt-tag--blue-light.pkt-btn:active, .pkt-tag--blue-light.pkt-tag--active {
439
- background-color: var(--pkt-color-surface-strong-blue);
440
- color: var(--pkt-color-tag-text-active);
441
- }
442
- .pkt-tag--blue-light.pkt-btn:active > svg, .pkt-tag--blue-light.pkt-tag--active > svg {
443
- --fg-color: var(--pkt-color-tag-text-active);
444
- }
445
- .pkt-tag--small {
446
- padding: 0.25rem;
447
- height: 1.375rem;
448
- }
449
- .pkt-tag--medium {
450
- padding: 0.25rem 0.5rem;
451
- height: 1.875rem;
452
- }
453
- .pkt-tag--large {
454
- font-size: 1.125rem;
455
- font-weight: 500;
456
- letter-spacing: -0.2px;
457
- line-height: 1.75rem;
458
- padding: 0.25rem 0.5rem;
459
- height: 2.25rem;
460
- }
461
- .pkt-tag--normal-text {
462
- font-size: 0.875rem;
463
- font-weight: 500;
464
- letter-spacing: -0.2px;
465
- line-height: 1.375rem;
466
- }
467
- .pkt-tag--thin-text {
468
- font-size: 0.875rem;
469
- font-weight: 300;
470
- letter-spacing: -0.2px;
471
- line-height: 1.375rem;
472
- }
473
-
474
239
  /*
475
240
  * Back link component
476
241
  */
@@ -1429,234 +1194,17 @@ pkt-el-icon--large {
1429
1194
  color: white;
1430
1195
  }
1431
1196
 
1432
- .pkt-tabs {
1433
- --pkt-tabs-bg: var(--pkt-color-background-default);
1434
- background-color: var(--pkt-tabs-bg);
1435
- position: relative;
1436
- border-bottom: 1px solid var(--pkt-color-border-gray);
1437
- }
1438
- .pkt-tabs__list {
1439
- position: relative;
1440
- width: auto;
1441
- width: 100%;
1442
- overflow-x: auto;
1443
- scrollbar-width: thin;
1444
- padding: 0.25rem 4rem 0 0.25rem;
1445
- margin: 0;
1446
- display: flex;
1447
- flex-wrap: nowrap;
1448
- align-items: flex-start;
1449
- }
1450
- .pkt-tabs__button {
1451
- border: 0;
1452
- padding: 0;
1453
- background: none;
1454
- border-radius: 0;
1455
- }
1456
- .pkt-tabs__link, .pkt-tabs__button {
1457
- cursor: pointer;
1458
- display: flex;
1459
- align-items: center;
1460
- gap: 0.5rem;
1461
- padding: 0.75rem 1rem;
1462
- color: var(--pkt-color-text-action-disabled);
1463
- border-bottom: 0.25rem solid transparent;
1464
- font-size: 1rem;
1465
- font-weight: 400;
1466
- letter-spacing: -0.2px;
1467
- line-height: 1.5rem;
1468
- white-space: nowrap;
1469
- }
1470
- .pkt-tabs__link .pkt-icon,
1471
- .pkt-tabs__link pkt-el-icon, .pkt-tabs__button .pkt-icon,
1472
- .pkt-tabs__button pkt-el-icon {
1473
- --fg-color: currentColor;
1474
- }
1475
- .pkt-tabs__link, .pkt-tabs__link:hover, .pkt-tabs__link:active, .pkt-tabs__button, .pkt-tabs__button:hover, .pkt-tabs__button:active {
1476
- text-decoration: none;
1477
- }
1478
- .pkt-tabs__link:focus:not(:active), .pkt-tabs__link:focus-visible:not(:active), .pkt-tabs__button:focus:not(:active), .pkt-tabs__button:focus-visible:not(:active) {
1479
- border: 0;
1480
- box-shadow: none;
1481
- background-color: var(--pkt-color-surface-default-gray);
1482
- outline: 0.25rem solid var(--pkt-color-border-states-focus);
1483
- outline-offset: 0;
1484
- }
1485
- .pkt-tabs__link.active:focus, .pkt-tabs__link.active:focus-visible, .pkt-tabs__button.active:focus, .pkt-tabs__button.active:focus-visible {
1486
- box-shadow: none;
1487
- border-bottom: 0.25rem solid var(--pkt-color-border-blue);
1488
- }
1489
- .pkt-tabs__link:hover, .pkt-tabs__link:focus, .pkt-tabs__link:focus-visible, .pkt-tabs__link:focus-visible:is(:active), .pkt-tabs__link:focus:is(:active), .pkt-tabs__link:active, .pkt-tabs__button:hover, .pkt-tabs__button:focus, .pkt-tabs__button:focus-visible, .pkt-tabs__button:focus-visible:is(:active), .pkt-tabs__button:focus:is(:active), .pkt-tabs__button:active {
1490
- outline: 0;
1491
- color: var(--pkt-color-text-action-active);
1492
- border-bottom: 0.25rem solid var(--pkt-color-border-states-hover);
1493
- }
1494
- .pkt-tabs__link.active, .pkt-tabs__button.active {
1495
- color: var(--pkt-color-text-action-normal);
1496
- border-bottom: 0.25rem solid var(--pkt-color-border-blue);
1497
- font-size: 1rem;
1498
- font-weight: 500;
1499
- letter-spacing: -0.2px;
1500
- line-height: 1.5rem;
1501
- }
1502
- .pkt-tabs:after {
1503
- content: "";
1504
- display: block;
1505
- position: absolute;
1506
- z-index: 3;
1507
- background: linear-gradient(90deg, transparent 0%, var(--pkt-tabs-bg) 100%);
1508
- top: 0;
1509
- right: 0;
1510
- bottom: 0;
1511
- width: 5rem;
1512
- pointer-events: none;
1513
- }
1514
-
1515
- /*
1516
- * Header element
1517
- */
1518
- .pkt-teaserlist {
1519
- display: grid;
1520
- grid-template-columns: auto;
1521
- grid-template-rows: auto auto;
1522
- justify-items: center;
1523
- position: relative;
1524
- row-gap: 30px;
1525
- }
1526
- @media screen and (min-width: 48rem) {
1527
- .pkt-teaserlist {
1528
- column-gap: 30px;
1529
- grid-template-columns: 200px auto;
1530
- grid-template-rows: auto;
1531
- justify-items: normal;
1532
- }
1533
- }
1534
- @media screen and (min-width: 64rem) {
1535
- .pkt-teaserlist {
1536
- grid-template-columns: 300px auto;
1537
- }
1538
- }
1539
- @media screen and (min-width: 48rem) {
1540
- .pkt-teaserlist.flip {
1541
- grid-template-columns: auto 200px;
1542
- }
1543
- }
1544
- @media screen and (min-width: 64rem) {
1545
- .pkt-teaserlist.flip {
1546
- grid-template-columns: auto 300px;
1547
- }
1548
- }
1549
- @media screen and (min-width: 48rem) {
1550
- .pkt-teaserlist.flip > .pkt-teaserlist__img {
1551
- grid-column: 2;
1552
- }
1553
- }
1554
- @media screen and (min-width: 48rem) {
1555
- .pkt-teaserlist.flip > .pkt-teaserlist__txt {
1556
- grid-column: 1;
1557
- grid-row: 1;
1558
- }
1559
- }
1560
- .pkt-teaserlist__img {
1561
- width: 150px;
1562
- }
1563
- @media screen and (min-width: 48rem) {
1564
- .pkt-teaserlist__img {
1565
- width: 100%;
1566
- }
1567
- }
1568
-
1569
- /*
1570
- * Messagebox component
1571
- */
1572
- .pkt-messagebox {
1573
- --pkt-color-messagebox-bc: var(--pkt-color-border-beige);
1574
- --pkt-color-messagebox-bg: var(--pkt-color-surface-default-light-beige);
1575
- --pkt-color-messagebox-txt: var(--pkt-color-text-body-dark);
1576
- }
1577
-
1578
- .pkt-messagebox--red {
1579
- --pkt-color-messagebox-bc: var(--pkt-color-border-red);
1580
- --pkt-color-messagebox-bg: var(--pkt-color-surface-default-faded-red);
1581
- }
1582
-
1583
- .pkt-messagebox--green {
1584
- --pkt-color-messagebox-bc: var(--pkt-color-border-green);
1585
- --pkt-color-messagebox-bg: var(--pkt-color-surface-default-light-green);
1586
- }
1587
-
1588
- .pkt-messagebox--blue {
1589
- --pkt-color-messagebox-bc: var(--pkt-color-border-blue);
1590
- --pkt-color-messagebox-bg: var(--pkt-color-surface-default-light-blue);
1591
- }
1592
-
1593
- .pkt-messagebox {
1594
- padding: 1.5rem 1.5rem 1.5rem 1.25rem;
1595
- display: grid;
1596
- grid-template-areas: "title close" "text text";
1597
- grid-template-columns: auto 40px;
1598
- border-left: 0.25rem solid var(--pkt-color-messagebox-bc);
1599
- background-color: var(--pkt-color-messagebox-bg);
1600
- color: var(--pkt-color-messagebox-txt);
1601
- }
1602
- .pkt-messagebox__title {
1603
- grid-area: title;
1604
- font-size: 1.5rem;
1605
- font-weight: 500;
1606
- letter-spacing: -0.2px;
1607
- line-height: 2.25rem;
1608
- margin: 0 0 1.5rem 0;
1609
- }
1610
- .pkt-messagebox__text {
1611
- grid-area: text;
1612
- font-size: 1.125rem;
1613
- font-weight: 300;
1614
- letter-spacing: -0.2px;
1615
- line-height: 1.75rem;
1616
- margin: 0;
1617
- }
1618
- .pkt-messagebox__text p {
1619
- margin-bottom: 1rem;
1620
- }
1621
- .pkt-messagebox__text p:last-of-type {
1622
- margin-bottom: 0;
1623
- }
1624
- .pkt-messagebox__close {
1625
- grid-area: close;
1626
- }
1627
- .pkt-messagebox__close svg {
1628
- --fg-color: var(--pkt-color-alert-close-fg);
1629
- }
1630
-
1631
- .pkt-messagebox--compact {
1632
- padding: 1rem 1rem 1rem 0.75rem;
1633
- }
1634
- .pkt-messagebox--compact .pkt-messagebox__title {
1635
- font-size: 1rem;
1636
- font-weight: 500;
1637
- letter-spacing: -0.2px;
1638
- line-height: 1.5rem;
1639
- }
1640
- .pkt-messagebox--compact .pkt-messagebox__text {
1641
- font-size: 1rem;
1642
- font-weight: 300;
1643
- letter-spacing: -0.2px;
1644
- line-height: 1.5rem;
1645
- }
1646
- .pkt-messagebox--compact .pkt-messagebox__close > .pkt-btn {
1647
- top: -15px;
1648
- }
1649
-
1650
- /*
1651
- * Linkcard component
1652
- */
1653
- .pkt-linkcard {
1197
+ /*
1198
+ * Linkcard component
1199
+ */
1200
+ .pkt-linkcard {
1654
1201
  display: flex;
1655
1202
  align-items: flex-start;
1656
1203
  padding: 1rem;
1657
1204
  text-decoration: none;
1658
1205
  width: 100%;
1659
1206
  height: 100%;
1207
+ transition: background-color 0.2s linear;
1660
1208
  }
1661
1209
  @media screen and (min-width: 80rem) {
1662
1210
  .pkt-linkcard {
@@ -1729,13 +1277,29 @@ pkt-el-icon--large {
1729
1277
  background-color: var(--pkt-color-surface-subtle-pale-blue);
1730
1278
  color: var(--pkt-color-text-body-dark) !important;
1731
1279
  }
1280
+ .pkt-linkcard--blue:hover {
1281
+ background-color: var(--pkt-color-surface-default-light-blue);
1282
+ }
1732
1283
  .pkt-linkcard--blue:hover, .pkt-linkcard--blue:focus, .pkt-linkcard--blue:focus-visible, .pkt-linkcard--blue:active {
1733
1284
  color: var(--pkt-color-brand-warm-blue-1000) !important;
1734
1285
  }
1286
+ .pkt-linkcard--grey {
1287
+ background-color: var(--pkt-color-surface-default-gray);
1288
+ color: var(--pkt-color-text-body-dark) !important;
1289
+ }
1290
+ .pkt-linkcard--grey:hover {
1291
+ background-color: var(--pkt-color-surface-strong-gray);
1292
+ }
1293
+ .pkt-linkcard--grey:hover, .pkt-linkcard--grey:focus, .pkt-linkcard--grey:focus-visible, .pkt-linkcard--grey:active {
1294
+ color: var(--pkt-color-brand-warm-blue-1000) !important;
1295
+ }
1735
1296
  .pkt-linkcard--green {
1736
- background-color: var(--pkt-color-surface-strong-light-green);
1297
+ background-color: var(--pkt-color-surface-default-faded-green);
1737
1298
  color: var(--pkt-color-text-body-dark) !important;
1738
1299
  }
1300
+ .pkt-linkcard--green:hover {
1301
+ background-color: var(--pkt-color-surface-strong-light-green);
1302
+ }
1739
1303
  .pkt-linkcard--green:hover, .pkt-linkcard--green:focus, .pkt-linkcard--green:focus-visible, .pkt-linkcard--green:active {
1740
1304
  color: var(--pkt-color-brand-warm-blue-1000) !important;
1741
1305
  }
@@ -1845,58 +1409,823 @@ pkt-el-icon--large {
1845
1409
  animation-delay: 0;
1846
1410
  opacity: 0;
1847
1411
  }
1848
- .pkt-loader .egg.two {
1849
- background: repeating-linear-gradient(#6fe9ff, #6fe9ff 1em, #ff8274 1em, #ff8274 2em);
1850
- animation-delay: 0.5s;
1412
+ .pkt-loader .egg.two {
1413
+ background: repeating-linear-gradient(#6fe9ff, #6fe9ff 1em, #ff8274 1em, #ff8274 2em);
1414
+ animation-delay: 0.5s;
1415
+ }
1416
+ .pkt-loader .egg.three {
1417
+ background: repeating-linear-gradient(#43f8b6, #43f8b6 1em, #f9c66b 1em, #f9c66b 2em);
1418
+ animation-delay: 1s;
1419
+ }
1420
+ .pkt-loader .egg.four {
1421
+ background: repeating-linear-gradient(#43f8b6, #43f8b6 1em, #ff8274 1em, #ff8274 2em);
1422
+ animation-delay: 1.5s;
1423
+ }
1424
+
1425
+ @keyframes eggroll {
1426
+ 0% {
1427
+ transform: translate3d(0, 0, 0) rotate(0deg);
1428
+ opacity: 0;
1429
+ }
1430
+ 12.5% {
1431
+ transform: translate3d(50%, 1em, 0) rotate(90deg);
1432
+ }
1433
+ 25% {
1434
+ transform: translate3d(100%, 0, 0) rotate(180deg);
1435
+ }
1436
+ 37.5% {
1437
+ transform: translate3d(150%, 1em, 0) rotate(270deg);
1438
+ }
1439
+ 46% {
1440
+ transform: translate3d(200%, 0, 0) rotate(380deg);
1441
+ }
1442
+ 50% {
1443
+ transform: translate3d(200%, 0, 0) rotate(360deg);
1444
+ opacity: 1;
1445
+ }
1446
+ 54% {
1447
+ transform: translate3d(200%, 0, 0) rotate(340deg);
1448
+ }
1449
+ 62.5% {
1450
+ transform: translate3d(250%, 1em, 0) rotate(450deg);
1451
+ }
1452
+ 70% {
1453
+ transform: translate3d(300%, 0, 0) rotate(540deg);
1454
+ }
1455
+ 75% {
1456
+ transform: translate3d(350%, 1em, 0) rotate(630deg);
1457
+ opacity: 1;
1458
+ }
1459
+ 100% {
1460
+ transform: translate3d(400%, 0, 0) rotate(720deg);
1461
+ opacity: 0;
1462
+ }
1463
+ }
1464
+ /*
1465
+ * Messagebox component
1466
+ */
1467
+ .pkt-messagebox {
1468
+ --pkt-color-messagebox-bc: var(--pkt-color-border-beige);
1469
+ --pkt-color-messagebox-bg: var(--pkt-color-surface-default-light-beige);
1470
+ --pkt-color-messagebox-txt: var(--pkt-color-text-body-dark);
1471
+ }
1472
+
1473
+ .pkt-messagebox--red {
1474
+ --pkt-color-messagebox-bc: var(--pkt-color-border-red);
1475
+ --pkt-color-messagebox-bg: var(--pkt-color-surface-default-faded-red);
1476
+ }
1477
+
1478
+ .pkt-messagebox--green {
1479
+ --pkt-color-messagebox-bc: var(--pkt-color-border-green);
1480
+ --pkt-color-messagebox-bg: var(--pkt-color-surface-default-light-green);
1481
+ }
1482
+
1483
+ .pkt-messagebox--blue {
1484
+ --pkt-color-messagebox-bc: var(--pkt-color-border-blue);
1485
+ --pkt-color-messagebox-bg: var(--pkt-color-surface-default-light-blue);
1486
+ }
1487
+
1488
+ .pkt-messagebox {
1489
+ padding: 1.5rem 1.5rem 1.5rem 1.25rem;
1490
+ display: grid;
1491
+ grid-template-areas: "title close" "text text";
1492
+ grid-template-columns: auto 40px;
1493
+ border-left: 0.25rem solid var(--pkt-color-messagebox-bc);
1494
+ background-color: var(--pkt-color-messagebox-bg);
1495
+ color: var(--pkt-color-messagebox-txt);
1496
+ }
1497
+ .pkt-messagebox__title {
1498
+ grid-area: title;
1499
+ font-size: 1.5rem;
1500
+ font-weight: 500;
1501
+ letter-spacing: -0.2px;
1502
+ line-height: 2.25rem;
1503
+ margin: 0 0 1.5rem 0;
1504
+ }
1505
+ .pkt-messagebox__text {
1506
+ grid-area: text;
1507
+ font-size: 1.125rem;
1508
+ font-weight: 300;
1509
+ letter-spacing: -0.2px;
1510
+ line-height: 1.75rem;
1511
+ margin: 0;
1512
+ }
1513
+ .pkt-messagebox__text p {
1514
+ margin-bottom: 1rem;
1515
+ }
1516
+ .pkt-messagebox__text p:last-of-type {
1517
+ margin-bottom: 0;
1518
+ }
1519
+ .pkt-messagebox__close {
1520
+ grid-area: close;
1521
+ }
1522
+ .pkt-messagebox__close svg {
1523
+ --fg-color: var(--pkt-color-alert-close-fg);
1524
+ }
1525
+
1526
+ .pkt-messagebox--compact {
1527
+ padding: 1rem 1rem 1rem 0.75rem;
1528
+ }
1529
+ .pkt-messagebox--compact .pkt-messagebox__title {
1530
+ font-size: 1rem;
1531
+ font-weight: 500;
1532
+ letter-spacing: -0.2px;
1533
+ line-height: 1.5rem;
1534
+ }
1535
+ .pkt-messagebox--compact .pkt-messagebox__text {
1536
+ font-size: 1rem;
1537
+ font-weight: 300;
1538
+ letter-spacing: -0.2px;
1539
+ line-height: 1.5rem;
1540
+ }
1541
+ .pkt-messagebox--compact .pkt-messagebox__close > .pkt-btn {
1542
+ top: -15px;
1543
+ }
1544
+
1545
+ .pkt-progressbar {
1546
+ --pkt-progress-width: 0%;
1547
+ --pkt-progress-label-width: 5rem;
1548
+ }
1549
+ .pkt-progressbar__container {
1550
+ margin: 0;
1551
+ }
1552
+ .pkt-progressbar__title {
1553
+ display: block;
1554
+ margin: 0;
1555
+ margin-bottom: 8px;
1556
+ text-align: left;
1557
+ font-weight: 500;
1558
+ font-size: 0.875rem;
1559
+ }
1560
+ .pkt-progressbar__title-center {
1561
+ text-align: center;
1562
+ }
1563
+ .pkt-progressbar__bar-wrapper {
1564
+ background-color: var(--pkt-color-grays-gray-100);
1565
+ height: 8px;
1566
+ overflow: hidden;
1567
+ }
1568
+ .pkt-progressbar__bar {
1569
+ background-color: var(--pkt-color-brand-dark-blue-1000);
1570
+ display: block;
1571
+ width: var(--pkt-progress-width);
1572
+ height: 100%;
1573
+ transition: width 0.5s ease;
1574
+ }
1575
+ .pkt-progressbar__bar--dark-blue {
1576
+ background-color: var(--pkt-color-brand-dark-blue-1000);
1577
+ }
1578
+ .pkt-progressbar__bar--green {
1579
+ background-color: var(--pkt-color-brand-green-1000);
1580
+ }
1581
+ .pkt-progressbar__bar--light-blue {
1582
+ background-color: var(--pkt-color-brand-blue-1000);
1583
+ }
1584
+ .pkt-progressbar__bar--red {
1585
+ background-color: var(--pkt-color-brand-red-1000);
1586
+ }
1587
+ .pkt-progressbar__status {
1588
+ margin-top: 8px;
1589
+ position: relative;
1590
+ white-space: nowrap;
1591
+ font-weight: 400;
1592
+ font-size: 0.75rem;
1593
+ }
1594
+ .pkt-progressbar__status--center {
1595
+ width: 100% !important;
1596
+ text-align: center;
1597
+ }
1598
+ .pkt-progressbar__status-placement--following {
1599
+ margin-left: max(0%, min(100% - var(--pkt-progress-label-width), var(--pkt-progress-width) - var(--pkt-progress-label-width) / 2));
1600
+ transition: margin-left 0.5s ease;
1601
+ }
1602
+
1603
+ /* Common styles for all inputs */
1604
+ .pkt-searchinput {
1605
+ position: relative;
1606
+ font-size: 1.125rem;
1607
+ font-weight: 300;
1608
+ letter-spacing: -0.2px;
1609
+ line-height: 1.75rem;
1610
+ }
1611
+ .pkt-searchinput__field {
1612
+ width: min(100%, 31rem);
1613
+ display: flex;
1614
+ }
1615
+ .pkt-searchinput--fullwidth .pkt-searchinput__field {
1616
+ width: 100%;
1617
+ }
1618
+ .pkt-searchinput--global .pkt-input:not(:disabled) {
1619
+ border-color: var(--pkt-color-border-yellow);
1620
+ }
1621
+ .pkt-searchinput--global .pkt-input:not(:disabled):hover, .pkt-searchinput--global .pkt-input:not(:disabled):active, .pkt-searchinput--global .pkt-input:not(:disabled):focus {
1622
+ border-color: var(--pkt-color-input-border-active);
1623
+ }
1624
+ .pkt-searchinput--global .pkt-searchinput__button {
1625
+ border-radius: 50%;
1626
+ }
1627
+ .pkt-searchinput--local-with-button .pkt-searchinput__field {
1628
+ gap: 0.5rem;
1629
+ }
1630
+ .pkt-searchinput--local .pkt-input {
1631
+ padding: 0.5rem 0 0.5rem 1rem;
1632
+ }
1633
+ .pkt-searchinput--local .pkt-searchinput__button:disabled {
1634
+ border-color: var(--pkt-color-input-border-disabled);
1635
+ }
1636
+ .pkt-searchinput--local .pkt-searchinput__button svg {
1637
+ margin-left: 0;
1638
+ }
1639
+ .pkt-searchinput__suggestions {
1640
+ position: absolute;
1641
+ z-index: 2;
1642
+ padding: 0;
1643
+ margin: 2px 0 0;
1644
+ width: min(100%, 31rem);
1645
+ list-style: none;
1646
+ background-color: var(--pkt-color-background-card);
1647
+ box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
1648
+ }
1649
+ .pkt-searchinput--global .pkt-searchinput__suggestions {
1650
+ width: min(100% - 3rem, 28rem);
1651
+ }
1652
+ .pkt-searchinput--local-with-button .pkt-searchinput__suggestions {
1653
+ width: min(100% - 3.5rem, 27.5rem);
1654
+ }
1655
+ .pkt-searchinput--fullwidth .pkt-searchinput__suggestions {
1656
+ width: 100%;
1657
+ }
1658
+ .pkt-searchinput__suggestion {
1659
+ display: block;
1660
+ padding: 1rem;
1661
+ text-decoration: none;
1662
+ background-color: transparent;
1663
+ color: var(--pkt-color-text-action-normal);
1664
+ border: none;
1665
+ font: inherit;
1666
+ outline: inherit;
1667
+ text-align: inherit;
1668
+ }
1669
+ .pkt-searchinput__suggestion:hover, .pkt-searchinput__suggestion:focus, .pkt-searchinput__suggestion:active {
1670
+ text-decoration: none;
1671
+ background-color: var(--pkt-color-background-subtle);
1672
+ color: var(--pkt-color-text-action-active);
1673
+ }
1674
+ .pkt-searchinput__suggestion:hover .pkt-searchinput__suggestion-title, .pkt-searchinput__suggestion:focus .pkt-searchinput__suggestion-title, .pkt-searchinput__suggestion:active .pkt-searchinput__suggestion-title {
1675
+ text-decoration: underline;
1676
+ }
1677
+ .pkt-searchinput__suggestion:hover > *, .pkt-searchinput__suggestion:focus > *, .pkt-searchinput__suggestion:active > * {
1678
+ color: inherit;
1679
+ }
1680
+ .pkt-searchinput__suggestion--has-hover {
1681
+ cursor: pointer;
1682
+ }
1683
+ .pkt-searchinput__suggestion-title {
1684
+ font-size: 1.125rem;
1685
+ font-weight: 500;
1686
+ letter-spacing: -0.2px;
1687
+ line-height: 1.75rem;
1688
+ }
1689
+ .pkt-searchinput__suggestion-text {
1690
+ margin: 0;
1691
+ display: -webkit-box;
1692
+ -webkit-line-clamp: 3;
1693
+ -webkit-box-orient: vertical;
1694
+ overflow: hidden;
1695
+ hyphens: auto;
1696
+ }
1697
+
1698
+ /*
1699
+ * Stepper component
1700
+ */
1701
+ .pkt-stepper {
1702
+ --pkt-steps-indicator-width: 24px;
1703
+ --pkt-steps-indicator-height: 24px;
1704
+ --pkt-steps-indicator-color: var(--pkt-color-brand-dark-blue-1000);
1705
+ --pkt-steps-border-width: 2.5px;
1706
+ --pkt-steps-line-length: 1.5rem;
1707
+ color: var(--pkt-color-brand-dark-blue-1000);
1708
+ font-size: 1.125rem;
1709
+ font-weight: 500;
1710
+ letter-spacing: -0.2px;
1711
+ list-style: none;
1712
+ margin: 0;
1713
+ padding: 0;
1714
+ }
1715
+ .pkt-stepper .pkt-step {
1716
+ display: grid;
1717
+ }
1718
+ .pkt-stepper .pkt-step__wrapper {
1719
+ grid-column: title/content;
1720
+ grid-row: title/content;
1721
+ }
1722
+ .pkt-stepper .pkt-step__title {
1723
+ font-weight: 500;
1724
+ width: max-content;
1725
+ width: 100%;
1726
+ }
1727
+ .pkt-stepper .pkt-step__content {
1728
+ font-weight: 300;
1729
+ padding-bottom: 1.5rem;
1730
+ width: 100%;
1731
+ }
1732
+ .pkt-stepper .pkt-step__indicator {
1733
+ z-index: 2;
1734
+ grid-area: indicator;
1735
+ }
1736
+ .pkt-stepper .pkt-step__line {
1737
+ background-color: var(--pkt-color-brand-dark-blue-1000);
1738
+ }
1739
+ .pkt-stepper .pkt-step__line--1 {
1740
+ grid-area: indicator;
1741
+ }
1742
+ .pkt-stepper .pkt-step__line--2 {
1743
+ grid-area: indicator;
1744
+ }
1745
+ .pkt-stepper .pkt-step__line--3 {
1746
+ grid-area: line;
1747
+ height: fit-content;
1748
+ }
1749
+
1750
+ .pkt-stepper--vertical {
1751
+ display: grid;
1752
+ grid-template-columns: 1fr;
1753
+ }
1754
+ .pkt-stepper--vertical .pkt-step {
1755
+ grid-template-areas: "indicator title" "line content";
1756
+ grid-template-columns: var(--pkt-steps-indicator-width) auto;
1757
+ grid-template-rows: var(--pkt-steps-indicator-height) minmax(min-content, max-content);
1758
+ grid-gap: 0 1rem;
1759
+ justify-items: flex-start;
1760
+ }
1761
+ .pkt-stepper--vertical .pkt-step--current .pkt-step__title,
1762
+ .pkt-stepper--vertical .pkt-step--current .pkt-step__content {
1763
+ padding: 1rem 1.5rem;
1764
+ background-color: var(--pkt-color-surface-subtle-pale-blue);
1765
+ }
1766
+ .pkt-stepper--vertical .pkt-step--current .pkt-step__wrapper {
1767
+ margin-bottom: 1.5rem;
1768
+ }
1769
+ .pkt-stepper--vertical .pkt-step__indicator > svg {
1770
+ vertical-align: baseline;
1771
+ }
1772
+ .pkt-stepper--vertical .pkt-step__line {
1773
+ min-height: min-content;
1774
+ height: 100%;
1775
+ margin: auto;
1776
+ width: var(--pkt-steps-border-width);
1777
+ }
1778
+ .pkt-stepper--vertical .pkt-step__line--1 {
1779
+ height: 50%;
1780
+ transform: translateY(-55%);
1781
+ }
1782
+ .pkt-stepper--vertical .pkt-step__line--2 {
1783
+ height: 50%;
1784
+ transform: translateY(55%);
1785
+ }
1786
+ .pkt-stepper--vertical .pkt-step__line--3 {
1787
+ min-height: 4rem;
1788
+ }
1789
+
1790
+ .pkt-stepper--horizontal {
1791
+ display: flex;
1792
+ }
1793
+ .pkt-stepper--horizontal .pkt-step {
1794
+ grid-template-areas: "indicator line" "title title" "content content";
1795
+ grid-template-columns: var(--pkt-steps-indicator-width) auto;
1796
+ grid-template-rows: var(--pkt-steps-indicator-width) min-content min-content;
1797
+ justify-items: flex-start;
1798
+ }
1799
+ .pkt-stepper--horizontal .pkt-step__wrapper {
1800
+ min-width: fit-content;
1801
+ }
1802
+ .pkt-stepper--horizontal .pkt-step__title {
1803
+ padding: 1.5rem 1rem 1.5rem 0;
1804
+ }
1805
+ .pkt-stepper--horizontal .pkt-step__content {
1806
+ padding: 0 1rem 1rem 0;
1807
+ }
1808
+ .pkt-stepper--horizontal .pkt-step__indicator > svg {
1809
+ vertical-align: baseline;
1810
+ }
1811
+ .pkt-stepper--horizontal .pkt-step__line {
1812
+ min-width: min-content;
1813
+ width: 100%;
1814
+ margin: auto;
1815
+ height: var(--pkt-steps-border-width);
1816
+ }
1817
+ .pkt-stepper--horizontal .pkt-step__line--1 {
1818
+ width: 50%;
1819
+ transform: translateX(-55%);
1820
+ }
1821
+ .pkt-stepper--horizontal .pkt-step__line--2 {
1822
+ width: 50%;
1823
+ transform: translateX(55%);
1824
+ }
1825
+ .pkt-stepper--horizontal .pkt-step__line--3 {
1826
+ min-width: 5rem;
1827
+ }
1828
+
1829
+ .pkt-step:first-of-type .pkt-step__line--1 {
1830
+ display: none;
1831
+ }
1832
+
1833
+ .pkt-step--incomplete .pkt-step__line {
1834
+ background-color: var(--pkt-color-grays-gray-200);
1835
+ }
1836
+ .pkt-step--incomplete .pkt-step__title,
1837
+ .pkt-step--incomplete .pkt-step__content {
1838
+ color: var(--pkt-color-grays-gray-600);
1839
+ }
1840
+
1841
+ .pkt-step--current + .pkt-step--incomplete .pkt-step__line--1 {
1842
+ background-color: var(--pkt-color-brand-dark-blue-1000);
1843
+ }
1844
+ .pkt-step--current + .pkt-step--incomplete .pkt-step__line--2 {
1845
+ background-color: var(--pkt-color-grays-gray-200);
1846
+ }
1847
+
1848
+ .pkt-step:last-of-type .pkt-step__line--3,
1849
+ .pkt-step:last-of-type .pkt-step__line--2 {
1850
+ display: none;
1851
+ }
1852
+
1853
+ .pkt-step--hidden:not(.pkt-step--current) .pkt-step__content {
1854
+ display: none;
1855
+ }
1856
+
1857
+ .pkt-tabs {
1858
+ --pkt-tabs-bg: var(--pkt-color-background-default);
1859
+ background-color: var(--pkt-tabs-bg);
1860
+ position: relative;
1861
+ border-bottom: 1px solid var(--pkt-color-border-gray);
1862
+ }
1863
+ .pkt-tabs__list {
1864
+ position: relative;
1865
+ width: auto;
1866
+ width: 100%;
1867
+ overflow-x: auto;
1868
+ scrollbar-width: thin;
1869
+ padding: 0.25rem 4rem 0 0.25rem;
1870
+ margin: 0;
1871
+ display: flex;
1872
+ flex-wrap: nowrap;
1873
+ align-items: flex-start;
1874
+ }
1875
+ .pkt-tabs__button {
1876
+ border: 0;
1877
+ padding: 0;
1878
+ background: none;
1879
+ border-radius: 0;
1880
+ }
1881
+ .pkt-tabs__link, .pkt-tabs__button {
1882
+ cursor: pointer;
1883
+ display: flex;
1884
+ align-items: center;
1885
+ gap: 0.5rem;
1886
+ padding: 0.75rem 1rem;
1887
+ color: var(--pkt-color-text-action-disabled);
1888
+ border-bottom: 0.25rem solid transparent;
1889
+ font-size: 1rem;
1890
+ font-weight: 400;
1891
+ letter-spacing: -0.2px;
1892
+ line-height: 1.5rem;
1893
+ white-space: nowrap;
1894
+ }
1895
+ .pkt-tabs__link .pkt-icon,
1896
+ .pkt-tabs__link pkt-el-icon, .pkt-tabs__button .pkt-icon,
1897
+ .pkt-tabs__button pkt-el-icon {
1898
+ --fg-color: currentColor;
1899
+ }
1900
+ .pkt-tabs__link, .pkt-tabs__link:hover, .pkt-tabs__link:active, .pkt-tabs__button, .pkt-tabs__button:hover, .pkt-tabs__button:active {
1901
+ text-decoration: none;
1902
+ }
1903
+ .pkt-tabs__link:focus:not(:active), .pkt-tabs__link:focus-visible:not(:active), .pkt-tabs__button:focus:not(:active), .pkt-tabs__button:focus-visible:not(:active) {
1904
+ border: 0;
1905
+ box-shadow: none;
1906
+ background-color: var(--pkt-color-surface-default-gray);
1907
+ outline: 0.25rem solid var(--pkt-color-border-states-focus);
1908
+ outline-offset: 0;
1909
+ }
1910
+ .pkt-tabs__link.active:focus, .pkt-tabs__link.active:focus-visible, .pkt-tabs__button.active:focus, .pkt-tabs__button.active:focus-visible {
1911
+ box-shadow: none;
1912
+ border-bottom: 0.25rem solid var(--pkt-color-border-blue);
1913
+ }
1914
+ .pkt-tabs__link:hover, .pkt-tabs__link:focus, .pkt-tabs__link:focus-visible, .pkt-tabs__link:focus-visible:is(:active), .pkt-tabs__link:focus:is(:active), .pkt-tabs__link:active, .pkt-tabs__button:hover, .pkt-tabs__button:focus, .pkt-tabs__button:focus-visible, .pkt-tabs__button:focus-visible:is(:active), .pkt-tabs__button:focus:is(:active), .pkt-tabs__button:active {
1915
+ outline: 0;
1916
+ color: var(--pkt-color-text-action-active);
1917
+ border-bottom: 0.25rem solid var(--pkt-color-border-states-hover);
1918
+ }
1919
+ .pkt-tabs__link.active, .pkt-tabs__button.active {
1920
+ color: var(--pkt-color-text-action-normal);
1921
+ border-bottom: 0.25rem solid var(--pkt-color-border-blue);
1922
+ font-size: 1rem;
1923
+ font-weight: 500;
1924
+ letter-spacing: -0.2px;
1925
+ line-height: 1.5rem;
1926
+ }
1927
+ .pkt-tabs:after {
1928
+ content: "";
1929
+ display: block;
1930
+ position: absolute;
1931
+ z-index: 3;
1932
+ background: linear-gradient(90deg, transparent 0%, var(--pkt-tabs-bg) 100%);
1933
+ top: 0;
1934
+ right: 0;
1935
+ bottom: 0;
1936
+ width: 5rem;
1937
+ pointer-events: none;
1938
+ }
1939
+
1940
+ /*
1941
+ * Tag element
1942
+ */
1943
+ .pkt-tag {
1944
+ --pkt-color-tag-text-active: var(--pkt-color-brand-warm-blue-1000);
1945
+ --pkt-color-tag-text-focus: var(--pkt-color-brand-warm-blue-1000);
1946
+ --pkt-color-tag-text-hover: var(--pkt-color-brand-warm-blue-1000);
1947
+ --pkt-color-tag-text-normal: var(--pkt-color-brand-dark-blue-1000);
1948
+ font-size: 0.875rem;
1949
+ font-weight: 500;
1950
+ letter-spacing: -0.2px;
1951
+ line-height: 1.375rem;
1952
+ background: var(--pkt-color-surface-default-light-blue);
1953
+ padding: 0.25rem 0.5rem;
1954
+ display: inline-flex;
1955
+ align-items: center;
1956
+ height: 1.875rem;
1957
+ column-gap: 0;
1958
+ color: var(--pkt-color-tag-text-normal);
1959
+ }
1960
+ [data-mode=dark] .pkt-tag {
1961
+ --pkt-color-tag-text-active: var(--pkt-color-brand-dark-blue-1000);
1962
+ --pkt-color-tag-text-focus: var(--pkt-color-brand-dark-blue-1000);
1963
+ --pkt-color-tag-text-hover: var(--pkt-color-brand-dark-blue-1000);
1964
+ --pkt-color-tag-text-normal: var(--pkt-color-brand-dark-blue-1000);
1965
+ }
1966
+
1967
+ .pkt-tag.pkt-btn:hover, .pkt-tag.pkt-tag--hover {
1968
+ background-color: var(--pkt-color-surface-strong-blue);
1969
+ color: var(--pkt-color-tag-text-hover);
1970
+ text-decoration: underline;
1971
+ border-color: transparent;
1972
+ }
1973
+ .pkt-tag.pkt-btn:hover > svg, .pkt-tag.pkt-tag--hover > svg {
1974
+ --fg-color: var(--pkt-color-tag-text-hover);
1975
+ }
1976
+ .pkt-tag.pkt-btn:focus, .pkt-tag.pkt-tag--focus {
1977
+ background-color: var(--pkt-color-surface-strong-blue);
1978
+ border-color: var(--pkt-color-text-action-active);
1979
+ outline: 4px solid var(--pkt-color-border-states-focus);
1980
+ color: var(--pkt-color-tag-text-focus);
1981
+ }
1982
+ .pkt-tag.pkt-btn:focus > svg, .pkt-tag.pkt-tag--focus > svg {
1983
+ --fg-color: var(--pkt-color-tag-text-focus);
1984
+ }
1985
+ .pkt-tag.pkt-btn:active, .pkt-tag.pkt-tag--active, .pkt-tag.pkt-tag--active:hover {
1986
+ background-color: var(--pkt-color-surface-strong-blue);
1987
+ color: var(--pkt-color-tag-text-active);
1988
+ }
1989
+ .pkt-tag.pkt-btn:active > svg, .pkt-tag.pkt-tag--active > svg, .pkt-tag.pkt-tag--active:hover > svg {
1990
+ --fg-color: var(--pkt-color-tag-text-active);
1991
+ }
1992
+ .pkt-tag__icon {
1993
+ width: 16px;
1994
+ height: 16px;
1995
+ margin-right: 0.5rem;
1996
+ }
1997
+ .pkt-tag__close-btn {
1998
+ width: 16px;
1999
+ height: 16px;
2000
+ margin-left: 0.5rem;
2001
+ }
2002
+ .pkt-tag--green {
2003
+ background: var(--pkt-color-surface-strong-light-green);
2004
+ }
2005
+ .pkt-tag--green.pkt-btn:hover, .pkt-tag--green.pkt-tag--hover {
2006
+ background-color: var(--pkt-color-surface-strong-green);
2007
+ color: var(--pkt-color-tag-text-hover);
2008
+ }
2009
+ .pkt-tag--green.pkt-btn:hover > svg, .pkt-tag--green.pkt-tag--hover > svg {
2010
+ --fg-color: var(--pkt-color-tag-text-hover);
2011
+ }
2012
+ .pkt-tag--green.pkt-btn:focus, .pkt-tag--green.pkt-tag--focus {
2013
+ background-color: var(--pkt-color-surface-strong-green);
2014
+ color: var(--pkt-color-tag-text-focus);
2015
+ }
2016
+ .pkt-tag--green.pkt-btn:focus > svg, .pkt-tag--green.pkt-tag--focus > svg {
2017
+ --fg-color: var(--pkt-color-tag-text-focus);
2018
+ }
2019
+ .pkt-tag--green.pkt-btn:active, .pkt-tag--green.pkt-tag--active {
2020
+ background-color: var(--pkt-color-surface-strong-green);
2021
+ color: var(--pkt-color-tag-text-active);
2022
+ }
2023
+ .pkt-tag--green.pkt-btn:active > svg, .pkt-tag--green.pkt-tag--active > svg {
2024
+ --fg-color: var(--pkt-color-tag-text-active);
2025
+ }
2026
+ .pkt-tag--yellow {
2027
+ background: var(--pkt-color-surface-default-yellow);
2028
+ }
2029
+ .pkt-tag--yellow.pkt-btn:hover, .pkt-tag--yellow.pkt-tag--hover {
2030
+ background-color: var(--pkt-color-surface-strong-yellow);
2031
+ color: var(--pkt-color-tag-text-hover);
2032
+ }
2033
+ .pkt-tag--yellow.pkt-btn:hover > svg, .pkt-tag--yellow.pkt-tag--hover > svg {
2034
+ --fg-color: var(--pkt-color-tag-text-hover);
2035
+ }
2036
+ .pkt-tag--yellow.pkt-btn:focus, .pkt-tag--yellow.pkt-tag--focus {
2037
+ background-color: var(--pkt-color-surface-strong-yellow);
2038
+ color: var(--pkt-color-tag-text-focus);
2039
+ }
2040
+ .pkt-tag--yellow.pkt-btn:focus > svg, .pkt-tag--yellow.pkt-tag--focus > svg {
2041
+ --fg-color: var(--pkt-color-tag-text-focus);
2042
+ }
2043
+ .pkt-tag--yellow.pkt-btn:active, .pkt-tag--yellow.pkt-tag--active {
2044
+ background-color: var(--pkt-color-surface-strong-yellow);
2045
+ color: var(--pkt-color-tag-text-active);
2046
+ }
2047
+ .pkt-tag--yellow.pkt-btn:active > svg, .pkt-tag--yellow.pkt-tag--active > svg {
2048
+ --fg-color: var(--pkt-color-tag-text-active);
2049
+ }
2050
+ .pkt-tag--red {
2051
+ background: var(--pkt-color-surface-default-red);
2052
+ }
2053
+ .pkt-tag--red.pkt-btn:hover, .pkt-tag--red.pkt-tag--hover {
2054
+ background-color: var(--pkt-color-surface-strong-red);
2055
+ color: var(--pkt-color-tag-text-hover);
2056
+ }
2057
+ .pkt-tag--red.pkt-btn:hover > svg, .pkt-tag--red.pkt-tag--hover > svg {
2058
+ --fg-color: var(--pkt-color-tag-text-hover);
2059
+ }
2060
+ .pkt-tag--red.pkt-btn:focus, .pkt-tag--red.pkt-tag--focus {
2061
+ background-color: var(--pkt-color-surface-strong-red);
2062
+ color: var(--pkt-color-tag-text-focus);
2063
+ }
2064
+ .pkt-tag--red.pkt-btn:focus > svg, .pkt-tag--red.pkt-tag--focus > svg {
2065
+ --fg-color: var(--pkt-color-tag-text-focus);
2066
+ }
2067
+ .pkt-tag--red.pkt-btn:active, .pkt-tag--red.pkt-tag--active {
2068
+ background-color: var(--pkt-color-surface-strong-red);
2069
+ color: var(--pkt-color-tag-text-active);
2070
+ }
2071
+ .pkt-tag--red.pkt-btn:active > svg, .pkt-tag--red.pkt-tag--active > svg {
2072
+ --fg-color: var(--pkt-color-tag-text-active);
2073
+ }
2074
+ .pkt-tag--beige {
2075
+ background: var(--pkt-color-surface-default-light-beige);
2076
+ }
2077
+ .pkt-tag--beige.pkt-btn:hover, .pkt-tag--beige.pkt-tag--hover {
2078
+ background-color: var(--pkt-color-surface-strong-beige);
2079
+ color: var(--pkt-color-tag-text-hover);
2080
+ }
2081
+ .pkt-tag--beige.pkt-btn:hover > svg, .pkt-tag--beige.pkt-tag--hover > svg {
2082
+ --fg-color: var(--pkt-color-tag-text-hover);
2083
+ }
2084
+ .pkt-tag--beige.pkt-btn:focus, .pkt-tag--beige.pkt-tag--focus {
2085
+ background-color: var(--pkt-color-surface-strong-beige);
2086
+ color: var(--pkt-color-tag-text-focus);
2087
+ }
2088
+ .pkt-tag--beige.pkt-btn:focus > svg, .pkt-tag--beige.pkt-tag--focus > svg {
2089
+ --fg-color: var(--pkt-color-tag-text-focus);
2090
+ }
2091
+ .pkt-tag--beige.pkt-btn:active, .pkt-tag--beige.pkt-tag--active {
2092
+ background-color: var(--pkt-color-surface-strong-beige);
2093
+ color: var(--pkt-color-tag-text-active);
2094
+ }
2095
+ .pkt-tag--beige.pkt-btn:active > svg, .pkt-tag--beige.pkt-tag--active > svg {
2096
+ --fg-color: var(--pkt-color-tag-text-active);
2097
+ }
2098
+ .pkt-tag--grey {
2099
+ background: var(--pkt-color-surface-default-gray);
2100
+ }
2101
+ .pkt-tag--grey.pkt-btn:hover, .pkt-tag--grey.pkt-tag--hover {
2102
+ background-color: var(--pkt-color-surface-strong-gray);
2103
+ color: var(--pkt-color-tag-text-hover);
2104
+ }
2105
+ .pkt-tag--grey.pkt-btn:hover > svg, .pkt-tag--grey.pkt-tag--hover > svg {
2106
+ --fg-color: var(--pkt-color-tag-text-hover);
2107
+ }
2108
+ .pkt-tag--grey.pkt-btn:focus, .pkt-tag--grey.pkt-tag--focus {
2109
+ background-color: var(--pkt-color-surface-strong-gray);
2110
+ color: var(--pkt-color-tag-text-active);
2111
+ }
2112
+ .pkt-tag--grey.pkt-btn:focus > svg, .pkt-tag--grey.pkt-tag--focus > svg {
2113
+ --fg-color: var(--pkt-color-tag-text-active);
2114
+ }
2115
+ .pkt-tag--grey.pkt-btn:active, .pkt-tag--grey.pkt-tag--active {
2116
+ background-color: var(--pkt-color-surface-strong-gray);
2117
+ color: var(--pkt-color-tag-text-active);
2118
+ }
2119
+ .pkt-tag--grey.pkt-btn:active > svg, .pkt-tag--grey.pkt-tag--active > svg {
2120
+ --fg-color: var(--pkt-color-tag-text-active);
2121
+ }
2122
+ .pkt-tag--blue-light {
2123
+ background: var(--pkt-color-surface-subtle-light-blue);
2124
+ }
2125
+ .pkt-tag--blue-light.pkt-btn:hover, .pkt-tag--blue-light.pkt-tag--hover {
2126
+ background-color: var(--pkt-color-surface-strong-blue);
2127
+ color: var(--pkt-color-tag-text-hover);
2128
+ }
2129
+ .pkt-tag--blue-light.pkt-btn:hover > svg, .pkt-tag--blue-light.pkt-tag--hover > svg {
2130
+ --fg-color: var(--pkt-color-tag-text-hover);
2131
+ }
2132
+ .pkt-tag--blue-light.pkt-btn:focus, .pkt-tag--blue-light.pkt-tag--focus {
2133
+ background-color: var(--pkt-color-surface-strong-blue);
2134
+ color: var(--pkt-color-tag-text-focus);
2135
+ }
2136
+ .pkt-tag--blue-light.pkt-btn:focus > svg, .pkt-tag--blue-light.pkt-tag--focus > svg {
2137
+ --fg-color: var(--pkt-color-tag-text-focus);
2138
+ }
2139
+ .pkt-tag--blue-light.pkt-btn:active, .pkt-tag--blue-light.pkt-tag--active {
2140
+ background-color: var(--pkt-color-surface-strong-blue);
2141
+ color: var(--pkt-color-tag-text-active);
2142
+ }
2143
+ .pkt-tag--blue-light.pkt-btn:active > svg, .pkt-tag--blue-light.pkt-tag--active > svg {
2144
+ --fg-color: var(--pkt-color-tag-text-active);
2145
+ }
2146
+ .pkt-tag--small {
2147
+ padding: 0.25rem;
2148
+ height: 1.375rem;
2149
+ }
2150
+ .pkt-tag--medium {
2151
+ padding: 0.25rem 0.5rem;
2152
+ height: 1.875rem;
2153
+ }
2154
+ .pkt-tag--large {
2155
+ font-size: 1.125rem;
2156
+ font-weight: 500;
2157
+ letter-spacing: -0.2px;
2158
+ line-height: 1.75rem;
2159
+ padding: 0.25rem 0.5rem;
2160
+ height: 2.25rem;
1851
2161
  }
1852
- .pkt-loader .egg.three {
1853
- background: repeating-linear-gradient(#43f8b6, #43f8b6 1em, #f9c66b 1em, #f9c66b 2em);
1854
- animation-delay: 1s;
2162
+ .pkt-tag--normal-text {
2163
+ font-size: 0.875rem;
2164
+ font-weight: 500;
2165
+ letter-spacing: -0.2px;
2166
+ line-height: 1.375rem;
1855
2167
  }
1856
- .pkt-loader .egg.four {
1857
- background: repeating-linear-gradient(#43f8b6, #43f8b6 1em, #ff8274 1em, #ff8274 2em);
1858
- animation-delay: 1.5s;
2168
+ .pkt-tag--thin-text {
2169
+ font-size: 0.875rem;
2170
+ font-weight: 300;
2171
+ letter-spacing: -0.2px;
2172
+ line-height: 1.375rem;
1859
2173
  }
1860
2174
 
1861
- @keyframes eggroll {
1862
- 0% {
1863
- transform: translate3d(0, 0, 0) rotate(0deg);
1864
- opacity: 0;
1865
- }
1866
- 12.5% {
1867
- transform: translate3d(50%, 1em, 0) rotate(90deg);
1868
- }
1869
- 25% {
1870
- transform: translate3d(100%, 0, 0) rotate(180deg);
1871
- }
1872
- 37.5% {
1873
- transform: translate3d(150%, 1em, 0) rotate(270deg);
1874
- }
1875
- 46% {
1876
- transform: translate3d(200%, 0, 0) rotate(380deg);
2175
+ /*
2176
+ * Header element
2177
+ */
2178
+ .pkt-teaserlist {
2179
+ display: grid;
2180
+ grid-template-columns: auto;
2181
+ grid-template-rows: auto auto;
2182
+ justify-items: center;
2183
+ position: relative;
2184
+ row-gap: 30px;
2185
+ }
2186
+ @media screen and (min-width: 48rem) {
2187
+ .pkt-teaserlist {
2188
+ column-gap: 30px;
2189
+ grid-template-columns: 200px auto;
2190
+ grid-template-rows: auto;
2191
+ justify-items: normal;
1877
2192
  }
1878
- 50% {
1879
- transform: translate3d(200%, 0, 0) rotate(360deg);
1880
- opacity: 1;
2193
+ }
2194
+ @media screen and (min-width: 64rem) {
2195
+ .pkt-teaserlist {
2196
+ grid-template-columns: 300px auto;
1881
2197
  }
1882
- 54% {
1883
- transform: translate3d(200%, 0, 0) rotate(340deg);
2198
+ }
2199
+ @media screen and (min-width: 48rem) {
2200
+ .pkt-teaserlist.flip {
2201
+ grid-template-columns: auto 200px;
1884
2202
  }
1885
- 62.5% {
1886
- transform: translate3d(250%, 1em, 0) rotate(450deg);
2203
+ }
2204
+ @media screen and (min-width: 64rem) {
2205
+ .pkt-teaserlist.flip {
2206
+ grid-template-columns: auto 300px;
1887
2207
  }
1888
- 70% {
1889
- transform: translate3d(300%, 0, 0) rotate(540deg);
2208
+ }
2209
+ @media screen and (min-width: 48rem) {
2210
+ .pkt-teaserlist.flip > .pkt-teaserlist__img {
2211
+ grid-column: 2;
1890
2212
  }
1891
- 75% {
1892
- transform: translate3d(350%, 1em, 0) rotate(630deg);
1893
- opacity: 1;
2213
+ }
2214
+ @media screen and (min-width: 48rem) {
2215
+ .pkt-teaserlist.flip > .pkt-teaserlist__txt {
2216
+ grid-column: 1;
2217
+ grid-row: 1;
1894
2218
  }
1895
- 100% {
1896
- transform: translate3d(400%, 0, 0) rotate(720deg);
1897
- opacity: 0;
2219
+ }
2220
+ .pkt-teaserlist__img {
2221
+ width: 150px;
2222
+ }
2223
+ @media screen and (min-width: 48rem) {
2224
+ .pkt-teaserlist__img {
2225
+ width: 100%;
1898
2226
  }
1899
2227
  }
2228
+
1900
2229
  /*
1901
2230
  * Textinput component
1902
2231
  *
@@ -2131,157 +2460,4 @@ pkt-el-icon--large {
2131
2460
  letter-spacing: -0.2px;
2132
2461
  line-height: 1.375rem;
2133
2462
  color: var(--pkt-color-input-text-error);
2134
- }
2135
-
2136
- /* Common styles for all inputs */
2137
- .pkt-searchinput {
2138
- position: relative;
2139
- font-size: 1.125rem;
2140
- font-weight: 300;
2141
- letter-spacing: -0.2px;
2142
- line-height: 1.75rem;
2143
- }
2144
- .pkt-searchinput__field {
2145
- width: min(100%, 31rem);
2146
- display: flex;
2147
- }
2148
- .pkt-searchinput--fullwidth .pkt-searchinput__field {
2149
- width: 100%;
2150
- }
2151
- .pkt-searchinput--global .pkt-input:not(:disabled) {
2152
- border-color: var(--pkt-color-border-yellow);
2153
- }
2154
- .pkt-searchinput--global .pkt-input:not(:disabled):hover, .pkt-searchinput--global .pkt-input:not(:disabled):active, .pkt-searchinput--global .pkt-input:not(:disabled):focus {
2155
- border-color: var(--pkt-color-input-border-active);
2156
- }
2157
- .pkt-searchinput--global .pkt-searchinput__button {
2158
- border-radius: 50%;
2159
- }
2160
- .pkt-searchinput--local-with-button .pkt-searchinput__field {
2161
- gap: 0.5rem;
2162
- }
2163
- .pkt-searchinput--local .pkt-input {
2164
- padding: 0.5rem 0 0.5rem 1rem;
2165
- }
2166
- .pkt-searchinput--local .pkt-searchinput__button:disabled {
2167
- border-color: var(--pkt-color-input-border-disabled);
2168
- }
2169
- .pkt-searchinput--local .pkt-searchinput__button svg {
2170
- margin-left: 0;
2171
- }
2172
- .pkt-searchinput__suggestions {
2173
- position: absolute;
2174
- z-index: 2;
2175
- padding: 0;
2176
- margin: 2px 0 0;
2177
- width: min(100%, 31rem);
2178
- list-style: none;
2179
- background-color: var(--pkt-color-background-card);
2180
- box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
2181
- }
2182
- .pkt-searchinput--global .pkt-searchinput__suggestions {
2183
- width: min(100% - 3rem, 28rem);
2184
- }
2185
- .pkt-searchinput--local-with-button .pkt-searchinput__suggestions {
2186
- width: min(100% - 3.5rem, 27.5rem);
2187
- }
2188
- .pkt-searchinput--fullwidth .pkt-searchinput__suggestions {
2189
- width: 100%;
2190
- }
2191
- .pkt-searchinput__suggestion {
2192
- display: block;
2193
- padding: 1rem;
2194
- text-decoration: none;
2195
- background-color: transparent;
2196
- color: var(--pkt-color-text-action-normal);
2197
- border: none;
2198
- font: inherit;
2199
- outline: inherit;
2200
- text-align: inherit;
2201
- }
2202
- .pkt-searchinput__suggestion:hover, .pkt-searchinput__suggestion:focus, .pkt-searchinput__suggestion:active {
2203
- text-decoration: none;
2204
- background-color: var(--pkt-color-background-subtle);
2205
- color: var(--pkt-color-text-action-active);
2206
- }
2207
- .pkt-searchinput__suggestion:hover .pkt-searchinput__suggestion-title, .pkt-searchinput__suggestion:focus .pkt-searchinput__suggestion-title, .pkt-searchinput__suggestion:active .pkt-searchinput__suggestion-title {
2208
- text-decoration: underline;
2209
- }
2210
- .pkt-searchinput__suggestion:hover > *, .pkt-searchinput__suggestion:focus > *, .pkt-searchinput__suggestion:active > * {
2211
- color: inherit;
2212
- }
2213
- .pkt-searchinput__suggestion--has-hover {
2214
- cursor: pointer;
2215
- }
2216
- .pkt-searchinput__suggestion-title {
2217
- font-size: 1.125rem;
2218
- font-weight: 500;
2219
- letter-spacing: -0.2px;
2220
- line-height: 1.75rem;
2221
- }
2222
- .pkt-searchinput__suggestion-text {
2223
- margin: 0;
2224
- display: -webkit-box;
2225
- -webkit-line-clamp: 3;
2226
- -webkit-box-orient: vertical;
2227
- overflow: hidden;
2228
- hyphens: auto;
2229
- }
2230
-
2231
- .pkt-progressbar {
2232
- --pkt-progress-width: 0%;
2233
- --pkt-progress-label-width: 5rem;
2234
- }
2235
- .pkt-progressbar__container {
2236
- margin: 0;
2237
- }
2238
- .pkt-progressbar__title {
2239
- display: block;
2240
- margin: 0;
2241
- margin-bottom: 8px;
2242
- text-align: left;
2243
- font-weight: 500;
2244
- font-size: 0.875rem;
2245
- }
2246
- .pkt-progressbar__title-center {
2247
- text-align: center;
2248
- }
2249
- .pkt-progressbar__bar-wrapper {
2250
- background-color: var(--pkt-color-grays-gray-100);
2251
- height: 8px;
2252
- overflow: hidden;
2253
- }
2254
- .pkt-progressbar__bar {
2255
- background-color: var(--pkt-color-brand-dark-blue-1000);
2256
- display: block;
2257
- width: var(--pkt-progress-width);
2258
- height: 100%;
2259
- transition: width 0.5s ease;
2260
- }
2261
- .pkt-progressbar__bar--dark-blue {
2262
- background-color: var(--pkt-color-brand-dark-blue-1000);
2263
- }
2264
- .pkt-progressbar__bar--green {
2265
- background-color: var(--pkt-color-brand-green-1000);
2266
- }
2267
- .pkt-progressbar__bar--light-blue {
2268
- background-color: var(--pkt-color-brand-blue-1000);
2269
- }
2270
- .pkt-progressbar__bar--red {
2271
- background-color: var(--pkt-color-brand-red-1000);
2272
- }
2273
- .pkt-progressbar__status {
2274
- margin-top: 8px;
2275
- position: relative;
2276
- white-space: nowrap;
2277
- font-weight: 400;
2278
- font-size: 0.75rem;
2279
- }
2280
- .pkt-progressbar__status--center {
2281
- width: 100% !important;
2282
- text-align: center;
2283
- }
2284
- .pkt-progressbar__status-placement--following {
2285
- margin-left: max(0%, min(100% - var(--pkt-progress-label-width), var(--pkt-progress-width) - var(--pkt-progress-label-width) / 2));
2286
- transition: margin-left 0.5s ease;
2287
2463
  }