survey-react 1.9.85 → 1.9.86

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.
package/defaultV2.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v1.9.85
2
+ * surveyjs - Survey JavaScript library v1.9.86
3
3
  * Copyright (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -112,7 +112,7 @@
112
112
  padding: calc(1 * var(--base-unit, 8px));
113
113
  box-sizing: border-box;
114
114
  border: none;
115
- border-radius: 2px;
115
+ border-radius: calc(0.5 * var(--sjs-corner-radius, 4px));
116
116
  background-color: transparent;
117
117
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
118
118
  cursor: pointer;
@@ -127,14 +127,14 @@ button.sv-action-bar-item {
127
127
 
128
128
  .sv-action-bar--default-size-mode .sv-action-bar-item {
129
129
  height: calc(5 * var(--base-unit, 8px));
130
- font-size: calc(2 * var(--base-unit, 8px));
130
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
131
131
  line-height: calc(3 * var(--base-unit, 8px));
132
132
  margin: 0 calc(1 * var(--base-unit, 8px));
133
133
  }
134
134
 
135
135
  .sv-action-bar--small-size-mode .sv-action-bar-item {
136
136
  height: calc(4 * var(--base-unit, 8px));
137
- font-size: calc(1.5 * var(--base-unit, 8px));
137
+ font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
138
138
  line-height: calc(2 * var(--base-unit, 8px));
139
139
  margin: 0 calc(0.5 * var(--base-unit, 8px));
140
140
  }
@@ -204,11 +204,11 @@ button.sv-action-bar-item {
204
204
  padding: calc(1 * var(--base-unit, 8px));
205
205
  box-sizing: border-box;
206
206
  border: none;
207
- border-radius: 2px;
207
+ border-radius: calc(0.5 * var(--sjs-corner-radius, 4px));
208
208
  background-color: transparent;
209
209
  cursor: pointer;
210
210
  line-height: calc(3 * var(--base-unit, 8px));
211
- font-size: calc(2 * var(--base-unit, 8px));
211
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
212
212
  font-family: var(--font-family, var(--font-family));
213
213
  }
214
214
 
@@ -274,7 +274,7 @@ button.sv-action-bar-item {
274
274
  z-index: 1000;
275
275
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
276
276
  font-family: var(--font-family, var(--font-family));
277
- font-size: calc(2 * var(--base-unit, 8px));
277
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
278
278
  padding-left: calc(2.5 * var(--base-unit, 8px));
279
279
  line-height: calc(3 * var(--base-unit, 8px));
280
280
  }
@@ -332,12 +332,12 @@ sv-popup {
332
332
  .sv-popup__shadow {
333
333
  width: 100%;
334
334
  height: 100%;
335
- border-radius: calc(1 * var(--base-unit, 8px));
335
+ border-radius: calc(2 * var(--sjs-corner-radius, 4px));
336
336
  }
337
337
 
338
338
  .sv-popup__body-content {
339
339
  background-color: var(--background, #fff);
340
- border-radius: calc(0.5 * var(--base-unit, 8px));
340
+ border-radius: calc(1 * var(--sjs-corner-radius, 4px));
341
341
  width: 100%;
342
342
  height: 100%;
343
343
  box-sizing: border-box;
@@ -379,7 +379,7 @@ sv-popup {
379
379
  .sv-popup--overlay.sv-popup--overlay .sv-popup__body-content {
380
380
  max-height: var(--sv-popup-overlay-height, 100vh);
381
381
  max-width: 100vw;
382
- border-radius: calc(2 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) 0px 0px;
382
+ border-radius: calc(4 * var(--sjs-corner-radius, 4px)) calc(4 * var(--sjs-corner-radius, 4px)) 0px 0px;
383
383
  background: var(--background, #fff);
384
384
  box-shadow: 0px calc(1 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) rgba(0, 0, 0, 0.1);
385
385
  padding: calc(3 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));
@@ -475,7 +475,7 @@ sv-popup {
475
475
 
476
476
  .sv-popup__body-header {
477
477
  font-family: Open Sans;
478
- font-size: calc(3 * var(--base-unit, 8px));
478
+ font-size: calc(1.5 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
479
479
  line-height: calc(4 * var(--base-unit, 8px));
480
480
  font-style: normal;
481
481
  font-weight: 700;
@@ -496,13 +496,13 @@ sv-popup {
496
496
  padding: calc(2 * var(--base-unit, 8px)) calc(6 * var(--base-unit, 8px));
497
497
  background: var(--background, #fff);
498
498
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
499
- border-radius: 4px;
499
+ border-radius: calc(1 * var(--sjs-corner-radius, 4px));
500
500
  margin: 2px;
501
501
  cursor: pointer;
502
502
  font-family: var(--font-family, var(--font-family));
503
503
  font-style: normal;
504
504
  font-weight: 600;
505
- font-size: calc(2 * var(--base-unit, 8px));
505
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
506
506
  line-height: calc(3 * var(--base-unit, 8px));
507
507
  text-align: center;
508
508
  color: var(--primary, #19b394);
@@ -632,7 +632,7 @@ sv-popup {
632
632
  }
633
633
  .sv-dropdown-popup.sv-popup--overlay .sv-list__input {
634
634
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
635
- font-size: calc(2 * var(--base-unit, 8px));
635
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
636
636
  line-height: calc(3 * var(--base-unit, 8px));
637
637
  font-family: var(--font-family);
638
638
  padding: calc(0.5 * var(--base-unit, 8px)) 0 calc(0.5 * var(--base-unit, 8px)) calc(1 * var(--base-unit, 8px));
@@ -669,10 +669,9 @@ sv-popup {
669
669
  width: auto;
670
670
  min-width: min(40 * var(--base-unit, 8px), var(--sv-popup-overlay-max-width));
671
671
  max-width: var(--sv-popup-overlay-max-width);
672
- border-radius: calc(0.5 * var(--base-unit, 8px));
672
+ border-radius: calc(1 * var(--sjs-corner-radius, 4px));
673
673
  overflow: hidden;
674
674
  margin: 0;
675
- border-radius: 4px;
676
675
  }
677
676
  .sv-dropdown-popup.sv-popup--overlay.sv-popup--tablet .sv-popup__content,
678
677
  .sv-dropdown-popup.sv-popup--overlay.sv-popup--tablet .sv-popup__scrolling-content,
@@ -684,7 +683,7 @@ sv-popup {
684
683
  display: flex;
685
684
  align-items: center;
686
685
  flex-direction: row;
687
- font-size: calc(2 * var(--base-unit, 8px));
686
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
688
687
  overflow: auto;
689
688
  border: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
690
689
  }
@@ -705,7 +704,7 @@ sv-popup {
705
704
  padding: 11px calc(2 * var(--base-unit, 8px));
706
705
  line-height: calc(3 * var(--base-unit, 8px));
707
706
  outline: none;
708
- font-size: calc(2 * var(--base-unit, 8px));
707
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
709
708
  font-weight: 400;
710
709
  background: var(--background, #fff);
711
710
  cursor: pointer;
@@ -822,7 +821,7 @@ sv-popup {
822
821
  background-color: cadetblue;
823
822
  padding: 1px;
824
823
  font-family: var(--font-family, var(--font-family));
825
- font-size: 14px;
824
+ font-size: calc(0.875 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
826
825
  font-style: normal;
827
826
  font-weight: 400;
828
827
  line-height: 1.42857143;
@@ -841,7 +840,7 @@ sv-popup {
841
840
  background-clip: padding-box;
842
841
  border: 1px solid #ccc;
843
842
  border: 1px solid rgba(0, 0, 0, 0.2);
844
- border-radius: 6px;
843
+ border-radius: calc(1.5 * var(--sjs-corner-radius, 4px));
845
844
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
846
845
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
847
846
  line-break: auto;
@@ -851,10 +850,10 @@ sv-popup {
851
850
  .sv_window_title {
852
851
  padding: 8px 14px;
853
852
  margin: 0;
854
- font-size: 14px;
853
+ font-size: calc(0.875 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
855
854
  background-color: #f7f7f7;
856
855
  border-bottom: 1px solid #ebebeb;
857
- border-radius: 5px 5px 0 0;
856
+ border-radius: calc(1 * var(--sjs-corner-radius, 4px)) calc(1 * var(--sjs-corner-radius, 4px)) 0 0;
858
857
  }
859
858
 
860
859
  .sv_window_content {
@@ -868,7 +867,7 @@ sv-popup {
868
867
  .sv_window_title a:link,
869
868
  .sv_window_title a:visited {
870
869
  text-decoration: none;
871
- font-size: 14px;
870
+ font-size: calc(0.875 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
872
871
  font-style: normal;
873
872
  color: black;
874
873
  }
@@ -889,8 +888,8 @@ sv-popup {
889
888
 
890
889
  .sv-brand-info__text {
891
890
  font-weight: 600;
892
- font-size: 16px;
893
- line-height: 24px;
891
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
892
+ line-height: calc(3 * var(--base-unit, 8px));
894
893
  color: #161616;
895
894
  }
896
895
 
@@ -903,8 +902,8 @@ sv-popup {
903
902
 
904
903
  .sv-brand-info__terms {
905
904
  font-weight: 400;
906
- font-size: 12px;
907
- line-height: 16px;
905
+ font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
906
+ line-height: calc(2 * var(--base-unit, 8px));
908
907
  }
909
908
  .sv-brand-info__terms a {
910
909
  color: #909090;
@@ -982,7 +981,7 @@ sv-popup {
982
981
  justify-content: center;
983
982
  background-color: var(--primary-light, rgba(25, 179, 148, 0.1));
984
983
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
985
- font-size: calc(2 * var(--base-unit, 8px));
984
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
986
985
  border-radius: 100%;
987
986
  border: calc(0.25 * var(--base-unit, 8px)) solid transparent;
988
987
  width: calc(5 * var(--base-unit, 8px));
@@ -1004,7 +1003,7 @@ sv-popup {
1004
1003
  text-overflow: ellipsis;
1005
1004
  white-space: nowrap;
1006
1005
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
1007
- font-size: calc(2 * var(--base-unit, 8px));
1006
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1008
1007
  line-height: calc(3 * var(--base-unit, 8px));
1009
1008
  margin: 0 calc(2 * var(--base-unit, 8px));
1010
1009
  }
@@ -1127,7 +1126,7 @@ sv-popup {
1127
1126
 
1128
1127
  .sv-list__empty-text {
1129
1128
  line-height: calc(3 * var(--base-unit, 8px));
1130
- font-size: calc(2 * var(--base-unit, 8px));
1129
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1131
1130
  font-weight: 400;
1132
1131
  text-align: center;
1133
1132
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
@@ -1152,7 +1151,7 @@ sv-popup {
1152
1151
  padding-inline-end: calc(8 * var(--base-unit, 8px));
1153
1152
  padding-inline-start: calc(2 * var(--base-unit, 8px));
1154
1153
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
1155
- font-size: calc(2 * var(--base-unit, 8px));
1154
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1156
1155
  line-height: calc(3 * var(--base-unit, 8px));
1157
1156
  cursor: pointer;
1158
1157
  overflow: hidden;
@@ -1165,7 +1164,7 @@ sv-popup {
1165
1164
  }
1166
1165
  .sv-list__item.sv-list__item--focused:not(.sv-list__item--selected) .sv-list__item-body {
1167
1166
  border: calc(0.25 * var(--base-unit, 8px)) solid var(--sjs-border-light, var(--border-light, #eaeaea));
1168
- border-radius: 3px;
1167
+ border-radius: calc(1 * var(--sjs-corner-radius, 4px));
1169
1168
  padding-block: calc(0.75 * var(--base-unit, 8px));
1170
1169
  padding-inline-end: calc(7.75 * var(--base-unit, 8px));
1171
1170
  padding-inline-start: calc(1.75 * var(--base-unit, 8px));
@@ -1288,7 +1287,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1288
1287
  box-sizing: border-box;
1289
1288
  width: 100%;
1290
1289
  outline: none;
1291
- font-size: 1em;
1290
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1292
1291
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
1293
1292
  padding: calc(1.5 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));
1294
1293
  padding-inline-start: calc(7 * var(--base-unit, 8px));
@@ -1321,13 +1320,13 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1321
1320
  opacity: 0;
1322
1321
  padding: calc(3 * var(--base-unit, 8px)) calc(6 * var(--base-unit, 8px));
1323
1322
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
1324
- border-radius: calc(1 * var(--base-unit, 8px));
1323
+ border-radius: calc(2 * var(--sjs-corner-radius, 4px));
1325
1324
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
1326
1325
  min-width: calc(30 * var(--base-unit, 8px));
1327
1326
  text-align: center;
1328
1327
  z-index: 1600;
1329
1328
  font-family: var(--font-family, var(--font-family));
1330
- font-size: calc(2 * var(--base-unit, 8px));
1329
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1331
1330
  line-height: calc(3 * var(--base-unit, 8px));
1332
1331
  display: flex;
1333
1332
  flex-direction: row;
@@ -1373,13 +1372,13 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1373
1372
 
1374
1373
  .sv-save-data_root.sv-save-data_error .sv-save-data_button {
1375
1374
  font-weight: 600;
1376
- font-size: calc(2 * var(--base-unit, 8px));
1375
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1377
1376
  line-height: calc(3 * var(--base-unit, 8px));
1378
1377
  height: calc(5 * var(--base-unit, 8px));
1379
1378
  color: #ffffff;
1380
1379
  background-color: var(--red, #e60a3e);
1381
1380
  border: calc(0.25 * var(--base-unit, 8px)) solid #ffffff;
1382
- border-radius: calc(0.75 * var(--base-unit, 8px));
1381
+ border-radius: calc(1.5 * var(--sjs-corner-radius, 4px));
1383
1382
  padding: calc(1 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));
1384
1383
  display: flex;
1385
1384
  align-items: center;
@@ -1426,11 +1425,11 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1426
1425
  margin: 0;
1427
1426
  }
1428
1427
  .sd-element__title .sd-element__num {
1429
- font-size: calc(1.5 * var(--base-unit, 8px));
1428
+ font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1430
1429
  line-height: calc(2 * var(--base-unit, 8px));
1431
1430
  }
1432
1431
  .sd-element__title span {
1433
- font-size: calc(2 * var(--base-unit, 8px));
1432
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1434
1433
  line-height: calc(3 * var(--base-unit, 8px));
1435
1434
  }
1436
1435
  .sd-element__title .sv-title-actions__title {
@@ -1459,7 +1458,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1459
1458
  padding-inline-start: 0;
1460
1459
  padding-inline-end: calc(1 * var(--base-unit, 8px));
1461
1460
  width: calc(5 * var(--base-unit, 8px));
1462
- font-size: calc(1.5 * var(--base-unit, 8px));
1461
+ font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1463
1462
  line-height: calc(2 * var(--base-unit, 8px));
1464
1463
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
1465
1464
  margin-inline-start: calc(-5 * var(--base-unit, 8px));
@@ -1515,7 +1514,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1515
1514
 
1516
1515
  .svc-logic-question-value,
1517
1516
  .sd-element--with-frame {
1518
- border-radius: calc(0.5 * var(--base-unit, 8px));
1517
+ border-radius: var(--sjs-panel-corner-radius, var(--sjs-corner-radius, 4px));
1519
1518
  box-sizing: border-box;
1520
1519
  padding-top: var(--sd-base-padding);
1521
1520
  padding-left: calc(var(--sd-base-padding) + var(--sv-element-add-padding-left, 0px));
@@ -1534,6 +1533,10 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1534
1533
  margin-top: 0;
1535
1534
  }
1536
1535
 
1536
+ .sd-element--complex.sd-element--complex > .sd-question__erbox--above-question {
1537
+ margin-top: 0;
1538
+ margin-bottom: 0;
1539
+ }
1537
1540
  .sd-element--complex > .sd-element__header--location-top {
1538
1541
  margin-top: 0;
1539
1542
  }
@@ -1579,7 +1582,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1579
1582
  .sd-element--collapsed.sd-element--with-frame > .sd-element__header {
1580
1583
  padding-top: calc(2 * var(--base-unit, 8px));
1581
1584
  padding-bottom: calc(2 * var(--base-unit, 8px));
1582
- border-radius: calc(0.5 * var(--base-unit, 8px));
1585
+ border-radius: var(--sjs-panel-corner-radius, var(--sjs-corner-radius, 4px));
1583
1586
  }
1584
1587
  .sd-element--collapsed.sd-element--with-frame > .sd-element__header--location-top {
1585
1588
  margin-top: 0;
@@ -1601,6 +1604,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1601
1604
  }
1602
1605
  .sd-element--nested.sd-panel, .sd-element--nested.sd-question--paneldynamic {
1603
1606
  border: 1px solid var(--sjs-border-light, var(--border-light, #eaeaea));
1607
+ border-radius: calc(var(--sjs-corner-radius, 4px) - 4px);
1604
1608
  box-sizing: border-box;
1605
1609
  padding-left: var(--sd-base-padding);
1606
1610
  padding-right: var(--sd-base-padding);
@@ -1635,7 +1639,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1635
1639
 
1636
1640
  .sd-element--with-frame.sd-element--compact {
1637
1641
  border: 1px solid var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16)));
1638
- border-radius: 4px;
1642
+ border-radius: var(--sjs-panel-corner-radius, var(--sjs-corner-radius, 4px));
1639
1643
  box-shadow: none;
1640
1644
  }
1641
1645
 
@@ -1652,15 +1656,15 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1652
1656
  }
1653
1657
 
1654
1658
  .sd-question__description {
1655
- font-size: calc(2 * var(--base-unit, 8px));
1659
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1656
1660
  }
1657
1661
 
1658
1662
  .sd-question__erbox {
1659
1663
  padding: calc(1 * var(--base-unit, 8px)) calc(1.5 * var(--base-unit, 8px));
1660
- border-radius: calc(0.5 * var(--base-unit, 8px));
1664
+ border-radius: calc(1 * var(--sjs-corner-radius, 4px));
1661
1665
  font-weight: 600;
1662
1666
  line-height: calc(2 * var(--base-unit, 8px));
1663
- font-size: calc(1.5 * var(--base-unit, 8px));
1667
+ font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1664
1668
  white-space: normal;
1665
1669
  text-align: left;
1666
1670
  }
@@ -1673,7 +1677,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1673
1677
  }
1674
1678
 
1675
1679
  .sd-question__erbox--above-question {
1676
- border-radius: calc(0.5 * var(--base-unit, 8px)) calc(0.5 * var(--base-unit, 8px)) 0 0;
1680
+ border-radius: calc(1 * var(--sjs-corner-radius, 4px)) calc(1 * var(--sjs-corner-radius, 4px)) 0 0;
1677
1681
  margin-bottom: calc(var(--sd-base-vertical-padding) - var(--base-unit, 8px));
1678
1682
  }
1679
1683
 
@@ -1685,7 +1689,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1685
1689
  position: relative;
1686
1690
  margin-top: 0;
1687
1691
  bottom: calc(-1 * var(--sd-base-padding));
1688
- border-radius: 0 0 calc(0.5 * var(--base-unit, 8px)) calc(0.5 * var(--base-unit, 8px));
1692
+ border-radius: 0 0 calc(1 * var(--sjs-corner-radius, 4px)) calc(1 * var(--sjs-corner-radius, 4px));
1689
1693
  }
1690
1694
 
1691
1695
  .sd-root-modern--mobile .sd-question__erbox--below-question {
@@ -1754,7 +1758,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1754
1758
  }
1755
1759
 
1756
1760
  .sd-question__comment-area {
1757
- font-size: calc(2 * var(--base-unit, 8px));
1761
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1758
1762
  margin-top: calc(2 * var(--base-unit, 8px));
1759
1763
  display: flex;
1760
1764
  flex-direction: column;
@@ -1789,14 +1793,6 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1789
1793
  text-align: left;
1790
1794
  }
1791
1795
 
1792
- .sd-question--complex .sd-question__erbox--above-question {
1793
- margin-top: 0;
1794
- margin-bottom: calc(var(--sd-base-vertical-padding) - 1 * var(--base-unit, 8px));
1795
- }
1796
- .sd-question--complex .sd-question__erbox--above-question ~ .sd-question__header--location-top {
1797
- padding-top: calc(1 * var(--base-unit, 8px));
1798
- }
1799
-
1800
1796
  .sd-question--empty.sd-question--complex > .sd-question__header--location-top {
1801
1797
  padding-bottom: calc(0.5 * var(--sd-base-vertical-padding));
1802
1798
  }
@@ -1813,7 +1809,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1813
1809
  justify-content: center;
1814
1810
  min-height: calc(24 * var(--base-unit, 8px));
1815
1811
  line-height: calc(3 * var(--base-unit, 8px));
1816
- font-size: calc(2 * var(--base-unit, 8px));
1812
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1817
1813
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
1818
1814
  }
1819
1815
  .sd-question__placeholder > div .sv-string-viewer, .sd-question__placeholder > span .sv-string-viewer {
@@ -1845,12 +1841,12 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1845
1841
  padding: calc(1.5 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));
1846
1842
  line-height: calc(3 * var(--base-unit, 8px));
1847
1843
  font-family: var(--font-family, var(--font-family));
1848
- font-size: calc(2 * var(--base-unit, 8px));
1844
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1849
1845
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
1850
1846
  background-color: var(--sjs-editor-background, var(--background-dim-light, #f9f9f9));
1851
1847
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
1852
1848
  border: none;
1853
- border-radius: 3px;
1849
+ border-radius: var(--sjs-editor-corner-radius, var(--sjs-corner-radius, 4px));
1854
1850
  text-align: start;
1855
1851
  }
1856
1852
 
@@ -1905,7 +1901,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1905
1901
  padding: 0px;
1906
1902
  font-family: var(--font-family);
1907
1903
  line-height: calc(3 * var(--base-unit, 8px));
1908
- font-size: calc(2 * var(--base-unit, 8px));
1904
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1909
1905
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
1910
1906
  position: absolute;
1911
1907
  inset-inline-end: calc(2 * var(--base-unit, 8px));
@@ -1980,7 +1976,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1980
1976
  }
1981
1977
  .sd-panel.sd-panel--as-page > .sd-panel__header.sd-panel__header .sd-panel__title {
1982
1978
  position: static;
1983
- font-size: calc(3 * var(--base-unit, 8px));
1979
+ font-size: calc(1.5 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1984
1980
  line-height: calc(4 * var(--base-unit, 8px));
1985
1981
  margin: calc(0.5 * var(--base-unit, 8px)) 0px;
1986
1982
  font-weight: 700;
@@ -1991,7 +1987,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1991
1987
  }
1992
1988
  .sd-panel.sd-panel--as-page > .sd-panel__header.sd-panel__header .sd-panel__description {
1993
1989
  position: static;
1994
- font-size: calc(2 * var(--base-unit, 8px));
1990
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1995
1991
  line-height: calc(3 * var(--base-unit, 8px));
1996
1992
  margin: calc(0.5 * var(--base-unit, 8px)) 0px;
1997
1993
  font-weight: 400;
@@ -2045,7 +2041,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2045
2041
  }
2046
2042
 
2047
2043
  .sd-checkbox__decorator {
2048
- border-radius: 3px;
2044
+ border-radius: calc(0.5 * var(--sjs-corner-radius, 4px));
2049
2045
  }
2050
2046
 
2051
2047
  .sd-checkbox__svg {
@@ -2093,7 +2089,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2093
2089
  background: transparent;
2094
2090
  border: none;
2095
2091
  line-height: calc(3 * var(--base-unit, 8px));
2096
- font-size: calc(2 * var(--base-unit, 8px));
2092
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
2097
2093
  font-family: var(--font-family, var(--font-family));
2098
2094
  font-weight: 600;
2099
2095
  padding: calc(1 * var(--base-unit, 8px)) 0;
@@ -2112,7 +2108,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2112
2108
  width: calc(2 * var(--base-unit, 8px));
2113
2109
  border: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
2114
2110
  box-sizing: border-box;
2115
- border-radius: 10px;
2111
+ border-radius: calc(1.25 * var(--base-unit, 8px));
2116
2112
  }
2117
2113
 
2118
2114
  .sd-matrixdynamic__placeholder .sd-matrixdynamic__add-btn {
@@ -2164,7 +2160,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2164
2160
 
2165
2161
  .sd-table__cell {
2166
2162
  font-weight: normal;
2167
- font-size: calc(2 * var(--base-unit, 8px));
2163
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
2168
2164
  line-height: calc(3 * var(--base-unit, 8px));
2169
2165
  padding: calc(1 * var(--base-unit, 8px));
2170
2166
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
@@ -2396,7 +2392,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2396
2392
 
2397
2393
  .sd-page .sd-page__title {
2398
2394
  position: static;
2399
- font-size: calc(3 * var(--base-unit, 8px));
2395
+ font-size: calc(1.5 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
2400
2396
  line-height: calc(4 * var(--base-unit, 8px));
2401
2397
  margin: calc(0.5 * var(--base-unit, 8px)) 0px;
2402
2398
  font-weight: 700;
@@ -2405,7 +2401,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2405
2401
 
2406
2402
  .sd-page .sd-page__description {
2407
2403
  position: static;
2408
- font-size: calc(2 * var(--base-unit, 8px));
2404
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
2409
2405
  line-height: calc(3 * var(--base-unit, 8px));
2410
2406
  margin: calc(0.5 * var(--base-unit, 8px)) 0px;
2411
2407
  font-weight: 400;
@@ -2435,7 +2431,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2435
2431
  .svc-row > .sd-row--multiple {
2436
2432
  background: var(--sjs-question-background, var(--background, #fff));
2437
2433
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
2438
- border-radius: calc(0.5 * var(--base-unit, 8px));
2434
+ border-radius: calc(1 * var(--sjs-corner-radius, 4px));
2439
2435
  }
2440
2436
 
2441
2437
  :not(.svc-row) > .sd-row--multiple {
@@ -2519,13 +2515,13 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2519
2515
  flex-grow: 1;
2520
2516
  }
2521
2517
  .sd-header__text h3 {
2522
- font-size: calc(4 * var(--base-unit, 8px));
2518
+ font-size: calc(2 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
2523
2519
  font-weight: 700;
2524
2520
  line-height: calc(5 * var(--base-unit, 8px));
2525
2521
  color: var(--primary, #19b394);
2526
2522
  }
2527
2523
  .sd-header__text h5 {
2528
- font-size: calc(2 * var(--base-unit, 8px));
2524
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
2529
2525
  font-weight: 400;
2530
2526
  line-height: calc(3 * var(--base-unit, 8px));
2531
2527
  }
@@ -2576,7 +2572,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2576
2572
  font-family: var(--font-family, var(--font-family));
2577
2573
  font-style: normal;
2578
2574
  font-weight: normal;
2579
- font-size: calc(2 * var(--base-unit, 8px));
2575
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
2580
2576
  line-height: calc(3 * var(--base-unit, 8px));
2581
2577
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
2582
2578
  white-space: normal;
@@ -2629,7 +2625,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2629
2625
  font-style: normal;
2630
2626
  font-weight: normal;
2631
2627
  line-height: calc(3 * var(--base-unit, 8px));
2632
- font-size: calc(2 * var(--base-unit, 8px));
2628
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
2633
2629
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
2634
2630
  white-space: normal;
2635
2631
  word-break: break-word;
@@ -2699,7 +2695,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2699
2695
  }
2700
2696
 
2701
2697
  .sd-checkbox__decorator {
2702
- border-radius: 3px;
2698
+ border-radius: calc(0.5 * var(--sjs-corner-radius, 4px));
2703
2699
  }
2704
2700
 
2705
2701
  .sd-checkbox__svg {
@@ -2825,7 +2821,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2825
2821
  border: 2px solid var(--background, #fff);
2826
2822
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
2827
2823
  fill: var(--sjs-general-forecolor, var(--foreground, #161616));
2828
- font-size: calc(2 * var(--base-unit, 8px));
2824
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
2829
2825
  }
2830
2826
 
2831
2827
  .sd-rating__item--fixed-size {
@@ -3036,7 +3032,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3036
3032
  }
3037
3033
 
3038
3034
  .sd-rating__item-text.sd-rating__item-text {
3039
- font-size: calc(2 * var(--base-unit, 8px));
3035
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
3040
3036
  line-height: calc(3 * var(--base-unit, 8px));
3041
3037
  display: inline-block;
3042
3038
  }
@@ -3114,7 +3110,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3114
3110
  .sd-dropdown option {
3115
3111
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
3116
3112
  font-family: var(--font-family, var(--font-family));
3117
- font-size: calc(2 * var(--base-unit, 8px));
3113
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
3118
3114
  }
3119
3115
 
3120
3116
  .sd-dropdown__value {
@@ -3124,7 +3120,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3124
3120
  text-overflow: ellipsis;
3125
3121
  white-space: nowrap;
3126
3122
  font-family: var(--font-family, var(--font-family));
3127
- font-size: calc(2 * var(--base-unit, 8px));
3123
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
3128
3124
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
3129
3125
  position: relative;
3130
3126
  }
@@ -3161,7 +3157,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3161
3157
  outline: none;
3162
3158
  padding: 0;
3163
3159
  font-family: var(--font-family, var(--font-family));
3164
- font-size: calc(2 * var(--base-unit, 8px));
3160
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
3165
3161
  background-color: transparent;
3166
3162
  overflow: hidden;
3167
3163
  text-overflow: ellipsis;
@@ -3177,7 +3173,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3177
3173
 
3178
3174
  .sd-dropdown__filter-string-input::placeholder {
3179
3175
  font-family: var(--font-family, var(--font-family));
3180
- font-size: calc(2 * var(--base-unit, 8px));
3176
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
3181
3177
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
3182
3178
  width: 100%;
3183
3179
  max-width: 100%;
@@ -3239,7 +3235,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3239
3235
  height: calc(3 * var(--base-unit, 8px));
3240
3236
  padding: calc(1 * var(--base-unit, 8px)) calc(1.5 * var(--base-unit, 8px));
3241
3237
  background-color: var(--primary, #19b394);
3242
- border-radius: calc(0.25 * var(--base-unit, 8px));
3238
+ border-radius: calc(0.5 * var(--sjs-corner-radius, 4px));
3243
3239
  }
3244
3240
 
3245
3241
  .sv-tagbox__item-text {
@@ -3340,7 +3336,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3340
3336
  }
3341
3337
  .sd-imagepicker__item img,
3342
3338
  .sd-imagepicker__item .sd-imagepicker__image-container > div {
3343
- border-radius: calc(0.5 * var(--base-unit, 8px));
3339
+ border-radius: calc(1 * var(--sjs-corner-radius, 4px));
3344
3340
  background-color: var(--background-dim-light, #f9f9f9);
3345
3341
  }
3346
3342
 
@@ -3388,7 +3384,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3388
3384
  width: 100%;
3389
3385
  height: 100%;
3390
3386
  background-color: var(--red-light, rgba(230, 10, 62, 0.1));
3391
- border-radius: calc(0.5 * var(--base-unit, 8px));
3387
+ border-radius: calc(1 * var(--sjs-corner-radius, 4px));
3392
3388
  background: linear-gradient(0deg, var(--red-light, rgba(230, 10, 62, 0.1)), var(--red-light, rgba(230, 10, 62, 0.1)));
3393
3389
  }
3394
3390
 
@@ -3404,7 +3400,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3404
3400
  }
3405
3401
 
3406
3402
  .sd-imagepicker__text {
3407
- font-size: calc(2 * var(--base-unit, 8px));
3403
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
3408
3404
  line-height: calc(3 * var(--base-unit, 8px));
3409
3405
  margin-top: calc(1 * var(--base-unit, 8px));
3410
3406
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
@@ -3440,7 +3436,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3440
3436
  .sd-image__image {
3441
3437
  display: block;
3442
3438
  max-width: 100%;
3443
- border-radius: calc(0.5 * var(--base-unit, 8px));
3439
+ border-radius: calc(1 * var(--sjs-corner-radius, 4px));
3444
3440
  }
3445
3441
 
3446
3442
  .sd-image__image--adaptive {
@@ -3472,7 +3468,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3472
3468
 
3473
3469
  .sd-expression {
3474
3470
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
3475
- font-size: calc(2 * var(--base-unit, 8px));
3471
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
3476
3472
  }
3477
3473
 
3478
3474
  .sd-progress {
@@ -3493,7 +3489,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3493
3489
  margin-top: calc(1 * var(--base-unit, 8px));
3494
3490
  right: calc(3 * var(--base-unit, 8px));
3495
3491
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
3496
- font-size: calc(1.5 * var(--base-unit, 8px));
3492
+ font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
3497
3493
  line-height: calc(2 * var(--base-unit, 8px));
3498
3494
  font-weight: 600;
3499
3495
  }
@@ -3523,7 +3519,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3523
3519
  display: block;
3524
3520
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
3525
3521
  font-family: var(--font-family, var(--font-family));
3526
- font-size: calc(2 * var(--base-unit, 8px));
3522
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
3527
3523
  line-height: calc(3 * var(--base-unit, 8px));
3528
3524
  padding: calc(1 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));
3529
3525
  }
@@ -3693,7 +3689,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3693
3689
  }
3694
3690
 
3695
3691
  .sd-paneldynamic__progress-text {
3696
- font-size: calc(2 * var(--base-unit, 8px));
3692
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
3697
3693
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
3698
3694
  margin: 0;
3699
3695
  margin-right: calc(3 * var(--base-unit, 8px));
@@ -3783,7 +3779,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3783
3779
  background-color: transparent;
3784
3780
  cursor: pointer;
3785
3781
  font-family: var(--font-family, var(--font-family));
3786
- font-size: calc(2 * var(--base-unit, 8px));
3782
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
3787
3783
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
3788
3784
  overflow-x: hidden;
3789
3785
  white-space: nowrap;
@@ -3812,7 +3808,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3812
3808
  .sd-file {
3813
3809
  min-height: calc(36 * var(--base-unit, 8px));
3814
3810
  position: relative;
3815
- font-size: calc(2 * var(--base-unit, 8px));
3811
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
3816
3812
  line-height: calc(3 * var(--base-unit, 8px));
3817
3813
  }
3818
3814
  .sd-file .sv-action-bar {
@@ -3948,7 +3944,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3948
3944
  .sd-file__sign {
3949
3945
  margin-top: calc(1 * var(--base-unit, 8px));
3950
3946
  text-align: center;
3951
- font-size: calc(1.5 * var(--base-unit, 8px));
3947
+ font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
3952
3948
  line-height: calc(2 * var(--base-unit, 8px));
3953
3949
  }
3954
3950
  .sd-file__sign a {
@@ -4072,12 +4068,12 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4072
4068
  padding: calc(2 * var(--base-unit, 8px)) calc(6 * var(--base-unit, 8px));
4073
4069
  background: var(--background, #fff);
4074
4070
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
4075
- border-radius: calc(0.5 * var(--base-unit, 8px));
4071
+ border-radius: calc(1 * var(--sjs-corner-radius, 4px));
4076
4072
  cursor: pointer;
4077
4073
  font-family: var(--font-family, var(--font-family));
4078
4074
  font-style: normal;
4079
4075
  font-weight: 600;
4080
- font-size: calc(2 * var(--base-unit, 8px));
4076
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
4081
4077
  line-height: calc(3 * var(--base-unit, 8px));
4082
4078
  text-align: center;
4083
4079
  color: var(--primary, #19b394);
@@ -4261,7 +4257,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4261
4257
  font-weight: 600;
4262
4258
  font-family: var(--font-family, var(--font-family));
4263
4259
  font-style: normal;
4264
- font-size: calc(2 * var(--base-unit, 8px));
4260
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
4265
4261
  line-height: calc(3 * var(--base-unit, 8px));
4266
4262
  outline: none;
4267
4263
  }
@@ -4371,7 +4367,7 @@ svg.sd-action--icon {
4371
4367
  height: auto;
4372
4368
  }
4373
4369
  .sd-completedpage h3 {
4374
- font-size: calc(3 * var(--base-unit, 8px));
4370
+ font-size: calc(1.5 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
4375
4371
  }
4376
4372
 
4377
4373
  .sd-completedpage:before,
@@ -4438,14 +4434,14 @@ svg.sd-action--icon {
4438
4434
 
4439
4435
  .sd-progress-buttons__page-title {
4440
4436
  width: 100%;
4441
- font-size: calc(2 * var(--base-unit, 8px));
4437
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
4442
4438
  font-weight: 600;
4443
4439
  line-height: calc(3 * var(--base-unit, 8px));
4444
4440
  }
4445
4441
 
4446
4442
  .sd-progress-buttons__page-description {
4447
4443
  width: 100%;
4448
- font-size: calc(1.5 * var(--base-unit, 8px));
4444
+ font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
4449
4445
  line-height: calc(2 * var(--base-unit, 8px));
4450
4446
  font-weight: 600;
4451
4447
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
@@ -4470,7 +4466,7 @@ svg.sd-action--icon {
4470
4466
  .sv_progress-toc .sv-list__item-body {
4471
4467
  padding-inline-start: calc(2 * var(--base-unit, 8px));
4472
4468
  padding-inline-end: calc(2 * var(--base-unit, 8px));
4473
- border-radius: 3px;
4469
+ border-radius: calc(1 * var(--sjs-corner-radius, 4px));
4474
4470
  padding-top: calc(1.5 * var(--base-unit, 8px));
4475
4471
  padding-bottom: calc(1.5 * var(--base-unit, 8px));
4476
4472
  }
@@ -4493,8 +4489,8 @@ svg.sd-action--icon {
4493
4489
  }
4494
4490
  .sd-list__item.sd-list__item .sd-list__item-body {
4495
4491
  padding-block: calc(1.5 * var(--base-unit, 8px));
4496
- border-radius: 3px;
4497
- font-size: calc(2 * var(--base-unit, 8px));
4492
+ border-radius: calc(1 * var(--sjs-corner-radius, 4px));
4493
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
4498
4494
  line-height: calc(3 * var(--base-unit, 8px));
4499
4495
  }
4500
4496
 
@@ -4574,7 +4570,7 @@ svg.sd-action--icon {
4574
4570
  .sd-timer__text--minor {
4575
4571
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
4576
4572
  font-weight: 600;
4577
- font-size: calc(1.5 * var(--base-unit, 8px));
4573
+ font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
4578
4574
  }
4579
4575
 
4580
4576
  sv-components-container,
@@ -4672,9 +4668,9 @@ sv-components-container,
4672
4668
  flex-direction: column;
4673
4669
  }
4674
4670
  .sd-root-modern.sd-root-modern--mobile .sd-multipletext__item-title {
4675
- font-size: 12px;
4676
- line-height: 16px;
4677
- height: 16px;
4671
+ font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
4672
+ line-height: calc(2 * var(--base-unit, 8px));
4673
+ height: calc(2 * var(--base-unit, 8px));
4678
4674
  padding-right: 0;
4679
4675
  border-right: none;
4680
4676
  margin-bottom: 0;