@oslokommune/punkt-css 16.26.3 → 17.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/CHANGELOG.md +110 -0
  2. package/dist/css/components/accordion.css +27 -5
  3. package/dist/css/components/accordion.min.css +1 -1
  4. package/dist/css/components/alert.css +37 -3
  5. package/dist/css/components/alert.min.css +1 -1
  6. package/dist/css/components/calendar.css +4 -0
  7. package/dist/css/components/calendar.min.css +1 -1
  8. package/dist/css/components/combobox.css +82 -0
  9. package/dist/css/components/combobox.min.css +1 -1
  10. package/dist/css/components/datepicker.css +82 -3
  11. package/dist/css/components/datepicker.min.css +1 -1
  12. package/dist/css/components/footer.css +232 -108
  13. package/dist/css/components/footer.min.css +1 -1
  14. package/dist/css/components/header-global.css +287 -0
  15. package/dist/css/components/header-global.min.css +1 -0
  16. package/dist/css/components/header-menu.css +364 -123
  17. package/dist/css/components/header-menu.min.css +1 -1
  18. package/dist/css/components/header-service-mobile.css +71 -22
  19. package/dist/css/components/header-service-mobile.min.css +1 -1
  20. package/dist/css/components/header-service.css +68 -14
  21. package/dist/css/components/header-service.min.css +1 -1
  22. package/dist/css/components/header-shared.css +49 -0
  23. package/dist/css/components/header-shared.min.css +0 -0
  24. package/dist/css/components/inputwrapper.css +58 -4
  25. package/dist/css/components/inputwrapper.min.css +1 -1
  26. package/dist/css/components/modal.css +0 -5
  27. package/dist/css/components/modal.min.css +1 -1
  28. package/dist/css/components/searchinput.css +71 -2
  29. package/dist/css/components/searchinput.min.css +1 -1
  30. package/dist/css/components/textarea.css +41 -0
  31. package/dist/css/components/textarea.min.css +1 -0
  32. package/dist/css/components/textinput.css +126 -6
  33. package/dist/css/components/textinput.min.css +1 -1
  34. package/dist/css/components/timepicker.css +133 -38
  35. package/dist/css/components/timepicker.min.css +1 -1
  36. package/dist/css/elements/button.css +20 -4
  37. package/dist/css/elements/button.min.css +1 -1
  38. package/dist/css/elements/checkbox-radio.css +3 -3
  39. package/dist/css/elements/checkbox-radio.min.css +1 -1
  40. package/dist/css/elements/input.css +121 -6
  41. package/dist/css/elements/input.min.css +1 -1
  42. package/dist/css/elements/select.css +137 -9
  43. package/dist/css/elements/select.min.css +1 -1
  44. package/dist/css/pkt-base.css +438 -5
  45. package/dist/css/pkt-base.min.css +1 -1
  46. package/dist/css/pkt-components.css +1595 -342
  47. package/dist/css/pkt-components.min.css +1 -1
  48. package/dist/css/pkt-docs.css +2081 -362
  49. package/dist/css/pkt-docs.min.css +1 -1
  50. package/dist/css/pkt-elements.css +160 -16
  51. package/dist/css/pkt-elements.min.css +1 -1
  52. package/dist/css/pkt.css +2081 -362
  53. package/dist/css/pkt.min.css +1 -1
  54. package/dist/scss/abstracts/variables/_index.scss +1 -1
  55. package/dist/scss/abstracts/variables/_spacing.scss +1 -0
  56. package/dist/scss/base/_typography.scss +5 -5
  57. package/dist/scss/components/_accordion.scss +7 -11
  58. package/dist/scss/components/_alert.scss +34 -4
  59. package/dist/scss/components/_calendar.scss +3 -0
  60. package/dist/scss/components/_combobox.scss +74 -0
  61. package/dist/scss/components/_datepicker.scss +75 -8
  62. package/dist/scss/components/_footer.scss +149 -123
  63. package/dist/scss/components/_header-global.scss +192 -0
  64. package/dist/scss/components/_header-menu.scss +30 -31
  65. package/dist/scss/components/_header-service-mobile.scss +4 -28
  66. package/dist/scss/components/_header-service.scss +4 -21
  67. package/dist/scss/components/_header-shared.scss +190 -0
  68. package/dist/scss/components/_index.scss +2 -0
  69. package/dist/scss/components/_inputwrapper.scss +62 -6
  70. package/dist/scss/components/_modal.scss +1 -5
  71. package/dist/scss/components/_searchinput.scss +58 -2
  72. package/dist/scss/components/_textarea.scss +48 -0
  73. package/dist/scss/components/_timepicker.scss +95 -34
  74. package/dist/scss/elements/_button.scss +12 -3
  75. package/dist/scss/elements/_input.scss +141 -7
  76. package/package.json +3 -3
@@ -105,8 +105,8 @@ pkt-accordion[compact] pkt-accordion-item > .pkt-accordion-item .pkt-accordion-i
105
105
  }
106
106
 
107
107
  .pkt-accordion-item {
108
- color: var(--pkt-color-brand-dark-blue-1000);
109
- background-color: var(--pkt-color-brand-neutrals-white);
108
+ color: var(--pkt-color-text-body-default);
109
+ background-color: var(--pkt-color-background-default);
110
110
  transition: transform 0.3s;
111
111
  appearance: none;
112
112
  text-align: left;
@@ -192,34 +192,48 @@ pkt-accordion[compact] pkt-accordion-item > .pkt-accordion-item .pkt-accordion-i
192
192
  }
193
193
 
194
194
  .pkt-accordion--plus-minus,
195
- pkt-accordion[skin=plus-minus] {
195
+ pkt-accordion[skin=plus-minus]::part(container) {
196
196
  row-gap: 0;
197
197
  }
198
198
 
199
+ .pkt-accordion--plus-minus .pkt-accordion-item,
200
+ pkt-accordion[skin=plus-minus] .pkt-accordion-item,
199
201
  .pkt-accordion-item--plus-minus,
200
202
  pkt-accordion-item[skin=plus-minus] > .pkt-accordion-item {
201
203
  background-color: transparent;
202
204
  border: none;
203
205
  padding: 0;
204
206
  }
207
+ .pkt-accordion--plus-minus .pkt-accordion-item > .pkt-accordion-item__title,
208
+ pkt-accordion[skin=plus-minus] .pkt-accordion-item > .pkt-accordion-item__title,
205
209
  .pkt-accordion-item--plus-minus > .pkt-accordion-item__title,
206
210
  pkt-accordion-item[skin=plus-minus] > .pkt-accordion-item > .pkt-accordion-item__title {
207
211
  padding: 0.5rem 1rem;
208
212
  justify-content: flex-start;
209
213
  }
214
+ .pkt-accordion--plus-minus .pkt-accordion-item > .pkt-accordion-item__title:hover,
215
+ pkt-accordion[skin=plus-minus] .pkt-accordion-item > .pkt-accordion-item__title:hover,
210
216
  .pkt-accordion-item--plus-minus > .pkt-accordion-item__title:hover,
211
217
  pkt-accordion-item[skin=plus-minus] > .pkt-accordion-item > .pkt-accordion-item__title:hover {
212
218
  text-decoration: underline;
213
219
  }
220
+ .pkt-accordion--plus-minus .pkt-accordion-item > .pkt-accordion-item__title:hover .pkt-accordion-item__icon,
221
+ pkt-accordion[skin=plus-minus] .pkt-accordion-item > .pkt-accordion-item__title:hover .pkt-accordion-item__icon,
214
222
  .pkt-accordion-item--plus-minus > .pkt-accordion-item__title:hover .pkt-accordion-item__icon,
215
223
  pkt-accordion-item[skin=plus-minus] > .pkt-accordion-item > .pkt-accordion-item__title:hover .pkt-accordion-item__icon {
216
- transform: none;
224
+ transform: none !important;
217
225
  }
226
+ .pkt-accordion--plus-minus .pkt-accordion-item > .pkt-accordion-item__content,
227
+ pkt-accordion[skin=plus-minus] .pkt-accordion-item > .pkt-accordion-item__content,
218
228
  .pkt-accordion-item--plus-minus > .pkt-accordion-item__content,
219
229
  pkt-accordion-item[skin=plus-minus] > .pkt-accordion-item > .pkt-accordion-item__content {
220
230
  padding: 1rem;
221
- background-color: var(--pkt-color-brand-neutrals-200);
231
+ background-color: var(--pkt-color-background-subtle);
222
232
  }
233
+ .pkt-accordion--plus-minus .pkt-accordion-item .pkt-accordion-item__icon--plus,
234
+ .pkt-accordion--plus-minus .pkt-accordion-item .pkt-accordion-item__icon--minus,
235
+ pkt-accordion[skin=plus-minus] .pkt-accordion-item .pkt-accordion-item__icon--plus,
236
+ pkt-accordion[skin=plus-minus] .pkt-accordion-item .pkt-accordion-item__icon--minus,
223
237
  .pkt-accordion-item--plus-minus .pkt-accordion-item__icon--plus,
224
238
  .pkt-accordion-item--plus-minus .pkt-accordion-item__icon--minus,
225
239
  pkt-accordion-item[skin=plus-minus] > .pkt-accordion-item .pkt-accordion-item__icon--plus,
@@ -227,19 +241,27 @@ pkt-accordion-item[skin=plus-minus] > .pkt-accordion-item .pkt-accordion-item__i
227
241
  transition: none;
228
242
  transform: none;
229
243
  }
244
+ .pkt-accordion--plus-minus .pkt-accordion-item .pkt-accordion-item__icon--minus,
245
+ pkt-accordion[skin=plus-minus] .pkt-accordion-item .pkt-accordion-item__icon--minus,
230
246
  .pkt-accordion-item--plus-minus .pkt-accordion-item__icon--minus,
231
247
  pkt-accordion-item[skin=plus-minus] > .pkt-accordion-item .pkt-accordion-item__icon--minus {
232
248
  display: none;
233
249
  }
250
+ .pkt-accordion--plus-minus .pkt-accordion-item[open] > .pkt-accordion-item__title .pkt-accordion-item__icon--plus,
251
+ pkt-accordion[skin=plus-minus] .pkt-accordion-item[open] > .pkt-accordion-item__title .pkt-accordion-item__icon--plus,
234
252
  .pkt-accordion-item--plus-minus[open] > .pkt-accordion-item__title .pkt-accordion-item__icon--plus,
235
253
  pkt-accordion-item[skin=plus-minus] > .pkt-accordion-item[open] > .pkt-accordion-item__title .pkt-accordion-item__icon--plus {
236
254
  display: none;
237
255
  }
256
+ .pkt-accordion--plus-minus .pkt-accordion-item[open] > .pkt-accordion-item__title .pkt-accordion-item__icon--minus,
257
+ pkt-accordion[skin=plus-minus] .pkt-accordion-item[open] > .pkt-accordion-item__title .pkt-accordion-item__icon--minus,
238
258
  .pkt-accordion-item--plus-minus[open] > .pkt-accordion-item__title .pkt-accordion-item__icon--minus,
239
259
  pkt-accordion-item[skin=plus-minus] > .pkt-accordion-item[open] > .pkt-accordion-item__title .pkt-accordion-item__icon--minus {
240
260
  display: inline-flex;
241
261
  transform: none;
242
262
  }
263
+ .pkt-accordion--plus-minus .pkt-accordion-item[open] > .pkt-accordion-item__title:hover .pkt-accordion-item__icon--minus,
264
+ pkt-accordion[skin=plus-minus] .pkt-accordion-item[open] > .pkt-accordion-item__title:hover .pkt-accordion-item__icon--minus,
243
265
  .pkt-accordion-item--plus-minus[open] > .pkt-accordion-item__title:hover .pkt-accordion-item__icon--minus,
244
266
  pkt-accordion-item[skin=plus-minus] > .pkt-accordion-item[open] > .pkt-accordion-item__title:hover .pkt-accordion-item__icon--minus {
245
267
  transform: none;
@@ -375,22 +397,30 @@ pkt-alert {
375
397
  --fg-color: var(--pkt-color-alert-close-fg);
376
398
  }
377
399
 
400
+ .pkt-alert--small,
378
401
  .pkt-alert--compact {
379
- padding: 0.75rem 1rem;
402
+ display: flex;
403
+ min-height: 3rem;
404
+ padding: 0.5rem 0.75rem;
380
405
  }
406
+ .pkt-alert--small .pkt-alert__grid,
381
407
  .pkt-alert--compact .pkt-alert__grid {
382
408
  gap: 0.5rem;
409
+ width: 100%;
383
410
  }
411
+ .pkt-alert--small .pkt-alert__icon,
384
412
  .pkt-alert--compact .pkt-alert__icon {
385
- width: 1.375rem;
386
- height: 1.375rem;
413
+ width: 1.5rem;
414
+ height: 1.5rem;
387
415
  }
416
+ .pkt-alert--small .pkt-alert__title,
388
417
  .pkt-alert--compact .pkt-alert__title {
389
418
  letter-spacing: -0.2px;
390
419
  font-weight: 500;
391
420
  font-size: 1rem;
392
421
  line-height: 1.5rem;
393
422
  }
423
+ .pkt-alert--small .pkt-alert__text,
394
424
  .pkt-alert--compact .pkt-alert__text {
395
425
  letter-spacing: -0.2px;
396
426
  font-weight: 300;
@@ -398,6 +428,32 @@ pkt-alert {
398
428
  line-height: 1.5rem;
399
429
  }
400
430
 
431
+ .pkt-alert--xsmall {
432
+ display: flex;
433
+ min-height: 2.5rem;
434
+ padding: 0.375rem 0.75rem;
435
+ }
436
+ .pkt-alert--xsmall .pkt-alert__grid {
437
+ gap: 0.375rem;
438
+ width: 100%;
439
+ }
440
+ .pkt-alert--xsmall .pkt-alert__icon {
441
+ width: 1.25rem;
442
+ height: 1.25rem;
443
+ }
444
+ .pkt-alert--xsmall .pkt-alert__title {
445
+ letter-spacing: -0.2px;
446
+ font-weight: 500;
447
+ font-size: 0.875rem;
448
+ line-height: 1.375rem;
449
+ }
450
+ .pkt-alert--xsmall .pkt-alert__text {
451
+ letter-spacing: -0.2px;
452
+ font-weight: 300;
453
+ font-size: 0.875rem;
454
+ line-height: 1.375rem;
455
+ }
456
+
401
457
  /*
402
458
  * Back link component
403
459
  */
@@ -700,6 +756,10 @@ pkt-calendar .pkt-cal-days {
700
756
  pkt-calendar .pkt-cal-days td {
701
757
  padding: 0;
702
758
  }
759
+ .pkt-calendar .pkt-cal-days .pkt-btn,
760
+ pkt-calendar .pkt-cal-days .pkt-btn {
761
+ padding: 0;
762
+ }
703
763
  .pkt-calendar .pkt-cal-days button,
704
764
  .pkt-calendar .pkt-cal-days div,
705
765
  pkt-calendar .pkt-cal-days button,
@@ -1086,6 +1146,33 @@ pkt-combobox[fullwidth], pkt-combobox--fullwidth,
1086
1146
  .pkt-combobox__wrapper .pkt-combobox__input--fullwidth {
1087
1147
  width: 100%;
1088
1148
  }
1149
+ .pkt-combobox__wrapper .pkt-combobox__input--small {
1150
+ min-height: 2.625rem;
1151
+ padding: 0.375rem 2.5rem 0.375rem 0.375rem;
1152
+ letter-spacing: -0.2px;
1153
+ font-weight: 300;
1154
+ font-size: 1rem;
1155
+ line-height: 1.5rem;
1156
+ }
1157
+ .pkt-combobox__wrapper .pkt-combobox__input--small .pkt-combobox__arrow-icon svg {
1158
+ width: 1.25rem;
1159
+ height: 1.25rem;
1160
+ }
1161
+ .pkt-combobox__wrapper .pkt-combobox__input--xsmall {
1162
+ min-height: 2.25rem;
1163
+ padding: 0.25rem 2.25rem 0.25rem 0.25rem;
1164
+ letter-spacing: -0.2px;
1165
+ font-weight: 300;
1166
+ font-size: 0.875rem;
1167
+ line-height: 1.375rem;
1168
+ }
1169
+ .pkt-combobox__wrapper .pkt-combobox__input--xsmall .pkt-combobox__arrow-icon {
1170
+ padding: 0.25rem 0.5rem;
1171
+ }
1172
+ .pkt-combobox__wrapper .pkt-combobox__input--xsmall .pkt-combobox__arrow-icon svg {
1173
+ width: 1.125rem;
1174
+ height: 1.125rem;
1175
+ }
1089
1176
  .pkt-combobox__wrapper .pkt-combobox__input:hover:not(.pkt-combobox__wrapper .pkt-combobox__input--disabled):not(.pkt-combobox__wrapper .pkt-combobox__input--error) {
1090
1177
  border-color: var(--pkt-color-input-border-hover);
1091
1178
  }
@@ -1195,6 +1282,61 @@ pkt-combobox[fullwidth], pkt-combobox--fullwidth,
1195
1282
  outline: 4px solid var(--pkt-color-border-states-focus);
1196
1283
  }
1197
1284
 
1285
+ .pkt-inputwrapper--small .pkt-listbox .pkt-listbox__option:not(.pkt-listbox__search),
1286
+ .pkt-inputwrapper--xsmall .pkt-listbox .pkt-listbox__option:not(.pkt-listbox__search) {
1287
+ padding: 0.5rem 1rem;
1288
+ letter-spacing: -0.2px;
1289
+ font-weight: 300;
1290
+ font-size: 1rem;
1291
+ line-height: 1.5rem;
1292
+ }
1293
+ .pkt-inputwrapper--small .pkt-listbox .pkt-listbox__empty,
1294
+ .pkt-inputwrapper--small .pkt-listbox .pkt-listbox__banner,
1295
+ .pkt-inputwrapper--xsmall .pkt-listbox .pkt-listbox__empty,
1296
+ .pkt-inputwrapper--xsmall .pkt-listbox .pkt-listbox__banner {
1297
+ padding: 0.5rem 1rem;
1298
+ letter-spacing: -0.2px;
1299
+ font-weight: 300;
1300
+ font-size: 1rem;
1301
+ line-height: 1.5rem;
1302
+ }
1303
+ .pkt-inputwrapper--small .pkt-listbox .pkt-listbox__search input,
1304
+ .pkt-inputwrapper--xsmall .pkt-listbox .pkt-listbox__search input {
1305
+ padding: 0.5rem 0.75rem;
1306
+ letter-spacing: -0.2px;
1307
+ font-weight: 300;
1308
+ font-size: 1rem;
1309
+ line-height: 1.5rem;
1310
+ }
1311
+
1312
+ .pkt-inputwrapper--xsmall .pkt-listbox .pkt-listbox__option:not(.pkt-listbox__search) {
1313
+ padding: 0.375rem 0.75rem;
1314
+ letter-spacing: -0.2px;
1315
+ font-weight: 300;
1316
+ font-size: 0.875rem;
1317
+ line-height: 1.375rem;
1318
+ }
1319
+ .pkt-inputwrapper--xsmall .pkt-listbox .pkt-listbox__empty,
1320
+ .pkt-inputwrapper--xsmall .pkt-listbox .pkt-listbox__banner {
1321
+ padding: 0.375rem 0.75rem;
1322
+ letter-spacing: -0.2px;
1323
+ font-weight: 300;
1324
+ font-size: 0.875rem;
1325
+ line-height: 1.375rem;
1326
+ }
1327
+ .pkt-inputwrapper--xsmall .pkt-listbox .pkt-listbox__banner-icon,
1328
+ .pkt-inputwrapper--xsmall .pkt-listbox .pkt-listbox__search-icon .pkt-icon {
1329
+ width: 1.125rem;
1330
+ height: 1.125rem;
1331
+ }
1332
+ .pkt-inputwrapper--xsmall .pkt-listbox .pkt-listbox__search input {
1333
+ padding: 0.375rem 0.5rem;
1334
+ letter-spacing: -0.2px;
1335
+ font-weight: 300;
1336
+ font-size: 0.875rem;
1337
+ line-height: 1.375rem;
1338
+ }
1339
+
1198
1340
  .pkt-datepicker,
1199
1341
  pkt-datepicker {
1200
1342
  display: block;
@@ -1306,24 +1448,103 @@ pkt-datepicker-multiple {
1306
1448
  -webkit-appearance: none;
1307
1449
  }
1308
1450
 
1309
- @-moz-document url-prefix() {
1451
+ .pkt-datepicker__input.pkt-input--fullwidth.pkt-datepicker--multiple {
1452
+ flex: 1;
1453
+ min-width: 0;
1454
+ }
1455
+
1456
+ .pkt-datepicker--small .pkt-datepicker__inputs .pkt-input,
1457
+ .pkt-datepicker--small .pkt-datepicker__inputs .pkt-input-prefix,
1458
+ .pkt-datepicker--small .pkt-datepicker__inputs .pkt-input-suffix,
1459
+ .pkt-datepicker--small .pkt-datepicker__inputs .pkt-input-icon,
1460
+ .pkt-datepicker--small .pkt-datepicker__inputs .pkt-input-separator {
1461
+ min-height: 2.375rem;
1462
+ }
1463
+ .pkt-datepicker--small .pkt-datepicker__inputs .pkt-datepicker__input,
1464
+ .pkt-datepicker--small .pkt-datepicker__inputs .pkt-input-prefix,
1465
+ .pkt-datepicker--small .pkt-datepicker__inputs .pkt-input-separator {
1466
+ letter-spacing: -0.2px;
1467
+ font-weight: 300;
1468
+ font-size: 1rem;
1469
+ line-height: 1.5rem;
1470
+ }
1471
+ .pkt-datepicker--small .pkt-datepicker__inputs button.pkt-input-icon {
1472
+ padding-left: 0.5rem;
1473
+ padding-right: 0.5rem;
1474
+ }
1475
+ .pkt-datepicker--small .pkt-datepicker__inputs button.pkt-input-icon pkt-icon,
1476
+ .pkt-datepicker--small .pkt-datepicker__inputs button.pkt-input-icon .pkt-icon,
1477
+ .pkt-datepicker--small .pkt-datepicker__inputs button.pkt-input-icon svg {
1478
+ width: 1.25rem;
1479
+ height: 1.25rem;
1480
+ }
1481
+ @supports not (-moz-appearance: none) {
1482
+ .pkt-datepicker--small .pkt-datepicker__inputs .pkt-datepicker__input:not(.pkt-datepicker--multiple):not(.pkt-input--fullwidth) {
1483
+ width: 7.3rem;
1484
+ }
1485
+ .pkt-datepicker--small .pkt-datepicker__inputs .pkt-datepicker__input:not(.pkt-datepicker--multiple):not(.pkt-datepicker--range) {
1486
+ max-width: calc(100% - 2.5rem);
1487
+ }
1488
+ }
1489
+
1490
+ .pkt-datepicker--xsmall .pkt-datepicker__inputs .pkt-input,
1491
+ .pkt-datepicker--xsmall .pkt-datepicker__inputs .pkt-input-prefix,
1492
+ .pkt-datepicker--xsmall .pkt-datepicker__inputs .pkt-input-suffix,
1493
+ .pkt-datepicker--xsmall .pkt-datepicker__inputs .pkt-input-icon,
1494
+ .pkt-datepicker--xsmall .pkt-datepicker__inputs .pkt-input-separator {
1495
+ min-height: 2rem;
1496
+ }
1497
+ .pkt-datepicker--xsmall .pkt-datepicker__inputs .pkt-datepicker__input,
1498
+ .pkt-datepicker--xsmall .pkt-datepicker__inputs .pkt-input-prefix,
1499
+ .pkt-datepicker--xsmall .pkt-datepicker__inputs .pkt-input-separator {
1500
+ letter-spacing: -0.2px;
1501
+ font-weight: 300;
1502
+ font-size: 0.875rem;
1503
+ line-height: 1.375rem;
1504
+ line-height: 1rem;
1505
+ }
1506
+ .pkt-datepicker--xsmall .pkt-datepicker__inputs button.pkt-input-icon {
1507
+ padding-left: 0.5rem;
1508
+ padding-right: 0.5rem;
1509
+ }
1510
+ .pkt-datepicker--xsmall .pkt-datepicker__inputs button.pkt-input-icon pkt-icon,
1511
+ .pkt-datepicker--xsmall .pkt-datepicker__inputs button.pkt-input-icon .pkt-icon,
1512
+ .pkt-datepicker--xsmall .pkt-datepicker__inputs button.pkt-input-icon svg {
1513
+ width: 1.125rem;
1514
+ height: 1.125rem;
1515
+ }
1516
+ @supports not (-moz-appearance: none) {
1517
+ .pkt-datepicker--xsmall .pkt-datepicker__inputs .pkt-datepicker__input:not(.pkt-datepicker--multiple):not(.pkt-input--fullwidth) {
1518
+ width: 6.5rem;
1519
+ }
1520
+ .pkt-datepicker--xsmall .pkt-datepicker__inputs .pkt-datepicker__input:not(.pkt-datepicker--multiple):not(.pkt-datepicker--range) {
1521
+ max-width: calc(100% - 2rem);
1522
+ }
1523
+ }
1524
+
1525
+ @supports (-moz-appearance: none) {
1310
1526
  .pkt-datepicker__inputs .pkt-datepicker__input {
1311
1527
  padding-right: 0.5rem;
1312
1528
  }
1313
1529
  .pkt-datepicker__inputs .pkt-datepicker__input:not(.pkt-datepicker--multiple) {
1314
- width: 10.5rem;
1530
+ width: auto;
1315
1531
  max-width: 100%;
1316
1532
  }
1317
1533
  .pkt-datepicker__inputs .pkt-datepicker__input.pkt-input--fullwidth:not(.pkt-datepicker--multiple) {
1318
1534
  width: auto;
1319
1535
  flex: 1;
1320
1536
  }
1321
- .pkt-datepicker__inputs button.pkt-input-icon {
1537
+ .pkt-datepicker__inputs .pkt-input__container:has(.pkt-datepicker__input[type=date]) button.pkt-input-icon {
1322
1538
  display: none;
1323
1539
  }
1324
1540
  .pkt-datepicker__inputs input.pkt-datepicker__input:has(~ button):not(:has(~ .pkt-input-separator)):not(:has(~ .pkt-input-prefix)) {
1325
1541
  border-right-width: 2px !important;
1326
1542
  }
1543
+ @media screen and (max-width: 30rem) {
1544
+ .pkt-datepicker__inputs .pkt-input__container .pkt-datepicker__input.pkt-datepicker--range {
1545
+ justify-self: start;
1546
+ }
1547
+ }
1327
1548
  }
1328
1549
  pkt-fileupload,
1329
1550
  .pkt-fileupload {
@@ -2265,168 +2486,291 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
2265
2486
  }
2266
2487
 
2267
2488
  /*
2268
- * Footer element
2489
+ * Footer: pkt-footer (sekundær + global) og pkt-footer-simple (kompakt + global)
2490
+ *
2491
+ * --pkt-footer-bg bakgrunn (default: grå sekundær)
2492
+ * --pkt-footer-fg tekstfarge
2493
+ * --pkt-footer-link-hover hover-farge på lenker (default: text-action-active)
2269
2494
  */
2270
- .pkt-footer {
2271
- padding: 2.5rem 1.5rem;
2272
- background-color: var(--pkt-color-surface-strong-dark-blue);
2273
- color: var(--pkt-color-text-body-default);
2274
- display: flex;
2275
- align-items: center;
2495
+ .pkt-footer,
2496
+ .pkt-footer-simple {
2497
+ display: block;
2498
+ width: 100%;
2499
+ container-type: inline-size;
2500
+ container-name: pkt-footer;
2501
+ }
2502
+
2503
+ .pkt-footer__band {
2504
+ background-color: var(--pkt-footer-bg, var(--pkt-color-background-subtle, #f9f9f9));
2505
+ color: var(--pkt-footer-fg, var(--pkt-color-text-body-default, #2a2859));
2276
2506
  letter-spacing: -0.2px;
2277
2507
  font-weight: 300;
2278
- font-size: 1.125rem;
2279
- line-height: 1.75rem;
2508
+ font-size: 1rem;
2509
+ line-height: 1.5rem;
2280
2510
  }
2281
- @media screen and (min-width: 80rem) {
2282
- .pkt-footer {
2283
- padding: 3.5rem 1.5rem;
2284
- justify-content: center;
2511
+ @supports not (container-type: inline-size) {
2512
+ @media screen and (min-width: 64rem) {
2513
+ .pkt-footer__band {
2514
+ letter-spacing: -0.2px;
2515
+ font-weight: 300;
2516
+ font-size: 1.125rem;
2517
+ line-height: 1.75rem;
2518
+ }
2285
2519
  }
2286
2520
  }
2287
- .pkt-footer__container {
2288
- max-width: 80rem;
2521
+ @supports (container-type: inline-size) {
2522
+ @container pkt-footer (min-width: 64rem) {
2523
+ .pkt-footer__band {
2524
+ letter-spacing: -0.2px;
2525
+ font-weight: 300;
2526
+ font-size: 1.125rem;
2527
+ line-height: 1.75rem;
2528
+ }
2529
+ }
2289
2530
  }
2290
- .pkt-footer__title {
2291
- margin-bottom: 2rem;
2292
- margin-top: 0;
2293
- color: var(--pkt-color-text-body-default);
2294
- letter-spacing: -0.2px;
2295
- font-weight: 500;
2296
- font-size: 1.5rem;
2297
- line-height: 2.25rem;
2531
+ .pkt-footer__band--global {
2532
+ --pkt-footer-bg: var(--pkt-color-surface-strong-dark-blue, #2a2859);
2533
+ --pkt-footer-fg: var(--pkt-color-text-body-light, #fff);
2534
+ --pkt-footer-link-hover: var(--pkt-color-brand-blue-1000, #6fe9ff);
2298
2535
  }
2299
- .pkt-footer__text:last-child {
2300
- margin-bottom: 0;
2301
- margin-top: 2rem;
2536
+ .pkt-footer__band a {
2537
+ color: inherit;
2538
+ text-decoration: underline;
2539
+ text-underline-position: from-font;
2302
2540
  }
2303
- .pkt-footer__text:not(:last-child) {
2304
- margin-bottom: 2rem;
2305
- margin-top: 0;
2541
+ .pkt-footer__band a:hover {
2542
+ color: var(--pkt-footer-link-hover, var(--pkt-color-text-action-active, currentColor)) !important;
2306
2543
  }
2307
- .pkt-footer__list {
2308
- padding: 0;
2309
- margin: 0;
2310
- list-style: none;
2544
+ .pkt-footer__band h2 {
2545
+ margin: 0 0 1rem;
2546
+ color: inherit;
2547
+ letter-spacing: -0.2px;
2548
+ font-weight: 500;
2549
+ font-size: 1.25rem;
2550
+ line-height: 2rem;
2311
2551
  }
2312
- .pkt-footer__list-item {
2313
- word-break: break-word;
2552
+ @supports not (container-type: inline-size) {
2553
+ @media screen and (min-width: 48rem) {
2554
+ .pkt-footer__band h2 {
2555
+ letter-spacing: -0.2px;
2556
+ font-weight: 500;
2557
+ font-size: 1.375rem;
2558
+ line-height: 2.125rem;
2559
+ }
2560
+ }
2314
2561
  }
2315
- .pkt-footer__list-item:not(:last-child) {
2316
- margin-bottom: 1rem;
2562
+ @supports (container-type: inline-size) {
2563
+ @container pkt-footer (min-width: 48rem) {
2564
+ .pkt-footer__band h2 {
2565
+ letter-spacing: -0.2px;
2566
+ font-weight: 500;
2567
+ font-size: 1.375rem;
2568
+ line-height: 2.125rem;
2569
+ }
2570
+ }
2317
2571
  }
2318
- @media screen and (min-width: 80rem) {
2319
- .pkt-footer__list-item {
2320
- margin-bottom: 0;
2572
+ @supports not (container-type: inline-size) {
2573
+ @media screen and (min-width: 64rem) {
2574
+ .pkt-footer__band h2 {
2575
+ letter-spacing: -0.2px;
2576
+ font-weight: 500;
2577
+ font-size: 1.5rem;
2578
+ line-height: 2.25rem;
2579
+ }
2321
2580
  }
2322
2581
  }
2323
- .pkt-footer__link {
2324
- display: flex;
2325
- text-decoration: none !important;
2582
+ @supports (container-type: inline-size) {
2583
+ @container pkt-footer (min-width: 64rem) {
2584
+ .pkt-footer__band h2 {
2585
+ letter-spacing: -0.2px;
2586
+ font-weight: 500;
2587
+ font-size: 1.5rem;
2588
+ line-height: 2.25rem;
2589
+ }
2590
+ }
2326
2591
  }
2327
- .pkt-footer__link:hover .pkt-footer__link-icon {
2328
- --fg-color: currentColor;
2592
+ .pkt-footer__band p {
2593
+ margin: 0 0 1rem;
2329
2594
  }
2330
- .pkt-footer__link-icon {
2331
- --fg-color: currentColor;
2332
- width: 24px;
2333
- height: 24px;
2334
- margin-right: 0.5rem;
2335
- flex-shrink: 0;
2595
+ .pkt-footer__inner {
2596
+ max-width: 75rem;
2597
+ margin: 0 auto;
2598
+ padding: 3.25rem 1rem;
2336
2599
  }
2337
- @media screen and (min-width: 80rem) {
2338
- .pkt-footer__link-icon {
2339
- margin-top: 0;
2600
+ @supports not (container-type: inline-size) {
2601
+ @media screen and (min-width: 48rem) {
2602
+ .pkt-footer__inner {
2603
+ padding: 3.25rem 2rem;
2604
+ }
2340
2605
  }
2341
2606
  }
2342
- .pkt-footer__social {
2343
- display: flex;
2344
- flex-direction: row;
2345
- justify-content: space-between;
2346
- align-items: flex-start;
2347
- gap: 2rem;
2348
- margin-top: 2.5rem;
2607
+ @supports (container-type: inline-size) {
2608
+ @container pkt-footer (min-width: 48rem) {
2609
+ .pkt-footer__inner {
2610
+ padding: 3.25rem 2rem;
2611
+ }
2612
+ }
2349
2613
  }
2350
- .pkt-footer__social:hover .pkt-footer__link-icon {
2351
- --fg-color: currentColor;
2614
+ .pkt-footer__inner--compact {
2615
+ padding-top: 2rem;
2616
+ padding-bottom: 2rem;
2352
2617
  }
2353
- @media screen and (min-width: 80rem) {
2354
- .pkt-footer__social {
2355
- align-items: flex-end;
2356
- justify-content: end;
2618
+ .pkt-footer__sections {
2619
+ display: grid;
2620
+ grid-template-columns: 1fr;
2621
+ gap: 2rem;
2622
+ }
2623
+ @supports not (container-type: inline-size) {
2624
+ @media screen and (min-width: 48rem) {
2625
+ .pkt-footer__sections {
2626
+ grid-template-columns: repeat(3, 1fr);
2627
+ column-gap: 2rem;
2628
+ row-gap: 3.25rem;
2629
+ }
2357
2630
  }
2358
2631
  }
2359
- @media screen and (min-width: 80rem) {
2360
- .pkt-footer__social-language {
2361
- justify-self: flex-start;
2632
+ @supports (container-type: inline-size) {
2633
+ @container pkt-footer (min-width: 48rem) {
2634
+ .pkt-footer__sections {
2635
+ grid-template-columns: repeat(3, 1fr);
2636
+ column-gap: 2rem;
2637
+ row-gap: 3.25rem;
2638
+ }
2362
2639
  }
2363
2640
  }
2364
- .pkt-footer__social-icon {
2365
- --fg-color: currentColor;
2366
- width: 24px;
2367
- height: 24px;
2641
+ .pkt-footer__link-list {
2642
+ list-style: none;
2643
+ margin: 0;
2644
+ padding: 0;
2645
+ display: flex;
2646
+ flex-direction: column;
2647
+ gap: 1rem;
2368
2648
  }
2369
- .pkt-footer__social-icon-link:not(:last-child) {
2370
- margin-right: 1rem;
2649
+ .pkt-footer__link-list > li {
2650
+ word-break: break-word;
2371
2651
  }
2372
-
2373
- .pkt-footer-simple {
2374
- padding: 2rem 1.5rem;
2375
- background-color: var(--pkt-color-surface-strong-dark-blue);
2376
- color: var(--pkt-color-text-body-default);
2652
+ .pkt-footer__link-domain {
2653
+ white-space: nowrap;
2654
+ }
2655
+ .pkt-footer__bottom {
2377
2656
  display: flex;
2657
+ justify-content: space-between;
2378
2658
  align-items: center;
2379
- letter-spacing: -0.2px;
2380
- font-weight: 300;
2381
- font-size: 1.125rem;
2382
- line-height: 1.75rem;
2659
+ gap: 2rem;
2660
+ margin-top: 1rem;
2383
2661
  }
2384
- @media screen and (min-width: 80rem) {
2385
- .pkt-footer-simple {
2386
- justify-content: center;
2662
+ @supports not (container-type: inline-size) {
2663
+ @media screen and (min-width: 48rem) {
2664
+ .pkt-footer__bottom {
2665
+ grid-column: -2/-1;
2666
+ margin-top: 0;
2667
+ }
2387
2668
  }
2388
2669
  }
2389
- .pkt-footer-simple__container {
2390
- max-width: 80rem;
2670
+ @supports (container-type: inline-size) {
2671
+ @container pkt-footer (min-width: 48rem) {
2672
+ .pkt-footer__bottom {
2673
+ grid-column: -2/-1;
2674
+ margin-top: 0;
2675
+ }
2676
+ }
2391
2677
  }
2392
- .pkt-footer-simple__list {
2393
- padding: 0;
2678
+ .pkt-footer__sections + .pkt-footer__bottom {
2679
+ margin-top: 2rem;
2680
+ }
2681
+ .pkt-footer__bottom-links {
2682
+ list-style: none;
2394
2683
  margin: 0;
2684
+ padding: 0;
2685
+ display: flex;
2686
+ flex-wrap: wrap;
2687
+ gap: 1rem 2rem;
2688
+ }
2689
+ .pkt-footer__some {
2395
2690
  list-style: none;
2691
+ margin: 0;
2692
+ padding: 0;
2693
+ display: flex;
2694
+ align-items: center;
2695
+ gap: 1rem;
2396
2696
  }
2397
- @media screen and (min-width: 80rem) {
2398
- .pkt-footer-simple__list-item {
2399
- display: inline-flex;
2697
+ @supports not (container-type: inline-size) {
2698
+ @media screen and (min-width: 48rem) {
2699
+ .pkt-footer__some {
2700
+ gap: 1.5rem;
2701
+ }
2400
2702
  }
2401
2703
  }
2402
- .pkt-footer-simple__list-item:not(:last-child) {
2403
- margin-bottom: 1rem;
2404
- }
2405
- @media screen and (min-width: 80rem) {
2406
- .pkt-footer-simple__list-item:not(:last-child) {
2407
- margin-bottom: 0;
2408
- margin-right: 2rem;
2704
+ @supports (container-type: inline-size) {
2705
+ @container pkt-footer (min-width: 48rem) {
2706
+ .pkt-footer__some {
2707
+ gap: 1.5rem;
2708
+ }
2409
2709
  }
2410
2710
  }
2411
- .pkt-footer-simple__link {
2412
- display: flex;
2413
- text-decoration: none !important;
2414
- align-items: flex-start;
2711
+ .pkt-footer__some a {
2712
+ display: inline-flex;
2415
2713
  }
2416
- .pkt-footer-simple__link:hover .pkt-footer__link-icon {
2417
- --fg-color: currentColor;
2714
+ .pkt-footer__some a:has(.pkt-footer__some-icon) {
2715
+ text-decoration: none;
2418
2716
  }
2717
+ .pkt-footer__some-icon {
2718
+ --fg-color: currentColor;
2719
+ width: 2rem;
2720
+ height: 2rem;
2721
+ }
2722
+ .pkt-footer__sections + .pkt-footer__consent {
2723
+ margin-top: 2rem;
2724
+ }
2725
+
2726
+ .pkt-footer-simple__list {
2727
+ list-style: none;
2728
+ margin: 0;
2729
+ padding: 0;
2730
+ display: flex;
2731
+ flex-direction: column;
2732
+ gap: 1rem;
2733
+ }
2734
+ @supports not (container-type: inline-size) {
2735
+ @media screen and (min-width: 48rem) {
2736
+ .pkt-footer-simple__list {
2737
+ flex-direction: row;
2738
+ flex-wrap: wrap;
2739
+ justify-content: center;
2740
+ gap: 1rem 2rem;
2741
+ }
2742
+ }
2743
+ }
2744
+ @supports (container-type: inline-size) {
2745
+ @container pkt-footer (min-width: 48rem) {
2746
+ .pkt-footer-simple__list {
2747
+ flex-direction: row;
2748
+ flex-wrap: wrap;
2749
+ justify-content: center;
2750
+ gap: 1rem 2rem;
2751
+ }
2752
+ }
2753
+ }
2754
+ a.pkt-footer-simple__link {
2755
+ display: inline-flex;
2756
+ align-items: flex-start;
2757
+ gap: 0.5rem;
2758
+ color: inherit;
2759
+ text-decoration: none;
2760
+ }
2761
+ a.pkt-footer-simple__link:hover {
2762
+ text-decoration: underline;
2763
+ text-underline-position: from-font;
2764
+ }
2765
+
2419
2766
  .pkt-footer-simple__link-icon {
2420
2767
  --fg-color: currentColor;
2421
2768
  width: 24px;
2422
2769
  height: 24px;
2423
- margin-right: 0.5rem;
2424
2770
  flex-shrink: 0;
2425
2771
  }
2426
- @media screen and (min-width: 80rem) {
2427
- .pkt-footer-simple__link-icon {
2428
- margin-top: 0;
2429
- }
2772
+ .pkt-footer-simple__link-domain {
2773
+ white-space: nowrap;
2430
2774
  }
2431
2775
 
2432
2776
  /*
@@ -2703,6 +3047,293 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
2703
3047
  color: var(--pkt-color-text-body-dark);
2704
3048
  }
2705
3049
 
3050
+ /*
3051
+ * HeaderGlobal component
3052
+ */
3053
+ /*
3054
+ * Shared header patterns
3055
+ *
3056
+ * Mixins shared by the header variants (`pkt-header-service` and
3057
+ * `pkt-header-global`). The service header is the source of truth — these
3058
+ * mixins are extracted from it so the global header stays aligned.
3059
+ *
3060
+ * This file only defines mixins; it emits no CSS on its own and therefore
3061
+ * is not `@forward`ed from the component index.
3062
+ */
3063
+ /**
3064
+ * Header chrome shared by every variant: base positioning plus the
3065
+ * `--fixed`, `--sticky`, `--scroll-to-hide` and `--hidden` modifier states.
3066
+ *
3067
+ * Call inside a header base block; `&` resolves to the calling class
3068
+ * (`.pkt-header-service` or `.pkt-header-global`).
3069
+ */
3070
+ /**
3071
+ * Mobile user area shared by every variant: on small screens the user
3072
+ * button becomes a full-width bar with top/bottom borders and the user
3073
+ * menu renders in flow directly below it (rather than as a floating
3074
+ * dropdown). Placement of the user area into its own row is left to the
3075
+ * caller (grid row for the service header, a flex row for the global
3076
+ * header).
3077
+ *
3078
+ * `$base` is the variant's BEM block, e.g. `pkt-header-service`.
3079
+ */
3080
+ /**
3081
+ * Shared header grid. Logo (col 1), a flexible content cell (col 2,
3082
+ * right-aligned) and the user cell (col 3). Row height follows
3083
+ * `--pkt-header-height`, which steps down at the tablet and mobile
3084
+ * breakpoints. On mobile the grid collapses to two columns and the user
3085
+ * cell drops to a full-width second row — the same layout the service
3086
+ * header uses.
3087
+ *
3088
+ * Call inside a header base block. `$base` is the variant's BEM block.
3089
+ * `$mobile-height` lets a variant keep a taller bar on mobile (the service
3090
+ * header drops to 64px, the global header stays at 88px).
3091
+ */
3092
+ /**
3093
+ * Standalone Oslo logo sizing shared by header variants: 64px on
3094
+ * desktop/tablet, shrinking to 32px on mobile (the same sizes the service
3095
+ * header uses for its logo without a service name).
3096
+ *
3097
+ * Call inside a header base block; `&` resolves to the calling class.
3098
+ * `$mobile-height` is the logo height on mobile (the service header drops to
3099
+ * 32px, the global header to 3.2rem).
3100
+ */
3101
+ .pkt-header-global-spacer {
3102
+ height: 6.5rem;
3103
+ }
3104
+ .pkt-header-global-spacer--tablet {
3105
+ height: 5.5rem;
3106
+ }
3107
+ .pkt-header-global-spacer--mobile {
3108
+ height: 5.5rem;
3109
+ }
3110
+ .pkt-header-global-spacer--mobile.pkt-header-global-spacer--has-user {
3111
+ height: calc(5.5rem + 3.5rem);
3112
+ }
3113
+
3114
+ .pkt-header-global {
3115
+ position: relative;
3116
+ z-index: 10;
3117
+ background-color: var(--pkt-color-background-default);
3118
+ border-bottom: 1px solid var(--pkt-color-border-subtle);
3119
+ }
3120
+ .pkt-header-global--fixed {
3121
+ width: 100vw;
3122
+ position: fixed;
3123
+ top: 0;
3124
+ left: 0;
3125
+ }
3126
+ .pkt-header-global--sticky {
3127
+ position: sticky;
3128
+ top: 0;
3129
+ }
3130
+ .pkt-header-global--scroll-to-hide {
3131
+ transform: translate3d(0, 0, 0);
3132
+ transition: 0.5s transform ease-in-out;
3133
+ }
3134
+ .pkt-header-global--hidden {
3135
+ transform: translate3d(0, -100%, 0);
3136
+ }
3137
+ .pkt-header-global {
3138
+ --pkt-header-height: 6.5rem;
3139
+ }
3140
+ .pkt-header-global--tablet {
3141
+ --pkt-header-height: 5.5rem;
3142
+ }
3143
+ .pkt-header-global--mobile {
3144
+ --pkt-header-height: 5.5rem;
3145
+ }
3146
+ .pkt-header-global {
3147
+ display: grid;
3148
+ align-items: center;
3149
+ grid-template-columns: auto minmax(0, 1fr) auto;
3150
+ grid-template-rows: var(--pkt-header-height) auto;
3151
+ column-gap: 1.5rem;
3152
+ }
3153
+ .pkt-header-global--tablet {
3154
+ column-gap: 1rem;
3155
+ }
3156
+ .pkt-header-global--mobile {
3157
+ grid-template-columns: auto minmax(0, 1fr);
3158
+ column-gap: 0.5rem;
3159
+ }
3160
+ .pkt-header-global__logo-area {
3161
+ grid-column: 1;
3162
+ grid-row: 1;
3163
+ }
3164
+ .pkt-header-global__content {
3165
+ grid-column: 2;
3166
+ grid-row: 1;
3167
+ justify-self: end;
3168
+ max-width: 100%;
3169
+ }
3170
+ .pkt-header-global__user {
3171
+ grid-column: 3;
3172
+ grid-row: 1;
3173
+ }
3174
+ .pkt-header-global--mobile .pkt-header-global__user {
3175
+ grid-column: 1/-1;
3176
+ grid-row: 2;
3177
+ justify-self: stretch;
3178
+ padding: 0;
3179
+ }
3180
+ .pkt-header-global__logo-area {
3181
+ align-items: center;
3182
+ display: inline-flex;
3183
+ padding-left: 2rem;
3184
+ }
3185
+ .pkt-header-global--tablet .pkt-header-global__logo-area {
3186
+ padding-left: 1rem;
3187
+ }
3188
+ .pkt-header-global--mobile .pkt-header-global__logo-area {
3189
+ padding-left: 0.5rem;
3190
+ }
3191
+ .pkt-header-global__content, .pkt-header-global__user {
3192
+ align-items: center;
3193
+ display: inline-flex;
3194
+ min-width: 0;
3195
+ }
3196
+ .pkt-header-global__content {
3197
+ column-gap: 1.5rem;
3198
+ }
3199
+ .pkt-header-global--tablet .pkt-header-global__content {
3200
+ column-gap: 0.5rem;
3201
+ }
3202
+ .pkt-header-global--mobile .pkt-header-global__content {
3203
+ column-gap: 0.5rem;
3204
+ padding-right: 0.5rem;
3205
+ }
3206
+ .pkt-header-global__menu-toggle, .pkt-header-global__contact {
3207
+ flex: 0 0 auto;
3208
+ }
3209
+ .pkt-header-global__user {
3210
+ justify-self: end;
3211
+ padding-right: 2rem;
3212
+ }
3213
+ .pkt-header-global--tablet:not(.pkt-header-global--mobile) .pkt-header-global__user {
3214
+ padding-right: 1rem;
3215
+ }
3216
+ .pkt-header-global__user-container {
3217
+ position: relative;
3218
+ flex: 0 0 auto;
3219
+ }
3220
+ .pkt-header-global__user-container.is-open {
3221
+ z-index: 100;
3222
+ }
3223
+ .pkt-header-global__logo {
3224
+ --fg-color: var(--pkt-color-text-body-default);
3225
+ flex: 0 0 auto;
3226
+ display: flex;
3227
+ align-items: center;
3228
+ }
3229
+ .pkt-header-global__logo a,
3230
+ .pkt-header-global__logo button {
3231
+ display: flex;
3232
+ align-items: center;
3233
+ }
3234
+ .pkt-header-global__logo svg {
3235
+ aspect-ratio: 6/3;
3236
+ height: 4rem;
3237
+ }
3238
+ .pkt-header-global--mobile .pkt-header-global__logo svg {
3239
+ height: 3.2rem;
3240
+ }
3241
+ .pkt-header-global__search {
3242
+ flex: 0 1 auto;
3243
+ width: 22rem;
3244
+ max-width: 100%;
3245
+ min-width: 0;
3246
+ }
3247
+ .pkt-header-global__search .pkt-searchinput,
3248
+ .pkt-header-global__search .pkt-searchinput__field {
3249
+ width: 100%;
3250
+ }
3251
+ .pkt-header-global__contact {
3252
+ flex: 0 0 auto;
3253
+ white-space: nowrap;
3254
+ }
3255
+ .pkt-header-global__user-button {
3256
+ max-width: 20rem;
3257
+ }
3258
+ .pkt-header-global__user-button .pkt-btn__text {
3259
+ overflow: hidden;
3260
+ text-overflow: ellipsis;
3261
+ white-space: nowrap;
3262
+ min-width: 0;
3263
+ flex: 1 1 auto;
3264
+ }
3265
+ .pkt-header-global__user-menu {
3266
+ position: absolute;
3267
+ right: 0;
3268
+ width: max(15.5rem, 100%);
3269
+ max-width: min(32rem, 90vw);
3270
+ }
3271
+ .pkt-header-global__user-menu.is-open {
3272
+ z-index: 100;
3273
+ }
3274
+ .pkt-header-global__search-toggle, .pkt-header-global__search-toggle button {
3275
+ flex: 0 0 auto;
3276
+ border-radius: 50%;
3277
+ }
3278
+ .pkt-header-global--mobile .pkt-header-global__menu-toggle, .pkt-header-global--mobile .pkt-header-global__menu-toggle button {
3279
+ border-radius: 50%;
3280
+ }
3281
+ .pkt-header-global__menu, .pkt-header-global__search-panel {
3282
+ position: fixed;
3283
+ top: max(0px, var(--pkt-header-global-top, 0px) + 6.5rem);
3284
+ left: 0;
3285
+ right: 0;
3286
+ bottom: 0;
3287
+ z-index: 90;
3288
+ background-color: rgba(0, 0, 0, 0.55);
3289
+ overflow-y: auto;
3290
+ overscroll-behavior: contain;
3291
+ -webkit-overflow-scrolling: touch;
3292
+ }
3293
+ .pkt-header-global__menu--tablet, .pkt-header-global__menu--mobile, .pkt-header-global__search-panel--tablet, .pkt-header-global__search-panel--mobile {
3294
+ top: max(0px, var(--pkt-header-global-top, 0px) + 5.5rem);
3295
+ }
3296
+ .pkt-header-global__menu .pkt-header-menu {
3297
+ width: min(var(--pkt-header-global-width, 100%), 75rem);
3298
+ margin: 0 0 0 calc(var(--pkt-header-global-left, 0px) + max(0px, (var(--pkt-header-global-width, 100%) - 75rem) / 2));
3299
+ box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
3300
+ }
3301
+ .pkt-header-global__search-panel-inner {
3302
+ margin-left: var(--pkt-header-global-left, 0px);
3303
+ width: var(--pkt-header-global-width, 100%);
3304
+ background-color: var(--pkt-color-background-default);
3305
+ border-bottom: 1px solid var(--pkt-color-border-subtle);
3306
+ box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
3307
+ padding: 1rem;
3308
+ }
3309
+ .pkt-header-global__search-panel-inner .pkt-searchinput,
3310
+ .pkt-header-global__search-panel-inner .pkt-searchinput__field {
3311
+ width: 100%;
3312
+ }
3313
+
3314
+ .pkt-header-global.pkt-header-global--mobile .pkt-header-global__user-container {
3315
+ background-color: var(--pkt-color-background-default);
3316
+ height: 3.5rem;
3317
+ width: 100%;
3318
+ z-index: 99;
3319
+ }
3320
+ .pkt-header-global.pkt-header-global--mobile .pkt-header-global__user-button:is(button), .pkt-header-global.pkt-header-global--mobile .pkt-header-global__user-button button {
3321
+ height: 100%;
3322
+ padding: 0 1.5rem;
3323
+ width: 100%;
3324
+ max-width: 100%;
3325
+ border: none;
3326
+ border-top: 1px solid var(--pkt-color-border-subtle, #f2f2f2);
3327
+ border-bottom: 1px solid var(--pkt-color-border-subtle, #f2f2f2);
3328
+ }
3329
+ .pkt-header-global.pkt-header-global--mobile .pkt-header-global__user-button:not(button) {
3330
+ display: contents;
3331
+ }
3332
+ .pkt-header-global.pkt-header-global--mobile .pkt-header-global__user-menu {
3333
+ max-width: 100%;
3334
+ position: unset;
3335
+ }
3336
+
2706
3337
  /*
2707
3338
  * Header menu (global mega menu)
2708
3339
  */
@@ -2711,25 +3342,30 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
2711
3342
  background-color: var(--pkt-color-background-default);
2712
3343
  color: var(--pkt-color-text-body-default);
2713
3344
  width: 100%;
2714
- padding-bottom: 2rem;
2715
- }
2716
- @media screen and (min-width: 48rem) {
2717
- .pkt-header-menu {
2718
- padding-bottom: 0;
2719
- }
3345
+ container-type: inline-size;
3346
+ container-name: pkt-header-menu;
2720
3347
  }
2721
3348
  .pkt-header-menu--open {
2722
3349
  display: block;
2723
3350
  }
2724
3351
  .pkt-header-menu__services {
2725
- max-width: 75.25rem;
3352
+ max-width: 75rem;
2726
3353
  margin: 0 auto;
2727
3354
  padding-top: 2rem;
2728
3355
  padding-bottom: 1rem;
2729
3356
  }
2730
- @media screen and (min-width: 48rem) {
2731
- .pkt-header-menu__services {
2732
- padding: 3.25rem;
3357
+ @supports not (container-type: inline-size) {
3358
+ @media screen and (min-width: 48rem) {
3359
+ .pkt-header-menu__services {
3360
+ padding: 3.25rem;
3361
+ }
3362
+ }
3363
+ }
3364
+ @supports (container-type: inline-size) {
3365
+ @container pkt-header-menu (min-width: 48rem) {
3366
+ .pkt-header-menu__services {
3367
+ padding: 3.25rem;
3368
+ }
2733
3369
  }
2734
3370
  }
2735
3371
  .pkt-header-menu__services-title, .pkt-header-menu__section-title {
@@ -2740,17 +3376,38 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
2740
3376
  margin: 0 0 2rem;
2741
3377
  display: none;
2742
3378
  }
2743
- @media screen and (min-width: 48rem) {
2744
- .pkt-header-menu__services-title, .pkt-header-menu__section-title {
2745
- display: block;
3379
+ @supports not (container-type: inline-size) {
3380
+ @media screen and (min-width: 48rem) {
3381
+ .pkt-header-menu__services-title, .pkt-header-menu__section-title {
3382
+ display: block;
3383
+ }
2746
3384
  }
2747
3385
  }
2748
- @media screen and (min-width: 64rem) {
2749
- .pkt-header-menu__services-title, .pkt-header-menu__section-title {
2750
- letter-spacing: -0.2px;
2751
- font-weight: 500;
2752
- font-size: 1.375rem;
2753
- line-height: 2.125rem;
3386
+ @supports (container-type: inline-size) {
3387
+ @container pkt-header-menu (min-width: 48rem) {
3388
+ .pkt-header-menu__services-title, .pkt-header-menu__section-title {
3389
+ display: block;
3390
+ }
3391
+ }
3392
+ }
3393
+ @supports not (container-type: inline-size) {
3394
+ @media screen and (min-width: 64rem) {
3395
+ .pkt-header-menu__services-title, .pkt-header-menu__section-title {
3396
+ letter-spacing: -0.2px;
3397
+ font-weight: 500;
3398
+ font-size: 1.375rem;
3399
+ line-height: 2.125rem;
3400
+ }
3401
+ }
3402
+ }
3403
+ @supports (container-type: inline-size) {
3404
+ @container pkt-header-menu (min-width: 64rem) {
3405
+ .pkt-header-menu__services-title, .pkt-header-menu__section-title {
3406
+ letter-spacing: -0.2px;
3407
+ font-weight: 500;
3408
+ font-size: 1.375rem;
3409
+ line-height: 2.125rem;
3410
+ }
2754
3411
  }
2755
3412
  }
2756
3413
  .pkt-header-menu__services-title {
@@ -2764,84 +3421,166 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
2764
3421
  grid-template-columns: 1fr;
2765
3422
  gap: 1.25rem;
2766
3423
  }
2767
- @media screen and (min-width: 48rem) {
2768
- .pkt-header-menu__services-list {
2769
- grid-template-columns: repeat(4, 1fr);
2770
- row-gap: 2.5rem;
3424
+ @supports not (container-type: inline-size) {
3425
+ @media screen and (min-width: 48rem) {
3426
+ .pkt-header-menu__services-list {
3427
+ grid-template-columns: repeat(4, 1fr);
3428
+ row-gap: 2.5rem;
3429
+ }
3430
+ }
3431
+ }
3432
+ @supports (container-type: inline-size) {
3433
+ @container pkt-header-menu (min-width: 48rem) {
3434
+ .pkt-header-menu__services-list {
3435
+ grid-template-columns: repeat(4, 1fr);
3436
+ row-gap: 2.5rem;
3437
+ }
2771
3438
  }
2772
3439
  }
2773
3440
  .pkt-header-menu__buttons {
2774
3441
  display: none;
2775
- max-width: 75.25rem;
3442
+ max-width: 75rem;
2776
3443
  margin: 0 auto;
2777
3444
  padding-top: 2rem;
2778
3445
  padding-bottom: 1rem;
2779
3446
  }
2780
- @media screen and (min-width: 48rem) {
2781
- .pkt-header-menu__buttons {
2782
- padding: 3.25rem;
3447
+ @supports not (container-type: inline-size) {
3448
+ @media screen and (min-width: 48rem) {
3449
+ .pkt-header-menu__buttons {
3450
+ padding: 3.25rem;
3451
+ }
2783
3452
  }
2784
3453
  }
2785
- @media screen and (min-width: 48rem) {
2786
- .pkt-header-menu__buttons {
2787
- display: flex;
2788
- gap: 1rem;
2789
- flex-wrap: wrap;
2790
- padding-top: 0;
3454
+ @supports (container-type: inline-size) {
3455
+ @container pkt-header-menu (min-width: 48rem) {
3456
+ .pkt-header-menu__buttons {
3457
+ padding: 3.25rem;
3458
+ }
2791
3459
  }
2792
3460
  }
2793
- @media screen and (min-width: 64rem) {
2794
- .pkt-header-menu__buttons .pkt-btn__text {
2795
- letter-spacing: -0.2px;
2796
- font-weight: 500;
2797
- font-size: 1.125rem;
2798
- line-height: 1.75rem;
3461
+ @supports not (container-type: inline-size) {
3462
+ @media screen and (min-width: 48rem) {
3463
+ .pkt-header-menu__buttons {
3464
+ display: flex;
3465
+ gap: 1rem;
3466
+ flex-wrap: wrap;
3467
+ padding-top: 0;
3468
+ }
3469
+ }
3470
+ }
3471
+ @supports (container-type: inline-size) {
3472
+ @container pkt-header-menu (min-width: 48rem) {
3473
+ .pkt-header-menu__buttons {
3474
+ display: flex;
3475
+ gap: 1rem;
3476
+ flex-wrap: wrap;
3477
+ padding-top: 0;
3478
+ }
3479
+ }
3480
+ }
3481
+ @supports not (container-type: inline-size) {
3482
+ @media screen and (min-width: 64rem) {
3483
+ .pkt-header-menu__buttons .pkt-btn__text {
3484
+ letter-spacing: -0.2px;
3485
+ font-weight: 500;
3486
+ font-size: 1.125rem;
3487
+ line-height: 1.75rem;
3488
+ }
3489
+ }
3490
+ }
3491
+ @supports (container-type: inline-size) {
3492
+ @container pkt-header-menu (min-width: 64rem) {
3493
+ .pkt-header-menu__buttons .pkt-btn__text {
3494
+ letter-spacing: -0.2px;
3495
+ font-weight: 500;
3496
+ font-size: 1.125rem;
3497
+ line-height: 1.75rem;
3498
+ }
2799
3499
  }
2800
3500
  }
2801
3501
  .pkt-header-menu__buttons--mobile {
2802
3502
  padding: 0 1rem;
2803
3503
  display: flex;
2804
3504
  }
2805
- @media screen and (min-width: 48rem) {
2806
- .pkt-header-menu__buttons--mobile {
2807
- display: none;
3505
+ @supports not (container-type: inline-size) {
3506
+ @media screen and (min-width: 48rem) {
3507
+ .pkt-header-menu__buttons--mobile {
3508
+ display: none;
3509
+ }
2808
3510
  }
2809
3511
  }
2810
- @media screen and (min-width: 48rem) {
2811
- .pkt-header-menu__sections {
2812
- background-color: var(--pkt-color-surface-strong-gray);
3512
+ @supports (container-type: inline-size) {
3513
+ @container pkt-header-menu (min-width: 48rem) {
3514
+ .pkt-header-menu__buttons--mobile {
3515
+ display: none;
3516
+ }
2813
3517
  }
2814
- [data-mode=dark] .pkt-header-menu__sections {
2815
- background-color: var(--pkt-color-background-default);
3518
+ }
3519
+ @supports not (container-type: inline-size) {
3520
+ @media screen and (min-width: 48rem) {
3521
+ .pkt-header-menu__sections {
3522
+ background-color: var(--pkt-color-surface-strong-gray);
3523
+ }
3524
+ [data-mode=dark] .pkt-header-menu__sections {
3525
+ background-color: var(--pkt-color-background-default);
3526
+ }
3527
+ }
3528
+ }
3529
+ @supports (container-type: inline-size) {
3530
+ @container pkt-header-menu (min-width: 48rem) {
3531
+ .pkt-header-menu__sections {
3532
+ background-color: var(--pkt-color-surface-strong-gray);
3533
+ }
3534
+ [data-mode=dark] .pkt-header-menu__sections {
3535
+ background-color: var(--pkt-color-background-default);
3536
+ }
2816
3537
  }
2817
3538
  }
2818
3539
  .pkt-header-menu__sections-inner {
2819
- max-width: 75.25rem;
3540
+ max-width: 75rem;
2820
3541
  margin: 0 auto;
2821
3542
  padding-top: 2rem;
2822
3543
  padding-bottom: 1rem;
2823
3544
  }
2824
- @media screen and (min-width: 48rem) {
2825
- .pkt-header-menu__sections-inner {
2826
- padding: 3.25rem;
3545
+ @supports not (container-type: inline-size) {
3546
+ @media screen and (min-width: 48rem) {
3547
+ .pkt-header-menu__sections-inner {
3548
+ padding: 3.25rem;
3549
+ }
2827
3550
  }
2828
3551
  }
2829
- @media screen and (min-width: 48rem) {
2830
- .pkt-header-menu__sections-inner {
2831
- display: grid;
2832
- grid-template-columns: repeat(4, 1fr);
2833
- gap: 2rem;
3552
+ @supports (container-type: inline-size) {
3553
+ @container pkt-header-menu (min-width: 48rem) {
3554
+ .pkt-header-menu__sections-inner {
3555
+ padding: 3.25rem;
3556
+ }
2834
3557
  }
2835
3558
  }
2836
- @media screen and (min-width: 0rem) and (max-width: 47.938rem) {
2837
- .pkt-header-menu__section .pkt-accordion-item__title {
2838
- letter-spacing: -0.2px;
2839
- font-weight: 500;
2840
- font-size: 1.125rem;
2841
- line-height: 1.75rem;
2842
- padding: 1rem 0;
3559
+ @supports not (container-type: inline-size) {
3560
+ @media screen and (min-width: 48rem) {
3561
+ .pkt-header-menu__sections-inner {
3562
+ display: grid;
3563
+ grid-template-columns: repeat(4, 1fr);
3564
+ gap: 2rem;
3565
+ }
3566
+ }
3567
+ }
3568
+ @supports (container-type: inline-size) {
3569
+ @container pkt-header-menu (min-width: 48rem) {
3570
+ .pkt-header-menu__sections-inner {
3571
+ display: grid;
3572
+ grid-template-columns: repeat(4, 1fr);
3573
+ gap: 2rem;
3574
+ }
2843
3575
  }
2844
3576
  }
3577
+ .pkt-header-menu__section .pkt-accordion-item__title {
3578
+ letter-spacing: -0.2px;
3579
+ font-weight: 500;
3580
+ font-size: 1.125rem;
3581
+ line-height: 1.75rem;
3582
+ padding: 0.5rem 1rem;
3583
+ }
2845
3584
  .pkt-header-menu__section-list {
2846
3585
  list-style: none;
2847
3586
  margin: 0;
@@ -2850,9 +3589,18 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
2850
3589
  flex-direction: column;
2851
3590
  gap: 1rem;
2852
3591
  }
2853
- @media screen and (min-width: 48rem) {
2854
- .pkt-header-menu__section-list {
2855
- row-gap: 1rem;
3592
+ @supports not (container-type: inline-size) {
3593
+ @media screen and (min-width: 48rem) {
3594
+ .pkt-header-menu__section-list {
3595
+ row-gap: 1rem;
3596
+ }
3597
+ }
3598
+ }
3599
+ @supports (container-type: inline-size) {
3600
+ @container pkt-header-menu (min-width: 48rem) {
3601
+ .pkt-header-menu__section-list {
3602
+ row-gap: 1rem;
3603
+ }
2856
3604
  }
2857
3605
  }
2858
3606
  .pkt-header-menu__section-link {
@@ -2866,12 +3614,24 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
2866
3614
  text-underline-position: from-font;
2867
3615
  line-height: 1.5;
2868
3616
  }
2869
- @media screen and (min-width: 64rem) {
2870
- .pkt-header-menu__section-link {
2871
- letter-spacing: -0.2px;
2872
- font-weight: 300;
2873
- font-size: 1.125rem;
2874
- line-height: 1.75rem;
3617
+ @supports not (container-type: inline-size) {
3618
+ @media screen and (min-width: 64rem) {
3619
+ .pkt-header-menu__section-link {
3620
+ letter-spacing: -0.2px;
3621
+ font-weight: 300;
3622
+ font-size: 1.125rem;
3623
+ line-height: 1.75rem;
3624
+ }
3625
+ }
3626
+ }
3627
+ @supports (container-type: inline-size) {
3628
+ @container pkt-header-menu (min-width: 64rem) {
3629
+ .pkt-header-menu__section-link {
3630
+ letter-spacing: -0.2px;
3631
+ font-weight: 300;
3632
+ font-size: 1.125rem;
3633
+ line-height: 1.75rem;
3634
+ }
2875
3635
  }
2876
3636
  }
2877
3637
  .pkt-header-menu__section-link:hover, .pkt-header-menu__section-link:focus-visible {
@@ -2891,12 +3651,24 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
2891
3651
  font-size: 1rem;
2892
3652
  line-height: 1.5rem;
2893
3653
  }
2894
- @media screen and (min-width: 64rem) {
2895
- .pkt-header-menu__service-link {
2896
- letter-spacing: -0.2px;
2897
- font-weight: 300;
2898
- font-size: 1.125rem;
2899
- line-height: 1.75rem;
3654
+ @supports not (container-type: inline-size) {
3655
+ @media screen and (min-width: 64rem) {
3656
+ .pkt-header-menu__service-link {
3657
+ letter-spacing: -0.2px;
3658
+ font-weight: 300;
3659
+ font-size: 1.125rem;
3660
+ line-height: 1.75rem;
3661
+ }
3662
+ }
3663
+ }
3664
+ @supports (container-type: inline-size) {
3665
+ @container pkt-header-menu (min-width: 64rem) {
3666
+ .pkt-header-menu__service-link {
3667
+ letter-spacing: -0.2px;
3668
+ font-weight: 300;
3669
+ font-size: 1.125rem;
3670
+ line-height: 1.75rem;
3671
+ }
2900
3672
  }
2901
3673
  }
2902
3674
  .pkt-header-menu__service-link:hover .pkt-header-menu__service-text, .pkt-header-menu__service-link:focus-visible .pkt-header-menu__service-text {
@@ -2909,10 +3681,20 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
2909
3681
  width: 1.5rem;
2910
3682
  height: 1.5rem;
2911
3683
  }
2912
- @media screen and (min-width: 48rem) {
2913
- .pkt-header-menu__service-icon {
2914
- width: 2rem;
2915
- height: 2rem;
3684
+ @supports not (container-type: inline-size) {
3685
+ @media screen and (min-width: 48rem) {
3686
+ .pkt-header-menu__service-icon {
3687
+ width: 2rem;
3688
+ height: 2rem;
3689
+ }
3690
+ }
3691
+ }
3692
+ @supports (container-type: inline-size) {
3693
+ @container pkt-header-menu (min-width: 48rem) {
3694
+ .pkt-header-menu__service-icon {
3695
+ width: 2rem;
3696
+ height: 2rem;
3697
+ }
2916
3698
  }
2917
3699
  }
2918
3700
  .pkt-header-menu__service-icon svg {
@@ -2923,28 +3705,49 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
2923
3705
  min-width: 0;
2924
3706
  }
2925
3707
  .pkt-header-menu__footer {
2926
- max-width: 75.25rem;
3708
+ max-width: 75rem;
2927
3709
  margin: 0 auto;
2928
3710
  padding-top: 2rem;
2929
3711
  padding-bottom: 1rem;
2930
3712
  }
2931
- @media screen and (min-width: 48rem) {
2932
- .pkt-header-menu__footer {
2933
- padding: 3.25rem;
3713
+ @supports not (container-type: inline-size) {
3714
+ @media screen and (min-width: 48rem) {
3715
+ .pkt-header-menu__footer {
3716
+ padding: 3.25rem;
3717
+ }
3718
+ }
3719
+ }
3720
+ @supports (container-type: inline-size) {
3721
+ @container pkt-header-menu (min-width: 48rem) {
3722
+ .pkt-header-menu__footer {
3723
+ padding: 3.25rem;
3724
+ }
2934
3725
  }
2935
3726
  }
2936
3727
  .pkt-header-menu__footer {
2937
- padding: 1.5rem 1rem 1rem;
3728
+ padding: 1.5rem 1rem 3rem;
2938
3729
  display: flex;
2939
3730
  flex-direction: column;
2940
3731
  gap: 1.5rem;
2941
3732
  }
2942
- @media screen and (min-width: 48rem) {
2943
- .pkt-header-menu__footer {
2944
- flex-direction: row;
2945
- justify-content: space-between;
2946
- align-items: center;
2947
- padding: 2rem 3.25rem;
3733
+ @supports not (container-type: inline-size) {
3734
+ @media screen and (min-width: 48rem) {
3735
+ .pkt-header-menu__footer {
3736
+ flex-direction: row;
3737
+ justify-content: space-between;
3738
+ align-items: center;
3739
+ padding: 2rem 3.25rem;
3740
+ }
3741
+ }
3742
+ }
3743
+ @supports (container-type: inline-size) {
3744
+ @container pkt-header-menu (min-width: 48rem) {
3745
+ .pkt-header-menu__footer {
3746
+ flex-direction: row;
3747
+ justify-content: space-between;
3748
+ align-items: center;
3749
+ padding: 2rem 3.25rem;
3750
+ }
2948
3751
  }
2949
3752
  }
2950
3753
  .pkt-header-menu__footer-list {
@@ -2955,33 +3758,66 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
2955
3758
  flex-direction: column;
2956
3759
  gap: 0.75rem;
2957
3760
  }
2958
- @media screen and (min-width: 48rem) {
2959
- .pkt-header-menu__footer-list {
2960
- flex-direction: row;
2961
- gap: 0rem;
2962
- }
2963
- .pkt-header-menu__footer-list:not(.pkt-header-menu__footer-list--social) {
2964
- line-height: 1;
2965
- }
2966
- .pkt-header-menu__footer-list:not(.pkt-header-menu__footer-list--social) > * {
2967
- border-right: 1px solid currentColor;
2968
- padding: 0 2rem;
2969
- }
2970
- .pkt-header-menu__footer-list:not(.pkt-header-menu__footer-list--social) > *:first-child {
2971
- padding-left: 0;
3761
+ @supports not (container-type: inline-size) {
3762
+ @media screen and (min-width: 48rem) {
3763
+ .pkt-header-menu__footer-list {
3764
+ flex-direction: row;
3765
+ gap: 0rem;
3766
+ }
3767
+ .pkt-header-menu__footer-list:not(.pkt-header-menu__footer-list--social) {
3768
+ line-height: 1;
3769
+ }
3770
+ .pkt-header-menu__footer-list:not(.pkt-header-menu__footer-list--social) > * {
3771
+ border-right: 1px solid currentColor;
3772
+ padding: 0 2rem;
3773
+ }
3774
+ .pkt-header-menu__footer-list:not(.pkt-header-menu__footer-list--social) > *:first-child {
3775
+ padding-left: 0;
3776
+ }
3777
+ .pkt-header-menu__footer-list:not(.pkt-header-menu__footer-list--social) > *:last-child {
3778
+ border-right: none;
3779
+ padding-right: 0;
3780
+ }
2972
3781
  }
2973
- .pkt-header-menu__footer-list:not(.pkt-header-menu__footer-list--social) > *:last-child {
2974
- border-right: none;
2975
- padding-right: 0;
3782
+ }
3783
+ @supports (container-type: inline-size) {
3784
+ @container pkt-header-menu (min-width: 48rem) {
3785
+ .pkt-header-menu__footer-list {
3786
+ flex-direction: row;
3787
+ gap: 0rem;
3788
+ }
3789
+ .pkt-header-menu__footer-list:not(.pkt-header-menu__footer-list--social) {
3790
+ line-height: 1;
3791
+ }
3792
+ .pkt-header-menu__footer-list:not(.pkt-header-menu__footer-list--social) > * {
3793
+ border-right: 1px solid currentColor;
3794
+ padding: 0 2rem;
3795
+ }
3796
+ .pkt-header-menu__footer-list:not(.pkt-header-menu__footer-list--social) > *:first-child {
3797
+ padding-left: 0;
3798
+ }
3799
+ .pkt-header-menu__footer-list:not(.pkt-header-menu__footer-list--social) > *:last-child {
3800
+ border-right: none;
3801
+ padding-right: 0;
3802
+ }
2976
3803
  }
2977
3804
  }
2978
3805
  .pkt-header-menu__footer-list--social {
2979
3806
  flex-direction: row;
2980
3807
  gap: 1rem;
2981
3808
  }
2982
- @media screen and (min-width: 48rem) {
2983
- .pkt-header-menu__footer-list--social {
2984
- gap: 2rem;
3809
+ @supports not (container-type: inline-size) {
3810
+ @media screen and (min-width: 48rem) {
3811
+ .pkt-header-menu__footer-list--social {
3812
+ gap: 2rem;
3813
+ }
3814
+ }
3815
+ }
3816
+ @supports (container-type: inline-size) {
3817
+ @container pkt-header-menu (min-width: 48rem) {
3818
+ .pkt-header-menu__footer-list--social {
3819
+ gap: 2rem;
3820
+ }
2985
3821
  }
2986
3822
  }
2987
3823
  .pkt-header-menu__footer-link {
@@ -2992,12 +3828,24 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
2992
3828
  color: var(--pkt-color-text-body-default);
2993
3829
  text-decoration: none;
2994
3830
  }
2995
- @media screen and (min-width: 64rem) {
2996
- .pkt-header-menu__footer-link {
2997
- letter-spacing: -0.2px;
2998
- font-weight: 300;
2999
- font-size: 1.125rem;
3000
- line-height: 1.75rem;
3831
+ @supports not (container-type: inline-size) {
3832
+ @media screen and (min-width: 64rem) {
3833
+ .pkt-header-menu__footer-link {
3834
+ letter-spacing: -0.2px;
3835
+ font-weight: 300;
3836
+ font-size: 1.125rem;
3837
+ line-height: 1.75rem;
3838
+ }
3839
+ }
3840
+ }
3841
+ @supports (container-type: inline-size) {
3842
+ @container pkt-header-menu (min-width: 64rem) {
3843
+ .pkt-header-menu__footer-link {
3844
+ letter-spacing: -0.2px;
3845
+ font-weight: 300;
3846
+ font-size: 1.125rem;
3847
+ line-height: 1.75rem;
3848
+ }
3001
3849
  }
3002
3850
  }
3003
3851
  .pkt-header-menu__footer-link:hover, .pkt-header-menu__footer-link:focus-visible {
@@ -3015,19 +3863,43 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
3015
3863
  height: 2rem;
3016
3864
  }
3017
3865
  .pkt-header-menu__loading, .pkt-header-menu__error {
3018
- max-width: 75.25rem;
3866
+ max-width: 75rem;
3019
3867
  margin: 0 auto;
3020
3868
  padding-top: 2rem;
3021
3869
  padding-bottom: 1rem;
3022
3870
  }
3023
- @media screen and (min-width: 48rem) {
3024
- .pkt-header-menu__loading, .pkt-header-menu__error {
3025
- padding: 3.25rem;
3871
+ @supports not (container-type: inline-size) {
3872
+ @media screen and (min-width: 48rem) {
3873
+ .pkt-header-menu__loading, .pkt-header-menu__error {
3874
+ padding: 3.25rem;
3875
+ }
3876
+ }
3877
+ }
3878
+ @supports (container-type: inline-size) {
3879
+ @container pkt-header-menu (min-width: 48rem) {
3880
+ .pkt-header-menu__loading, .pkt-header-menu__error {
3881
+ padding: 3.25rem;
3882
+ }
3026
3883
  }
3027
3884
  }
3028
3885
  .pkt-header-menu__loading, .pkt-header-menu__error {
3029
3886
  text-align: center;
3030
3887
  color: var(--pkt-color-text-body-default);
3888
+ padding-bottom: 3rem;
3889
+ }
3890
+ @supports not (container-type: inline-size) {
3891
+ @media screen and (min-width: 48rem) {
3892
+ .pkt-header-menu__loading, .pkt-header-menu__error {
3893
+ padding-bottom: 3.25rem;
3894
+ }
3895
+ }
3896
+ }
3897
+ @supports (container-type: inline-size) {
3898
+ @container pkt-header-menu (min-width: 48rem) {
3899
+ .pkt-header-menu__loading, .pkt-header-menu__error {
3900
+ padding-bottom: 3.25rem;
3901
+ }
3902
+ }
3031
3903
  }
3032
3904
 
3033
3905
  /*
@@ -3112,6 +3984,25 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
3112
3984
  z-index: 10;
3113
3985
  background-color: var(--pkt-color-background-default);
3114
3986
  border-bottom: 1px solid var(--pkt-color-border-subtle);
3987
+ }
3988
+ .pkt-header-service--fixed {
3989
+ width: 100vw;
3990
+ position: fixed;
3991
+ top: 0;
3992
+ left: 0;
3993
+ }
3994
+ .pkt-header-service--sticky {
3995
+ position: sticky;
3996
+ top: 0;
3997
+ }
3998
+ .pkt-header-service--scroll-to-hide {
3999
+ transform: translate3d(0, 0, 0);
4000
+ transition: 0.5s transform ease-in-out;
4001
+ }
4002
+ .pkt-header-service--hidden {
4003
+ transform: translate3d(0, -100%, 0);
4004
+ }
4005
+ .pkt-header-service {
3115
4006
  display: grid;
3116
4007
  align-items: center;
3117
4008
  grid-template-columns: 1fr auto auto;
@@ -3129,19 +4020,6 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
3129
4020
  .pkt-header-service--compact {
3130
4021
  grid-template-rows: 4.5rem auto;
3131
4022
  }
3132
- .pkt-header-service--fixed {
3133
- width: 100vw;
3134
- position: fixed;
3135
- top: 0;
3136
- left: 0;
3137
- }
3138
- .pkt-header-service--scroll-to-hide {
3139
- transform: translate3d(0, 0, 0);
3140
- transition: 0.5s transform ease-in-out;
3141
- }
3142
- .pkt-header-service--hidden {
3143
- transform: translate3d(0, -100%, 0);
3144
- }
3145
4023
  .pkt-header-service__logo-area, .pkt-header-service__content, .pkt-header-service__user {
3146
4024
  display: inline-flex;
3147
4025
  column-gap: 2rem;
@@ -3287,7 +4165,7 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
3287
4165
  position: relative;
3288
4166
  }
3289
4167
  .pkt-header-service__user-button {
3290
- max-width: 28.5rem;
4168
+ max-width: 22.5rem;
3291
4169
  }
3292
4170
  .pkt-header-service__user-button .pkt-btn__text {
3293
4171
  overflow: hidden;
@@ -3346,6 +4224,28 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
3346
4224
  grid-template-rows: 4.5rem auto;
3347
4225
  }
3348
4226
  }
4227
+ .pkt-header-service.pkt-header-service--mobile .pkt-header-service__user-container {
4228
+ background-color: var(--pkt-color-background-default);
4229
+ height: 3.5rem;
4230
+ width: 100%;
4231
+ z-index: 99;
4232
+ }
4233
+ .pkt-header-service.pkt-header-service--mobile .pkt-header-service__user-button:is(button), .pkt-header-service.pkt-header-service--mobile .pkt-header-service__user-button button {
4234
+ height: 100%;
4235
+ padding: 0 1.5rem;
4236
+ width: 100%;
4237
+ max-width: 100%;
4238
+ border: none;
4239
+ border-top: 1px solid var(--pkt-color-border-subtle, #f2f2f2);
4240
+ border-bottom: 1px solid var(--pkt-color-border-subtle, #f2f2f2);
4241
+ }
4242
+ .pkt-header-service.pkt-header-service--mobile .pkt-header-service__user-button:not(button) {
4243
+ display: contents;
4244
+ }
4245
+ .pkt-header-service.pkt-header-service--mobile .pkt-header-service__user-menu {
4246
+ max-width: 100%;
4247
+ position: unset;
4248
+ }
3349
4249
  .pkt-header-service.pkt-header-service--mobile .pkt-header-service--compact {
3350
4250
  grid-template-rows: 4rem auto;
3351
4251
  }
@@ -3379,28 +4279,6 @@ pkt-modal.pkt-fileupload__image-preview-modal .pkt-modal::backdrop {
3379
4279
  .pkt-header-service.pkt-header-service--mobile .pkt-header-service__mobile-menu {
3380
4280
  background-color: var(--pkt-color-background-default);
3381
4281
  }
3382
- .pkt-header-service.pkt-header-service--mobile .pkt-header-service__user-container {
3383
- background-color: var(--pkt-color-background-default);
3384
- height: 3.5rem;
3385
- width: 100%;
3386
- z-index: 99;
3387
- }
3388
- .pkt-header-service.pkt-header-service--mobile .pkt-header-service__user-button:is(button), .pkt-header-service.pkt-header-service--mobile .pkt-header-service__user-button button {
3389
- height: 100%;
3390
- padding: 0 1.5rem;
3391
- width: 100%;
3392
- max-width: 100%;
3393
- border: none;
3394
- border-top: 1px solid var(--pkt-color-border-subtle, #f2f2f2);
3395
- border-bottom: 1px solid var(--pkt-color-border-subtle, #f2f2f2);
3396
- }
3397
- .pkt-header-service.pkt-header-service--mobile .pkt-header-service__user-button:not(button) {
3398
- display: contents;
3399
- }
3400
- .pkt-header-service.pkt-header-service--mobile .pkt-header-service__user-menu {
3401
- max-width: 100%;
3402
- position: unset;
3403
- }
3404
4282
  .pkt-header-service.pkt-header-service--mobile .pkt-header-service__slot-content {
3405
4283
  display: none;
3406
4284
  }
@@ -3861,7 +4739,7 @@ pkt-input-wrapper {
3861
4739
  .pkt-inputwrapper__helptext-container {
3862
4740
  display: flex;
3863
4741
  flex-direction: column;
3864
- gap: 0.25rem;
4742
+ gap: 0.5rem;
3865
4743
  }
3866
4744
  .pkt-inputwrapper__helptext {
3867
4745
  width: min(100%, 31rem);
@@ -3888,6 +4766,12 @@ pkt-input-wrapper {
3888
4766
  .pkt-inputwrapper__helptext > *:last-child {
3889
4767
  margin-bottom: 0;
3890
4768
  }
4769
+ .pkt-inputwrapper__helptext-expandable {
4770
+ display: flex;
4771
+ flex-direction: column;
4772
+ align-items: flex-start;
4773
+ gap: 0.25rem;
4774
+ }
3891
4775
  .pkt-inputwrapper__helptext-expandable-heading {
3892
4776
  margin: 0;
3893
4777
  letter-spacing: -0.2px;
@@ -3899,7 +4783,6 @@ pkt-input-wrapper {
3899
4783
  display: block;
3900
4784
  border-left: 2px solid var(--pkt-color-text-body-dark);
3901
4785
  padding: 0.5rem 1rem;
3902
- margin-bottom: 0.25rem;
3903
4786
  }
3904
4787
  .pkt-inputwrapper__helptext-expandable-closed {
3905
4788
  display: none;
@@ -3946,8 +4829,21 @@ pkt-input-wrapper {
3946
4829
  width: min(100%, 31rem);
3947
4830
  margin: 0 0 0.5rem 0;
3948
4831
  }
3949
- .pkt-inputwrapper .pkt-alert--error {
3950
- margin: 0.5rem 0 0.5rem 0;
4832
+ .pkt-inputwrapper__alert-wrapper {
4833
+ align-self: stretch;
4834
+ max-width: min(100%, 31rem);
4835
+ }
4836
+ .pkt-inputwrapper__alert-wrapper .pkt-alert {
4837
+ width: 100%;
4838
+ margin: 0;
4839
+ }
4840
+ .pkt-inputwrapper:has(.pkt-input--fullwidth) .pkt-inputwrapper__alert-wrapper {
4841
+ max-width: none;
4842
+ }
4843
+ .pkt-inputwrapper__fieldset > .pkt-alert {
4844
+ align-self: stretch;
4845
+ width: auto;
4846
+ max-width: min(100%, 31rem);
3951
4847
  }
3952
4848
  .pkt-inputwrapper .pkt-tag {
3953
4849
  margin-left: 8px;
@@ -3999,10 +4895,46 @@ pkt-input-wrapper {
3999
4895
  box-shadow: none;
4000
4896
  outline: none;
4001
4897
  }
4002
- .pkt-inputwrapper--disabled .pkt-input__container:active .pkt-input {
4003
- border-right: none;
4004
- box-shadow: none;
4005
- outline: none;
4898
+ .pkt-inputwrapper--disabled .pkt-input__container:active .pkt-input {
4899
+ border-right: none;
4900
+ box-shadow: none;
4901
+ outline: none;
4902
+ }
4903
+ .pkt-inputwrapper--small .pkt-inputwrapper__helptext-container, .pkt-inputwrapper--xsmall .pkt-inputwrapper__helptext-container {
4904
+ gap: 0.25rem;
4905
+ }
4906
+ .pkt-inputwrapper--small .pkt-inputwrapper__helptext,
4907
+ .pkt-inputwrapper--small .pkt-inputwrapper__helptext > .pkt-btn,
4908
+ .pkt-inputwrapper--small .pkt-inputwrapper__helptext-expandable .pkt-btn, .pkt-inputwrapper--xsmall .pkt-inputwrapper__helptext,
4909
+ .pkt-inputwrapper--xsmall .pkt-inputwrapper__helptext > .pkt-btn,
4910
+ .pkt-inputwrapper--xsmall .pkt-inputwrapper__helptext-expandable .pkt-btn {
4911
+ letter-spacing: -0.2px;
4912
+ font-weight: 300;
4913
+ font-size: 0.75rem;
4914
+ line-height: 1.25rem;
4915
+ }
4916
+ .pkt-inputwrapper--small .pkt-inputwrapper__helptext-expandable-heading, .pkt-inputwrapper--xsmall .pkt-inputwrapper__helptext-expandable-heading {
4917
+ letter-spacing: -0.2px;
4918
+ font-weight: 500;
4919
+ font-size: 1rem;
4920
+ line-height: 1.5rem;
4921
+ }
4922
+ .pkt-inputwrapper--small .pkt-inputwrapper__fieldset, .pkt-inputwrapper--xsmall .pkt-inputwrapper__fieldset {
4923
+ gap: 0.25rem;
4924
+ }
4925
+ .pkt-inputwrapper--small .pkt-inputwrapper__label,
4926
+ .pkt-inputwrapper--small .pkt-inputwrapper__legend {
4927
+ letter-spacing: -0.2px;
4928
+ font-weight: 500;
4929
+ font-size: 1rem;
4930
+ line-height: 1.5rem;
4931
+ }
4932
+ .pkt-inputwrapper--xsmall .pkt-inputwrapper__label,
4933
+ .pkt-inputwrapper--xsmall .pkt-inputwrapper__legend {
4934
+ letter-spacing: -0.2px;
4935
+ font-weight: 500;
4936
+ font-size: 0.875rem;
4937
+ line-height: 1.375rem;
4006
4938
  }
4007
4939
 
4008
4940
  [data-mode=dark] .pkt-inputwrapper {
@@ -4666,11 +5598,6 @@ pkt-listbox {
4666
5598
  background-size: 100% 40px, 100% 50px, 100% 16px, 100% 16px;
4667
5599
  }
4668
5600
 
4669
- body.pkt-modal--open {
4670
- overflow: hidden;
4671
- scrollbar-gutter: stable;
4672
- }
4673
-
4674
5601
  .pkt-modal--small {
4675
5602
  width: 480px;
4676
5603
  }
@@ -5101,7 +6028,6 @@ pkt-messagebox {
5101
6028
  transition: margin-left 0.5s ease;
5102
6029
  }
5103
6030
 
5104
- /* Common styles for all inputs */
5105
6031
  .pkt-searchinput {
5106
6032
  position: relative;
5107
6033
  letter-spacing: -0.2px;
@@ -5109,9 +6035,64 @@ pkt-messagebox {
5109
6035
  font-size: 1.125rem;
5110
6036
  line-height: 1.75rem;
5111
6037
  }
6038
+ .pkt-searchinput--small {
6039
+ letter-spacing: -0.2px;
6040
+ font-weight: 300;
6041
+ font-size: 1rem;
6042
+ line-height: 1.5rem;
6043
+ }
6044
+ .pkt-searchinput--small .pkt-inputwrapper__label {
6045
+ letter-spacing: -0.2px;
6046
+ font-weight: 500;
6047
+ font-size: 1rem;
6048
+ line-height: 1.5rem;
6049
+ }
6050
+ .pkt-searchinput--small .pkt-searchinput__suggestion {
6051
+ padding: 0.75rem;
6052
+ letter-spacing: -0.2px;
6053
+ font-weight: 300;
6054
+ font-size: 1rem;
6055
+ line-height: 1.5rem;
6056
+ }
6057
+ .pkt-searchinput--small .pkt-searchinput__suggestion-title {
6058
+ letter-spacing: -0.2px;
6059
+ font-weight: 500;
6060
+ font-size: 1rem;
6061
+ line-height: 1.5rem;
6062
+ }
6063
+ .pkt-searchinput--xsmall {
6064
+ letter-spacing: -0.2px;
6065
+ font-weight: 300;
6066
+ font-size: 0.875rem;
6067
+ line-height: 1.375rem;
6068
+ }
6069
+ .pkt-searchinput--xsmall .pkt-inputwrapper__label {
6070
+ letter-spacing: -0.2px;
6071
+ font-weight: 500;
6072
+ font-size: 0.875rem;
6073
+ line-height: 1.375rem;
6074
+ }
6075
+ .pkt-searchinput--xsmall .pkt-searchinput__suggestion {
6076
+ padding: 0.5rem;
6077
+ letter-spacing: -0.2px;
6078
+ font-weight: 300;
6079
+ font-size: 0.875rem;
6080
+ line-height: 1.375rem;
6081
+ }
6082
+ .pkt-searchinput--xsmall .pkt-searchinput__suggestion-title {
6083
+ letter-spacing: -0.2px;
6084
+ font-weight: 500;
6085
+ font-size: 0.875rem;
6086
+ line-height: 1.375rem;
6087
+ }
5112
6088
  .pkt-searchinput__field {
5113
6089
  width: min(100%, 31rem);
5114
6090
  display: flex;
6091
+ align-items: stretch;
6092
+ }
6093
+ .pkt-searchinput__field .pkt-input {
6094
+ flex: 1;
6095
+ min-width: 0;
5115
6096
  }
5116
6097
  .pkt-searchinput--fullwidth .pkt-searchinput__field {
5117
6098
  width: 100%;
@@ -5128,9 +6109,12 @@ pkt-messagebox {
5128
6109
  .pkt-searchinput--local-with-button .pkt-searchinput__field {
5129
6110
  gap: 0.5rem;
5130
6111
  }
5131
- .pkt-searchinput--local .pkt-input {
6112
+ .pkt-searchinput--local .pkt-input__container--medium .pkt-input {
5132
6113
  padding: 0.5rem 0 0.5rem 1rem;
5133
6114
  }
6115
+ .pkt-searchinput--local .pkt-input__container--small .pkt-input, .pkt-searchinput--local .pkt-input__container--xsmall .pkt-input {
6116
+ padding-right: 0;
6117
+ }
5134
6118
  .pkt-searchinput--local .pkt-searchinput__button:disabled {
5135
6119
  border-color: var(--pkt-color-input-border-disabled);
5136
6120
  }
@@ -5153,9 +6137,21 @@ pkt-messagebox {
5153
6137
  .pkt-searchinput--global .pkt-searchinput__suggestions {
5154
6138
  width: min(100% - 3rem, 28rem);
5155
6139
  }
6140
+ .pkt-searchinput--global.pkt-searchinput--small .pkt-searchinput__suggestions {
6141
+ width: min(100% - 2.625rem, 28rem);
6142
+ }
6143
+ .pkt-searchinput--global.pkt-searchinput--xsmall .pkt-searchinput__suggestions {
6144
+ width: min(100% - 2.25rem, 28rem);
6145
+ }
5156
6146
  .pkt-searchinput--local-with-button .pkt-searchinput__suggestions {
5157
6147
  width: min(100% - 3.5rem, 27.5rem);
5158
6148
  }
6149
+ .pkt-searchinput--local-with-button.pkt-searchinput--small .pkt-searchinput__suggestions {
6150
+ width: min(100% - 3.125rem, 27.5rem);
6151
+ }
6152
+ .pkt-searchinput--local-with-button.pkt-searchinput--xsmall .pkt-searchinput__suggestions {
6153
+ width: min(100% - 2.75rem, 27.5rem);
6154
+ }
5159
6155
  .pkt-searchinput--fullwidth .pkt-searchinput__suggestions {
5160
6156
  width: 100%;
5161
6157
  }
@@ -5899,13 +6895,40 @@ pkt-select {
5899
6895
  color: var(--pkt-color-input-text-normal);
5900
6896
  margin: 0;
5901
6897
  padding: 0.5rem 1rem;
6898
+ min-height: 3rem;
5902
6899
  letter-spacing: -0.2px;
5903
6900
  font-weight: 300;
5904
6901
  font-size: 1.125rem;
5905
6902
  line-height: 1.75rem;
5906
6903
  }
5907
- .pkt-input:not(.pkt-input-compact), .pkt-textinput__input:not(.pkt-input-compact) {
5908
- min-height: 3rem;
6904
+ .pkt-input--small:not(:is(textarea, .pkt-timepicker__input, .pkt-datepicker__input)) {
6905
+ min-height: 2.625rem;
6906
+ padding: 0.375rem 1rem;
6907
+ letter-spacing: -0.2px;
6908
+ font-weight: 300;
6909
+ font-size: 1rem;
6910
+ line-height: 1.5rem;
6911
+ }
6912
+ .pkt-input--small:not(:is(textarea, .pkt-timepicker__input, .pkt-datepicker__input)):not(select[multiple]) {
6913
+ height: 2.625rem;
6914
+ }
6915
+ .pkt-input--xsmall:not(:is(textarea, .pkt-timepicker__input, .pkt-datepicker__input)) {
6916
+ min-height: 2.25rem;
6917
+ padding: 0.25rem 0.75rem;
6918
+ letter-spacing: -0.2px;
6919
+ font-weight: 300;
6920
+ font-size: 0.875rem;
6921
+ line-height: 1.375rem;
6922
+ }
6923
+ .pkt-input--xsmall:not(:is(textarea, .pkt-timepicker__input, .pkt-datepicker__input)):not(select[multiple]) {
6924
+ height: 2.25rem;
6925
+ }
6926
+ .pkt-input input.pkt-input, .pkt-textinput__input input.pkt-input, .pkt-input input.pkt-textinput__input, .pkt-textinput__input input.pkt-textinput__input,
6927
+ .pkt-input select.pkt-input,
6928
+ .pkt-textinput__input select.pkt-input,
6929
+ .pkt-input select.pkt-textinput__input,
6930
+ .pkt-textinput__input select.pkt-textinput__input {
6931
+ display: block;
5909
6932
  }
5910
6933
  .pkt-input-compact.pkt-input, .pkt-input-compact.pkt-textinput__input {
5911
6934
  border: 0;
@@ -5920,7 +6943,7 @@ pkt-select {
5920
6943
  background-position: right 0 top 50%;
5921
6944
  padding-right: 2rem;
5922
6945
  }
5923
- .pkt-input:not(textarea[cols]):not(input[size]):not(.pkt-input--fullwidth):not(.pkt-datepicker__input:not(.pkt-datepicker--multiple)), .pkt-textinput__input:not(textarea[cols]):not(input[size]):not(.pkt-input--fullwidth):not(.pkt-datepicker__input:not(.pkt-datepicker--multiple)), .pkt-input__container:not(:is(:has(.pkt-datepicker__input:not(.pkt-datepicker--multiple)))):not(:is(:has(textarea[cols]))):not(:is(:has(input[size]))):not(:is(:has(.pkt-input--fullwidth))):not(:is(:has(.pkt-timepicker__input))) {
6946
+ .pkt-input:not(:is(textarea)):not(input[size]):not(.pkt-input--fullwidth):not(.pkt-datepicker__input:not(.pkt-datepicker--multiple)), .pkt-textinput__input:not(:is(textarea)):not(input[size]):not(.pkt-input--fullwidth):not(.pkt-datepicker__input:not(.pkt-datepicker--multiple)), .pkt-input__container:not(:is(:has(.pkt-datepicker__input:not(.pkt-datepicker--multiple)))):not(:is(:has(textarea[cols]))):not(:is(:has(input[size]))):not(:is(:has(.pkt-input--fullwidth))):not(:is(:has(.pkt-timepicker__input))) {
5924
6947
  width: min(31rem, 100%);
5925
6948
  }
5926
6949
  .pkt-input__container:is(:has(.pkt-datepicker__input:not(.pkt-datepicker--multiple))):not(:is(:has(.pkt-input--fullwidth))) {
@@ -5932,8 +6955,8 @@ pkt-select {
5932
6955
  [fullwidth] .pkt-input__counter {
5933
6956
  width: 100%;
5934
6957
  }
5935
- .pkt-input:is(textarea), .pkt-textinput__input:is(textarea) {
5936
- min-height: 8rem;
6958
+ .pkt-input:is(textarea:not([rows])), .pkt-textinput__input:is(textarea:not([rows])) {
6959
+ min-height: 9.25rem;
5937
6960
  }
5938
6961
  .pkt-input:is(select), .pkt-textinput__input:is(select) {
5939
6962
  appearance: none;
@@ -5942,12 +6965,22 @@ pkt-select {
5942
6965
  padding-right: 3rem;
5943
6966
  }
5944
6967
  .pkt-input:is(select):not([multiple]), .pkt-textinput__input:is(select):not([multiple]) {
5945
- --svg: url(https://punkt-cdn.oslo.kommune.no/16.26/icons/chevron-thin-down.svg);
6968
+ --svg: url(https://punkt-cdn.oslo.kommune.no/17.0/icons/chevron-thin-down.svg);
5946
6969
  background-image: var(--svg);
5947
6970
  background-repeat: no-repeat;
5948
6971
  background-position: right 0.7rem top 50%;
5949
6972
  background-size: 1.5rem auto, 100%;
5950
6973
  }
6974
+ .pkt-input:is(select):not([multiple]).pkt-input--small, .pkt-textinput__input:is(select):not([multiple]).pkt-input--small {
6975
+ background-size: 1.25rem auto, 100%;
6976
+ background-position: right 0.5rem top 50%;
6977
+ padding: 0.375rem 2.5rem 0.375rem 1rem;
6978
+ }
6979
+ .pkt-input:is(select):not([multiple]).pkt-input--xsmall, .pkt-textinput__input:is(select):not([multiple]).pkt-input--xsmall {
6980
+ background-size: 1.125rem auto, 100%;
6981
+ background-position: right 0.5rem top 50%;
6982
+ padding: 0.25rem 2.25rem 0.25rem 0.75rem;
6983
+ }
5951
6984
  .pkt-input:is(select) option, .pkt-textinput__input:is(select) option {
5952
6985
  background-color: var(--pkt-color-input-background-normal);
5953
6986
  color: var(--pkt-color-input-text-normal);
@@ -6038,6 +7071,89 @@ pkt-select {
6038
7071
  .pkt-input-separator {
6039
7072
  padding: 0.5rem 0;
6040
7073
  }
7074
+ .pkt-input__container--small {
7075
+ align-items: stretch;
7076
+ }
7077
+ .pkt-input__container--small .pkt-input-prefix,
7078
+ .pkt-input__container--small .pkt-input-suffix,
7079
+ .pkt-input__container--small .pkt-input-icon {
7080
+ height: auto;
7081
+ min-height: 2.625rem;
7082
+ letter-spacing: -0.2px;
7083
+ font-weight: 300;
7084
+ font-size: 1rem;
7085
+ line-height: 1.5rem;
7086
+ }
7087
+ .pkt-input__container--small .pkt-input-prefix {
7088
+ padding: 0.375rem 0 0.375rem 1rem;
7089
+ }
7090
+ .pkt-input__container--small .pkt-input-suffix {
7091
+ padding: 0.375rem 1rem 0.375rem 0;
7092
+ }
7093
+ .pkt-input__container--small input.pkt-input, .pkt-input__container--small input.pkt-textinput__input,
7094
+ .pkt-input__container--small select.pkt-input,
7095
+ .pkt-input__container--small select.pkt-textinput__input {
7096
+ height: auto;
7097
+ min-height: 2.625rem;
7098
+ flex: 1 1 auto;
7099
+ min-width: 0;
7100
+ padding: 0.375rem 1rem;
7101
+ letter-spacing: -0.2px;
7102
+ font-weight: 300;
7103
+ font-size: 1rem;
7104
+ line-height: 1.5rem;
7105
+ }
7106
+ .pkt-input__container--small .pkt-input-icon svg,
7107
+ .pkt-input__container--small .pkt-input-suffix svg {
7108
+ width: 1.25rem;
7109
+ height: 1.25rem;
7110
+ }
7111
+ .pkt-input__container--small .pkt-input-suffix::before {
7112
+ height: 1.25rem;
7113
+ }
7114
+ .pkt-input__container--xsmall {
7115
+ align-items: stretch;
7116
+ }
7117
+ .pkt-input__container--xsmall .pkt-input-prefix,
7118
+ .pkt-input__container--xsmall .pkt-input-suffix,
7119
+ .pkt-input__container--xsmall .pkt-input-icon {
7120
+ height: auto;
7121
+ min-height: 2.25rem;
7122
+ letter-spacing: -0.2px;
7123
+ font-weight: 300;
7124
+ font-size: 0.875rem;
7125
+ line-height: 1.375rem;
7126
+ }
7127
+ .pkt-input__container--xsmall .pkt-input-prefix {
7128
+ padding: 0.25rem 0 0.25rem 0.75rem;
7129
+ }
7130
+ .pkt-input__container--xsmall .pkt-input-suffix {
7131
+ padding: 0.25rem 0.75rem 0.25rem 0;
7132
+ }
7133
+ .pkt-input__container--xsmall input.pkt-input, .pkt-input__container--xsmall input.pkt-textinput__input,
7134
+ .pkt-input__container--xsmall select.pkt-input,
7135
+ .pkt-input__container--xsmall select.pkt-textinput__input {
7136
+ height: auto;
7137
+ min-height: 2.25rem;
7138
+ flex: 1 1 auto;
7139
+ min-width: 0;
7140
+ padding: 0.25rem 0.75rem;
7141
+ letter-spacing: -0.2px;
7142
+ font-weight: 300;
7143
+ font-size: 0.875rem;
7144
+ line-height: 1.375rem;
7145
+ }
7146
+ .pkt-input__container--xsmall .pkt-input-icon {
7147
+ padding: 0.25rem 0.5rem;
7148
+ }
7149
+ .pkt-input__container--xsmall .pkt-input-icon svg,
7150
+ .pkt-input__container--xsmall .pkt-input-suffix svg {
7151
+ width: 1.125rem;
7152
+ height: 1.125rem;
7153
+ }
7154
+ .pkt-input__container--xsmall .pkt-input-suffix::before {
7155
+ height: 1.125rem;
7156
+ }
6041
7157
  .pkt-input--counter-error, .pkt-input--counter-error:focus {
6042
7158
  border-color: var(--pkt-color-input-border-error);
6043
7159
  background-color: var(--pkt-color-surface-default-faded-red);
@@ -6141,6 +7257,48 @@ pkt-select {
6141
7257
  grid-template-columns: min-content auto 3rem;
6142
7258
  }
6143
7259
  }
7260
+ /*
7261
+ * Textarea component
7262
+ *
7263
+ * Base field styles (border, states, min-height) live in _input.scss on .pkt-input:is(textarea).
7264
+ * Wrapper label/helptext scale lives in _inputwrapper.scss (--small / --xsmall).
7265
+ * Counter stays in normal flow below the field for all sizes (see textarea.astro).
7266
+ */
7267
+ pkt-textarea:not([fullwidth]):has(textarea.pkt-input:not([cols])) {
7268
+ width: min(31rem, 100%);
7269
+ }
7270
+
7271
+ pkt-textarea[fullwidth] {
7272
+ width: 100%;
7273
+ }
7274
+
7275
+ .pkt-inputwrapper:has(textarea.pkt-input:not(.pkt-input--fullwidth):not([cols])) {
7276
+ width: min(31rem, 100%);
7277
+ }
7278
+
7279
+ .pkt-inputwrapper:has(textarea.pkt-input--fullwidth) {
7280
+ width: 100%;
7281
+ }
7282
+
7283
+ textarea.pkt-input:not(.pkt-input--fullwidth):not([cols]) {
7284
+ width: 100%;
7285
+ }
7286
+ textarea.pkt-input--small, textarea.pkt-input--xsmall {
7287
+ padding: 0.5rem 1rem;
7288
+ }
7289
+ textarea.pkt-input--small {
7290
+ letter-spacing: -0.2px;
7291
+ font-weight: 300;
7292
+ font-size: 1rem;
7293
+ line-height: 1.5rem;
7294
+ }
7295
+ textarea.pkt-input--xsmall {
7296
+ letter-spacing: -0.2px;
7297
+ font-weight: 300;
7298
+ font-size: 0.875rem;
7299
+ line-height: 1.375rem;
7300
+ }
7301
+
6144
7302
  /* Component: pkt-timepicker */
6145
7303
  pkt-timepicker {
6146
7304
  display: block;
@@ -6152,11 +7310,28 @@ pkt-timepicker__anchor {
6152
7310
  }
6153
7311
  .pkt-timepicker .pkt-input__container,
6154
7312
  pkt-timepicker .pkt-input__container {
7313
+ min-height: 3rem;
7314
+ align-items: center;
6155
7315
  border: 2px solid var(--pkt-color-input-border-normal);
6156
7316
  background-color: var(--pkt-color-input-background-normal);
6157
7317
  width: fit-content;
6158
7318
  padding: 0 0 0 1rem;
6159
7319
  }
7320
+ .pkt-timepicker .pkt-input__container .pkt-timepicker__input,
7321
+ .pkt-timepicker .pkt-input__container .pkt-timepicker__separator,
7322
+ .pkt-timepicker .pkt-input__container .pkt-input-icon,
7323
+ .pkt-timepicker .pkt-input__container .pkt-timepicker__button,
7324
+ pkt-timepicker .pkt-input__container .pkt-timepicker__input,
7325
+ pkt-timepicker .pkt-input__container .pkt-timepicker__separator,
7326
+ pkt-timepicker .pkt-input__container .pkt-input-icon,
7327
+ pkt-timepicker .pkt-input__container .pkt-timepicker__button {
7328
+ border: 0;
7329
+ height: auto;
7330
+ min-height: 0;
7331
+ padding-top: 0;
7332
+ padding-bottom: 0;
7333
+ flex: 0 0 auto;
7334
+ }
6160
7335
  .pkt-timepicker .pkt-input__container .pkt-input,
6161
7336
  .pkt-timepicker .pkt-input__container .pkt-input-icon,
6162
7337
  .pkt-timepicker .pkt-input__container .pkt-input-separator,
@@ -6164,27 +7339,23 @@ pkt-timepicker .pkt-input__container .pkt-input,
6164
7339
  pkt-timepicker .pkt-input__container .pkt-input-icon,
6165
7340
  pkt-timepicker .pkt-input__container .pkt-input-separator {
6166
7341
  border: 0;
6167
- min-height: auto;
6168
- }
6169
- .pkt-timepicker .pkt-input__container:hover,
6170
- pkt-timepicker .pkt-input__container:hover {
6171
- border-color: var(--pkt-color-input-border-active);
6172
7342
  }
6173
- .pkt-timepicker .pkt-input__container:focus-within,
6174
- pkt-timepicker .pkt-input__container:focus-within {
6175
- border-color: var(--pkt-color-input-border-active);
6176
- outline: 2px solid var(--pkt-color-input-border-active);
7343
+ .pkt-timepicker .pkt-input__container .pkt-timepicker__input,
7344
+ .pkt-timepicker .pkt-input__container .pkt-timepicker__separator,
7345
+ pkt-timepicker .pkt-input__container .pkt-timepicker__input,
7346
+ pkt-timepicker .pkt-input__container .pkt-timepicker__separator {
7347
+ letter-spacing: -0.2px;
7348
+ font-weight: 300;
7349
+ font-size: 1.125rem;
7350
+ line-height: 1.75rem;
6177
7351
  }
6178
- .pkt-timepicker .pkt-input__container:has(input:disabled),
6179
- pkt-timepicker .pkt-input__container:has(input:disabled) {
6180
- border-color: var(--pkt-color-input-border-disabled);
6181
- background-color: var(--pkt-color-surface-default-gray);
7352
+ .pkt-timepicker .pkt-input__container .pkt-timepicker__input,
7353
+ pkt-timepicker .pkt-input__container .pkt-timepicker__input {
7354
+ padding-inline: 0;
6182
7355
  }
6183
- .pkt-timepicker .pkt-input__container:has(input:disabled) .pkt-timepicker__icon,
6184
- .pkt-timepicker .pkt-input__container:has(input:disabled) .pkt-timepicker__button,
6185
- pkt-timepicker .pkt-input__container:has(input:disabled) .pkt-timepicker__icon,
6186
- pkt-timepicker .pkt-input__container:has(input:disabled) .pkt-timepicker__button {
6187
- --fg-color: var(--pkt-color-input-text-disabled);
7356
+ .pkt-timepicker .pkt-input__container .pkt-timepicker__separator,
7357
+ pkt-timepicker .pkt-input__container .pkt-timepicker__separator {
7358
+ padding: 0;
6188
7359
  }
6189
7360
  .pkt-timepicker .pkt-input__container button.pkt-timepicker__button,
6190
7361
  pkt-timepicker .pkt-input__container button.pkt-timepicker__button {
@@ -6193,8 +7364,10 @@ pkt-timepicker .pkt-input__container button.pkt-timepicker__button {
6193
7364
  }
6194
7365
  .pkt-timepicker .pkt-input__container button.pkt-timepicker__button pkt-icon,
6195
7366
  .pkt-timepicker .pkt-input__container button.pkt-timepicker__button .pkt-icon,
7367
+ .pkt-timepicker .pkt-input__container button.pkt-timepicker__button svg,
6196
7368
  pkt-timepicker .pkt-input__container button.pkt-timepicker__button pkt-icon,
6197
- pkt-timepicker .pkt-input__container button.pkt-timepicker__button .pkt-icon {
7369
+ pkt-timepicker .pkt-input__container button.pkt-timepicker__button .pkt-icon,
7370
+ pkt-timepicker .pkt-input__container button.pkt-timepicker__button svg {
6198
7371
  width: 1.5rem;
6199
7372
  height: 1.5rem;
6200
7373
  }
@@ -6215,6 +7388,105 @@ pkt-timepicker .pkt-input__container button.pkt-timepicker__button.pkt-timepicke
6215
7388
  pkt-timepicker .pkt-input__container button.pkt-timepicker__button.pkt-timepicker__button--next {
6216
7389
  margin-left: 0.25rem;
6217
7390
  }
7391
+ .pkt-timepicker .pkt-input__container .pkt-timepicker__icon,
7392
+ pkt-timepicker .pkt-input__container .pkt-timepicker__icon {
7393
+ align-self: center;
7394
+ pointer-events: none;
7395
+ padding: 0 0.75rem 0 0;
7396
+ height: 1.5rem;
7397
+ width: -webkit-min-content;
7398
+ width: -moz-min-content;
7399
+ width: min-content;
7400
+ }
7401
+ .pkt-timepicker .pkt-input__container .pkt-timepicker__icon > svg,
7402
+ .pkt-timepicker .pkt-input__container .pkt-timepicker__icon svg,
7403
+ pkt-timepicker .pkt-input__container .pkt-timepicker__icon > svg,
7404
+ pkt-timepicker .pkt-input__container .pkt-timepicker__icon svg {
7405
+ width: 100%;
7406
+ height: 100%;
7407
+ }
7408
+ .pkt-timepicker .pkt-input__container:hover,
7409
+ pkt-timepicker .pkt-input__container:hover {
7410
+ border-color: var(--pkt-color-input-border-active);
7411
+ }
7412
+ .pkt-timepicker .pkt-input__container:focus-within,
7413
+ pkt-timepicker .pkt-input__container:focus-within {
7414
+ border-color: var(--pkt-color-input-border-active);
7415
+ outline: 2px solid var(--pkt-color-input-border-active);
7416
+ }
7417
+ .pkt-timepicker .pkt-input__container:has(input:disabled),
7418
+ pkt-timepicker .pkt-input__container:has(input:disabled) {
7419
+ border-color: var(--pkt-color-input-border-disabled);
7420
+ background-color: var(--pkt-color-surface-default-gray);
7421
+ }
7422
+ .pkt-timepicker .pkt-input__container:has(input:disabled) .pkt-timepicker__icon,
7423
+ .pkt-timepicker .pkt-input__container:has(input:disabled) .pkt-timepicker__button,
7424
+ pkt-timepicker .pkt-input__container:has(input:disabled) .pkt-timepicker__icon,
7425
+ pkt-timepicker .pkt-input__container:has(input:disabled) .pkt-timepicker__button {
7426
+ --fg-color: var(--pkt-color-input-text-disabled);
7427
+ }
7428
+ .pkt-timepicker--small .pkt-input__container,
7429
+ pkt-timepicker--small .pkt-input__container {
7430
+ min-height: 2.625rem;
7431
+ }
7432
+ .pkt-timepicker--small .pkt-input__container .pkt-timepicker__input,
7433
+ .pkt-timepicker--small .pkt-input__container .pkt-timepicker__separator,
7434
+ pkt-timepicker--small .pkt-input__container .pkt-timepicker__input,
7435
+ pkt-timepicker--small .pkt-input__container .pkt-timepicker__separator {
7436
+ letter-spacing: -0.2px;
7437
+ font-weight: 300;
7438
+ font-size: 1rem;
7439
+ line-height: 1.5rem;
7440
+ }
7441
+ .pkt-timepicker--small .pkt-input__container button.pkt-timepicker__button,
7442
+ pkt-timepicker--small .pkt-input__container button.pkt-timepicker__button {
7443
+ padding: 0 0.5rem;
7444
+ }
7445
+ .pkt-timepicker--small .pkt-input__container button.pkt-timepicker__button pkt-icon,
7446
+ .pkt-timepicker--small .pkt-input__container button.pkt-timepicker__button .pkt-icon,
7447
+ .pkt-timepicker--small .pkt-input__container button.pkt-timepicker__button svg,
7448
+ pkt-timepicker--small .pkt-input__container button.pkt-timepicker__button pkt-icon,
7449
+ pkt-timepicker--small .pkt-input__container button.pkt-timepicker__button .pkt-icon,
7450
+ pkt-timepicker--small .pkt-input__container button.pkt-timepicker__button svg {
7451
+ width: 1.25rem;
7452
+ height: 1.25rem;
7453
+ }
7454
+ .pkt-timepicker--small .pkt-input__container .pkt-timepicker__icon,
7455
+ pkt-timepicker--small .pkt-input__container .pkt-timepicker__icon {
7456
+ padding: 0 0.5rem 0 0;
7457
+ height: 1.25rem;
7458
+ }
7459
+ .pkt-timepicker--xsmall .pkt-input__container,
7460
+ pkt-timepicker--xsmall .pkt-input__container {
7461
+ min-height: 2.25rem;
7462
+ }
7463
+ .pkt-timepicker--xsmall .pkt-input__container .pkt-timepicker__input,
7464
+ .pkt-timepicker--xsmall .pkt-input__container .pkt-timepicker__separator,
7465
+ pkt-timepicker--xsmall .pkt-input__container .pkt-timepicker__input,
7466
+ pkt-timepicker--xsmall .pkt-input__container .pkt-timepicker__separator {
7467
+ letter-spacing: -0.2px;
7468
+ font-weight: 300;
7469
+ font-size: 0.875rem;
7470
+ line-height: 1.375rem;
7471
+ }
7472
+ .pkt-timepicker--xsmall .pkt-input__container button.pkt-timepicker__button,
7473
+ pkt-timepicker--xsmall .pkt-input__container button.pkt-timepicker__button {
7474
+ padding: 0 0.5rem;
7475
+ }
7476
+ .pkt-timepicker--xsmall .pkt-input__container button.pkt-timepicker__button pkt-icon,
7477
+ .pkt-timepicker--xsmall .pkt-input__container button.pkt-timepicker__button .pkt-icon,
7478
+ .pkt-timepicker--xsmall .pkt-input__container button.pkt-timepicker__button svg,
7479
+ pkt-timepicker--xsmall .pkt-input__container button.pkt-timepicker__button pkt-icon,
7480
+ pkt-timepicker--xsmall .pkt-input__container button.pkt-timepicker__button .pkt-icon,
7481
+ pkt-timepicker--xsmall .pkt-input__container button.pkt-timepicker__button svg {
7482
+ width: 1.125rem;
7483
+ height: 1.125rem;
7484
+ }
7485
+ .pkt-timepicker--xsmall .pkt-input__container .pkt-timepicker__icon,
7486
+ pkt-timepicker--xsmall .pkt-input__container .pkt-timepicker__icon {
7487
+ padding: 0 0.5rem 0 0;
7488
+ height: 1.125rem;
7489
+ }
6218
7490
  .pkt-timepicker--stepper .pkt-input__container,
6219
7491
  pkt-timepicker--stepper .pkt-input__container {
6220
7492
  padding-left: 0;
@@ -6280,7 +7552,6 @@ pkt-timepicker .pkt-input__container.pkt-timepicker--disabled .pkt-timepicker__i
6280
7552
  pkt-timepicker__input {
6281
7553
  width: 1.5rem;
6282
7554
  text-align: center;
6283
- padding: 0.5rem 0;
6284
7555
  }
6285
7556
  .pkt-timepicker__input::-webkit-inner-spin-button, .pkt-timepicker__input::-webkit-outer-spin-button,
6286
7557
  pkt-timepicker__input::-webkit-inner-spin-button,
@@ -6295,26 +7566,8 @@ pkt-timepicker__input {
6295
7566
  }
6296
7567
  .pkt-timepicker__separator,
6297
7568
  pkt-timepicker__separator {
6298
- letter-spacing: -0.2px;
6299
- font-weight: 400;
6300
- font-size: 1.125rem;
6301
- line-height: 1.75rem;
6302
- padding: 0.25rem 0 0.5rem;
6303
7569
  user-select: none;
6304
7570
  }
6305
- .pkt-timepicker__icon,
6306
- pkt-timepicker__icon {
6307
- height: auto;
6308
- padding: 0 0.75rem 0 0;
6309
- pointer-events: none;
6310
- }
6311
- .pkt-timepicker__icon pkt-icon,
6312
- .pkt-timepicker__icon .pkt-icon,
6313
- pkt-timepicker__icon pkt-icon,
6314
- pkt-timepicker__icon .pkt-icon {
6315
- width: 1.5rem;
6316
- height: 1.5rem;
6317
- }
6318
7571
  .pkt-timepicker-popup,
6319
7572
  pkt-timepicker-popup {
6320
7573
  position: absolute;