@oiz/stzh-components 2.0.0-beta → 2.0.0

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 (272) hide show
  1. package/dist/cjs/{app-globals-58a084a9.js → app-globals-ec8cc33e.js} +1 -1
  2. package/dist/cjs/loader.cjs.js +2 -2
  3. package/dist/cjs/stzh-accordion-item.cjs.entry.js +33 -15
  4. package/dist/cjs/stzh-actionset.cjs.entry.js +1 -9
  5. package/dist/cjs/stzh-badge_3.cjs.entry.js +17 -7
  6. package/dist/cjs/stzh-card-list.cjs.entry.js +19 -20
  7. package/dist/cjs/stzh-card.cjs.entry.js +34 -16
  8. package/dist/cjs/stzh-chip-select.cjs.entry.js +52 -4
  9. package/dist/cjs/stzh-chip.cjs.entry.js +3 -1
  10. package/dist/cjs/stzh-components.cjs.js +2 -2
  11. package/dist/cjs/stzh-cspace.cjs.entry.js +1 -1
  12. package/dist/cjs/stzh-datamessagelist-item.cjs.entry.js +1 -1
  13. package/dist/cjs/stzh-datatable.cjs.entry.js +1 -1
  14. package/dist/cjs/stzh-dialog.cjs.entry.js +1 -1
  15. package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +2 -2
  16. package/dist/cjs/stzh-heading.cjs.entry.js +1 -1
  17. package/dist/cjs/stzh-hspace.cjs.entry.js +1 -1
  18. package/dist/cjs/stzh-icon-sprite.cjs.entry.js +1 -1
  19. package/dist/cjs/stzh-input.cjs.entry.js +2 -2
  20. package/dist/cjs/stzh-link.cjs.entry.js +8 -4
  21. package/dist/cjs/stzh-menu_2.cjs.entry.js +6 -2
  22. package/dist/cjs/stzh-message.cjs.entry.js +1 -1
  23. package/dist/cjs/stzh-pagetitle.cjs.entry.js +1 -1
  24. package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +1 -1
  25. package/dist/cjs/stzh-saptcha.cjs.entry.js +1 -1
  26. package/dist/cjs/stzh-sortable.cjs.entry.js +3 -2
  27. package/dist/cjs/stzh-table.cjs.entry.js +1 -1
  28. package/dist/cjs/stzh-upload.cjs.entry.js +47 -4
  29. package/dist/cjs/stzh-vbz-ticker.cjs.entry.js +1 -1
  30. package/dist/cjs/stzh-vspace.cjs.entry.js +1 -1
  31. package/dist/collection/assets/icons/mono/code-window.svg +3 -0
  32. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.css +34 -8
  33. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.js +123 -14
  34. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.stories.js +9 -0
  35. package/dist/collection/components/stzh-actionset/stzh-actionset.js +1 -9
  36. package/dist/collection/components/stzh-badge/stzh-badge.css +22 -2
  37. package/dist/collection/components/stzh-badge/stzh-badge.js +25 -1
  38. package/dist/collection/components/stzh-button/stzh-button.js +45 -5
  39. package/dist/collection/components/stzh-card/stzh-card.css +2 -14
  40. package/dist/collection/components/stzh-card/stzh-card.js +37 -37
  41. package/dist/collection/components/stzh-card/stzh-card.stories.js +1 -4
  42. package/dist/collection/components/stzh-card-list/stzh-card-list.js +22 -49
  43. package/dist/collection/components/stzh-card-list/stzh-card-list.stories.js +2 -2
  44. package/dist/collection/components/stzh-chip/stzh-chip.js +38 -1
  45. package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +80 -0
  46. package/dist/collection/components/stzh-chip-select/stzh-chip-select.js +213 -3
  47. package/dist/collection/components/stzh-cspace/stzh-cspace.css +87 -176
  48. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.css +3 -8
  49. package/dist/collection/components/stzh-datatable/stzh-datatable.css +5 -0
  50. package/dist/collection/components/stzh-dialog/stzh-dialog.css +9 -19
  51. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.css +16 -16
  52. package/dist/collection/components/stzh-heading/stzh-heading.css +5 -15
  53. package/dist/collection/components/stzh-hspace/stzh-hspace.css +19 -24
  54. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +45 -32
  55. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
  56. package/dist/collection/components/stzh-input/stzh-input.js +2 -2
  57. package/dist/collection/components/stzh-link/stzh-link.js +44 -4
  58. package/dist/collection/components/stzh-menu-item/stzh-menu-item.js +42 -2
  59. package/dist/collection/components/stzh-message/stzh-message.css +5 -0
  60. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.css +3 -8
  61. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +226 -337
  62. package/dist/collection/components/stzh-richtext/stzh-richtext.css +88 -129
  63. package/dist/collection/components/stzh-saptcha/stzh-saptcha.css +8 -8
  64. package/dist/collection/components/stzh-sortable/stzh-sortable.css +12 -6
  65. package/dist/collection/components/stzh-sortable/stzh-sortable.js +2 -1
  66. package/dist/collection/components/stzh-table/stzh-table.css +5 -0
  67. package/dist/collection/components/stzh-upload/stzh-upload.css +16 -7
  68. package/dist/collection/components/stzh-upload/stzh-upload.js +46 -3
  69. package/dist/collection/components/stzh-upload/stzh-upload.stories.js +1 -1
  70. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.css +2 -7
  71. package/dist/collection/components/stzh-vspace/stzh-vspace.css +19 -24
  72. package/dist/collection/pages/meinkonto.stories.js +1 -1
  73. package/dist/components/index.js +1 -1
  74. package/dist/components/stzh-accordion-item.js +51 -16
  75. package/dist/components/stzh-actionset2.js +1 -9
  76. package/dist/components/stzh-badge2.js +10 -3
  77. package/dist/components/stzh-button2.js +11 -5
  78. package/dist/components/stzh-card-list.js +20 -22
  79. package/dist/components/stzh-card.js +34 -17
  80. package/dist/components/stzh-chip-select.js +63 -6
  81. package/dist/components/stzh-chip2.js +5 -1
  82. package/dist/components/stzh-cspace.js +1 -1
  83. package/dist/components/stzh-datamessagelist-item.js +1 -1
  84. package/dist/components/stzh-datatable.js +1 -1
  85. package/dist/components/stzh-dialog.js +1 -1
  86. package/dist/components/stzh-ghettobox2.js +1 -1
  87. package/dist/components/stzh-heading2.js +1 -1
  88. package/dist/components/stzh-hspace.js +1 -1
  89. package/dist/components/stzh-icon-sprite.js +1 -1
  90. package/dist/components/stzh-input2.js +2 -2
  91. package/dist/components/stzh-link2.js +10 -4
  92. package/dist/components/stzh-menu-item2.js +8 -2
  93. package/dist/components/stzh-message.js +1 -1
  94. package/dist/components/stzh-pagetitle.js +1 -1
  95. package/dist/components/stzh-portal-mitwirken.js +1 -1
  96. package/dist/components/stzh-richtext2.js +1 -1
  97. package/dist/components/stzh-saptcha.js +1 -1
  98. package/dist/components/stzh-sortable2.js +3 -2
  99. package/dist/components/stzh-table.js +1 -1
  100. package/dist/components/stzh-upload.js +47 -4
  101. package/dist/components/stzh-vbz-ticker.js +1 -1
  102. package/dist/components/stzh-vspace.js +1 -1
  103. package/dist/esm/{app-globals-6b6ff890.js → app-globals-e66420b3.js} +1 -1
  104. package/dist/esm/loader.js +2 -2
  105. package/dist/esm/stzh-accordion-item.entry.js +33 -15
  106. package/dist/esm/stzh-actionset.entry.js +1 -9
  107. package/dist/esm/stzh-badge_3.entry.js +17 -7
  108. package/dist/esm/stzh-card-list.entry.js +19 -20
  109. package/dist/esm/stzh-card.entry.js +34 -16
  110. package/dist/esm/stzh-chip-select.entry.js +52 -4
  111. package/dist/esm/stzh-chip.entry.js +3 -1
  112. package/dist/esm/stzh-components.js +2 -2
  113. package/dist/esm/stzh-cspace.entry.js +1 -1
  114. package/dist/esm/stzh-datamessagelist-item.entry.js +1 -1
  115. package/dist/esm/stzh-datatable.entry.js +1 -1
  116. package/dist/esm/stzh-dialog.entry.js +1 -1
  117. package/dist/esm/stzh-ghettobox_2.entry.js +2 -2
  118. package/dist/esm/stzh-heading.entry.js +1 -1
  119. package/dist/esm/stzh-hspace.entry.js +1 -1
  120. package/dist/esm/stzh-icon-sprite.entry.js +1 -1
  121. package/dist/esm/stzh-input.entry.js +2 -2
  122. package/dist/esm/stzh-link.entry.js +8 -4
  123. package/dist/esm/stzh-menu_2.entry.js +6 -2
  124. package/dist/esm/stzh-message.entry.js +1 -1
  125. package/dist/esm/stzh-pagetitle.entry.js +1 -1
  126. package/dist/esm/stzh-portal-mitwirken.entry.js +1 -1
  127. package/dist/esm/stzh-saptcha.entry.js +1 -1
  128. package/dist/esm/stzh-sortable.entry.js +3 -2
  129. package/dist/esm/stzh-table.entry.js +1 -1
  130. package/dist/esm/stzh-upload.entry.js +47 -4
  131. package/dist/esm/stzh-vbz-ticker.entry.js +1 -1
  132. package/dist/esm/stzh-vspace.entry.js +1 -1
  133. package/dist/esm-es5/app-globals-e66420b3.js +1 -0
  134. package/dist/esm-es5/loader.js +1 -1
  135. package/dist/esm-es5/stzh-accordion-item.entry.js +1 -1
  136. package/dist/esm-es5/stzh-actionset.entry.js +1 -1
  137. package/dist/esm-es5/stzh-badge_3.entry.js +1 -1
  138. package/dist/esm-es5/stzh-card-list.entry.js +1 -1
  139. package/dist/esm-es5/stzh-card.entry.js +1 -1
  140. package/dist/esm-es5/stzh-chip-select.entry.js +1 -1
  141. package/dist/esm-es5/stzh-chip.entry.js +1 -1
  142. package/dist/esm-es5/stzh-components.js +1 -1
  143. package/dist/esm-es5/stzh-cspace.entry.js +1 -1
  144. package/dist/esm-es5/stzh-datamessagelist-item.entry.js +1 -1
  145. package/dist/esm-es5/stzh-datatable.entry.js +1 -1
  146. package/dist/esm-es5/stzh-dialog.entry.js +1 -1
  147. package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -1
  148. package/dist/esm-es5/stzh-heading.entry.js +1 -1
  149. package/dist/esm-es5/stzh-hspace.entry.js +1 -1
  150. package/dist/esm-es5/stzh-icon-sprite.entry.js +1 -1
  151. package/dist/esm-es5/stzh-input.entry.js +1 -1
  152. package/dist/esm-es5/stzh-link.entry.js +1 -1
  153. package/dist/esm-es5/stzh-menu_2.entry.js +1 -1
  154. package/dist/esm-es5/stzh-message.entry.js +1 -1
  155. package/dist/esm-es5/stzh-pagetitle.entry.js +1 -1
  156. package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -1
  157. package/dist/esm-es5/stzh-saptcha.entry.js +1 -1
  158. package/dist/esm-es5/stzh-sortable.entry.js +1 -1
  159. package/dist/esm-es5/stzh-table.entry.js +1 -1
  160. package/dist/esm-es5/stzh-upload.entry.js +1 -1
  161. package/dist/esm-es5/stzh-vbz-ticker.entry.js +1 -1
  162. package/dist/esm-es5/stzh-vspace.entry.js +1 -1
  163. package/dist/stzh-components/assets/icons/mono/code-window.svg +3 -0
  164. package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +45 -32
  165. package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
  166. package/dist/stzh-components/{p-332e4fd3.entry.js → p-03ea86bd.entry.js} +1 -1
  167. package/dist/stzh-components/p-051bc2a8.entry.js +1 -0
  168. package/dist/stzh-components/{p-13f44000.entry.js → p-0711e511.entry.js} +1 -1
  169. package/dist/stzh-components/p-073c89b1.system.entry.js +1 -0
  170. package/dist/stzh-components/{p-8cbc987f.system.entry.js → p-1440163c.system.entry.js} +1 -1
  171. package/dist/stzh-components/p-18958371.entry.js +1 -0
  172. package/dist/stzh-components/p-20ef4a20.system.entry.js +1 -0
  173. package/dist/stzh-components/{p-8a9e588e.system.entry.js → p-21566d65.system.entry.js} +1 -1
  174. package/dist/stzh-components/{p-5975c355.system.entry.js → p-22701389.system.entry.js} +1 -1
  175. package/dist/stzh-components/p-252d3178.entry.js +1 -0
  176. package/dist/stzh-components/p-2ca4a828.system.entry.js +1 -0
  177. package/dist/stzh-components/p-3042b23e.entry.js +1 -0
  178. package/dist/stzh-components/p-3b912468.system.entry.js +1 -0
  179. package/dist/stzh-components/p-3beb58d6.system.entry.js +1 -0
  180. package/dist/stzh-components/p-3f0363db.entry.js +1 -0
  181. package/dist/stzh-components/{p-b084fcbf.system.entry.js → p-530252c6.system.entry.js} +1 -1
  182. package/dist/stzh-components/{p-3b27a43f.system.entry.js → p-5353ba86.system.entry.js} +2 -2
  183. package/dist/stzh-components/p-55cdbf79.entry.js +1 -0
  184. package/dist/stzh-components/p-562e6c52.entry.js +1 -0
  185. package/dist/stzh-components/{p-b9295dc2.entry.js → p-5f4eb46c.entry.js} +1 -1
  186. package/dist/stzh-components/p-62db1e59.entry.js +1 -0
  187. package/dist/stzh-components/{p-63d8db7b.entry.js → p-6425898c.entry.js} +1 -1
  188. package/dist/stzh-components/p-676fd54d.entry.js +1 -0
  189. package/dist/stzh-components/{p-e7a84e53.system.entry.js → p-684c345e.system.entry.js} +1 -1
  190. package/dist/stzh-components/{p-8f16b0ac.entry.js → p-713ae713.entry.js} +1 -1
  191. package/dist/stzh-components/p-764ba190.entry.js +1 -0
  192. package/dist/stzh-components/p-786a92d4.system.entry.js +1 -0
  193. package/dist/stzh-components/p-796ae62c.system.entry.js +1 -0
  194. package/dist/stzh-components/p-7ec2f3fd.entry.js +9 -0
  195. package/dist/stzh-components/p-80d70586.entry.js +1 -0
  196. package/dist/stzh-components/p-838df84a.system.entry.js +1 -0
  197. package/dist/stzh-components/p-84ab53cc.system.entry.js +1 -0
  198. package/dist/stzh-components/p-85161133.js +1 -0
  199. package/dist/stzh-components/p-864d7c50.entry.js +1 -0
  200. package/dist/stzh-components/p-8b6de2c0.system.entry.js +1 -0
  201. package/dist/stzh-components/{p-ab455116.system.entry.js → p-8c648042.system.entry.js} +1 -1
  202. package/dist/stzh-components/p-929dbdf1.system.entry.js +1 -0
  203. package/dist/stzh-components/p-9469b812.entry.js +1 -0
  204. package/dist/stzh-components/p-9e716229.entry.js +1 -0
  205. package/dist/stzh-components/p-a3fa6122.system.entry.js +1 -0
  206. package/dist/stzh-components/p-b391d962.system.entry.js +1 -0
  207. package/dist/stzh-components/p-b462a61f.entry.js +1 -0
  208. package/dist/stzh-components/{p-5987573e.system.entry.js → p-b5a85078.system.entry.js} +1 -1
  209. package/dist/stzh-components/p-b70bc70c.system.js +1 -0
  210. package/dist/stzh-components/{p-b9382599.entry.js → p-bb3c1249.entry.js} +1 -1
  211. package/dist/stzh-components/{p-b636a18a.system.entry.js → p-bbe4e3d1.system.entry.js} +1 -1
  212. package/dist/stzh-components/p-c4fc6433.system.entry.js +1 -0
  213. package/dist/stzh-components/p-cb1d4678.entry.js +1 -0
  214. package/dist/stzh-components/p-ccd30d73.system.entry.js +1 -0
  215. package/dist/stzh-components/p-cd795307.entry.js +1 -0
  216. package/dist/stzh-components/{p-c692e405.entry.js → p-cdc9e600.entry.js} +1 -1
  217. package/dist/stzh-components/p-d1552460.system.entry.js +1 -0
  218. package/dist/stzh-components/p-e3e3e88c.system.js +1 -0
  219. package/dist/stzh-components/p-eb61c369.entry.js +1 -0
  220. package/dist/stzh-components/p-ebeb8d7b.system.entry.js +1 -0
  221. package/dist/stzh-components/p-eca1732f.entry.js +1 -0
  222. package/dist/stzh-components/p-f24db7e8.system.entry.js +1 -0
  223. package/dist/stzh-components/stzh-components.css +1 -1
  224. package/dist/stzh-components/stzh-components.esm.js +1 -1
  225. package/dist/stzh-components/stzh-components.js +1 -1
  226. package/dist/types/components/stzh-badge/stzh-badge.d.ts +2 -0
  227. package/dist/types/components.d.ts +196 -28
  228. package/dist/types/index.d.ts +6 -1
  229. package/dist/vscode-data.json +180 -19
  230. package/package.json +1 -1
  231. package/dist/esm-es5/app-globals-6b6ff890.js +0 -1
  232. package/dist/stzh-components/p-0b8de542.system.entry.js +0 -1
  233. package/dist/stzh-components/p-0d5522dc.system.entry.js +0 -1
  234. package/dist/stzh-components/p-0efe125f.system.entry.js +0 -1
  235. package/dist/stzh-components/p-2818488f.entry.js +0 -1
  236. package/dist/stzh-components/p-373f79e8.entry.js +0 -1
  237. package/dist/stzh-components/p-3ac93a01.entry.js +0 -1
  238. package/dist/stzh-components/p-59c323ce.entry.js +0 -1
  239. package/dist/stzh-components/p-6354fee3.entry.js +0 -1
  240. package/dist/stzh-components/p-653c6bbc.entry.js +0 -1
  241. package/dist/stzh-components/p-67f906b1.entry.js +0 -1
  242. package/dist/stzh-components/p-6a81e64b.entry.js +0 -1
  243. package/dist/stzh-components/p-75cdc8a6.system.entry.js +0 -1
  244. package/dist/stzh-components/p-7ad87d98.system.entry.js +0 -1
  245. package/dist/stzh-components/p-7f9f9a8d.entry.js +0 -1
  246. package/dist/stzh-components/p-83b1e379.entry.js +0 -9
  247. package/dist/stzh-components/p-86bc421e.system.entry.js +0 -1
  248. package/dist/stzh-components/p-8aebb240.entry.js +0 -1
  249. package/dist/stzh-components/p-938ef748.entry.js +0 -1
  250. package/dist/stzh-components/p-9bda100f.system.js +0 -1
  251. package/dist/stzh-components/p-a99d3e97.system.entry.js +0 -1
  252. package/dist/stzh-components/p-af2664fc.system.entry.js +0 -1
  253. package/dist/stzh-components/p-b9c3f3cc.entry.js +0 -1
  254. package/dist/stzh-components/p-bd178c32.system.entry.js +0 -1
  255. package/dist/stzh-components/p-c013a00b.system.entry.js +0 -1
  256. package/dist/stzh-components/p-c456c04b.system.entry.js +0 -1
  257. package/dist/stzh-components/p-c499e04d.entry.js +0 -1
  258. package/dist/stzh-components/p-c83e4fec.system.entry.js +0 -1
  259. package/dist/stzh-components/p-ca062c11.system.js +0 -1
  260. package/dist/stzh-components/p-ce28428b.entry.js +0 -1
  261. package/dist/stzh-components/p-cfaac121.js +0 -1
  262. package/dist/stzh-components/p-d11a70e2.system.entry.js +0 -1
  263. package/dist/stzh-components/p-d1dba399.system.entry.js +0 -1
  264. package/dist/stzh-components/p-d2b5e066.entry.js +0 -1
  265. package/dist/stzh-components/p-d54f04c8.system.entry.js +0 -1
  266. package/dist/stzh-components/p-d645d645.entry.js +0 -1
  267. package/dist/stzh-components/p-da7b363e.entry.js +0 -1
  268. package/dist/stzh-components/p-de017b87.system.entry.js +0 -1
  269. package/dist/stzh-components/p-e009bfdc.entry.js +0 -1
  270. package/dist/stzh-components/p-f167eaa4.system.entry.js +0 -1
  271. package/dist/stzh-components/p-f2ee016a.entry.js +0 -1
  272. package/dist/stzh-components/p-ffa1e9dd.system.entry.js +0 -1
@@ -172,7 +172,7 @@ the .has-focus class is used by the focus target */
172
172
  --stzh-color-truegreen: #008000;
173
173
  --stzh-color-shiraz: #c00d23;
174
174
  --stzh-color-error: #d0021b;
175
- --stzh-color-warning: #F28B00;
175
+ --stzh-color-warning: #DB7E00;
176
176
  --stzh-color-active: #a4c400;
177
177
 
178
178
  --stzh-color-grey5: #F2F2F2;
@@ -887,22 +887,14 @@ main h1,
887
887
  main h2,
888
888
  main stzh-heading[level="1"],
889
889
  main stzh-heading[level="2"] {
890
- margin-bottom: var(--stzh-space-medium);
891
- }
892
- @media screen and (min-width: 600px) {
893
- main h1,
894
- main h2,
895
- main stzh-heading[level="1"],
896
- main stzh-heading[level="2"] {
897
- margin-bottom: var(--stzh-space-large);
898
- }
890
+ margin-bottom: var(--stzh-space-xlarge);
899
891
  }
900
892
  @media screen and (min-width: 1024px) {
901
893
  main h1,
902
894
  main h2,
903
895
  main stzh-heading[level="1"],
904
896
  main stzh-heading[level="2"] {
905
- margin-bottom: var(--stzh-space-xlarge);
897
+ margin-bottom: var(--stzh-space-xxlarge);
906
898
  }
907
899
  }
908
900
  @media screen and (min-width: 1260px) {
@@ -910,108 +902,65 @@ main stzh-heading[level="2"] {
910
902
  main h2,
911
903
  main stzh-heading[level="1"],
912
904
  main stzh-heading[level="2"] {
913
- margin-bottom: var(--stzh-space-xxlarge);
905
+ margin-bottom: var(--stzh-space-xxxlarge);
914
906
  }
915
907
  }
916
908
  main h1, main h2 {
917
909
  padding-bottom: var(--stzh-space-xsmall);
918
910
  border-bottom: 0.0625rem solid var(--stzh-base-border-color);
919
911
  }
920
- @media screen and (min-width: 600px) {
921
- main h1, main h2 {
922
- padding-bottom: var(--stzh-space-small);
923
- }
924
- }
925
912
  @media screen and (min-width: 1024px) {
926
913
  main h1, main h2 {
927
- padding-bottom: var(--stzh-space-medium);
914
+ padding-bottom: var(--stzh-space-small);
928
915
  }
929
916
  }
930
917
  @media screen and (min-width: 1260px) {
931
918
  main h1, main h2 {
932
- padding-bottom: var(--stzh-space-large);
919
+ padding-bottom: var(--stzh-space-medium);
933
920
  }
934
921
  }
935
922
  main h1,
936
- main stzh-heading[level="1"] {
937
- margin-top: var(--stzh-space-large);
938
- }
939
- @media screen and (min-width: 600px) {
940
- main h1,
941
- main stzh-heading[level="1"] {
942
- margin-top: var(--stzh-space-xlarge);
943
- }
923
+ main stzh-heading[level="1"],
924
+ main h2,
925
+ main stzh-heading[level="2"] {
926
+ margin-top: var(--stzh-space-xxlarge);
944
927
  }
945
928
  @media screen and (min-width: 1024px) {
946
929
  main h1,
947
- main stzh-heading[level="1"] {
948
- margin-top: var(--stzh-space-xxlarge);
930
+ main stzh-heading[level="1"],
931
+ main h2,
932
+ main stzh-heading[level="2"] {
933
+ margin-top: var(--stzh-space-xxxlarge);
949
934
  }
950
935
  }
951
936
  @media screen and (min-width: 1260px) {
952
937
  main h1,
953
- main stzh-heading[level="1"] {
954
- margin-top: var(--stzh-space-xxxxlarge);
955
- }
956
- }
938
+ main stzh-heading[level="1"],
957
939
  main h2,
958
- main stzh-heading[level="2"] {
959
- margin-top: var(--stzh-space-xxlarge);
960
- }
961
- @media screen and (min-width: 600px) {
962
- main h2,
963
940
  main stzh-heading[level="2"] {
964
941
  margin-top: var(--stzh-space-xxxxlarge);
965
942
  }
966
943
  }
967
- @media screen and (min-width: 1260px) {
968
- main h2,
969
- main stzh-heading[level="2"] {
970
- margin-top: var(--stzh-space-xbig);
971
- }
972
- }
973
944
  main h3,
974
- main stzh-heading[level="3"] {
975
- margin-top: var(--stzh-space-medium);
976
- }
977
- @media screen and (min-width: 600px) {
978
- main h3,
979
- main stzh-heading[level="3"] {
980
- margin-top: var(--stzh-space-large);
981
- }
982
- }
983
- @media screen and (min-width: 1024px) {
984
- main h3,
985
- main stzh-heading[level="3"] {
986
- margin-top: var(--stzh-space-xlarge);
987
- }
988
- }
989
- @media screen and (min-width: 1260px) {
990
- main h3,
991
- main stzh-heading[level="3"] {
992
- margin-top: var(--stzh-space-xxlarge);
993
- }
994
- }
945
+ main stzh-heading[level="3"],
995
946
  main h4,
996
947
  main stzh-heading[level="4"] {
997
- margin-top: var(--stzh-space-medium);
998
- }
999
- @media screen and (min-width: 600px) {
1000
- main h4,
1001
- main stzh-heading[level="4"] {
1002
- margin-top: var(--stzh-space-large);
1003
- }
948
+ margin-top: var(--stzh-space-xlarge);
1004
949
  }
1005
950
  @media screen and (min-width: 1024px) {
1006
- main h4,
951
+ main h3,
952
+ main stzh-heading[level="3"],
953
+ main h4,
1007
954
  main stzh-heading[level="4"] {
1008
- margin-top: var(--stzh-space-xlarge);
955
+ margin-top: var(--stzh-space-xxlarge);
1009
956
  }
1010
957
  }
1011
958
  @media screen and (min-width: 1260px) {
1012
- main h4,
959
+ main h3,
960
+ main stzh-heading[level="3"],
961
+ main h4,
1013
962
  main stzh-heading[level="4"] {
1014
- margin-top: var(--stzh-space-xxlarge);
963
+ margin-top: var(--stzh-space-xxxlarge);
1015
964
  }
1016
965
  }
1017
966
  main p,
@@ -1033,6 +982,16 @@ main stzh-list {
1033
982
  margin-top: var(--stzh-space-medium);
1034
983
  }
1035
984
  }
985
+ @media screen and (min-width: 1260px) {
986
+ main p,
987
+ main stzh-text,
988
+ main ul,
989
+ main ol,
990
+ main dl,
991
+ main stzh-list {
992
+ margin-top: var(--stzh-space-large);
993
+ }
994
+ }
1036
995
  @media screen and (min-width: 1024px) {
1037
996
  main p,
1038
997
  main stzh-text,
@@ -1043,6 +1002,16 @@ main stzh-list {
1043
1002
  margin-bottom: var(--stzh-space-medium);
1044
1003
  }
1045
1004
  }
1005
+ @media screen and (min-width: 1260px) {
1006
+ main p,
1007
+ main stzh-text,
1008
+ main ul,
1009
+ main ol,
1010
+ main dl,
1011
+ main stzh-list {
1012
+ margin-bottom: var(--stzh-space-large);
1013
+ }
1014
+ }
1046
1015
  main ul ul,
1047
1016
  main ul ol,
1048
1017
  main ul dl,
@@ -1064,46 +1033,32 @@ main stzh-list stzh-list {
1064
1033
  }
1065
1034
  main stzh-text[curve=hero],
1066
1035
  main stzh-heading[curve=hero] {
1067
- margin-bottom: var(--stzh-space-medium);
1068
- }
1069
- @media screen and (min-width: 600px) {
1070
- main stzh-text[curve=hero],
1071
- main stzh-heading[curve=hero] {
1072
- margin-bottom: var(--stzh-space-large);
1073
- }
1036
+ margin-bottom: var(--stzh-space-xlarge);
1074
1037
  }
1075
1038
  @media screen and (min-width: 1024px) {
1076
1039
  main stzh-text[curve=hero],
1077
1040
  main stzh-heading[curve=hero] {
1078
- margin-bottom: var(--stzh-space-xlarge);
1041
+ margin-bottom: var(--stzh-space-xxlarge);
1079
1042
  }
1080
1043
  }
1081
1044
  @media screen and (min-width: 1260px) {
1082
1045
  main stzh-text[curve=hero],
1083
1046
  main stzh-heading[curve=hero] {
1084
- margin-bottom: var(--stzh-space-xxlarge);
1047
+ margin-bottom: var(--stzh-space-xxxlarge);
1085
1048
  }
1086
1049
  }
1087
1050
  main stzh-text[curve=h1],
1088
1051
  main stzh-heading[curve=h1],
1089
1052
  main stzh-text[curve=h2],
1090
1053
  main stzh-heading[curve=h2] {
1091
- margin-bottom: var(--stzh-space-medium);
1092
- }
1093
- @media screen and (min-width: 600px) {
1094
- main stzh-text[curve=h1],
1095
- main stzh-heading[curve=h1],
1096
- main stzh-text[curve=h2],
1097
- main stzh-heading[curve=h2] {
1098
- margin-bottom: var(--stzh-space-large);
1099
- }
1054
+ margin-bottom: var(--stzh-space-xlarge);
1100
1055
  }
1101
1056
  @media screen and (min-width: 1024px) {
1102
1057
  main stzh-text[curve=h1],
1103
1058
  main stzh-heading[curve=h1],
1104
1059
  main stzh-text[curve=h2],
1105
1060
  main stzh-heading[curve=h2] {
1106
- margin-bottom: var(--stzh-space-xlarge);
1061
+ margin-bottom: var(--stzh-space-xxlarge);
1107
1062
  }
1108
1063
  }
1109
1064
  @media screen and (min-width: 1260px) {
@@ -1111,23 +1066,17 @@ main stzh-heading[curve=h2] {
1111
1066
  main stzh-heading[curve=h1],
1112
1067
  main stzh-text[curve=h2],
1113
1068
  main stzh-heading[curve=h2] {
1114
- margin-bottom: var(--stzh-space-xxlarge);
1069
+ margin-bottom: var(--stzh-space-xxxlarge);
1115
1070
  }
1116
1071
  }
1117
1072
  main stzh-text[curve=h1],
1118
1073
  main stzh-heading[curve=h1] {
1119
- margin-top: var(--stzh-space-large);
1120
- }
1121
- @media screen and (min-width: 600px) {
1122
- main stzh-text[curve=h1],
1123
- main stzh-heading[curve=h1] {
1124
- margin-top: var(--stzh-space-xlarge);
1125
- }
1074
+ margin-top: var(--stzh-space-xxlarge);
1126
1075
  }
1127
1076
  @media screen and (min-width: 1024px) {
1128
1077
  main stzh-text[curve=h1],
1129
1078
  main stzh-heading[curve=h1] {
1130
- margin-top: var(--stzh-space-xxlarge);
1079
+ margin-top: var(--stzh-space-xxxlarge);
1131
1080
  }
1132
1081
  }
1133
1082
  @media screen and (min-width: 1260px) {
@@ -1138,7 +1087,7 @@ main stzh-heading[curve=h1] {
1138
1087
  }
1139
1088
  main stzh-text[curve=h2],
1140
1089
  main stzh-heading[curve=h2] {
1141
- margin-top: var(--stzh-space-xxlarge);
1090
+ margin-top: var(--stzh-space-xxxlarge);
1142
1091
  }
1143
1092
  @media screen and (min-width: 600px) {
1144
1093
  main stzh-text[curve=h2],
@@ -1146,6 +1095,12 @@ main stzh-heading[curve=h2] {
1146
1095
  margin-top: var(--stzh-space-xxxxlarge);
1147
1096
  }
1148
1097
  }
1098
+ @media screen and (min-width: 1024px) {
1099
+ main stzh-text[curve=h2],
1100
+ main stzh-heading[curve=h2] {
1101
+ margin-top: var(--stzh-space-big);
1102
+ }
1103
+ }
1149
1104
  @media screen and (min-width: 1260px) {
1150
1105
  main stzh-text[curve=h2],
1151
1106
  main stzh-heading[curve=h2] {
@@ -1154,46 +1109,34 @@ main stzh-heading[curve=h2] {
1154
1109
  }
1155
1110
  main stzh-text[curve=h3],
1156
1111
  main stzh-heading[curve=h3] {
1157
- margin-top: var(--stzh-space-medium);
1158
- }
1159
- @media screen and (min-width: 600px) {
1160
- main stzh-text[curve=h3],
1161
- main stzh-heading[curve=h3] {
1162
- margin-top: var(--stzh-space-large);
1163
- }
1112
+ margin-top: var(--stzh-space-xlarge);
1164
1113
  }
1165
1114
  @media screen and (min-width: 1024px) {
1166
1115
  main stzh-text[curve=h3],
1167
1116
  main stzh-heading[curve=h3] {
1168
- margin-top: var(--stzh-space-xlarge);
1117
+ margin-top: var(--stzh-space-xxlarge);
1169
1118
  }
1170
1119
  }
1171
1120
  @media screen and (min-width: 1260px) {
1172
1121
  main stzh-text[curve=h3],
1173
1122
  main stzh-heading[curve=h3] {
1174
- margin-top: var(--stzh-space-xxlarge);
1123
+ margin-top: var(--stzh-space-xxxlarge);
1175
1124
  }
1176
1125
  }
1177
1126
  main stzh-text[curve=h4],
1178
1127
  main stzh-heading[curve=h4] {
1179
- margin-top: var(--stzh-space-medium);
1180
- }
1181
- @media screen and (min-width: 600px) {
1182
- main stzh-text[curve=h4],
1183
- main stzh-heading[curve=h4] {
1184
- margin-top: var(--stzh-space-large);
1185
- }
1128
+ margin-top: var(--stzh-space-xlarge);
1186
1129
  }
1187
1130
  @media screen and (min-width: 1024px) {
1188
1131
  main stzh-text[curve=h4],
1189
1132
  main stzh-heading[curve=h4] {
1190
- margin-top: var(--stzh-space-xlarge);
1133
+ margin-top: var(--stzh-space-xxlarge);
1191
1134
  }
1192
1135
  }
1193
1136
  @media screen and (min-width: 1260px) {
1194
1137
  main stzh-text[curve=h4],
1195
1138
  main stzh-heading[curve=h4] {
1196
- margin-top: var(--stzh-space-xxlarge);
1139
+ margin-top: var(--stzh-space-xxxlarge);
1197
1140
  }
1198
1141
  }
1199
1142
  main stzh-text[curve=p1],
@@ -1211,6 +1154,14 @@ main stzh-heading[curve=p2] {
1211
1154
  margin-top: var(--stzh-space-medium);
1212
1155
  }
1213
1156
  }
1157
+ @media screen and (min-width: 1260px) {
1158
+ main stzh-text[curve=p1],
1159
+ main stzh-text[curve=p2],
1160
+ main stzh-heading[curve=p1],
1161
+ main stzh-heading[curve=p2] {
1162
+ margin-top: var(--stzh-space-large);
1163
+ }
1164
+ }
1214
1165
  @media screen and (min-width: 1024px) {
1215
1166
  main stzh-text[curve=p1],
1216
1167
  main stzh-text[curve=p2],
@@ -1219,6 +1170,14 @@ main stzh-heading[curve=p2] {
1219
1170
  margin-bottom: var(--stzh-space-medium);
1220
1171
  }
1221
1172
  }
1173
+ @media screen and (min-width: 1260px) {
1174
+ main stzh-text[curve=p1],
1175
+ main stzh-text[curve=p2],
1176
+ main stzh-heading[curve=p1],
1177
+ main stzh-heading[curve=p2] {
1178
+ margin-bottom: var(--stzh-space-large);
1179
+ }
1180
+ }
1222
1181
  main stzh-figure {
1223
1182
  margin-top: var(--stzh-space-xxlarge);
1224
1183
  margin-bottom: var(--stzh-space-xxlarge);
@@ -1232,7 +1191,7 @@ main blockquote {
1232
1191
  letter-spacing: var(--stzh-font-curve-h3-default-text-letter-spacing);
1233
1192
  padding-left: var(--stzh-space-medium);
1234
1193
  padding-right: var(--stzh-space-medium);
1235
- margin: var(--stzh-space-large);
1194
+ margin: var(--stzh-space-xxlarge);
1236
1195
  color: var(--stzh-richttext-blockquote-color);
1237
1196
  position: relative;
1238
1197
  }
@@ -1270,14 +1229,9 @@ main blockquote {
1270
1229
  padding-right: var(--stzh-space-xlarge);
1271
1230
  }
1272
1231
  }
1273
- @media screen and (min-width: 600px) {
1274
- main blockquote {
1275
- margin: var(--stzh-space-xlarge);
1276
- }
1277
- }
1278
1232
  @media screen and (min-width: 1024px) {
1279
1233
  main blockquote {
1280
- margin: var(--stzh-space-xxlarge);
1234
+ margin: var(--stzh-space-xxxlarge);
1281
1235
  }
1282
1236
  }
1283
1237
  @media screen and (min-width: 1260px) {
@@ -1304,6 +1258,11 @@ main blockquote p {
1304
1258
  margin-bottom: var(--stzh-space-medium);
1305
1259
  }
1306
1260
  }
1261
+ @media screen and (min-width: 1260px) {
1262
+ main blockquote p {
1263
+ margin-bottom: var(--stzh-space-large);
1264
+ }
1265
+ }
1307
1266
  main blockquote p::before, main blockquote p::after {
1308
1267
  display: inline-block;
1309
1268
  }
@@ -1917,7 +1876,7 @@ main .process-header .process-header__container .process-header__info .heading2
1917
1876
  font-size: var(--stzh-font-curve-hero-default-font-size, var(--stzh-font-hecto-font-size));
1918
1877
  line-height: var(--stzh-font-curve-hero-default-heading-line-height, var(--stzh-font-hecto-text-line-height));
1919
1878
  letter-spacing: var(--stzh-font-curve-hero-default-heading-letter-spacing, var(--stzh-font-hecto-text-letter-spacing));
1920
- margin-bottom: var(--stzh-space-medium);
1879
+ margin-bottom: var(--stzh-space-xlarge);
1921
1880
  margin-top: 0;
1922
1881
  border-bottom: none;
1923
1882
  padding-bottom: 0;
@@ -1949,25 +1908,18 @@ main .process-header .process-header__container .process-header__info .heading2
1949
1908
  letter-spacing: var(--stzh-font-curve-hero-large-heading-letter-spacing, var(--stzh-font-hero-text-letter-spacing));
1950
1909
  }
1951
1910
  }
1952
- @media screen and (min-width: 600px) {
1953
- main .card--full .process-header .process-header__container .process-header__info .card__title,
1954
- main .process-header .process-header__container .process-header__info .card--full .card__title,
1955
- main .process-header .process-header__container .process-header__info .heading2 {
1956
- margin-bottom: var(--stzh-space-large);
1957
- }
1958
- }
1959
1911
  @media screen and (min-width: 1024px) {
1960
1912
  main .card--full .process-header .process-header__container .process-header__info .card__title,
1961
1913
  main .process-header .process-header__container .process-header__info .card--full .card__title,
1962
1914
  main .process-header .process-header__container .process-header__info .heading2 {
1963
- margin-bottom: var(--stzh-space-xlarge);
1915
+ margin-bottom: var(--stzh-space-xxlarge);
1964
1916
  }
1965
1917
  }
1966
1918
  @media screen and (min-width: 1260px) {
1967
1919
  main .card--full .process-header .process-header__container .process-header__info .card__title,
1968
1920
  main .process-header .process-header__container .process-header__info .card--full .card__title,
1969
1921
  main .process-header .process-header__container .process-header__info .heading2 {
1970
- margin-bottom: var(--stzh-space-xxlarge);
1922
+ margin-bottom: var(--stzh-space-xxxlarge);
1971
1923
  }
1972
1924
  }
1973
1925
  main .process-header .process-header__container {
@@ -2215,8 +2167,8 @@ main .clear.meeting-polls__button {
2215
2167
  color: var(--stzh-color-error);
2216
2168
  }
2217
2169
  main .wrapper {
2218
- padding-top: var(--stzh-space-xxlarge);
2219
- padding-bottom: var(--stzh-space-xxlarge);
2170
+ padding-top: var(--stzh-space-xxxlarge);
2171
+ padding-bottom: var(--stzh-space-xxxlarge);
2220
2172
  padding-left: 1.25rem;
2221
2173
  padding-right: 1.25rem;
2222
2174
  }
@@ -2225,6 +2177,11 @@ main .wrapper {
2225
2177
  padding-top: var(--stzh-space-xxxxlarge);
2226
2178
  }
2227
2179
  }
2180
+ @media screen and (min-width: 1024px) {
2181
+ main .wrapper {
2182
+ padding-top: var(--stzh-space-big);
2183
+ }
2184
+ }
2228
2185
  @media screen and (min-width: 1260px) {
2229
2186
  main .wrapper {
2230
2187
  padding-top: var(--stzh-space-xbig);
@@ -2235,6 +2192,11 @@ main .wrapper {
2235
2192
  padding-bottom: var(--stzh-space-xxxxlarge);
2236
2193
  }
2237
2194
  }
2195
+ @media screen and (min-width: 1024px) {
2196
+ main .wrapper {
2197
+ padding-bottom: var(--stzh-space-big);
2198
+ }
2199
+ }
2238
2200
  @media screen and (min-width: 1260px) {
2239
2201
  main .wrapper {
2240
2202
  padding-bottom: var(--stzh-space-xbig);
@@ -2283,8 +2245,8 @@ main .heading1, main h1 {
2283
2245
  font-size: var(--stzh-font-curve-h1-default-font-size, var(--stzh-font-deca-font-size));
2284
2246
  line-height: var(--stzh-font-curve-h1-default-heading-line-height, var(--stzh-font-deca-text-line-height));
2285
2247
  letter-spacing: var(--stzh-font-curve-h1-default-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing));
2286
- margin-top: var(--stzh-space-large);
2287
- margin-bottom: var(--stzh-space-medium);
2248
+ margin-top: var(--stzh-space-xxlarge);
2249
+ margin-bottom: var(--stzh-space-xlarge);
2288
2250
  padding-bottom: var(--stzh-space-xsmall);
2289
2251
  border-bottom: 0.0625rem solid var(--stzh-base-border-color);
2290
2252
  }
@@ -2309,14 +2271,9 @@ main .heading1, main h1 {
2309
2271
  letter-spacing: var(--stzh-font-curve-h1-ultra-heading-letter-spacing, var(--stzh-font-giga-text-letter-spacing));
2310
2272
  }
2311
2273
  }
2312
- @media screen and (min-width: 600px) {
2313
- main .heading1, main h1 {
2314
- margin-top: var(--stzh-space-xlarge);
2315
- }
2316
- }
2317
2274
  @media screen and (min-width: 1024px) {
2318
2275
  main .heading1, main h1 {
2319
- margin-top: var(--stzh-space-xxlarge);
2276
+ margin-top: var(--stzh-space-xxxlarge);
2320
2277
  }
2321
2278
  }
2322
2279
  @media screen and (min-width: 1260px) {
@@ -2324,34 +2281,24 @@ main .heading1, main h1 {
2324
2281
  margin-top: var(--stzh-space-xxxxlarge);
2325
2282
  }
2326
2283
  }
2327
- @media screen and (min-width: 600px) {
2328
- main .heading1, main h1 {
2329
- margin-bottom: var(--stzh-space-large);
2330
- }
2331
- }
2332
2284
  @media screen and (min-width: 1024px) {
2333
- main .heading1, main h1 {
2334
- margin-bottom: var(--stzh-space-xlarge);
2335
- }
2336
- }
2337
- @media screen and (min-width: 1260px) {
2338
2285
  main .heading1, main h1 {
2339
2286
  margin-bottom: var(--stzh-space-xxlarge);
2340
2287
  }
2341
2288
  }
2342
- @media screen and (min-width: 600px) {
2289
+ @media screen and (min-width: 1260px) {
2343
2290
  main .heading1, main h1 {
2344
- padding-bottom: var(--stzh-space-small);
2291
+ margin-bottom: var(--stzh-space-xxxlarge);
2345
2292
  }
2346
2293
  }
2347
2294
  @media screen and (min-width: 1024px) {
2348
2295
  main .heading1, main h1 {
2349
- padding-bottom: var(--stzh-space-medium);
2296
+ padding-bottom: var(--stzh-space-small);
2350
2297
  }
2351
2298
  }
2352
2299
  @media screen and (min-width: 1260px) {
2353
2300
  main .heading1, main h1 {
2354
- padding-bottom: var(--stzh-space-large);
2301
+ padding-bottom: var(--stzh-space-medium);
2355
2302
  }
2356
2303
  }
2357
2304
  main .section-heading,
@@ -2362,7 +2309,7 @@ main .heading2, main h2 {
2362
2309
  line-height: var(--stzh-font-curve-h2-default-heading-line-height, var(--stzh-font-deci-heading-line-height));
2363
2310
  letter-spacing: var(--stzh-font-curve-h2-default-heading-letter-spacing);
2364
2311
  margin-top: var(--stzh-space-xxlarge);
2365
- margin-bottom: var(--stzh-space-medium);
2312
+ margin-bottom: var(--stzh-space-xlarge);
2366
2313
  padding-bottom: var(--stzh-space-xsmall);
2367
2314
  border-bottom: 0.0625rem solid var(--stzh-base-border-color);
2368
2315
  }
@@ -2390,52 +2337,40 @@ main .heading2, main h2 {
2390
2337
  letter-spacing: var(--stzh-font-curve-h2-ultra-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing));
2391
2338
  }
2392
2339
  }
2393
- @media screen and (min-width: 600px) {
2340
+ @media screen and (min-width: 1024px) {
2394
2341
  main .section-heading,
2395
2342
  main .heading2, main h2 {
2396
- margin-top: var(--stzh-space-xxxxlarge);
2343
+ margin-top: var(--stzh-space-xxxlarge);
2397
2344
  }
2398
2345
  }
2399
2346
  @media screen and (min-width: 1260px) {
2400
2347
  main .section-heading,
2401
2348
  main .heading2, main h2 {
2402
- margin-top: var(--stzh-space-xbig);
2403
- }
2404
- }
2405
- @media screen and (min-width: 600px) {
2406
- main .section-heading,
2407
- main .heading2, main h2 {
2408
- margin-bottom: var(--stzh-space-large);
2349
+ margin-top: var(--stzh-space-xxxxlarge);
2409
2350
  }
2410
2351
  }
2411
2352
  @media screen and (min-width: 1024px) {
2412
2353
  main .section-heading,
2413
- main .heading2, main h2 {
2414
- margin-bottom: var(--stzh-space-xlarge);
2415
- }
2416
- }
2417
- @media screen and (min-width: 1260px) {
2418
- main .section-heading,
2419
2354
  main .heading2, main h2 {
2420
2355
  margin-bottom: var(--stzh-space-xxlarge);
2421
2356
  }
2422
2357
  }
2423
- @media screen and (min-width: 600px) {
2358
+ @media screen and (min-width: 1260px) {
2424
2359
  main .section-heading,
2425
2360
  main .heading2, main h2 {
2426
- padding-bottom: var(--stzh-space-small);
2361
+ margin-bottom: var(--stzh-space-xxxlarge);
2427
2362
  }
2428
2363
  }
2429
2364
  @media screen and (min-width: 1024px) {
2430
2365
  main .section-heading,
2431
2366
  main .heading2, main h2 {
2432
- padding-bottom: var(--stzh-space-medium);
2367
+ padding-bottom: var(--stzh-space-small);
2433
2368
  }
2434
2369
  }
2435
2370
  @media screen and (min-width: 1260px) {
2436
2371
  main .section-heading,
2437
2372
  main .heading2, main h2 {
2438
- padding-bottom: var(--stzh-space-large);
2373
+ padding-bottom: var(--stzh-space-medium);
2439
2374
  }
2440
2375
  }
2441
2376
  main .heading3, main h3 {
@@ -2444,7 +2379,7 @@ main .heading3, main h3 {
2444
2379
  font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));
2445
2380
  line-height: var(--stzh-font-curve-h3-default-heading-line-height, var(--stzh-font-centi-heading-line-height));
2446
2381
  letter-spacing: var(--stzh-font-curve-h3-default-heading-letter-spacing);
2447
- margin-top: var(--stzh-space-medium);
2382
+ margin-top: var(--stzh-space-xlarge);
2448
2383
  }
2449
2384
  @media screen and (min-width: 600px) {
2450
2385
  main .heading3, main h3 {
@@ -2460,19 +2395,14 @@ main .heading3, main h3 {
2460
2395
  letter-spacing: var(--stzh-font-curve-h3-medium-heading-letter-spacing);
2461
2396
  }
2462
2397
  }
2463
- @media screen and (min-width: 600px) {
2464
- main .heading3, main h3 {
2465
- margin-top: var(--stzh-space-large);
2466
- }
2467
- }
2468
2398
  @media screen and (min-width: 1024px) {
2469
2399
  main .heading3, main h3 {
2470
- margin-top: var(--stzh-space-xlarge);
2400
+ margin-top: var(--stzh-space-xxlarge);
2471
2401
  }
2472
2402
  }
2473
2403
  @media screen and (min-width: 1260px) {
2474
2404
  main .heading3, main h3 {
2475
- margin-top: var(--stzh-space-xxlarge);
2405
+ margin-top: var(--stzh-space-xxxlarge);
2476
2406
  }
2477
2407
  }
2478
2408
  main .heading4, main h4 {
@@ -2481,7 +2411,7 @@ main .heading4, main h4 {
2481
2411
  font-size: var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));
2482
2412
  line-height: var(--stzh-font-curve-h4-default-heading-line-height, var(--stzh-font-milli-heading-line-height));
2483
2413
  letter-spacing: var(--stzh-font-curve-h4-default-heading-letter-spacing);
2484
- margin-top: var(--stzh-space-medium);
2414
+ margin-top: var(--stzh-space-xlarge);
2485
2415
  color: var(--stzh-base-color);
2486
2416
  }
2487
2417
  @media screen and (min-width: 1024px) {
@@ -2491,19 +2421,14 @@ main .heading4, main h4 {
2491
2421
  letter-spacing: var(--stzh-font-curve-h4-medium-heading-letter-spacing);
2492
2422
  }
2493
2423
  }
2494
- @media screen and (min-width: 600px) {
2495
- main .heading4, main h4 {
2496
- margin-top: var(--stzh-space-large);
2497
- }
2498
- }
2499
2424
  @media screen and (min-width: 1024px) {
2500
2425
  main .heading4, main h4 {
2501
- margin-top: var(--stzh-space-xlarge);
2426
+ margin-top: var(--stzh-space-xxlarge);
2502
2427
  }
2503
2428
  }
2504
2429
  @media screen and (min-width: 1260px) {
2505
2430
  main .heading4, main h4 {
2506
- margin-top: var(--stzh-space-xxlarge);
2431
+ margin-top: var(--stzh-space-xxxlarge);
2507
2432
  }
2508
2433
  }
2509
2434
  main .heading4, main h4,
@@ -2517,16 +2442,11 @@ main #most-commented a {
2517
2442
  text-decoration: none;
2518
2443
  }
2519
2444
  main .section {
2520
- margin-bottom: var(--stzh-space-large);
2521
- }
2522
- @media screen and (min-width: 600px) {
2523
- main .section {
2524
- margin-bottom: var(--stzh-space-xlarge);
2525
- }
2445
+ margin-bottom: var(--stzh-space-xxlarge);
2526
2446
  }
2527
2447
  @media screen and (min-width: 1024px) {
2528
2448
  main .section {
2529
- margin-bottom: var(--stzh-space-xxlarge);
2449
+ margin-bottom: var(--stzh-space-xxxlarge);
2530
2450
  }
2531
2451
  }
2532
2452
  @media screen and (min-width: 1260px) {
@@ -2906,22 +2826,14 @@ main .ql-editor h1,
2906
2826
  main .ql-editor h2,
2907
2827
  main .ql-editor stzh-heading[level="1"],
2908
2828
  main .ql-editor stzh-heading[level="2"] {
2909
- margin-bottom: var(--stzh-space-medium);
2910
- }
2911
- @media screen and (min-width: 600px) {
2912
- main .ql-editor h1,
2913
- main .ql-editor h2,
2914
- main .ql-editor stzh-heading[level="1"],
2915
- main .ql-editor stzh-heading[level="2"] {
2916
- margin-bottom: var(--stzh-space-large);
2917
- }
2829
+ margin-bottom: var(--stzh-space-xlarge);
2918
2830
  }
2919
2831
  @media screen and (min-width: 1024px) {
2920
2832
  main .ql-editor h1,
2921
2833
  main .ql-editor h2,
2922
2834
  main .ql-editor stzh-heading[level="1"],
2923
2835
  main .ql-editor stzh-heading[level="2"] {
2924
- margin-bottom: var(--stzh-space-xlarge);
2836
+ margin-bottom: var(--stzh-space-xxlarge);
2925
2837
  }
2926
2838
  }
2927
2839
  @media screen and (min-width: 1260px) {
@@ -2929,108 +2841,65 @@ main .ql-editor stzh-heading[level="2"] {
2929
2841
  main .ql-editor h2,
2930
2842
  main .ql-editor stzh-heading[level="1"],
2931
2843
  main .ql-editor stzh-heading[level="2"] {
2932
- margin-bottom: var(--stzh-space-xxlarge);
2844
+ margin-bottom: var(--stzh-space-xxxlarge);
2933
2845
  }
2934
2846
  }
2935
2847
  main .ql-editor h1, main .ql-editor h2 {
2936
2848
  padding-bottom: var(--stzh-space-xsmall);
2937
2849
  border-bottom: 0.0625rem solid var(--stzh-base-border-color);
2938
2850
  }
2939
- @media screen and (min-width: 600px) {
2940
- main .ql-editor h1, main .ql-editor h2 {
2941
- padding-bottom: var(--stzh-space-small);
2942
- }
2943
- }
2944
2851
  @media screen and (min-width: 1024px) {
2945
2852
  main .ql-editor h1, main .ql-editor h2 {
2946
- padding-bottom: var(--stzh-space-medium);
2853
+ padding-bottom: var(--stzh-space-small);
2947
2854
  }
2948
2855
  }
2949
2856
  @media screen and (min-width: 1260px) {
2950
2857
  main .ql-editor h1, main .ql-editor h2 {
2951
- padding-bottom: var(--stzh-space-large);
2858
+ padding-bottom: var(--stzh-space-medium);
2952
2859
  }
2953
2860
  }
2954
2861
  main .ql-editor h1,
2955
- main .ql-editor stzh-heading[level="1"] {
2956
- margin-top: var(--stzh-space-large);
2957
- }
2958
- @media screen and (min-width: 600px) {
2959
- main .ql-editor h1,
2960
- main .ql-editor stzh-heading[level="1"] {
2961
- margin-top: var(--stzh-space-xlarge);
2962
- }
2862
+ main .ql-editor stzh-heading[level="1"],
2863
+ main .ql-editor h2,
2864
+ main .ql-editor stzh-heading[level="2"] {
2865
+ margin-top: var(--stzh-space-xxlarge);
2963
2866
  }
2964
2867
  @media screen and (min-width: 1024px) {
2965
2868
  main .ql-editor h1,
2966
- main .ql-editor stzh-heading[level="1"] {
2967
- margin-top: var(--stzh-space-xxlarge);
2869
+ main .ql-editor stzh-heading[level="1"],
2870
+ main .ql-editor h2,
2871
+ main .ql-editor stzh-heading[level="2"] {
2872
+ margin-top: var(--stzh-space-xxxlarge);
2968
2873
  }
2969
2874
  }
2970
2875
  @media screen and (min-width: 1260px) {
2971
2876
  main .ql-editor h1,
2972
- main .ql-editor stzh-heading[level="1"] {
2973
- margin-top: var(--stzh-space-xxxxlarge);
2974
- }
2975
- }
2877
+ main .ql-editor stzh-heading[level="1"],
2976
2878
  main .ql-editor h2,
2977
- main .ql-editor stzh-heading[level="2"] {
2978
- margin-top: var(--stzh-space-xxlarge);
2979
- }
2980
- @media screen and (min-width: 600px) {
2981
- main .ql-editor h2,
2982
2879
  main .ql-editor stzh-heading[level="2"] {
2983
2880
  margin-top: var(--stzh-space-xxxxlarge);
2984
2881
  }
2985
2882
  }
2986
- @media screen and (min-width: 1260px) {
2987
- main .ql-editor h2,
2988
- main .ql-editor stzh-heading[level="2"] {
2989
- margin-top: var(--stzh-space-xbig);
2990
- }
2991
- }
2992
2883
  main .ql-editor h3,
2993
- main .ql-editor stzh-heading[level="3"] {
2994
- margin-top: var(--stzh-space-medium);
2995
- }
2996
- @media screen and (min-width: 600px) {
2997
- main .ql-editor h3,
2998
- main .ql-editor stzh-heading[level="3"] {
2999
- margin-top: var(--stzh-space-large);
3000
- }
3001
- }
3002
- @media screen and (min-width: 1024px) {
3003
- main .ql-editor h3,
3004
- main .ql-editor stzh-heading[level="3"] {
3005
- margin-top: var(--stzh-space-xlarge);
3006
- }
3007
- }
3008
- @media screen and (min-width: 1260px) {
3009
- main .ql-editor h3,
3010
- main .ql-editor stzh-heading[level="3"] {
3011
- margin-top: var(--stzh-space-xxlarge);
3012
- }
3013
- }
2884
+ main .ql-editor stzh-heading[level="3"],
3014
2885
  main .ql-editor h4,
3015
2886
  main .ql-editor stzh-heading[level="4"] {
3016
- margin-top: var(--stzh-space-medium);
3017
- }
3018
- @media screen and (min-width: 600px) {
3019
- main .ql-editor h4,
3020
- main .ql-editor stzh-heading[level="4"] {
3021
- margin-top: var(--stzh-space-large);
3022
- }
2887
+ margin-top: var(--stzh-space-xlarge);
3023
2888
  }
3024
2889
  @media screen and (min-width: 1024px) {
3025
- main .ql-editor h4,
2890
+ main .ql-editor h3,
2891
+ main .ql-editor stzh-heading[level="3"],
2892
+ main .ql-editor h4,
3026
2893
  main .ql-editor stzh-heading[level="4"] {
3027
- margin-top: var(--stzh-space-xlarge);
2894
+ margin-top: var(--stzh-space-xxlarge);
3028
2895
  }
3029
2896
  }
3030
2897
  @media screen and (min-width: 1260px) {
3031
- main .ql-editor h4,
2898
+ main .ql-editor h3,
2899
+ main .ql-editor stzh-heading[level="3"],
2900
+ main .ql-editor h4,
3032
2901
  main .ql-editor stzh-heading[level="4"] {
3033
- margin-top: var(--stzh-space-xxlarge);
2902
+ margin-top: var(--stzh-space-xxxlarge);
3034
2903
  }
3035
2904
  }
3036
2905
  main .ql-editor p,
@@ -3052,6 +2921,16 @@ main .ql-editor stzh-list {
3052
2921
  margin-top: var(--stzh-space-medium);
3053
2922
  }
3054
2923
  }
2924
+ @media screen and (min-width: 1260px) {
2925
+ main .ql-editor p,
2926
+ main .ql-editor stzh-text,
2927
+ main .ql-editor ul,
2928
+ main .ql-editor ol,
2929
+ main .ql-editor dl,
2930
+ main .ql-editor stzh-list {
2931
+ margin-top: var(--stzh-space-large);
2932
+ }
2933
+ }
3055
2934
  @media screen and (min-width: 1024px) {
3056
2935
  main .ql-editor p,
3057
2936
  main .ql-editor stzh-text,
@@ -3062,6 +2941,16 @@ main .ql-editor stzh-list {
3062
2941
  margin-bottom: var(--stzh-space-medium);
3063
2942
  }
3064
2943
  }
2944
+ @media screen and (min-width: 1260px) {
2945
+ main .ql-editor p,
2946
+ main .ql-editor stzh-text,
2947
+ main .ql-editor ul,
2948
+ main .ql-editor ol,
2949
+ main .ql-editor dl,
2950
+ main .ql-editor stzh-list {
2951
+ margin-bottom: var(--stzh-space-large);
2952
+ }
2953
+ }
3065
2954
  main .ql-editor ul ul,
3066
2955
  main .ql-editor ul ol,
3067
2956
  main .ql-editor ul dl,
@@ -3083,46 +2972,32 @@ main .ql-editor stzh-list stzh-list {
3083
2972
  }
3084
2973
  main .ql-editor stzh-text[curve=hero],
3085
2974
  main .ql-editor stzh-heading[curve=hero] {
3086
- margin-bottom: var(--stzh-space-medium);
3087
- }
3088
- @media screen and (min-width: 600px) {
3089
- main .ql-editor stzh-text[curve=hero],
3090
- main .ql-editor stzh-heading[curve=hero] {
3091
- margin-bottom: var(--stzh-space-large);
3092
- }
2975
+ margin-bottom: var(--stzh-space-xlarge);
3093
2976
  }
3094
2977
  @media screen and (min-width: 1024px) {
3095
2978
  main .ql-editor stzh-text[curve=hero],
3096
2979
  main .ql-editor stzh-heading[curve=hero] {
3097
- margin-bottom: var(--stzh-space-xlarge);
2980
+ margin-bottom: var(--stzh-space-xxlarge);
3098
2981
  }
3099
2982
  }
3100
2983
  @media screen and (min-width: 1260px) {
3101
2984
  main .ql-editor stzh-text[curve=hero],
3102
2985
  main .ql-editor stzh-heading[curve=hero] {
3103
- margin-bottom: var(--stzh-space-xxlarge);
2986
+ margin-bottom: var(--stzh-space-xxxlarge);
3104
2987
  }
3105
2988
  }
3106
2989
  main .ql-editor stzh-text[curve=h1],
3107
2990
  main .ql-editor stzh-heading[curve=h1],
3108
2991
  main .ql-editor stzh-text[curve=h2],
3109
2992
  main .ql-editor stzh-heading[curve=h2] {
3110
- margin-bottom: var(--stzh-space-medium);
3111
- }
3112
- @media screen and (min-width: 600px) {
3113
- main .ql-editor stzh-text[curve=h1],
3114
- main .ql-editor stzh-heading[curve=h1],
3115
- main .ql-editor stzh-text[curve=h2],
3116
- main .ql-editor stzh-heading[curve=h2] {
3117
- margin-bottom: var(--stzh-space-large);
3118
- }
2993
+ margin-bottom: var(--stzh-space-xlarge);
3119
2994
  }
3120
2995
  @media screen and (min-width: 1024px) {
3121
2996
  main .ql-editor stzh-text[curve=h1],
3122
2997
  main .ql-editor stzh-heading[curve=h1],
3123
2998
  main .ql-editor stzh-text[curve=h2],
3124
2999
  main .ql-editor stzh-heading[curve=h2] {
3125
- margin-bottom: var(--stzh-space-xlarge);
3000
+ margin-bottom: var(--stzh-space-xxlarge);
3126
3001
  }
3127
3002
  }
3128
3003
  @media screen and (min-width: 1260px) {
@@ -3130,23 +3005,17 @@ main .ql-editor stzh-heading[curve=h2] {
3130
3005
  main .ql-editor stzh-heading[curve=h1],
3131
3006
  main .ql-editor stzh-text[curve=h2],
3132
3007
  main .ql-editor stzh-heading[curve=h2] {
3133
- margin-bottom: var(--stzh-space-xxlarge);
3008
+ margin-bottom: var(--stzh-space-xxxlarge);
3134
3009
  }
3135
3010
  }
3136
3011
  main .ql-editor stzh-text[curve=h1],
3137
3012
  main .ql-editor stzh-heading[curve=h1] {
3138
- margin-top: var(--stzh-space-large);
3139
- }
3140
- @media screen and (min-width: 600px) {
3141
- main .ql-editor stzh-text[curve=h1],
3142
- main .ql-editor stzh-heading[curve=h1] {
3143
- margin-top: var(--stzh-space-xlarge);
3144
- }
3013
+ margin-top: var(--stzh-space-xxlarge);
3145
3014
  }
3146
3015
  @media screen and (min-width: 1024px) {
3147
3016
  main .ql-editor stzh-text[curve=h1],
3148
3017
  main .ql-editor stzh-heading[curve=h1] {
3149
- margin-top: var(--stzh-space-xxlarge);
3018
+ margin-top: var(--stzh-space-xxxlarge);
3150
3019
  }
3151
3020
  }
3152
3021
  @media screen and (min-width: 1260px) {
@@ -3157,7 +3026,7 @@ main .ql-editor stzh-heading[curve=h1] {
3157
3026
  }
3158
3027
  main .ql-editor stzh-text[curve=h2],
3159
3028
  main .ql-editor stzh-heading[curve=h2] {
3160
- margin-top: var(--stzh-space-xxlarge);
3029
+ margin-top: var(--stzh-space-xxxlarge);
3161
3030
  }
3162
3031
  @media screen and (min-width: 600px) {
3163
3032
  main .ql-editor stzh-text[curve=h2],
@@ -3165,6 +3034,12 @@ main .ql-editor stzh-heading[curve=h2] {
3165
3034
  margin-top: var(--stzh-space-xxxxlarge);
3166
3035
  }
3167
3036
  }
3037
+ @media screen and (min-width: 1024px) {
3038
+ main .ql-editor stzh-text[curve=h2],
3039
+ main .ql-editor stzh-heading[curve=h2] {
3040
+ margin-top: var(--stzh-space-big);
3041
+ }
3042
+ }
3168
3043
  @media screen and (min-width: 1260px) {
3169
3044
  main .ql-editor stzh-text[curve=h2],
3170
3045
  main .ql-editor stzh-heading[curve=h2] {
@@ -3173,46 +3048,34 @@ main .ql-editor stzh-heading[curve=h2] {
3173
3048
  }
3174
3049
  main .ql-editor stzh-text[curve=h3],
3175
3050
  main .ql-editor stzh-heading[curve=h3] {
3176
- margin-top: var(--stzh-space-medium);
3177
- }
3178
- @media screen and (min-width: 600px) {
3179
- main .ql-editor stzh-text[curve=h3],
3180
- main .ql-editor stzh-heading[curve=h3] {
3181
- margin-top: var(--stzh-space-large);
3182
- }
3051
+ margin-top: var(--stzh-space-xlarge);
3183
3052
  }
3184
3053
  @media screen and (min-width: 1024px) {
3185
3054
  main .ql-editor stzh-text[curve=h3],
3186
3055
  main .ql-editor stzh-heading[curve=h3] {
3187
- margin-top: var(--stzh-space-xlarge);
3056
+ margin-top: var(--stzh-space-xxlarge);
3188
3057
  }
3189
3058
  }
3190
3059
  @media screen and (min-width: 1260px) {
3191
3060
  main .ql-editor stzh-text[curve=h3],
3192
3061
  main .ql-editor stzh-heading[curve=h3] {
3193
- margin-top: var(--stzh-space-xxlarge);
3062
+ margin-top: var(--stzh-space-xxxlarge);
3194
3063
  }
3195
3064
  }
3196
3065
  main .ql-editor stzh-text[curve=h4],
3197
3066
  main .ql-editor stzh-heading[curve=h4] {
3198
- margin-top: var(--stzh-space-medium);
3199
- }
3200
- @media screen and (min-width: 600px) {
3201
- main .ql-editor stzh-text[curve=h4],
3202
- main .ql-editor stzh-heading[curve=h4] {
3203
- margin-top: var(--stzh-space-large);
3204
- }
3067
+ margin-top: var(--stzh-space-xlarge);
3205
3068
  }
3206
3069
  @media screen and (min-width: 1024px) {
3207
3070
  main .ql-editor stzh-text[curve=h4],
3208
3071
  main .ql-editor stzh-heading[curve=h4] {
3209
- margin-top: var(--stzh-space-xlarge);
3072
+ margin-top: var(--stzh-space-xxlarge);
3210
3073
  }
3211
3074
  }
3212
3075
  @media screen and (min-width: 1260px) {
3213
3076
  main .ql-editor stzh-text[curve=h4],
3214
3077
  main .ql-editor stzh-heading[curve=h4] {
3215
- margin-top: var(--stzh-space-xxlarge);
3078
+ margin-top: var(--stzh-space-xxxlarge);
3216
3079
  }
3217
3080
  }
3218
3081
  main .ql-editor stzh-text[curve=p1],
@@ -3230,6 +3093,14 @@ main .ql-editor stzh-heading[curve=p2] {
3230
3093
  margin-top: var(--stzh-space-medium);
3231
3094
  }
3232
3095
  }
3096
+ @media screen and (min-width: 1260px) {
3097
+ main .ql-editor stzh-text[curve=p1],
3098
+ main .ql-editor stzh-text[curve=p2],
3099
+ main .ql-editor stzh-heading[curve=p1],
3100
+ main .ql-editor stzh-heading[curve=p2] {
3101
+ margin-top: var(--stzh-space-large);
3102
+ }
3103
+ }
3233
3104
  @media screen and (min-width: 1024px) {
3234
3105
  main .ql-editor stzh-text[curve=p1],
3235
3106
  main .ql-editor stzh-text[curve=p2],
@@ -3238,6 +3109,14 @@ main .ql-editor stzh-heading[curve=p2] {
3238
3109
  margin-bottom: var(--stzh-space-medium);
3239
3110
  }
3240
3111
  }
3112
+ @media screen and (min-width: 1260px) {
3113
+ main .ql-editor stzh-text[curve=p1],
3114
+ main .ql-editor stzh-text[curve=p2],
3115
+ main .ql-editor stzh-heading[curve=p1],
3116
+ main .ql-editor stzh-heading[curve=p2] {
3117
+ margin-bottom: var(--stzh-space-large);
3118
+ }
3119
+ }
3241
3120
  main .ql-editor stzh-figure {
3242
3121
  margin-top: var(--stzh-space-xxlarge);
3243
3122
  margin-bottom: var(--stzh-space-xxlarge);
@@ -3251,7 +3130,7 @@ main .ql-editor blockquote {
3251
3130
  letter-spacing: var(--stzh-font-curve-h3-default-text-letter-spacing);
3252
3131
  padding-left: var(--stzh-space-medium);
3253
3132
  padding-right: var(--stzh-space-medium);
3254
- margin: var(--stzh-space-large);
3133
+ margin: var(--stzh-space-xxlarge);
3255
3134
  color: var(--stzh-richttext-blockquote-color);
3256
3135
  position: relative;
3257
3136
  }
@@ -3289,14 +3168,9 @@ main .ql-editor blockquote {
3289
3168
  padding-right: var(--stzh-space-xlarge);
3290
3169
  }
3291
3170
  }
3292
- @media screen and (min-width: 600px) {
3293
- main .ql-editor blockquote {
3294
- margin: var(--stzh-space-xlarge);
3295
- }
3296
- }
3297
3171
  @media screen and (min-width: 1024px) {
3298
3172
  main .ql-editor blockquote {
3299
- margin: var(--stzh-space-xxlarge);
3173
+ margin: var(--stzh-space-xxxlarge);
3300
3174
  }
3301
3175
  }
3302
3176
  @media screen and (min-width: 1260px) {
@@ -3323,6 +3197,11 @@ main .ql-editor blockquote p {
3323
3197
  margin-bottom: var(--stzh-space-medium);
3324
3198
  }
3325
3199
  }
3200
+ @media screen and (min-width: 1260px) {
3201
+ main .ql-editor blockquote p {
3202
+ margin-bottom: var(--stzh-space-large);
3203
+ }
3204
+ }
3326
3205
  main .ql-editor blockquote p::before, main .ql-editor blockquote p::after {
3327
3206
  display: inline-block;
3328
3207
  }
@@ -3562,6 +3441,11 @@ main .accountability .intro .progress-level p {
3562
3441
  margin-bottom: var(--stzh-space-medium);
3563
3442
  }
3564
3443
  }
3444
+ @media screen and (min-width: 1260px) {
3445
+ main .accountability .intro .progress-level p {
3446
+ margin-bottom: var(--stzh-space-large);
3447
+ }
3448
+ }
3565
3449
  main .accountability .categories .progress-figure {
3566
3450
  margin-top: 0;
3567
3451
  }
@@ -3602,7 +3486,7 @@ main .lead .ql-editor p {
3602
3486
  font-size: var(--stzh-font-curve-h3-default-font-size, var(--stzh-font-centi-font-size));
3603
3487
  line-height: var(--stzh-font-curve-h3-default-text-line-height, var(--stzh-font-centi-text-line-height));
3604
3488
  letter-spacing: var(--stzh-font-curve-h3-default-text-letter-spacing);
3605
- margin-bottom: var(--stzh-space-xxlarge);
3489
+ margin-bottom: var(--stzh-space-xxxlarge);
3606
3490
  margin-top: var(--stzh-space-xxlarge);
3607
3491
  }
3608
3492
  @media screen and (min-width: 600px) {
@@ -3624,6 +3508,11 @@ main .lead .ql-editor p {
3624
3508
  margin-bottom: var(--stzh-space-xxxxlarge);
3625
3509
  }
3626
3510
  }
3511
+ @media screen and (min-width: 1024px) {
3512
+ main .lead .ql-editor p {
3513
+ margin-bottom: var(--stzh-space-big);
3514
+ }
3515
+ }
3627
3516
  @media screen and (min-width: 1260px) {
3628
3517
  main .lead .ql-editor p {
3629
3518
  margin-bottom: var(--stzh-space-xbig);