@marioschmidt/design-system-components 1.0.70

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 (229) hide show
  1. package/README.md +148 -0
  2. package/dist/bds/bds.css +1 -0
  3. package/dist/bds/bds.esm.js +2 -0
  4. package/dist/bds/bds.esm.js.map +1 -0
  5. package/dist/bds/ds-button.ds-card.entry.esm.js.map +1 -0
  6. package/dist/bds/index.esm.js +2 -0
  7. package/dist/bds/index.esm.js.map +1 -0
  8. package/dist/bds/loader.esm.js.map +1 -0
  9. package/dist/bds/p-B7bu6LKB.js +3 -0
  10. package/dist/bds/p-B7bu6LKB.js.map +1 -0
  11. package/dist/bds/p-d7e8ddec.entry.js +2 -0
  12. package/dist/bds/p-d7e8ddec.entry.js.map +1 -0
  13. package/dist/cjs/bds.cjs.js +25 -0
  14. package/dist/cjs/bds.cjs.js.map +1 -0
  15. package/dist/cjs/ds-button.ds-card.entry.cjs.js.map +1 -0
  16. package/dist/cjs/ds-button_2.cjs.entry.js +50 -0
  17. package/dist/cjs/index-BPxehkGV.js +1392 -0
  18. package/dist/cjs/index-BPxehkGV.js.map +1 -0
  19. package/dist/cjs/index.cjs.js +3 -0
  20. package/dist/cjs/index.cjs.js.map +1 -0
  21. package/dist/cjs/loader.cjs.js +13 -0
  22. package/dist/cjs/loader.cjs.js.map +1 -0
  23. package/dist/collection/collection-manifest.json +13 -0
  24. package/dist/collection/ds-button/ds-button.css +62 -0
  25. package/dist/collection/ds-button/ds-button.js +77 -0
  26. package/dist/collection/ds-button/ds-button.js.map +1 -0
  27. package/dist/collection/ds-card/ds-card.css +43 -0
  28. package/dist/collection/ds-card/ds-card.js +71 -0
  29. package/dist/collection/ds-card/ds-card.js.map +1 -0
  30. package/dist/components/ds-button.d.ts +11 -0
  31. package/dist/components/ds-button.js +54 -0
  32. package/dist/components/ds-button.js.map +1 -0
  33. package/dist/components/ds-card.d.ts +11 -0
  34. package/dist/components/ds-card.js +49 -0
  35. package/dist/components/ds-card.js.map +1 -0
  36. package/dist/components/index.d.ts +33 -0
  37. package/dist/components/index.js +4 -0
  38. package/dist/components/index.js.map +1 -0
  39. package/dist/docs/ds-button/readme.md +15 -0
  40. package/dist/docs/ds-card/readme.md +15 -0
  41. package/dist/esm/bds.js +21 -0
  42. package/dist/esm/bds.js.map +1 -0
  43. package/dist/esm/ds-button.ds-card.entry.js.map +1 -0
  44. package/dist/esm/ds-button_2.entry.js +47 -0
  45. package/dist/esm/index-B7bu6LKB.js +1385 -0
  46. package/dist/esm/index-B7bu6LKB.js.map +1 -0
  47. package/dist/esm/index.js +2 -0
  48. package/dist/esm/index.js.map +1 -0
  49. package/dist/esm/loader.js +11 -0
  50. package/dist/esm/loader.js.map +1 -0
  51. package/dist/index.cjs.js +1 -0
  52. package/dist/index.js +1 -0
  53. package/dist/types/components.d.ts +88 -0
  54. package/dist/types/ds-button/ds-button.d.ts +11 -0
  55. package/dist/types/ds-card/ds-card.d.ts +11 -0
  56. package/dist/types/stencil-public-runtime.d.ts +1756 -0
  57. package/dist/www/build/bds.css +1 -0
  58. package/dist/www/build/bds.esm.js +2 -0
  59. package/dist/www/build/bds.esm.js.map +1 -0
  60. package/dist/www/build/bds.js +33 -0
  61. package/dist/www/build/ds-button.ds-card.entry.esm.js.map +1 -0
  62. package/dist/www/build/index.esm.js +2 -0
  63. package/dist/www/build/index.esm.js.map +1 -0
  64. package/dist/www/build/loader.esm.js.map +1 -0
  65. package/dist/www/build/p-B7bu6LKB.js +3 -0
  66. package/dist/www/build/p-B7bu6LKB.js.map +1 -0
  67. package/dist/www/build/p-ab3e85ed.css +1 -0
  68. package/dist/www/build/p-d7e8ddec.entry.js +2 -0
  69. package/dist/www/build/p-d7e8ddec.entry.js.map +1 -0
  70. package/dist/www/css/advertorial/components/_dsysdocs.css +66 -0
  71. package/dist/www/css/advertorial/components/accordion.css +29 -0
  72. package/dist/www/css/advertorial/components/article.css +111 -0
  73. package/dist/www/css/advertorial/components/audioplayer.css +37 -0
  74. package/dist/www/css/advertorial/components/avatar.css +86 -0
  75. package/dist/www/css/advertorial/components/badge.css +40 -0
  76. package/dist/www/css/advertorial/components/breadcrumb.css +65 -0
  77. package/dist/www/css/advertorial/components/breakingnews.css +73 -0
  78. package/dist/www/css/advertorial/components/button.css +98 -0
  79. package/dist/www/css/advertorial/components/card.css +29 -0
  80. package/dist/www/css/advertorial/components/carousel.css +46 -0
  81. package/dist/www/css/advertorial/components/chip.css +38 -0
  82. package/dist/www/css/advertorial/components/datepicker.css +22 -0
  83. package/dist/www/css/advertorial/components/drawers.css +23 -0
  84. package/dist/www/css/advertorial/components/dropdown.css +22 -0
  85. package/dist/www/css/advertorial/components/footer.css +56 -0
  86. package/dist/www/css/advertorial/components/icon.css +21 -0
  87. package/dist/www/css/advertorial/components/infoelement.css +41 -0
  88. package/dist/www/css/advertorial/components/inputfield.css +86 -0
  89. package/dist/www/css/advertorial/components/liveticker.css +62 -0
  90. package/dist/www/css/advertorial/components/mediaplayer.css +72 -0
  91. package/dist/www/css/advertorial/components/menu.css +109 -0
  92. package/dist/www/css/advertorial/components/newsticker.css +95 -0
  93. package/dist/www/css/advertorial/components/pagination.css +44 -0
  94. package/dist/www/css/advertorial/components/paywall.css +46 -0
  95. package/dist/www/css/advertorial/components/quote.css +39 -0
  96. package/dist/www/css/advertorial/components/radiobutton.css +21 -0
  97. package/dist/www/css/advertorial/components/search.css +20 -0
  98. package/dist/www/css/advertorial/components/sectiontitle.css +31 -0
  99. package/dist/www/css/advertorial/components/separator.css +20 -0
  100. package/dist/www/css/advertorial/components/skeletons.css +33 -0
  101. package/dist/www/css/advertorial/components/slider.css +23 -0
  102. package/dist/www/css/advertorial/components/specialnavi.css +37 -0
  103. package/dist/www/css/advertorial/components/spinner.css +31 -0
  104. package/dist/www/css/advertorial/components/tab.css +69 -0
  105. package/dist/www/css/advertorial/components/table.css +51 -0
  106. package/dist/www/css/advertorial/components/teaser.css +129 -0
  107. package/dist/www/css/advertorial/components/toggleswitch.css +48 -0
  108. package/dist/www/css/advertorial/components/video.css +53 -0
  109. package/dist/www/css/advertorial/theme.css +13 -0
  110. package/dist/www/css/advertorial/tokens.css +768 -0
  111. package/dist/www/css/bild/components/_dsysdoc.css +43 -0
  112. package/dist/www/css/bild/components/_dsysdocs.css +66 -0
  113. package/dist/www/css/bild/components/accordion.css +29 -0
  114. package/dist/www/css/bild/components/alert.css +21 -0
  115. package/dist/www/css/bild/components/article.css +111 -0
  116. package/dist/www/css/bild/components/audioplayer.css +37 -0
  117. package/dist/www/css/bild/components/avatar.css +112 -0
  118. package/dist/www/css/bild/components/badge.css +40 -0
  119. package/dist/www/css/bild/components/breadcrumb.css +91 -0
  120. package/dist/www/css/bild/components/breakingnews.css +105 -0
  121. package/dist/www/css/bild/components/button.css +151 -0
  122. package/dist/www/css/bild/components/card.css +53 -0
  123. package/dist/www/css/bild/components/carousel.css +46 -0
  124. package/dist/www/css/bild/components/chip.css +70 -0
  125. package/dist/www/css/bild/components/datepicker.css +22 -0
  126. package/dist/www/css/bild/components/drawers.css +23 -0
  127. package/dist/www/css/bild/components/dropdown.css +48 -0
  128. package/dist/www/css/bild/components/empties.css +39 -0
  129. package/dist/www/css/bild/components/foldout.css +34 -0
  130. package/dist/www/css/bild/components/footer.css +56 -0
  131. package/dist/www/css/bild/components/gallery.css +37 -0
  132. package/dist/www/css/bild/components/hey.css +45 -0
  133. package/dist/www/css/bild/components/icon.css +21 -0
  134. package/dist/www/css/bild/components/infoelement.css +41 -0
  135. package/dist/www/css/bild/components/inputfield.css +117 -0
  136. package/dist/www/css/bild/components/kicker.css +69 -0
  137. package/dist/www/css/bild/components/liveticker.css +62 -0
  138. package/dist/www/css/bild/components/mediaplayer.css +114 -0
  139. package/dist/www/css/bild/components/menu.css +146 -0
  140. package/dist/www/css/bild/components/menuitem.css +43 -0
  141. package/dist/www/css/bild/components/newsticker.css +103 -0
  142. package/dist/www/css/bild/components/pagination.css +70 -0
  143. package/dist/www/css/bild/components/partnerlinks.css +45 -0
  144. package/dist/www/css/bild/components/paywall.css +46 -0
  145. package/dist/www/css/bild/components/quote.css +39 -0
  146. package/dist/www/css/bild/components/radiobutton.css +21 -0
  147. package/dist/www/css/bild/components/search.css +20 -0
  148. package/dist/www/css/bild/components/sectiontitle.css +31 -0
  149. package/dist/www/css/bild/components/selection.css +37 -0
  150. package/dist/www/css/bild/components/separator.css +20 -0
  151. package/dist/www/css/bild/components/skeletons.css +33 -0
  152. package/dist/www/css/bild/components/slider.css +44 -0
  153. package/dist/www/css/bild/components/socialsharebutton.css +43 -0
  154. package/dist/www/css/bild/components/specialnavi.css +37 -0
  155. package/dist/www/css/bild/components/spinner.css +31 -0
  156. package/dist/www/css/bild/components/subheader.css +20 -0
  157. package/dist/www/css/bild/components/tab.css +99 -0
  158. package/dist/www/css/bild/components/table.css +51 -0
  159. package/dist/www/css/bild/components/teaser.css +152 -0
  160. package/dist/www/css/bild/components/textlink.css +36 -0
  161. package/dist/www/css/bild/components/toggleswitch.css +48 -0
  162. package/dist/www/css/bild/components/video.css +53 -0
  163. package/dist/www/css/bild/theme.css +369 -0
  164. package/dist/www/css/bild/tokens.css +776 -0
  165. package/dist/www/css/bundles/advertorial.css +2606 -0
  166. package/dist/www/css/bundles/bild.css +3750 -0
  167. package/dist/www/css/bundles/sportbild.css +3771 -0
  168. package/dist/www/css/shared/colorprimitive.css +139 -0
  169. package/dist/www/css/shared/fontprimitive.css +84 -0
  170. package/dist/www/css/shared/primitives.css +314 -0
  171. package/dist/www/css/shared/sizeprimitive.css +69 -0
  172. package/dist/www/css/shared/spaceprimitive.css +45 -0
  173. package/dist/www/css/sportbild/components/_dsysdoc.css +43 -0
  174. package/dist/www/css/sportbild/components/_dsysdocs.css +66 -0
  175. package/dist/www/css/sportbild/components/accordion.css +29 -0
  176. package/dist/www/css/sportbild/components/alert.css +21 -0
  177. package/dist/www/css/sportbild/components/article.css +113 -0
  178. package/dist/www/css/sportbild/components/audioplayer.css +37 -0
  179. package/dist/www/css/sportbild/components/avatar.css +112 -0
  180. package/dist/www/css/sportbild/components/badge.css +40 -0
  181. package/dist/www/css/sportbild/components/breadcrumb.css +91 -0
  182. package/dist/www/css/sportbild/components/breakingnews.css +105 -0
  183. package/dist/www/css/sportbild/components/button.css +152 -0
  184. package/dist/www/css/sportbild/components/card.css +53 -0
  185. package/dist/www/css/sportbild/components/carousel.css +46 -0
  186. package/dist/www/css/sportbild/components/chip.css +70 -0
  187. package/dist/www/css/sportbild/components/datepicker.css +22 -0
  188. package/dist/www/css/sportbild/components/drawers.css +23 -0
  189. package/dist/www/css/sportbild/components/dropdown.css +48 -0
  190. package/dist/www/css/sportbild/components/empties.css +39 -0
  191. package/dist/www/css/sportbild/components/foldout.css +34 -0
  192. package/dist/www/css/sportbild/components/footer.css +56 -0
  193. package/dist/www/css/sportbild/components/gallery.css +37 -0
  194. package/dist/www/css/sportbild/components/hey.css +45 -0
  195. package/dist/www/css/sportbild/components/icon.css +21 -0
  196. package/dist/www/css/sportbild/components/infoelement.css +41 -0
  197. package/dist/www/css/sportbild/components/inputfield.css +117 -0
  198. package/dist/www/css/sportbild/components/kicker.css +69 -0
  199. package/dist/www/css/sportbild/components/liveticker.css +62 -0
  200. package/dist/www/css/sportbild/components/mediaplayer.css +114 -0
  201. package/dist/www/css/sportbild/components/menu.css +148 -0
  202. package/dist/www/css/sportbild/components/menuitem.css +43 -0
  203. package/dist/www/css/sportbild/components/newsticker.css +104 -0
  204. package/dist/www/css/sportbild/components/pagination.css +70 -0
  205. package/dist/www/css/sportbild/components/partnerlinks.css +45 -0
  206. package/dist/www/css/sportbild/components/paywall.css +46 -0
  207. package/dist/www/css/sportbild/components/quote.css +39 -0
  208. package/dist/www/css/sportbild/components/radiobutton.css +21 -0
  209. package/dist/www/css/sportbild/components/search.css +20 -0
  210. package/dist/www/css/sportbild/components/sectiontitle.css +31 -0
  211. package/dist/www/css/sportbild/components/selection.css +37 -0
  212. package/dist/www/css/sportbild/components/separator.css +20 -0
  213. package/dist/www/css/sportbild/components/skeletons.css +33 -0
  214. package/dist/www/css/sportbild/components/slider.css +44 -0
  215. package/dist/www/css/sportbild/components/socialsharebutton.css +43 -0
  216. package/dist/www/css/sportbild/components/specialnavi.css +38 -0
  217. package/dist/www/css/sportbild/components/spinner.css +31 -0
  218. package/dist/www/css/sportbild/components/subheader.css +20 -0
  219. package/dist/www/css/sportbild/components/tab.css +99 -0
  220. package/dist/www/css/sportbild/components/table.css +51 -0
  221. package/dist/www/css/sportbild/components/teaser.css +157 -0
  222. package/dist/www/css/sportbild/components/textlink.css +36 -0
  223. package/dist/www/css/sportbild/components/toggleswitch.css +48 -0
  224. package/dist/www/css/sportbild/components/video.css +53 -0
  225. package/dist/www/css/sportbild/theme.css +369 -0
  226. package/dist/www/css/sportbild/tokens.css +785 -0
  227. package/dist/www/host.config.json +15 -0
  228. package/dist/www/index.html +65 -0
  229. package/package.json +60 -0
@@ -0,0 +1,2606 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ *
4
+ * ADVERTORIAL Design System Tokens v1.0.70
5
+ * Generated by Style Dictionary v4.0.0
6
+ *
7
+ * Brand: Advertorial | Bundle: Full Bundle (Primitives + Theme + Tokens + Components)
8
+ *
9
+ * Copyright (c) 2024 Axel Springer Deutschland GmbH
10
+ * Proprietary and confidential. All rights reserved.
11
+ *
12
+ * Documentation: https://github.com/UXWizard25/vv-token-test-v3#readme
13
+ */
14
+
15
+ /* ============================================================
16
+ PRIMITIVES
17
+ ============================================================ */
18
+
19
+ /* === COLORPRIMITIVE === */
20
+
21
+ :root,
22
+ :host {
23
+ /* ============================================
24
+ BILD
25
+ ============================================ */
26
+
27
+ /* BILD - red */
28
+ --color-bild-red-50: #DD0000;
29
+ --color-bild-red-35: #AF0002;
30
+ --color-bild-red-53: #F52D2D;
31
+
32
+ /* BILD - purple */
33
+ --color-bild-purple-20: #551937;
34
+
35
+ /* BILD - alpha */
36
+ --alpha-red-50-a-80: rgba(221, 0, 0, 0.8);
37
+
38
+
39
+ /* ============================================
40
+ SHARED
41
+ ============================================ */
42
+
43
+ /* Shared - neutral */
44
+ --color-neutral-15: #232629;
45
+ --color-neutral-100: #FFFFFF;
46
+ --color-neutral-85: #CED4DA;
47
+ --color-neutral-35: #4B525A;
48
+ --color-neutral-25: #343C41;
49
+ --color-neutral-60: #8C9196;
50
+ --color-neutral-96: #F2F4F5;
51
+ --color-neutral-93: #E9ECEF;
52
+ --color-neutral-73: #AEB4B9;
53
+ --color-neutral-45: #666B70;
54
+ --color-neutral-10: #1C1C1C;
55
+ --color-neutral-20: #2C3138;
56
+ --color-neutral-0: #000000;
57
+
58
+ /* Shared - orange */
59
+ --color-orange-67: #FD8227;
60
+
61
+ /* Shared - green */
62
+ --color-green-70: #00C373;
63
+ --color-green-63: #00AF67;
64
+ --color-green-93: #CEF4E4;
65
+ --color-green-40: #006E3E;
66
+ --color-green-56: #18995C;
67
+
68
+ /* Shared - yellow */
69
+ --color-yellow-80: #FFBF00;
70
+
71
+ /* Shared - alpha */
72
+ --alpha-neutral-85-a-50: rgba(206, 212, 218, 0.5);
73
+ --alpha-green-93-a-50: rgba(206, 244, 228, 0.5);
74
+ --color-green-56-a-50: rgba(0, 155, 90, 0.5);
75
+ --alpha-black-20: rgba(0, 0, 0, 0.2);
76
+ --alpha-black-10: rgba(0, 0, 0, 0.1);
77
+ --alpha-black-60: rgba(0, 0, 0, 0.6);
78
+ --alpha-black-30: rgba(0, 0, 0, 0.3);
79
+ --alpha-black-70: rgba(0, 0, 0, 0.7);
80
+ --alpha-white-10: rgba(255, 255, 255, 0.1);
81
+ --alpha-white-20: rgba(255, 255, 255, 0.2);
82
+ --alpha-white-30: rgba(255, 255, 255, 0.3);
83
+ --alpha-white-60: rgba(255, 255, 255, 0.6);
84
+ --alpha-white-70: rgba(255, 255, 255, 0.7);
85
+ --alpha-white-35: rgba(255, 255, 255, 0.35);
86
+ --alpha-black-80: rgba(0, 0, 0, 0.8);
87
+ --alpha-white-80: rgba(255, 255, 255, 0.8);
88
+ --alpha-black-35: rgba(0, 0, 0, 0.35);
89
+ --alpha-black-0: rgba(0, 0, 0, 0);
90
+ --alpha-black-50: rgba(0, 0, 0, 0.5);
91
+ --alpha-black-5: rgba(0, 0, 0, 0.05);
92
+ --alpha-white-0: rgba(255, 255, 255, 0);
93
+
94
+
95
+ /* ============================================
96
+ PARTNER
97
+ ============================================ */
98
+
99
+ --color-partner-fitbook: #FF97B7;
100
+ --color-partner-petbook: #B9DB91;
101
+ --color-partner-myhome: #66CCCC;
102
+ --color-partner-travelbook: #8EF0ED;
103
+ --color-partner-techbook: #93E4FF;
104
+ --color-partner-kaufberater: #55476E;
105
+ --color-bz-red-50: #E3001B;
106
+ --color-aubi-red-50: #F00000;
107
+ --color-cobi-red-50: #DC231C;
108
+
109
+
110
+ /* ============================================
111
+ SPORTBILD
112
+ ============================================ */
113
+
114
+ /* SportBILD - blue */
115
+ --color-spobi-blue-98: #F7F9FD;
116
+ --color-spobi-blue-81: #BDCADB;
117
+ --color-spobi-blue-29: #174482;
118
+ --color-spobi-blue-16: #0A2750;
119
+ --color-spobi-blue-10: #081828;
120
+ --color-spobi-blue-38: #315998;
121
+
122
+ /* SportBILD - red */
123
+ --color-spobi-red-50: #E52528;
124
+
125
+ /* SportBILD - alpha */
126
+ --color-spobi-blue-16-a-0: rgba(10, 39, 80, 0);
127
+ --color-spobi-blue-16-a-70: rgba(10, 39, 80, 0.7);
128
+
129
+
130
+ /* ============================================
131
+ OPACITY
132
+ ============================================ */
133
+
134
+ --opacity-05: 0.05;
135
+ --opacity-10: 0.1;
136
+ --opacity-20: 0.2;
137
+ --opacity-40: 0.4;
138
+ --opacity-60: 0.6;
139
+ --opacity-80: 0.8;
140
+ --opacity-100: 1;
141
+ --opacity-90: 0.9;
142
+ --opacity-30: 0.3;
143
+ --opacity-50: 0.5;
144
+ --opacity-00: 0;
145
+ --opacity-70: 0.7;
146
+
147
+ }
148
+
149
+ /* === FONTPRIMITIVE === */
150
+
151
+ :root,
152
+ :host {
153
+ /* ============================================
154
+ FONTFAMILY
155
+ ============================================ */
156
+
157
+ /* FontFamily - BILD */
158
+ --font-family-gotham-xnarrow: Gotham XNarrow;
159
+ --font-family-gotham-cond: Gotham Condensed;
160
+ --font-family-gotham: Gotham;
161
+
162
+ /* FontFamily - Advertorial */
163
+ --font-family-lucida-grande: Lucida Grande;
164
+
165
+ /* FontFamily - SportBILD */
166
+ --font-family-antenna-extra-cond: AntennaExtraCond;
167
+ --font-family-antenna-cond: AntennaCond;
168
+ --font-family-inter: Inter;
169
+
170
+
171
+ /* ============================================
172
+ FONTWEIGHT
173
+ ============================================ */
174
+
175
+ --font-weight-bold: 700;
176
+ --font-weight-extra-black: 900;
177
+ --font-weight-book: 400;
178
+ --font-weight-ultra: 1000;
179
+ --font-weight-black: 800;
180
+ --font-weight-book-350: 350;
181
+ --font-weight-semi-bold: 600;
182
+ --font-weight-thin: 100;
183
+ --font-weight-light: 300;
184
+ --font-weight-extra-light: 200;
185
+ --font-weight-medium: 500;
186
+
187
+
188
+ /* ============================================
189
+ LETTERSPACING
190
+ ============================================ */
191
+
192
+ --letter-space-neg-0-p-25: -0.25px;
193
+ --letter-space-0: 0px;
194
+ --letter-space-1: 1px;
195
+ --letter-space-0-p-5: 0.5px;
196
+ --letter-space-0-p-25: 0.25px;
197
+ --letter-space-neg-0-p-5: -0.5px;
198
+ --letter-space-2: 2px;
199
+ --letter-space-neg-1: -1px;
200
+ --letter-space-neg-2: -2px;
201
+ --letter-space-3: 3px;
202
+ --letter-space-neg-3: -3px;
203
+
204
+
205
+ /* ============================================
206
+ FONTWEIGHTSTRING
207
+ ============================================ */
208
+
209
+ --st-font-weight-ultra: 1000;
210
+ --st-font-weight-extra-black: 900;
211
+ --st-font-weight-black: 800;
212
+ --st-font-weight-bold: 700;
213
+ --st-font-weight-semi-bold: 600;
214
+ --st-font-weight-medium: 500;
215
+ --st-font-weight-st-book: 400;
216
+ --st-font-weight-book-350: 350;
217
+ --st-font-weight-extra-light: 200;
218
+ --st-font-weight-thin: 100;
219
+ --st-font-weight-bold-italic: 700;
220
+ --st-font-weight-black-italic: 900;
221
+
222
+ }
223
+
224
+ /* === SIZEPRIMITIVE === */
225
+
226
+ :root,
227
+ :host {
228
+ /* ============================================
229
+ OTHER
230
+ ============================================ */
231
+
232
+ --size-6-x: 48px;
233
+ --size-3-x: 24px;
234
+ --size-1-x: 8px;
235
+ --size-0-p-25-x: 2px;
236
+ --size-0-p-5-x: 4px;
237
+ --size-2-x: 16px;
238
+ --size-4-p-5-x: 36px;
239
+ --size-5-x: 40px;
240
+ --size-3-p-5-x: 28px;
241
+ --size-2-p-5-x: 20px;
242
+ --size-12-p-5-x: 100px;
243
+ --size-2-p-75-x: 22px;
244
+ --size-3-p-25-x: 26px;
245
+ --size-4-x: 32px;
246
+ --size-3-p-75-x: 30px;
247
+ --size-2-p-25-x: 18px;
248
+ --size-7-x: 56px;
249
+ --size-1-p-5-x: 12px;
250
+ --size-0-p-75-x: 6px;
251
+ --size-22-p-5-x: 180px;
252
+ --size-40-x: 320px;
253
+ --size-8-x: 64px;
254
+ --size-11-p-5-x: 92px;
255
+ --size-1-p-75-x: 14px;
256
+ --size-5-p-25-x: 42px;
257
+ --size-1-p-25-x: 10px;
258
+ --size-80-x: 640px;
259
+ --size-17-p-5-x: 140px;
260
+ --size-20-x: 160px;
261
+ --size-128-x: 1024px;
262
+ --size-124-x: 992px;
263
+ --size-12-x: 96px;
264
+ --size-35-x: 280px;
265
+ --size-15-x: 120px;
266
+ --size-16-p-25: 130px;
267
+ --size-87-p-5-x: 700px;
268
+ --size-10-x: 80px;
269
+ --size-30-x: 240px;
270
+ --size-25-x: 200px;
271
+ --size-168-x: 1344px;
272
+ --size-60-x: 480px;
273
+ --size-9-x: 72px;
274
+ --size-27-p-5-x: 220px;
275
+ --size-50-x: 400px;
276
+ --size-116-p-25-x: 930px;
277
+ --size-18-p-5-x: 148px;
278
+ --size-100-x: 800px;
279
+ --size-0-x: 0px;
280
+ --size-0-p-125-x: 1px;
281
+
282
+ }
283
+
284
+ /* === SPACEPRIMITIVE === */
285
+
286
+ :root,
287
+ :host {
288
+ /* ============================================
289
+ OTHER
290
+ ============================================ */
291
+
292
+ --space-1-x: 8px;
293
+ --space-0-p-5-x: 4px;
294
+ --space-0-p-25-x: 2px;
295
+ --space-2-x: 16px;
296
+ --space-1-p-5-x: 12px;
297
+ --space-4-x: 32px;
298
+ --space-3-x: 24px;
299
+ --space-6-x: 48px;
300
+ --space-8-x: 64px;
301
+ --space-9-x: 72px;
302
+ --space-5-x: 40px;
303
+ --space-0-x: 0px;
304
+ --space-10-x: 80px;
305
+ --space-20-x: 160px;
306
+ --space-2-p-5-x: 20px;
307
+ --space-neg-0-p-25-x: -2px;
308
+ --space-0-p-75-x: 6px;
309
+ --space-1-p-25-x: 10px;
310
+ --space-2-p-75-x: 22px;
311
+ --space-4-p-5-x: 36px;
312
+ --space-7-p-5-x: 60px;
313
+ --space-12-x: 96px;
314
+ --space-1-p-75-x: 14px;
315
+ --space-8-p-5-x: 68px;
316
+ --space-3-p-5-x: 28px;
317
+
318
+ }
319
+
320
+
321
+
322
+ /* ============================================================
323
+ THEME (COLORS + EFFECTS)
324
+ ============================================================ */
325
+
326
+
327
+
328
+ /* ============================================================
329
+ TOKENS (DENSITY + BREAKPOINTS + TYPOGRAPHY)
330
+ ============================================================ */
331
+
332
+ /* === RESPONSIVE BREAKPOINT TOKENS === */
333
+
334
+ [data-content-brand="advertorial"],
335
+ :host([data-content-brand="advertorial"]) {
336
+ --grid-space-resp-lg: var(--space-3-x, 24px);
337
+ --grid-space-resp-xl: var(--space-6-x, 48px);
338
+ --grid-space-resp-base: var(--space-1-p-5-x, 12px);
339
+ --grid-space-resp-sm: var(--space-0-p-75-x, 6px);
340
+ --page-inline-space: var(--space-0-x, 0px);
341
+ --grid-space-const-lg: var(--space-2-x, 16px);
342
+ --grid-space-const-sm: var(--space-1-p-5-x, 12px);
343
+ --layout-guide-grid-colums: 4;
344
+ --section-space-base: var(--space-4-p-5-x, 36px);
345
+ --section-space-lg: var(--space-9-x, 72px);
346
+ --paragraph-end-space: var(--space-2-x, 16px);
347
+ --section-space-sm: var(--space-3-x, 24px);
348
+ --breakpoint-min-width-size: 320px;
349
+ --breakpoint-max-width-size: 389px;
350
+ --canvas-height-size-web: 568px;
351
+ --canvas-width-size-web: 320px;
352
+ --canvas-width-size-app: 320px;
353
+ --canvas-height-size-app: 568px;
354
+ --content-max-width-medium: 700px;
355
+ --content-max-width-full: 1024px;
356
+ --title-1-font-size: 22px;
357
+ --title-2-font-size: 14px;
358
+ --display-1-font-size: 39px;
359
+ --display-2-font-size: 35px;
360
+ --display-3-font-size: 27px;
361
+ --headline-1-font-size: 36px;
362
+ --headline-2-font-size: 30px;
363
+ --headline-3-font-size: 24px;
364
+ --headline-4-font-size: 16px;
365
+ --body-font-size: 17px;
366
+ --label-3-font-size: 12px;
367
+ --label-2-font-size: 15px;
368
+ --label-1-font-size: 17px;
369
+ --label-1-font-size-responsive: 10px;
370
+ --label-4-font-size: 8px;
371
+ --callout-1-font-size: 16px;
372
+ --footnote-1-font-size: 13px;
373
+ --footnote-2-font-size: 10px;
374
+ --kicker-1-font-size: 16px;
375
+ --kicker-2-font-size: 16px;
376
+ --kicker-3-font-size: 14px;
377
+ --kicker-4-font-size: 12px;
378
+ --subheadline-1-font-size: 18px;
379
+ --quote-font-size: 16px;
380
+ --body-font-family: var(--font-family-lucida-grande, Lucida Grande);
381
+ --callout-font-family: var(--font-family-lucida-grande, Lucida Grande);
382
+ --headline-font-family: var(--font-family-lucida-grande, Lucida Grande);
383
+ --footnote-font-family: var(--font-family-lucida-grande, Lucida Grande);
384
+ --label-font-family: var(--font-family-lucida-grande, Lucida Grande);
385
+ --kicker-font-family: var(--font-family-lucida-grande, Lucida Grande);
386
+ --subheadline-font-family: var(--font-family-lucida-grande, Lucida Grande);
387
+ --title-font-family: var(--font-family-lucida-grande, Lucida Grande);
388
+ --quote-font-family: var(--font-family-lucida-grande, Lucida Grande);
389
+ --display-font-family: var(--font-family-lucida-grande, Lucida Grande);
390
+ --callout-font-weight: var(--font-weight-black, 800);
391
+ --label-font-weight-bold: var(--font-weight-bold, 700);
392
+ --label-font-weight-book: var(--font-weight-book, 400);
393
+ --body-font-weight-book: var(--font-weight-book, 400);
394
+ --body-font-weight-bold: var(--font-weight-bold, 700);
395
+ --kicker-font-weight: var(--font-weight-bold, 700);
396
+ --kicker-font-weight-st: var(--st-font-weight-bold, 700);
397
+ --subheadline-font-weight: var(--font-weight-bold, 700);
398
+ --headline-1-font-weight: var(--font-weight-bold, 700);
399
+ --headline-2-font-weight: var(--font-weight-bold, 700);
400
+ --headline-3-font-weight: var(--font-weight-bold, 700);
401
+ --headline-4-font-weight: var(--font-weight-semi-bold, 600);
402
+ --headline-1-font-weight-st: var(--st-font-weight-bold, 700);
403
+ --title-font-weight: var(--font-weight-black, 800);
404
+ --display-font-weight: var(--font-weight-black, 800);
405
+ --quote-font-weight: var(--font-weight-black, 800);
406
+ --footnote-font-weight-book: var(--font-weight-book, 400);
407
+ --footnote-font-weight-bold: var(--font-weight-bold, 700);
408
+ --body-line-height: 29.75px;
409
+ --kicker-4-line-height: 13.2px;
410
+ --kicker-3-line-height: 15.4px;
411
+ --kicker-2-line-height: 17.6px;
412
+ --kicker-1-line-height: 17.6px;
413
+ --label-3-line-height: 14.4px;
414
+ --label-1-line-height: 20.4px;
415
+ --label-1-responsive-line-height: 10px;
416
+ --label-2-line-height: 16px;
417
+ --label-4-line-height: 10px;
418
+ --display-1-line-height: 40px;
419
+ --display-2-line-height: 36px;
420
+ --display-3-line-height: 28px;
421
+ --title-1-line-height: 26.4px;
422
+ --title-2-line-height: 16.8px;
423
+ --quote-line-height: 20.8px;
424
+ --footnote-1-line-height: 16.9px;
425
+ --footnote-2-line-height: 13px;
426
+ --headline-1-line-height: 37.8px;
427
+ --headline-2-line-height: 33px;
428
+ --headline-3-line-height: 26.4px;
429
+ --headline-4-line-height: 18.4px;
430
+ --callout-line-height: 20.8px;
431
+ --subheadline-1-line-height: 23.4px;
432
+ --letter-spacing-positive-sm: var(--letter-space-0-p-5, 0.5px);
433
+ --letter-spacing-positive-lg: var(--letter-space-2, 2px);
434
+ --letter-spacing-positive-md: var(--letter-space-1, 1px);
435
+ --letter-spacing-none: var(--letter-space-0, 0px);
436
+ --letter-spacing-negative-sm: var(--letter-space-neg-0-p-5, -0.5px);
437
+ --letter-spacing-negative-md: var(--letter-space-neg-1, -1px);
438
+ --letter-spacing-negative-lg: var(--letter-space-neg-2, -2px);
439
+ --letter-spacing-negative-xs: var(--letter-space-neg-0-p-25, -0.25px);
440
+ --letter-spacing-positive-xs: var(--letter-space-0-p-25, 0.25px);
441
+ --display-1-letter-spacing: var(--letter-space-neg-0-p-5, -0.5px);
442
+ --display-2-letter-spacing: var(--letter-space-neg-0-p-5, -0.5px);
443
+ --display-3-letter-spacing: var(--letter-space-neg-0-p-5, -0.5px);
444
+ --border-radius-xs: var(--size-0-p-25-x, 2px);
445
+ --border-radius-md: var(--size-1-x, 8px);
446
+ --border-radius-sm: var(--size-0-p-5-x, 4px);
447
+ --border-radius-xl: var(--size-3-x, 24px);
448
+ --border-radius-lg: var(--size-2-x, 16px);
449
+ --border-radius-none: var(--size-0-x, 0px);
450
+ --border-radius-full: 9999px;
451
+ --border-width-thin: var(--size-0-p-125-x, 1px);
452
+ --border-width-thick: var(--size-0-p-25-x, 2px);
453
+ --border-width-hairline: 0.33px;
454
+ --change-on-lg: xs/sm/md;
455
+ --change-on-md: xs/sm;
456
+ --bp-specific-web: xs/sm;
457
+ --bp-specific-app: compact;
458
+ --inline-space-resp-sm: var(--space-1-x, 8px);
459
+ --inline-space-resp-md: var(--space-1-p-5-x, 12px);
460
+ --inline-space-resp-lg: var(--space-2-x, 16px);
461
+ --inline-space-resp-2-xl: var(--space-4-x, 32px);
462
+ --inline-space-resp-xl: var(--space-3-x, 24px);
463
+ --inline-space-const-sm: var(--space-1-x, 8px);
464
+ --inline-space-const-md: var(--space-1-p-5-x, 12px);
465
+ --inline-space-const-lg: var(--space-2-x, 16px);
466
+ --inline-space-const-2-xl: var(--space-4-x, 32px);
467
+ --inline-space-const-xl: var(--space-3-x, 24px);
468
+ --inline-space-const-xs: var(--space-0-p-75-x, 6px);
469
+ --inline-space-const-3-xs: var(--space-0-p-25-x, 2px);
470
+ --inline-space-const-2-xs: var(--space-0-p-5-x, 4px);
471
+ --stack-space-resp-md: var(--space-1-p-5-x, 12px);
472
+ --stack-space-resp-lg: var(--space-2-x, 16px);
473
+ --stack-space-resp-2-xl: var(--space-4-x, 32px);
474
+ --stack-space-resp-sm: var(--space-1-x, 8px);
475
+ --stack-space-resp-xl: var(--space-3-x, 24px);
476
+ --stack-space-const-sm: var(--space-1-x, 8px);
477
+ --stack-space-const-md: var(--space-1-p-5-x, 12px);
478
+ --stack-space-const-lg: var(--space-2-x, 16px);
479
+ --stack-space-const-2-xl: var(--space-4-x, 32px);
480
+ --stack-space-const-xl: var(--space-3-x, 24px);
481
+ --stack-space-const-xs: var(--space-0-p-75-x, 6px);
482
+ --stack-space-const-3-xs: var(--space-0-p-25-x, 2px);
483
+ --stack-space-const-2-xs: var(--space-0-p-5-x, 4px);
484
+ --gap-space-resp-xs: var(--space-0-p-5-x, 4px);
485
+ --gap-space-resp-lg: var(--space-2-x, 16px);
486
+ --gap-space-resp-xl: var(--space-3-x, 24px);
487
+ --gap-space-resp-2-xl: var(--space-4-x, 32px);
488
+ --gap-space-resp-md: var(--space-1-p-5-x, 12px);
489
+ --gap-space-resp-sm: var(--space-1-x, 8px);
490
+ --gap-space-resp-2-xs: var(--space-0-p-25-x, 2px);
491
+ --gap-space-resp-3-xl: var(--space-6-x, 48px);
492
+ --gap-space-const-2-xs: var(--space-0-p-25-x, 2px);
493
+ --gap-space-const-xs: var(--space-0-p-5-x, 4px);
494
+ --gap-space-const-sm: var(--space-1-x, 8px);
495
+ --gap-space-const-md: var(--space-1-p-5-x, 12px);
496
+ --gap-space-const-lg: var(--space-2-x, 16px);
497
+ --gap-space-const-xl: var(--space-3-x, 24px);
498
+ --gap-space-const-2-xl: var(--space-4-x, 32px);
499
+ --gap-space-const-3-xl: var(--space-6-x, 48px);
500
+ --size-const-3-xs: var(--size-2-x, 16px);
501
+ --size-const-2-xs: var(--size-3-x, 24px);
502
+ --size-const-xs: var(--size-4-x, 32px);
503
+ --size-const-sm: var(--size-5-x, 40px);
504
+ --size-const-md: var(--size-6-x, 48px);
505
+ --size-const-lg: var(--size-7-x, 56px);
506
+ --size-const-xl: var(--size-8-x, 64px);
507
+ --size-const-3-xl: var(--size-12-x, 96px);
508
+ --size-const-4-xl: var(--size-18-p-5-x, 148px);
509
+ --size-const-2-xl: var(--size-9-x, 72px);
510
+ --size-const-4-xs: var(--size-1-x, 8px);
511
+ --size-resp-3-xs: var(--size-2-x, 16px);
512
+ --size-resp-2-xs: var(--size-3-x, 24px);
513
+ --size-resp-xs: var(--size-4-x, 32px);
514
+ --size-resp-sm: var(--size-5-x, 40px);
515
+ --size-resp-md: var(--size-6-x, 48px);
516
+ --size-resp-lg: var(--size-7-x, 56px);
517
+ --size-resp-xl: var(--size-8-x, 64px);
518
+ --size-resp-2-xl: var(--size-9-x, 72px);
519
+ --size-resp-3-xl: var(--size-12-x, 96px);
520
+ --size-resp-4-xl: var(--size-18-p-5-x, 148px);
521
+ --size-resp-4-xs: var(--size-1-p-5-x, 12px);
522
+ --breakpoint-name: xs;
523
+ }
524
+
525
+ @media (min-width: 390px) {
526
+ [data-content-brand="advertorial"],
527
+ :host([data-content-brand="advertorial"]) {
528
+ --breakpoint-min-width-size: 390px;
529
+ --breakpoint-max-width-size: 599px;
530
+ --canvas-height-size-web: 844px;
531
+ --canvas-width-size-web: 390px;
532
+ --canvas-width-size-app: 390px;
533
+ --canvas-height-size-app: 844px;
534
+ --breakpoint-name: sm;
535
+ }
536
+ }
537
+
538
+ @media (min-width: 600px) {
539
+ [data-content-brand="advertorial"],
540
+ :host([data-content-brand="advertorial"]) {
541
+ --grid-space-resp-lg: var(--space-4-x, 32px);
542
+ --grid-space-resp-xl: var(--space-8-x, 64px);
543
+ --layout-guide-grid-colums: 8;
544
+ --section-space-base: var(--space-6-x, 48px);
545
+ --section-space-lg: var(--space-12-x, 96px);
546
+ --paragraph-end-space: var(--space-4-x, 32px);
547
+ --section-space-sm: var(--space-4-p-5-x, 36px);
548
+ --breakpoint-min-width-size: 600px;
549
+ --breakpoint-max-width-size: 1023px;
550
+ --canvas-height-size-web: 960px;
551
+ --canvas-width-size-web: 600px;
552
+ --canvas-width-size-app: 834px;
553
+ --canvas-height-size-app: 1194px;
554
+ --title-2-font-size: 16px;
555
+ --display-1-font-size: 70px;
556
+ --display-2-font-size: 41px;
557
+ --display-3-font-size: 31px;
558
+ --headline-1-font-size: 54px;
559
+ --headline-2-font-size: 36px;
560
+ --headline-3-font-size: 26px;
561
+ --headline-4-font-size: 20px;
562
+ --label-1-font-size-responsive: 15px;
563
+ --callout-1-font-size: 22px;
564
+ --kicker-1-font-size: 18px;
565
+ --kicker-2-font-size: 18px;
566
+ --kicker-4-font-size: 14px;
567
+ --kicker-4-line-height: 15.4px;
568
+ --kicker-2-line-height: 19.8px;
569
+ --kicker-1-line-height: 19.8px;
570
+ --label-1-responsive-line-height: 15px;
571
+ --display-1-line-height: 72px;
572
+ --display-2-line-height: 42px;
573
+ --display-3-line-height: 32px;
574
+ --title-2-line-height: 19.2px;
575
+ --headline-1-line-height: 56.7px;
576
+ --headline-2-line-height: 39.6px;
577
+ --headline-3-line-height: 28.6px;
578
+ --headline-4-line-height: 19.8px;
579
+ --callout-line-height: 28.6px;
580
+ --letter-spacing-negative-sm: var(--letter-space-neg-0-p-25, -0.25px);
581
+ --display-1-letter-spacing: var(--letter-space-neg-1, -1px);
582
+ --display-2-letter-spacing: var(--letter-space-neg-1, -1px);
583
+ --display-3-letter-spacing: var(--letter-space-neg-1, -1px);
584
+ --change-on-md: md/lg;
585
+ --bp-specific-web: md;
586
+ --bp-specific-app: regular;
587
+ --inline-space-resp-sm: var(--space-1-p-5-x, 12px);
588
+ --inline-space-resp-md: var(--space-2-x, 16px);
589
+ --inline-space-resp-lg: var(--space-3-x, 24px);
590
+ --inline-space-resp-2-xl: var(--space-6-x, 48px);
591
+ --inline-space-resp-xl: var(--space-4-x, 32px);
592
+ --stack-space-resp-md: var(--space-2-x, 16px);
593
+ --stack-space-resp-lg: var(--space-3-x, 24px);
594
+ --stack-space-resp-2-xl: var(--space-6-x, 48px);
595
+ --stack-space-resp-sm: var(--space-1-p-5-x, 12px);
596
+ --stack-space-resp-xl: var(--space-4-x, 32px);
597
+ --gap-space-resp-xs: var(--space-0-p-75-x, 6px);
598
+ --gap-space-resp-lg: var(--space-3-x, 24px);
599
+ --gap-space-resp-xl: var(--space-4-x, 32px);
600
+ --gap-space-resp-2-xl: var(--space-6-x, 48px);
601
+ --gap-space-resp-md: var(--space-2-x, 16px);
602
+ --gap-space-resp-sm: var(--space-1-p-5-x, 12px);
603
+ --gap-space-resp-2-xs: var(--space-0-p-5-x, 4px);
604
+ --gap-space-resp-3-xl: var(--space-9-x, 72px);
605
+ --size-resp-2-xs: var(--size-4-x, 32px);
606
+ --size-resp-xs: var(--size-5-x, 40px);
607
+ --size-resp-sm: var(--size-6-x, 48px);
608
+ --size-resp-md: var(--size-8-x, 64px);
609
+ --size-resp-lg: var(--size-9-x, 72px);
610
+ --size-resp-xl: var(--size-10-x, 80px);
611
+ --size-resp-2-xl: var(--size-11-p-5-x, 92px);
612
+ --size-resp-3-xl: var(--size-15-x, 120px);
613
+ --size-resp-4-xl: var(--size-20-x, 160px);
614
+ --size-resp-4-xs: var(--size-1-p-75-x, 14px);
615
+ --breakpoint-name: md;
616
+ }
617
+ }
618
+
619
+ @media (min-width: 1024px) {
620
+ [data-content-brand="advertorial"],
621
+ :host([data-content-brand="advertorial"]) {
622
+ --grid-space-resp-base: var(--space-2-x, 16px);
623
+ --grid-space-resp-sm: var(--space-1-x, 8px);
624
+ --page-inline-space: var(--space-2-x, 16px);
625
+ --layout-guide-grid-colums: 12;
626
+ --breakpoint-min-width-size: 1024px;
627
+ --breakpoint-max-width-size: 1024px;
628
+ --canvas-height-size-web: 768px;
629
+ --canvas-width-size-web: 1024px;
630
+ --canvas-width-size-app: 1194px;
631
+ --canvas-height-size-app: 834px;
632
+ --title-1-font-size: 28px;
633
+ --title-2-font-size: 18px;
634
+ --display-1-font-size: 116px;
635
+ --display-2-font-size: 62px;
636
+ --display-3-font-size: 39px;
637
+ --headline-1-font-size: 70px;
638
+ --headline-2-font-size: 48px;
639
+ --headline-3-font-size: 32px;
640
+ --headline-4-font-size: 22px;
641
+ --label-1-font-size-responsive: 17px;
642
+ --footnote-1-font-size: 15px;
643
+ --footnote-2-font-size: 13px;
644
+ --kicker-1-font-size: 25px;
645
+ --kicker-2-font-size: 21px;
646
+ --kicker-3-font-size: 16px;
647
+ --subheadline-1-font-size: 28px;
648
+ --quote-font-size: 18px;
649
+ --kicker-3-line-height: 17.6px;
650
+ --kicker-2-line-height: 23.1px;
651
+ --kicker-1-line-height: 27.5px;
652
+ --label-1-responsive-line-height: 17px;
653
+ --display-1-line-height: 120px;
654
+ --display-2-line-height: 64px;
655
+ --display-3-line-height: 40px;
656
+ --title-1-line-height: 33.6px;
657
+ --title-2-line-height: 23.4px;
658
+ --quote-line-height: 23.4px;
659
+ --footnote-1-line-height: 19.5px;
660
+ --footnote-2-line-height: 16.9px;
661
+ --headline-1-line-height: 77px;
662
+ --headline-2-line-height: 52.8px;
663
+ --headline-3-line-height: 35.2px;
664
+ --headline-4-line-height: 27.5px;
665
+ --subheadline-1-line-height: 36.4px;
666
+ --letter-spacing-positive-lg: var(--letter-space-3, 3px);
667
+ --letter-spacing-negative-lg: var(--letter-space-neg-3, -3px);
668
+ --display-1-letter-spacing: var(--letter-space-neg-2, -2px);
669
+ --change-on-lg: lg;
670
+ --bp-specific-web: lg;
671
+ --inline-space-resp-sm: var(--space-2-x, 16px);
672
+ --inline-space-resp-md: var(--space-3-x, 24px);
673
+ --inline-space-resp-lg: var(--space-4-x, 32px);
674
+ --inline-space-resp-2-xl: var(--space-8-x, 64px);
675
+ --inline-space-resp-xl: var(--space-5-x, 40px);
676
+ --stack-space-resp-md: var(--space-3-x, 24px);
677
+ --stack-space-resp-lg: var(--space-4-x, 32px);
678
+ --stack-space-resp-2-xl: var(--space-8-x, 64px);
679
+ --stack-space-resp-sm: var(--space-2-x, 16px);
680
+ --stack-space-resp-xl: var(--space-5-x, 40px);
681
+ --gap-space-resp-xs: var(--space-1-x, 8px);
682
+ --gap-space-resp-lg: var(--space-4-x, 32px);
683
+ --gap-space-resp-xl: var(--space-6-x, 48px);
684
+ --gap-space-resp-2-xl: var(--space-8-x, 64px);
685
+ --gap-space-resp-md: var(--space-3-x, 24px);
686
+ --gap-space-resp-sm: var(--space-2-x, 16px);
687
+ --gap-space-resp-2-xs: var(--space-0-p-75-x, 6px);
688
+ --gap-space-resp-3-xl: var(--space-12-x, 96px);
689
+ --size-resp-3-xs: var(--size-3-x, 24px);
690
+ --size-resp-xs: var(--size-6-x, 48px);
691
+ --size-resp-sm: var(--size-7-x, 56px);
692
+ --size-resp-md: var(--size-9-x, 72px);
693
+ --size-resp-lg: var(--size-11-p-5-x, 92px);
694
+ --size-resp-xl: var(--size-12-x, 96px);
695
+ --size-resp-2-xl: var(--size-12-p-5-x, 100px);
696
+ --size-resp-3-xl: var(--size-18-p-5-x, 148px);
697
+ --size-resp-4-xl: var(--size-22-p-5-x, 180px);
698
+ --size-resp-4-xs: var(--size-2-x, 16px);
699
+ --breakpoint-name: lg;
700
+ }
701
+ }
702
+
703
+ /* === RESPONSIVE TYPOGRAPHY === */
704
+
705
+ [data-content-brand="advertorial"] .display-1,
706
+ :host([data-content-brand="advertorial"]) .display-1 {
707
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
708
+ font-weight: var(--font-weight-black, 800);
709
+ font-size: var(--display-1-font-size, 39px);
710
+ line-height: var(--display-1-line-height, 40px);
711
+ letter-spacing: var(--letter-space-neg-0-p-5, -0.5px);
712
+ }
713
+
714
+ [data-content-brand="advertorial"] .display-2,
715
+ :host([data-content-brand="advertorial"]) .display-2 {
716
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
717
+ font-weight: var(--font-weight-black, 800);
718
+ font-size: var(--display-2-font-size, 35px);
719
+ line-height: var(--display-2-line-height, 36px);
720
+ letter-spacing: var(--letter-space-neg-0-p-5, -0.5px);
721
+ }
722
+
723
+ [data-content-brand="advertorial"] .display-3,
724
+ :host([data-content-brand="advertorial"]) .display-3 {
725
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
726
+ font-weight: var(--font-weight-black, 800);
727
+ font-size: var(--display-3-font-size, 27px);
728
+ line-height: var(--display-3-line-height, 28px);
729
+ letter-spacing: var(--letter-space-neg-0-p-5, -0.5px);
730
+ }
731
+
732
+ [data-content-brand="advertorial"] .headline-1,
733
+ :host([data-content-brand="advertorial"]) .headline-1 {
734
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
735
+ font-weight: 900;
736
+ font-size: var(--headline-1-font-size, 36px);
737
+ line-height: var(--headline-1-line-height, 37.8px);
738
+ }
739
+
740
+ [data-content-brand="advertorial"] .headline-2,
741
+ :host([data-content-brand="advertorial"]) .headline-2 {
742
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
743
+ font-weight: 900;
744
+ font-size: var(--headline-2-font-size, 30px);
745
+ line-height: var(--headline-2-line-height, 33px);
746
+ }
747
+
748
+ [data-content-brand="advertorial"] .headline-3,
749
+ :host([data-content-brand="advertorial"]) .headline-3 {
750
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
751
+ font-weight: 900;
752
+ font-size: var(--headline-3-font-size, 24px);
753
+ line-height: var(--headline-3-line-height, 26.4px);
754
+ }
755
+
756
+ [data-content-brand="advertorial"] .headline-4,
757
+ :host([data-content-brand="advertorial"]) .headline-4 {
758
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
759
+ font-weight: 700;
760
+ font-size: var(--headline-4-font-size, 16px);
761
+ line-height: var(--headline-4-font-size, 16px);
762
+ }
763
+
764
+ [data-content-brand="advertorial"] .subheadline-1,
765
+ :host([data-content-brand="advertorial"]) .subheadline-1 {
766
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
767
+ font-weight: var(--font-weight-bold, 700);
768
+ font-size: var(--subheadline-1-font-size, 18px);
769
+ line-height: var(--subheadline-1-line-height, 23.4px);
770
+ }
771
+
772
+ [data-content-brand="advertorial"] .kicker-1,
773
+ :host([data-content-brand="advertorial"]) .kicker-1 {
774
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
775
+ font-weight: 700;
776
+ font-size: var(--kicker-1-font-size, 16px);
777
+ line-height: var(--kicker-1-line-height, 17.6px);
778
+ }
779
+
780
+ [data-content-brand="advertorial"] .kicker-2,
781
+ :host([data-content-brand="advertorial"]) .kicker-2 {
782
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
783
+ font-weight: 700;
784
+ font-size: var(--kicker-2-font-size, 16px);
785
+ line-height: var(--kicker-2-line-height, 17.6px);
786
+ }
787
+
788
+ [data-content-brand="advertorial"] .kicker-3,
789
+ :host([data-content-brand="advertorial"]) .kicker-3 {
790
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
791
+ font-weight: 700;
792
+ font-size: var(--kicker-3-font-size, 14px);
793
+ line-height: var(--kicker-3-line-height, 15.4px);
794
+ }
795
+
796
+ [data-content-brand="advertorial"] .kicker-4,
797
+ :host([data-content-brand="advertorial"]) .kicker-4 {
798
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
799
+ font-weight: 700;
800
+ font-size: var(--kicker-4-font-size, 12px);
801
+ line-height: var(--kicker-4-line-height, 13.2px);
802
+ }
803
+
804
+ [data-content-brand="advertorial"] .title-1,
805
+ :host([data-content-brand="advertorial"]) .title-1 {
806
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
807
+ font-weight: var(--font-weight-black, 800);
808
+ font-size: var(--title-1-font-size, 22px);
809
+ line-height: var(--title-1-line-height, 26.4px);
810
+ }
811
+
812
+ [data-content-brand="advertorial"] .title-1-uppercase,
813
+ :host([data-content-brand="advertorial"]) .title-1-uppercase {
814
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
815
+ font-weight: var(--font-weight-black, 800);
816
+ font-size: var(--title-1-font-size, 22px);
817
+ line-height: var(--title-1-line-height, 26.4px);
818
+ text-transform: uppercase;
819
+ }
820
+
821
+ [data-content-brand="advertorial"] .title-2,
822
+ :host([data-content-brand="advertorial"]) .title-2 {
823
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
824
+ font-weight: var(--font-weight-black, 800);
825
+ font-size: var(--title-2-font-size, 14px);
826
+ line-height: var(--title-2-line-height, 16.8px);
827
+ }
828
+
829
+ [data-content-brand="advertorial"] .title-2-uppercase,
830
+ :host([data-content-brand="advertorial"]) .title-2-uppercase {
831
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
832
+ font-weight: var(--font-weight-black, 800);
833
+ font-size: var(--title-2-font-size, 14px);
834
+ line-height: var(--title-2-line-height, 16.8px);
835
+ text-transform: uppercase;
836
+ }
837
+
838
+ [data-content-brand="advertorial"] .callout,
839
+ :host([data-content-brand="advertorial"]) .callout {
840
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
841
+ font-weight: var(--font-weight-black, 800);
842
+ font-size: var(--callout-1-font-size, 16px);
843
+ line-height: var(--callout-line-height, 20.8px);
844
+ }
845
+
846
+ [data-content-brand="advertorial"] .body,
847
+ :host([data-content-brand="advertorial"]) .body {
848
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
849
+ font-weight: var(--font-weight-book, 400);
850
+ font-size: var(--body-font-size, 17px);
851
+ line-height: var(--body-line-height, 29.75px);
852
+ }
853
+
854
+ [data-content-brand="advertorial"] .body-italic,
855
+ :host([data-content-brand="advertorial"]) .body-italic {
856
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
857
+ font-weight: 400;
858
+ font-size: var(--body-font-size, 17px);
859
+ line-height: var(--body-line-height, 29.75px);
860
+ font-style: italic;
861
+ }
862
+
863
+ [data-content-brand="advertorial"] .body-bold,
864
+ :host([data-content-brand="advertorial"]) .body-bold {
865
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
866
+ font-weight: var(--font-weight-bold, 700);
867
+ font-size: var(--body-font-size, 17px);
868
+ line-height: var(--body-line-height, 29.75px);
869
+ }
870
+
871
+ [data-content-brand="advertorial"] .body-bold-italic,
872
+ :host([data-content-brand="advertorial"]) .body-bold-italic {
873
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
874
+ font-weight: 700;
875
+ font-size: var(--body-font-size, 17px);
876
+ line-height: var(--body-line-height, 29.75px);
877
+ font-style: italic;
878
+ }
879
+
880
+ [data-content-brand="advertorial"] .text-link,
881
+ :host([data-content-brand="advertorial"]) .text-link {
882
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
883
+ font-weight: var(--font-weight-book, 400);
884
+ font-size: var(--body-font-size, 17px);
885
+ line-height: var(--body-line-height, 29.75px);
886
+ text-decoration: underline;
887
+ }
888
+
889
+ [data-content-brand="advertorial"] .text-link-italic,
890
+ :host([data-content-brand="advertorial"]) .text-link-italic {
891
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
892
+ font-weight: 400;
893
+ font-size: var(--body-font-size, 17px);
894
+ line-height: var(--body-line-height, 29.75px);
895
+ font-style: italic;
896
+ text-decoration: underline;
897
+ }
898
+
899
+ [data-content-brand="advertorial"] .text-link-bold,
900
+ :host([data-content-brand="advertorial"]) .text-link-bold {
901
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
902
+ font-weight: var(--font-weight-bold, 700);
903
+ font-size: var(--body-font-size, 17px);
904
+ line-height: var(--body-line-height, 29.75px);
905
+ text-decoration: underline;
906
+ }
907
+
908
+ [data-content-brand="advertorial"] .text-link-hover,
909
+ :host([data-content-brand="advertorial"]) .text-link-hover {
910
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
911
+ font-weight: var(--font-weight-book, 400);
912
+ font-size: var(--body-font-size, 17px);
913
+ line-height: var(--body-line-height, 29.75px);
914
+ text-decoration: underline;
915
+ }
916
+
917
+ [data-content-brand="advertorial"] .text-link-bold-hover,
918
+ :host([data-content-brand="advertorial"]) .text-link-bold-hover {
919
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
920
+ font-weight: var(--font-weight-bold, 700);
921
+ font-size: var(--body-font-size, 17px);
922
+ line-height: var(--body-line-height, 29.75px);
923
+ text-decoration: underline;
924
+ }
925
+
926
+ [data-content-brand="advertorial"] .footnote-1,
927
+ :host([data-content-brand="advertorial"]) .footnote-1 {
928
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
929
+ font-weight: var(--font-weight-book, 400);
930
+ font-size: var(--footnote-1-font-size, 13px);
931
+ line-height: var(--footnote-1-line-height, 16.9px);
932
+ }
933
+
934
+ [data-content-brand="advertorial"] .footnote-1-bold,
935
+ :host([data-content-brand="advertorial"]) .footnote-1-bold {
936
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
937
+ font-weight: var(--font-weight-bold, 700);
938
+ font-size: var(--footnote-1-font-size, 13px);
939
+ line-height: var(--footnote-1-line-height, 16.9px);
940
+ }
941
+
942
+ [data-content-brand="advertorial"] .footnote-2,
943
+ :host([data-content-brand="advertorial"]) .footnote-2 {
944
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
945
+ font-weight: var(--font-weight-book, 400);
946
+ font-size: var(--footnote-2-font-size, 10px);
947
+ line-height: var(--footnote-2-line-height, 13px);
948
+ }
949
+
950
+ [data-content-brand="advertorial"] .footnote-2-bold,
951
+ :host([data-content-brand="advertorial"]) .footnote-2-bold {
952
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
953
+ font-weight: var(--font-weight-bold, 700);
954
+ font-size: var(--footnote-2-font-size, 10px);
955
+ line-height: var(--footnote-2-line-height, 13px);
956
+ }
957
+
958
+ [data-content-brand="advertorial"] .label-1,
959
+ :host([data-content-brand="advertorial"]) .label-1 {
960
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
961
+ font-weight: var(--font-weight-book, 400);
962
+ font-size: var(--label-1-font-size, 17px);
963
+ line-height: var(--label-1-line-height, 20.4px);
964
+ letter-spacing: var(--letter-space-0-p-25, 0.25px);
965
+ }
966
+
967
+ [data-content-brand="advertorial"] .label-1-bold,
968
+ :host([data-content-brand="advertorial"]) .label-1-bold {
969
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
970
+ font-weight: var(--font-weight-bold, 700);
971
+ font-size: var(--label-1-font-size, 17px);
972
+ line-height: var(--label-1-line-height, 20.4px);
973
+ letter-spacing: var(--letter-space-0-p-25, 0.25px);
974
+ }
975
+
976
+ [data-content-brand="advertorial"] .label-1-bold-resp,
977
+ :host([data-content-brand="advertorial"]) .label-1-bold-resp {
978
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
979
+ font-weight: var(--font-weight-bold, 700);
980
+ font-size: var(--label-1-font-size-responsive, 10px);
981
+ line-height: var(--label-1-responsive-line-height, 10px);
982
+ letter-spacing: var(--letter-space-0-p-25, 0.25px);
983
+ }
984
+
985
+ [data-content-brand="advertorial"] .label-1-uppercase-bold,
986
+ :host([data-content-brand="advertorial"]) .label-1-uppercase-bold {
987
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
988
+ font-weight: var(--font-weight-bold, 700);
989
+ font-size: var(--label-1-font-size, 17px);
990
+ line-height: var(--label-1-line-height, 20.4px);
991
+ letter-spacing: var(--letter-space-0-p-5, 0.5px);
992
+ text-transform: uppercase;
993
+ }
994
+
995
+ [data-content-brand="advertorial"] .label-2,
996
+ :host([data-content-brand="advertorial"]) .label-2 {
997
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
998
+ font-weight: var(--font-weight-book, 400);
999
+ font-size: var(--label-2-font-size, 15px);
1000
+ line-height: var(--label-2-line-height, 16px);
1001
+ letter-spacing: var(--letter-space-0-p-25, 0.25px);
1002
+ }
1003
+
1004
+ [data-content-brand="advertorial"] .label-2-uppercase,
1005
+ :host([data-content-brand="advertorial"]) .label-2-uppercase {
1006
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1007
+ font-weight: var(--font-weight-book, 400);
1008
+ font-size: var(--label-2-font-size, 15px);
1009
+ line-height: var(--label-2-line-height, 16px);
1010
+ letter-spacing: var(--letter-space-0-p-25, 0.25px);
1011
+ text-transform: uppercase;
1012
+ }
1013
+
1014
+ [data-content-brand="advertorial"] .label-2-bold,
1015
+ :host([data-content-brand="advertorial"]) .label-2-bold {
1016
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1017
+ font-weight: var(--font-weight-bold, 700);
1018
+ font-size: var(--label-2-font-size, 15px);
1019
+ line-height: var(--label-2-line-height, 16px);
1020
+ letter-spacing: var(--letter-space-0-p-25, 0.25px);
1021
+ }
1022
+
1023
+ [data-content-brand="advertorial"] .label-2-uppercase-bold,
1024
+ :host([data-content-brand="advertorial"]) .label-2-uppercase-bold {
1025
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1026
+ font-weight: var(--font-weight-bold, 700);
1027
+ font-size: var(--label-2-font-size, 15px);
1028
+ line-height: var(--label-2-line-height, 16px);
1029
+ letter-spacing: var(--letter-space-0-p-25, 0.25px);
1030
+ text-transform: uppercase;
1031
+ }
1032
+
1033
+ [data-content-brand="advertorial"] .label-3,
1034
+ :host([data-content-brand="advertorial"]) .label-3 {
1035
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1036
+ font-weight: var(--font-weight-book, 400);
1037
+ font-size: var(--label-3-font-size, 12px);
1038
+ line-height: var(--label-3-line-height, 14.4px);
1039
+ letter-spacing: var(--letter-space-0-p-25, 0.25px);
1040
+ }
1041
+
1042
+ [data-content-brand="advertorial"] .label-3-uppercase,
1043
+ :host([data-content-brand="advertorial"]) .label-3-uppercase {
1044
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1045
+ font-weight: var(--font-weight-book, 400);
1046
+ font-size: var(--label-3-font-size, 12px);
1047
+ line-height: var(--label-3-line-height, 14.4px);
1048
+ letter-spacing: var(--letter-space-0-p-5, 0.5px);
1049
+ text-transform: uppercase;
1050
+ }
1051
+
1052
+ [data-content-brand="advertorial"] .label-3-bold,
1053
+ :host([data-content-brand="advertorial"]) .label-3-bold {
1054
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1055
+ font-weight: var(--font-weight-bold, 700);
1056
+ font-size: var(--label-3-font-size, 12px);
1057
+ line-height: var(--label-3-line-height, 14.4px);
1058
+ letter-spacing: var(--letter-space-0-p-25, 0.25px);
1059
+ }
1060
+
1061
+ [data-content-brand="advertorial"] .label-3-uppercase-bold,
1062
+ :host([data-content-brand="advertorial"]) .label-3-uppercase-bold {
1063
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1064
+ font-weight: var(--font-weight-bold, 700);
1065
+ font-size: var(--label-3-font-size, 12px);
1066
+ line-height: var(--label-3-line-height, 14.4px);
1067
+ letter-spacing: var(--letter-space-0-p-5, 0.5px);
1068
+ text-transform: uppercase;
1069
+ }
1070
+
1071
+ [data-content-brand="advertorial"] .label-4,
1072
+ :host([data-content-brand="advertorial"]) .label-4 {
1073
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1074
+ font-weight: var(--font-weight-book, 400);
1075
+ font-size: var(--label-4-font-size, 8px);
1076
+ line-height: var(--label-4-line-height, 10px);
1077
+ }
1078
+
1079
+ [data-content-brand="advertorial"] .quote,
1080
+ :host([data-content-brand="advertorial"]) .quote {
1081
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1082
+ font-weight: var(--font-weight-black, 800);
1083
+ font-size: var(--quote-font-size, 16px);
1084
+ line-height: var(--quote-line-height, 20.8px);
1085
+ }
1086
+
1087
+
1088
+
1089
+ /* ============================================================
1090
+ COMPONENTS
1091
+ ============================================================ */
1092
+
1093
+ /* === TYPOGRAPHY TOKENS === */
1094
+
1095
+ [data-content-brand="advertorial"] .accordion-label,
1096
+ :host([data-content-brand="advertorial"]) .accordion-label {
1097
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1098
+ font-weight: var(--font-weight-bold, 700);
1099
+ font-size: var(--label-1-font-size, 17px);
1100
+ }
1101
+
1102
+ /* === BREAKPOINT TOKENS === */
1103
+
1104
+ [data-content-brand="advertorial"],
1105
+ :host([data-content-brand="advertorial"]) {
1106
+ --accordion-label-font-family: var(--font-family-lucida-grande, Lucida Grande);
1107
+ }
1108
+
1109
+ /* === TYPOGRAPHY TOKENS === */
1110
+
1111
+ [data-content-brand="advertorial"] .article-kicker,
1112
+ :host([data-content-brand="advertorial"]) .article-kicker {
1113
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1114
+ font-weight: 700;
1115
+ font-size: var(--kicker-1-font-size, 16px);
1116
+ line-height: var(--kicker-1-line-height, 17.6px);
1117
+ }
1118
+
1119
+ [data-content-brand="advertorial"] .article-image-caption,
1120
+ :host([data-content-brand="advertorial"]) .article-image-caption {
1121
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1122
+ font-weight: var(--font-weight-bold, 700);
1123
+ font-size: var(--article-image-caption-font-size, 13px);
1124
+ line-height: var(--article-image-caption-line-height, 19.5px);
1125
+ }
1126
+
1127
+ [data-content-brand="advertorial"] .article-headline,
1128
+ :host([data-content-brand="advertorial"]) .article-headline {
1129
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1130
+ font-weight: 900;
1131
+ font-size: var(--headline-2-font-size, 30px);
1132
+ line-height: var(--headline-2-font-size, 30px);
1133
+ }
1134
+
1135
+ [data-content-brand="advertorial"] .article-meta-source,
1136
+ :host([data-content-brand="advertorial"]) .article-meta-source {
1137
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1138
+ font-weight: var(--font-weight-book, 400);
1139
+ font-size: 13px;
1140
+ line-height: 19px;
1141
+ }
1142
+
1143
+ [data-content-brand="advertorial"] .article-time-stamp,
1144
+ :host([data-content-brand="advertorial"]) .article-time-stamp {
1145
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1146
+ font-weight: var(--font-weight-black, 800);
1147
+ font-size: 12px;
1148
+ }
1149
+
1150
+ /* === BREAKPOINT TOKENS === */
1151
+
1152
+ [data-content-brand="advertorial"],
1153
+ :host([data-content-brand="advertorial"]) {
1154
+ --aricle-mobile-1-col-grid-image-margin-space: var(--space-0-x, 0px);
1155
+ --article-top-margin-space: var(--stack-space-resp-sm);
1156
+ --article-kicker-font-size: var(--kicker-1-font-size);
1157
+ --article-headline-font-size: var(--headline-2-font-size);
1158
+ --article-gallery-ateaser-width: 145px;
1159
+ --article-image-caption-font-size: 13px;
1160
+ --article-image-source-font-size: 13px;
1161
+ --article-image-caption-line-height: 19.5px;
1162
+ --article-image-source-line-height: 19px;
1163
+ --article-content-stack-space: var(--stack-space-resp-lg);
1164
+ --article-headings-stack-space: var(--space-1-p-5-x, 12px);
1165
+ --article-image-landscape-inline-space: var(--space-0-x, 0px);
1166
+ --article-meta-font-family: var(--font-family-lucida-grande, Lucida Grande);
1167
+ --article-meta-font-size: 12px;
1168
+ --article-content-inline-space: var(--space-2-x, 16px);
1169
+ --article-headings-inline-space: var(--space-2-x, 16px);
1170
+ --article-image-portait-inline-space: var(--space-0-x, 0px);
1171
+ --article-image-container-stack-space: var(--stack-space-resp-sm);
1172
+ --article-infobox-inline-space: var(--inline-space-resp-lg);
1173
+ --article-infobox-stack-space: var(--stack-space-resp-lg);
1174
+ }
1175
+
1176
+ @media (min-width: 600px) {
1177
+ [data-content-brand="advertorial"],
1178
+ :host([data-content-brand="advertorial"]) {
1179
+ --aricle-mobile-1-col-grid-image-margin-space: var(--space-9-x, 72px);
1180
+ --article-headline-font-size: var(--headline-1-font-size);
1181
+ --article-gallery-ateaser-width: 260px;
1182
+ --article-image-landscape-inline-space: var(--space-1-p-5-x, 12px);
1183
+ --article-meta-font-size: 14px;
1184
+ --article-content-inline-space: var(--space-9-x, 72px);
1185
+ --article-headings-inline-space: var(--space-9-x, 72px);
1186
+ --article-image-portait-inline-space: var(--space-9-x, 72px);
1187
+ }
1188
+ }
1189
+
1190
+ @media (min-width: 1024px) {
1191
+ [data-content-brand="advertorial"],
1192
+ :host([data-content-brand="advertorial"]) {
1193
+ --article-gallery-ateaser-width: 300px;
1194
+ --article-image-caption-font-size: 16px;
1195
+ --article-image-source-font-size: 16px;
1196
+ --article-image-caption-line-height: 24px;
1197
+ --article-image-source-line-height: 24px;
1198
+ --article-headings-stack-space: var(--space-2-x, 16px);
1199
+ --article-image-landscape-inline-space: var(--space-2-x, 16px);
1200
+ --article-meta-font-size: 16px;
1201
+ --article-content-inline-space: 162px;
1202
+ --article-headings-inline-space: var(--space-2-x, 16px);
1203
+ --article-image-portait-inline-space: 162px;
1204
+ }
1205
+ }
1206
+
1207
+ /* === TYPOGRAPHY TOKENS === */
1208
+
1209
+ [data-content-brand="advertorial"] .audio-player-label,
1210
+ :host([data-content-brand="advertorial"]) .audio-player-label {
1211
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1212
+ font-weight: var(--font-weight-bold, 700);
1213
+ font-size: 16px;
1214
+ line-height: 16px;
1215
+ }
1216
+
1217
+ /* === BREAKPOINT TOKENS === */
1218
+
1219
+ [data-content-brand="advertorial"],
1220
+ :host([data-content-brand="advertorial"]) {
1221
+ --audio-player-font-size: 16px;
1222
+ }
1223
+
1224
+ @media (min-width: 1024px) {
1225
+ [data-content-brand="advertorial"],
1226
+ :host([data-content-brand="advertorial"]) {
1227
+ --audio-player-font-size: 18px;
1228
+ }
1229
+ }
1230
+
1231
+ /* === TYPOGRAPHY TOKENS === */
1232
+
1233
+ [data-content-brand="advertorial"] .app-avatar,
1234
+ :host([data-content-brand="advertorial"]) .app-avatar {
1235
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1236
+ font-weight: var(--font-weight-black, 800);
1237
+ font-size: 12px;
1238
+ text-transform: uppercase;
1239
+ }
1240
+
1241
+ [data-content-brand="advertorial"] .avatar-default,
1242
+ :host([data-content-brand="advertorial"]) .avatar-default {
1243
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1244
+ font-weight: var(--font-weight-bold, 700);
1245
+ font-size: 13px;
1246
+ line-height: 21px;
1247
+ }
1248
+
1249
+ [data-content-brand="advertorial"] .avatar-hover,
1250
+ :host([data-content-brand="advertorial"]) .avatar-hover {
1251
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1252
+ font-weight: var(--font-weight-bold, 700);
1253
+ font-size: 13px;
1254
+ line-height: 21px;
1255
+ text-decoration: underline;
1256
+ }
1257
+
1258
+ [data-content-brand="advertorial"] .avatar-secondary-info,
1259
+ :host([data-content-brand="advertorial"]) .avatar-secondary-info {
1260
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1261
+ font-weight: var(--font-weight-book, 400);
1262
+ font-size: 13px;
1263
+ line-height: 21px;
1264
+ }
1265
+
1266
+ [data-content-brand="advertorial"] .avatar-secondary-info-hover,
1267
+ :host([data-content-brand="advertorial"]) .avatar-secondary-info-hover {
1268
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1269
+ font-weight: var(--font-weight-book, 400);
1270
+ font-size: 13px;
1271
+ line-height: 21px;
1272
+ text-decoration: underline;
1273
+ }
1274
+
1275
+ /* === BREAKPOINT TOKENS === */
1276
+
1277
+ [data-content-brand="advertorial"],
1278
+ :host([data-content-brand="advertorial"]) {
1279
+ --avatar-label-font-size: 13px;
1280
+ --avatar-article-size: var(--size-const-md);
1281
+ --avatar-author-page-size: var(--size-12-x, 96px);
1282
+ --avatar-font-family: var(--font-family-lucida-grande, Lucida Grande);
1283
+ --avatar-label-line-height: 21px;
1284
+ --avatar-lane-gap-space: var(--space-2-x, 16px);
1285
+ --app-avatar-font-family: var(--title-font-family);
1286
+ }
1287
+
1288
+ @media (min-width: 600px) {
1289
+ [data-content-brand="advertorial"],
1290
+ :host([data-content-brand="advertorial"]) {
1291
+ --avatar-author-page-size: var(--size-16-p-25, 130px);
1292
+ --avatar-lane-gap-space: var(--space-3-x, 24px);
1293
+ }
1294
+ }
1295
+
1296
+ @media (min-width: 1024px) {
1297
+ [data-content-brand="advertorial"],
1298
+ :host([data-content-brand="advertorial"]) {
1299
+ --avatar-label-font-size: 15px;
1300
+ --avatar-label-line-height: 23px;
1301
+ }
1302
+ }
1303
+
1304
+ /* === TYPOGRAPHY TOKENS === */
1305
+
1306
+ [data-content-brand="advertorial"] .video-ad-badge,
1307
+ :host([data-content-brand="advertorial"]) .video-ad-badge {
1308
+ font-family: var(--font-family-gotham-xnarrow, Gotham XNarrow);
1309
+ font-weight: var(--font-weight-book, 400);
1310
+ font-size: 14px;
1311
+ text-transform: uppercase;
1312
+ }
1313
+
1314
+ [data-content-brand="advertorial"] .video-time-badge,
1315
+ :host([data-content-brand="advertorial"]) .video-time-badge {
1316
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1317
+ font-weight: var(--font-weight-book, 400);
1318
+ font-size: 16px;
1319
+ line-height: 21px;
1320
+ }
1321
+
1322
+ /* === BREAKPOINT TOKENS === */
1323
+
1324
+ [data-content-brand="advertorial"],
1325
+ :host([data-content-brand="advertorial"]) {
1326
+ --badges-inner-stack-space: var(--stack-space-const-3-xs);
1327
+ --badges-inner-inline-space: var(--inline-space-const-2-xs);
1328
+ --ad-label-badge-height-size: 30px;
1329
+ }
1330
+
1331
+ /* === TYPOGRAPHY TOKENS === */
1332
+
1333
+ [data-content-brand="advertorial"] .breadcrumb,
1334
+ :host([data-content-brand="advertorial"]) .breadcrumb {
1335
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1336
+ font-weight: var(--font-weight-bold, 700);
1337
+ font-size: var(--breadcrumb-font-size, 15px);
1338
+ line-height: var(--breadcrumb-line-height, 15px);
1339
+ }
1340
+
1341
+ [data-content-brand="advertorial"] .breadcrumb-link,
1342
+ :host([data-content-brand="advertorial"]) .breadcrumb-link {
1343
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1344
+ font-weight: var(--font-weight-bold, 700);
1345
+ font-size: 15px;
1346
+ line-height: 15px;
1347
+ text-decoration: underline;
1348
+ }
1349
+
1350
+ [data-content-brand="advertorial"] .breadcrumb-link-hover,
1351
+ :host([data-content-brand="advertorial"]) .breadcrumb-link-hover {
1352
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1353
+ font-weight: var(--font-weight-bold, 700);
1354
+ font-size: 15px;
1355
+ line-height: 15px;
1356
+ text-decoration: underline;
1357
+ }
1358
+
1359
+ /* === BREAKPOINT TOKENS === */
1360
+
1361
+ [data-content-brand="advertorial"],
1362
+ :host([data-content-brand="advertorial"]) {
1363
+ --breadcrumb-font-size: 15px;
1364
+ --breadcrumb-font-family: var(--font-family-lucida-grande, Lucida Grande);
1365
+ --breadcrumb-arrow-left-inline-space-1: 3px;
1366
+ --breadcrumb-arrow-right-inline-space-2: 5px;
1367
+ --breadcrumb-inline-space: var(--grid-space-resp-base);
1368
+ --breadcrumb-line-height: 15px;
1369
+ --breadcrumb-font-weight: var(--font-weight-bold, 700);
1370
+ --breadcrumb-stack-space: 14px;
1371
+ }
1372
+
1373
+ @media (min-width: 1024px) {
1374
+ [data-content-brand="advertorial"],
1375
+ :host([data-content-brand="advertorial"]) {
1376
+ --breadcrumb-font-size: 12px;
1377
+ --breadcrumb-inline-space: 0px;
1378
+ --breadcrumb-line-height: 12px;
1379
+ --breadcrumb-stack-space: 16px;
1380
+ }
1381
+ }
1382
+
1383
+ /* === TYPOGRAPHY TOKENS === */
1384
+
1385
+ [data-content-brand="advertorial"] .breaking-news-text,
1386
+ :host([data-content-brand="advertorial"]) .breaking-news-text {
1387
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1388
+ font-weight: var(--font-weight-bold, 700);
1389
+ font-size: 21px;
1390
+ line-height: 24px;
1391
+ text-transform: uppercase;
1392
+ }
1393
+
1394
+ [data-content-brand="advertorial"] .breaking-news-upper-title,
1395
+ :host([data-content-brand="advertorial"]) .breaking-news-upper-title {
1396
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1397
+ font-weight: var(--font-weight-black, 800);
1398
+ font-size: 13px;
1399
+ line-height: 13px;
1400
+ }
1401
+
1402
+ [data-content-brand="advertorial"] .breaking-news-lower-title,
1403
+ :host([data-content-brand="advertorial"]) .breaking-news-lower-title {
1404
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1405
+ font-weight: var(--font-weight-black, 800);
1406
+ font-size: 23px;
1407
+ line-height: 21px;
1408
+ }
1409
+
1410
+ /* === BREAKPOINT TOKENS === */
1411
+
1412
+ [data-content-brand="advertorial"],
1413
+ :host([data-content-brand="advertorial"]) {
1414
+ --breaking-news-container-height-size: var(--size-const-lg);
1415
+ --breaking-news-badge-upper-title-font-size: 13px;
1416
+ --breaking-news-badge-lower-title-font-size: 23px;
1417
+ --breaking-news-badge-upper-title-line-height: 13px;
1418
+ --breaking-news-badge-lower-title-line-height: 21px;
1419
+ --breaking-news-badge-titels-stack-space: var(--space-0-x, 0px);
1420
+ --breaking-news-scrolling-text-font-size: 21px;
1421
+ --breaking-news-scrolling-text-line-height: 24px;
1422
+ --breaking-news-badge-inline-space: var(--size-0-p-75-x, 6px);
1423
+ }
1424
+
1425
+ @media (min-width: 600px) {
1426
+ [data-content-brand="advertorial"],
1427
+ :host([data-content-brand="advertorial"]) {
1428
+ --breaking-news-badge-upper-title-font-size: 17px;
1429
+ --breaking-news-badge-lower-title-font-size: 30px;
1430
+ --breaking-news-badge-upper-title-line-height: 12px;
1431
+ --breaking-news-badge-titels-stack-space: var(--space-0-p-5-x, 4px);
1432
+ --breaking-news-badge-inline-space: var(--size-1-p-5-x, 12px);
1433
+ }
1434
+ }
1435
+
1436
+ @media (min-width: 1024px) {
1437
+ [data-content-brand="advertorial"],
1438
+ :host([data-content-brand="advertorial"]) {
1439
+ --breaking-news-badge-inline-space: var(--size-3-p-25-x, 26px);
1440
+ }
1441
+ }
1442
+
1443
+ /* === DENSITY TOKENS === */
1444
+
1445
+ [data-content-brand="advertorial"][data-density="default"],
1446
+ :host([data-content-brand="advertorial"][data-density="default"]) {
1447
+ /* ============================================
1448
+ OTHER
1449
+ ============================================ */
1450
+
1451
+ --density-button-content-gap-space: var(--space-1-x, 8px);
1452
+ --density-button-stack-space: var(--space-1-x, 8px);
1453
+ --density-button-label-font-size: 17px;
1454
+ --density-button-inline-space: var(--space-2-p-5-x, 20px);
1455
+
1456
+ }
1457
+
1458
+ [data-content-brand="advertorial"][data-density="dense"],
1459
+ :host([data-content-brand="advertorial"][data-density="dense"]) {
1460
+ /* ============================================
1461
+ OTHER
1462
+ ============================================ */
1463
+
1464
+ --density-button-content-gap-space: var(--space-0-p-75-x, 6px);
1465
+ --density-button-stack-space: var(--space-0-p-75-x, 6px);
1466
+ --density-button-label-font-size: 15px;
1467
+ --density-button-inline-space: var(--space-2-x, 16px);
1468
+
1469
+ }
1470
+
1471
+ [data-content-brand="advertorial"][data-density="spacious"],
1472
+ :host([data-content-brand="advertorial"][data-density="spacious"]) {
1473
+ /* ============================================
1474
+ OTHER
1475
+ ============================================ */
1476
+
1477
+ --density-button-content-gap-space: var(--space-1-x, 8px);
1478
+ --density-button-stack-space: var(--space-1-p-5-x, 12px);
1479
+ --density-button-label-font-size: 19px;
1480
+ --density-button-inline-space: var(--space-3-x, 24px);
1481
+
1482
+ }
1483
+
1484
+ /* === TYPOGRAPHY TOKENS === */
1485
+
1486
+ [data-content-brand="advertorial"] .button-label,
1487
+ :host([data-content-brand="advertorial"]) .button-label {
1488
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1489
+ font-weight: 700;
1490
+ font-size: var(--button-label-font-size, 15px);
1491
+ line-height: var(--button-label-line-height, 15px);
1492
+ letter-spacing: var(--letter-space-0-p-5, 0.5px);
1493
+ text-transform: uppercase;
1494
+ }
1495
+
1496
+ [data-content-brand="advertorial"] .partner-link-button-label,
1497
+ :host([data-content-brand="advertorial"]) .partner-link-button-label {
1498
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1499
+ font-weight: var(--font-weight-book, 400);
1500
+ font-size: var(--partner-link-button-label-font-size, 16px);
1501
+ line-height: 16px;
1502
+ }
1503
+
1504
+ /* === BREAKPOINT TOKENS === */
1505
+
1506
+ [data-content-brand="advertorial"],
1507
+ :host([data-content-brand="advertorial"]) {
1508
+ --button-label-font-size: var(--density-button-label-font-size, 15px);
1509
+ --button-inline-space: var(--density-button-inline-space, 16px);
1510
+ --partner-link-button-label-font-size: 16px;
1511
+ --partner-link-button-label-height-size: var(--size-6-x, 48px);
1512
+ --button-border-width-size: var(--border-width-thick);
1513
+ --button-content-min-height-size: var(--size-const-2-xs);
1514
+ --partner-link-button-inline-space: var(--inline-space-const-sm);
1515
+ --button-label-line-height: var(--density-button-label-font-size, 15px);
1516
+ --button-content-gap-space: var(--density-button-content-gap-space, 6px);
1517
+ --button-stack-space: var(--density-button-stack-space, 6px);
1518
+ --button-border-radius: var(--border-radius-md);
1519
+ }
1520
+
1521
+ @media (min-width: 1024px) {
1522
+ [data-content-brand="advertorial"],
1523
+ :host([data-content-brand="advertorial"]) {
1524
+ --partner-link-button-label-font-size: 18px;
1525
+ }
1526
+ }
1527
+
1528
+ /* === BREAKPOINT TOKENS === */
1529
+
1530
+ [data-content-brand="advertorial"],
1531
+ :host([data-content-brand="advertorial"]) {
1532
+ --search-result-card-image-width-size: 216px;
1533
+ --search-result-card-image-height-size-stacked: 189px;
1534
+ --newsticker-image-card-width-size: 206px;
1535
+ }
1536
+
1537
+ @media (min-width: 1024px) {
1538
+ [data-content-brand="advertorial"],
1539
+ :host([data-content-brand="advertorial"]) {
1540
+ --search-result-card-image-width-size: 260px;
1541
+ }
1542
+ }
1543
+
1544
+ /* === BREAKPOINT TOKENS === */
1545
+
1546
+ [data-content-brand="advertorial"],
1547
+ :host([data-content-brand="advertorial"]) {
1548
+ --gallery-teaser-title-bottom-space: var(--space-3-p-5-x, 28px);
1549
+ --gallery-teaser-app-gap-space: var(--space-0-x, 0px);
1550
+ --app-epaper-carousel-item-focus-width: 182px;
1551
+ --app-epaper-carousel-item-default-width: 144px;
1552
+ --app-epaper-carouse-beilage-item-width: 110px;
1553
+ --standard-teaser-gallery-teaser-width-web: 145px;
1554
+ --standard-teaser-gallery-teaser-width-app: 280px;
1555
+ }
1556
+
1557
+ @media (min-width: 600px) {
1558
+ [data-content-brand="advertorial"],
1559
+ :host([data-content-brand="advertorial"]) {
1560
+ --gallery-teaser-title-bottom-space: var(--space-4-p-5-x, 36px);
1561
+ --gallery-teaser-app-gap-space: var(--gap-space-const-sm);
1562
+ --app-epaper-carousel-item-focus-width: 240px;
1563
+ --app-epaper-carousel-item-default-width: 172px;
1564
+ --app-epaper-carouse-beilage-item-width: 172px;
1565
+ --standard-teaser-gallery-teaser-width-web: 260px;
1566
+ }
1567
+ }
1568
+
1569
+ @media (min-width: 1024px) {
1570
+ [data-content-brand="advertorial"],
1571
+ :host([data-content-brand="advertorial"]) {
1572
+ --standard-teaser-gallery-teaser-width-web: 300px;
1573
+ --standard-teaser-gallery-teaser-width-app: 464px;
1574
+ }
1575
+ }
1576
+
1577
+ /* === TYPOGRAPHY TOKENS === */
1578
+
1579
+ [data-content-brand="advertorial"] .chip-label,
1580
+ :host([data-content-brand="advertorial"]) .chip-label {
1581
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1582
+ font-weight: var(--font-weight-bold, 700);
1583
+ font-size: var(--size-2-x, 16px);
1584
+ }
1585
+
1586
+ /* === BREAKPOINT TOKENS === */
1587
+
1588
+ [data-content-brand="advertorial"],
1589
+ :host([data-content-brand="advertorial"]) {
1590
+ --chip-font-size: var(--size-2-x, 16px);
1591
+ --chip-inline-space: var(--inline-space-const-md);
1592
+ --chip-stack-space: var(--stack-space-const-sm);
1593
+ }
1594
+
1595
+ @media (min-width: 1024px) {
1596
+ [data-content-brand="advertorial"],
1597
+ :host([data-content-brand="advertorial"]) {
1598
+ --chip-font-size: var(--size-2-p-25-x, 18px);
1599
+ }
1600
+ }
1601
+
1602
+ /* === BREAKPOINT TOKENS === */
1603
+
1604
+ [data-content-brand="advertorial"],
1605
+ :host([data-content-brand="advertorial"]) {
1606
+ --datepicker-item-day-width-size: 44px;
1607
+ --datepicker-item-height-size: 44px;
1608
+ --datepicker-item-year-width-size: 77px;
1609
+ }
1610
+
1611
+ /* === BREAKPOINT TOKENS === */
1612
+
1613
+ [data-content-brand="advertorial"],
1614
+ :host([data-content-brand="advertorial"]) {
1615
+ --mobile-menu-drawer-stack-space: 20px;
1616
+ --mobile-menu-drawer-left-inline-space: 20px;
1617
+ --mobile-menu-drawer-right-inline-space: 16px;
1618
+ --mobile-menu-drawer-max-width-size: 400px;
1619
+ }
1620
+
1621
+ /* === BREAKPOINT TOKENS === */
1622
+
1623
+ [data-content-brand="advertorial"],
1624
+ :host([data-content-brand="advertorial"]) {
1625
+ --drop-down-border-radius: var(--border-radius-sm);
1626
+ --drop-down-item-stack-space: var(--space-1-x, 8px);
1627
+ --drop-down-item-inline-space: var(--grid-space-resp-base);
1628
+ }
1629
+
1630
+ /* === TYPOGRAPHY TOKENS === */
1631
+
1632
+ [data-content-brand="advertorial"] .footer-card-link,
1633
+ :host([data-content-brand="advertorial"]) .footer-card-link {
1634
+ font-family: var(--font-family-gotham-xnarrow, Gotham XNarrow);
1635
+ font-weight: var(--font-weight-book, 400);
1636
+ font-size: var(--label-2-font-size, 15px);
1637
+ text-decoration: underline;
1638
+ }
1639
+
1640
+ [data-content-brand="advertorial"] .footer-link-separator,
1641
+ :host([data-content-brand="advertorial"]) .footer-link-separator {
1642
+ font-family: var(--font-family-gotham-xnarrow, Gotham XNarrow);
1643
+ font-weight: var(--font-weight-book, 400);
1644
+ }
1645
+
1646
+ [data-content-brand="advertorial"] .footer-links,
1647
+ :host([data-content-brand="advertorial"]) .footer-links {
1648
+ font-family: var(--font-family-gotham-xnarrow, Gotham XNarrow);
1649
+ font-weight: var(--font-weight-bold, 700);
1650
+ font-size: 11px;
1651
+ line-height: 14px;
1652
+ }
1653
+
1654
+ [data-content-brand="advertorial"] .footer-link-user-offer-pages,
1655
+ :host([data-content-brand="advertorial"]) .footer-link-user-offer-pages {
1656
+ font-family: var(--font-family-gotham-xnarrow, Gotham XNarrow);
1657
+ font-weight: var(--font-weight-book, 400);
1658
+ font-size: 18px;
1659
+ line-height: 26px;
1660
+ }
1661
+
1662
+ /* === BREAKPOINT TOKENS === */
1663
+
1664
+ [data-content-brand="advertorial"],
1665
+ :host([data-content-brand="advertorial"]) {
1666
+ --footer-font-size: 11px;
1667
+ --footer-line-height: 14px;
1668
+ --footer-font-family: var(--font-family-gotham-xnarrow, Gotham XNarrow);
1669
+ --footer-font-size-user-offer-pages: 18px;
1670
+ --footer-line-height-user-offer-pages: 26px;
1671
+ }
1672
+
1673
+ /* === BREAKPOINT TOKENS === */
1674
+
1675
+ [data-content-brand="advertorial"],
1676
+ :host([data-content-brand="advertorial"]) {
1677
+ --icon-size: var(--size-const-2-xs);
1678
+ --icon-size-embedd-media: 40px;
1679
+ }
1680
+
1681
+ /* === BREAKPOINT TOKENS === */
1682
+
1683
+ [data-content-brand="advertorial"],
1684
+ :host([data-content-brand="advertorial"]) {
1685
+ --info-element-teaser-badge-height-size: var(--size-2-x, 16px);
1686
+ --info-element-teaser-image-height-size: var(--size-10-x, 80px);
1687
+ --info-element-teaser-image-width-size: var(--size-10-x, 80px);
1688
+ --info-element-teaser-badge-margin-space: var(--space-0-p-5-x, 4px);
1689
+ }
1690
+
1691
+ @media (min-width: 600px) {
1692
+ [data-content-brand="advertorial"],
1693
+ :host([data-content-brand="advertorial"]) {
1694
+ --info-element-teaser-image-height-size: 83px;
1695
+ --info-element-teaser-image-width-size: var(--size-18-p-5-x, 148px);
1696
+ }
1697
+ }
1698
+
1699
+ @media (min-width: 1024px) {
1700
+ [data-content-brand="advertorial"],
1701
+ :host([data-content-brand="advertorial"]) {
1702
+ --info-element-teaser-badge-height-size: var(--size-3-x, 24px);
1703
+ --info-element-teaser-image-height-size: 133px;
1704
+ --info-element-teaser-image-width-size: 236px;
1705
+ --info-element-teaser-badge-margin-space: var(--space-1-x, 8px);
1706
+ }
1707
+ }
1708
+
1709
+ /* === DENSITY TOKENS === */
1710
+
1711
+ [data-content-brand="advertorial"][data-density="default"],
1712
+ :host([data-content-brand="advertorial"][data-density="default"]) {
1713
+ /* ============================================
1714
+ OTHER
1715
+ ============================================ */
1716
+
1717
+ --density-input-field-inline-space: var(--space-2-x, 16px);
1718
+ --density-input-field-stack-space: var(--space-1-x, 8px);
1719
+ --density-input-field-height-size: var(--size-5-x, 40px);
1720
+ --density-input-field-label-font-size: 17px;
1721
+
1722
+ }
1723
+
1724
+ [data-content-brand="advertorial"][data-density="dense"],
1725
+ :host([data-content-brand="advertorial"][data-density="dense"]) {
1726
+ /* ============================================
1727
+ OTHER
1728
+ ============================================ */
1729
+
1730
+ --density-input-field-inline-space: var(--space-2-x, 16px);
1731
+ --density-input-field-stack-space: var(--space-0-p-75-x, 6px);
1732
+ --density-input-field-height-size: var(--size-4-p-5-x, 36px);
1733
+ --density-input-field-label-font-size: 16px;
1734
+
1735
+ }
1736
+
1737
+ [data-content-brand="advertorial"][data-density="spacious"],
1738
+ :host([data-content-brand="advertorial"][data-density="spacious"]) {
1739
+ /* ============================================
1740
+ OTHER
1741
+ ============================================ */
1742
+
1743
+ --density-input-field-inline-space: var(--space-2-x, 16px);
1744
+ --density-input-field-stack-space: var(--space-1-p-5-x, 12px);
1745
+ --density-input-field-height-size: var(--size-6-x, 48px);
1746
+ --density-input-field-label-font-size: 19px;
1747
+
1748
+ }
1749
+
1750
+ /* === TYPOGRAPHY TOKENS === */
1751
+
1752
+ [data-content-brand="advertorial"] .text-input-field-label,
1753
+ :host([data-content-brand="advertorial"]) .text-input-field-label {
1754
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1755
+ font-weight: var(--font-weight-book, 400);
1756
+ font-size: 16px;
1757
+ line-height: 16px;
1758
+ }
1759
+
1760
+ /* === BREAKPOINT TOKENS === */
1761
+
1762
+ [data-content-brand="advertorial"],
1763
+ :host([data-content-brand="advertorial"]) {
1764
+ --input-field-stack-space: var(--density-input-field-stack-space, 6px);
1765
+ --input-field-inline-space: var(--density-input-field-inline-space, 16px);
1766
+ --input-field-mini-label-inline-space: var(--space-0-p-5-x, 4px);
1767
+ --input-field-font-size: var(--density-input-field-label-font-size, 16px);
1768
+ --input-field-imessage-inline-space: var(--inline-space-const-lg);
1769
+ --input-field-height-size: var(--density-input-field-height-size, 36px);
1770
+ --hey-input-container-inline-space: var(--inline-space-const-sm);
1771
+ --input-field-message-gap-space: var(--gap-space-const-xs);
1772
+ --input-field-font-family: var(--font-family-lucida-grande, Lucida Grande);
1773
+ }
1774
+
1775
+ @media (min-width: 1024px) {
1776
+ [data-content-brand="advertorial"],
1777
+ :host([data-content-brand="advertorial"]) {
1778
+ --hey-input-container-inline-space: var(--inline-space-const-lg);
1779
+ }
1780
+ }
1781
+
1782
+ /* === TYPOGRAPHY TOKENS === */
1783
+
1784
+ [data-content-brand="advertorial"] .live-ticker-headline,
1785
+ :host([data-content-brand="advertorial"]) .live-ticker-headline {
1786
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1787
+ font-weight: var(--font-weight-semi-bold, 600);
1788
+ font-size: 22px;
1789
+ line-height: 22px;
1790
+ }
1791
+
1792
+ [data-content-brand="advertorial"] .live-ticker-time-stamp,
1793
+ :host([data-content-brand="advertorial"]) .live-ticker-time-stamp {
1794
+ font-family: var(--font-family-gotham-xnarrow, Gotham XNarrow);
1795
+ font-weight: var(--font-weight-bold, 700);
1796
+ font-size: var(--live-ticker-time-stamp-font-size, 14px);
1797
+ line-height: 14px;
1798
+ }
1799
+
1800
+ /* === BREAKPOINT TOKENS === */
1801
+
1802
+ [data-content-brand="advertorial"],
1803
+ :host([data-content-brand="advertorial"]) {
1804
+ --live-tickerheadline-font-weight: var(--font-weight-semi-bold, 600);
1805
+ --live-ticker-headlines-font-size: 22px;
1806
+ --time-stamp-font-family: var(--font-family-gotham-xnarrow, Gotham XNarrow);
1807
+ --live-ticker-time-stamp-font-size: 14px;
1808
+ --live-ticker-time-headline-stack-space: var(--space-0-p-5-x, 4px);
1809
+ --live-ticker-slider-item-width-max-size: 257px;
1810
+ --live-ticker-app-card-height-size: 96px;
1811
+ --live-ticker-app-card-width-size: 250px;
1812
+ }
1813
+
1814
+ @media (min-width: 600px) {
1815
+ [data-content-brand="advertorial"],
1816
+ :host([data-content-brand="advertorial"]) {
1817
+ --live-ticker-headlines-font-size: 32px;
1818
+ --live-ticker-time-stamp-font-size: 16px;
1819
+ --live-ticker-app-card-height-size: 128px;
1820
+ --live-ticker-app-card-width-size: 300px;
1821
+ }
1822
+ }
1823
+
1824
+ @media (min-width: 1024px) {
1825
+ [data-content-brand="advertorial"],
1826
+ :host([data-content-brand="advertorial"]) {
1827
+ --live-ticker-slider-item-width-max-size: 537px;
1828
+ }
1829
+ }
1830
+
1831
+ /* === TYPOGRAPHY TOKENS === */
1832
+
1833
+ [data-content-brand="advertorial"] .podcast-player-label,
1834
+ :host([data-content-brand="advertorial"]) .podcast-player-label {
1835
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1836
+ font-weight: var(--font-weight-book, 400);
1837
+ font-size: 16px;
1838
+ line-height: 16px;
1839
+ }
1840
+
1841
+ [data-content-brand="advertorial"] .video-ad-time,
1842
+ :host([data-content-brand="advertorial"]) .video-ad-time {
1843
+ font-family: var(--font-family-gotham, Gotham);
1844
+ font-weight: var(--font-weight-black, 800);
1845
+ font-size: 14px;
1846
+ text-transform: uppercase;
1847
+ }
1848
+
1849
+ [data-content-brand="advertorial"] .video-player-time,
1850
+ :host([data-content-brand="advertorial"]) .video-player-time {
1851
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1852
+ font-weight: var(--font-weight-black, 800);
1853
+ font-size: 14px;
1854
+ text-transform: uppercase;
1855
+ }
1856
+
1857
+ /* === BREAKPOINT TOKENS === */
1858
+
1859
+ [data-content-brand="advertorial"],
1860
+ :host([data-content-brand="advertorial"]) {
1861
+ --podcast-play-button-size: var(--size-6-x, 48px);
1862
+ --vid-player-bottom-bar-gap-space: 0px;
1863
+ --audio-player-header-stack-space: var(--size-7-x, 56px);
1864
+ --video-time-badge-font-family: var(--font-family-lucida-grande, Lucida Grande);
1865
+ --vid-player-control-button-size: var(--size-5-p-25-x, 42px);
1866
+ --vid-player-control-button-icon-size-hover: var(--size-3-p-5-x, 28px);
1867
+ --vid-player-timecode-font-size: 14px;
1868
+ --vid-player-timecode-container-min-width-size: 45px;
1869
+ --vid-player-progress-bar-container-height-size: 24px;
1870
+ --vid-player-unmute-button-width-size: 220;
1871
+ }
1872
+
1873
+ @media (min-width: 600px) {
1874
+ [data-content-brand="advertorial"],
1875
+ :host([data-content-brand="advertorial"]) {
1876
+ --vid-player-timecode-font-size: 16px;
1877
+ --vid-player-timecode-container-min-width-size: 58px;
1878
+ }
1879
+ }
1880
+
1881
+ @media (min-width: 1024px) {
1882
+ [data-content-brand="advertorial"],
1883
+ :host([data-content-brand="advertorial"]) {
1884
+ --vid-player-bottom-bar-gap-space: var(--gap-space-const-lg);
1885
+ --vid-player-timecode-font-size: 18px;
1886
+ --vid-player-progress-bar-container-height-size: 42px;
1887
+ }
1888
+ }
1889
+
1890
+ /* === TYPOGRAPHY TOKENS === */
1891
+
1892
+ [data-content-brand="advertorial"] .app-topbar-stage-title,
1893
+ :host([data-content-brand="advertorial"]) .app-topbar-stage-title {
1894
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1895
+ font-weight: var(--font-weight-black, 800);
1896
+ font-size: 12px;
1897
+ line-height: 14px;
1898
+ }
1899
+
1900
+ [data-content-brand="advertorial"] .app-topbar-tabs-title,
1901
+ :host([data-content-brand="advertorial"]) .app-topbar-tabs-title {
1902
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1903
+ font-weight: var(--font-weight-black, 800);
1904
+ font-size: 12px;
1905
+ line-height: 14px;
1906
+ text-transform: uppercase;
1907
+ }
1908
+
1909
+ [data-content-brand="advertorial"] .menu-item-label,
1910
+ :host([data-content-brand="advertorial"]) .menu-item-label {
1911
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1912
+ font-weight: 700;
1913
+ font-size: 15px;
1914
+ line-height: 15px;
1915
+ text-transform: uppercase;
1916
+ }
1917
+
1918
+ [data-content-brand="advertorial"] .menu-item-util-label,
1919
+ :host([data-content-brand="advertorial"]) .menu-item-util-label {
1920
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1921
+ font-weight: 700;
1922
+ font-size: var(--size-1-p-5-x, 12px);
1923
+ line-height: var(--size-1-p-5-x, 12px);
1924
+ text-transform: uppercase;
1925
+ }
1926
+
1927
+ /* === BREAKPOINT TOKENS === */
1928
+
1929
+ [data-content-brand="advertorial"],
1930
+ :host([data-content-brand="advertorial"]) {
1931
+ --menu-item-space: var(--space-1-x, 8px);
1932
+ --menu-item-font-size: 15px;
1933
+ --menu-item-util-font-size: var(--size-1-p-5-x, 12px);
1934
+ --menu-item-util-stack-space: var(--space-1-p-25-x, 10px);
1935
+ --menu-link-lane-height-size: var(--size-6-x, 48px);
1936
+ --menu-utillink-item-height-size: var(--size-6-x, 48px);
1937
+ --menu-link-item-inline-space: var(--space-0-p-5-x, 4px);
1938
+ --menu-logo-default-size: var(--size-7-x, 56px);
1939
+ --menu-logo-scrolled-size: var(--size-7-x, 56px);
1940
+ --menu-special-navi-item-height-size: 48px;
1941
+ --sub-nav-bar-height-size: var(--size-5-p-25-x, 42px);
1942
+ --menu-utility-links-container-height-size: var(--size-const-lg);
1943
+ --menu-top-stack-space: var(--stack-space-const-sm);
1944
+ --menu-left-inline-space: var(--inline-space-const-sm);
1945
+ --menu-utility-links-gap-space: var(--gap-space-const-xl);
1946
+ --menu-right-inline-space: var(--space-0-x, 0px);
1947
+ --menu-bottom-stack-space: var(--stack-space-const-sm);
1948
+ --menu-utility-links-divider-height-size: var(--size-const-sm);
1949
+ --menu-shadow-visibility: var(--alpha-black-10, rgba(0, 0, 0, 0.1));
1950
+ --hey-input-shadow-visibility: var(--alpha-black-0, rgba(0, 0, 0, 0));
1951
+ --app-topbar-title-font-size: 12px;
1952
+ --app-topbar-stage-title-height: 14px;
1953
+ --i-osapp-top-bar-height-size: 44px;
1954
+ --i-osapp-top-bar-left-inline-space: 12px;
1955
+ --i-osapp-top-bar-right-inline-space: 16px;
1956
+ }
1957
+
1958
+ @media (min-width: 600px) {
1959
+ [data-content-brand="advertorial"],
1960
+ :host([data-content-brand="advertorial"]) {
1961
+ --app-topbar-title-font-size: 14px;
1962
+ --app-topbar-stage-title-height: 17px;
1963
+ --i-osapp-top-bar-height-size: 48px;
1964
+ --i-osapp-top-bar-left-inline-space: 19px;
1965
+ --i-osapp-top-bar-right-inline-space: 19px;
1966
+ }
1967
+ }
1968
+
1969
+ @media (min-width: 1024px) {
1970
+ [data-content-brand="advertorial"],
1971
+ :host([data-content-brand="advertorial"]) {
1972
+ --menu-logo-default-size: var(--size-18-p-5-x, 148px);
1973
+ --menu-special-navi-item-height-size: 56px;
1974
+ --menu-utility-links-container-height-size: var(--size-12-p-5-x, 100px);
1975
+ --menu-top-stack-space: var(--stack-space-const-md);
1976
+ --menu-left-inline-space: var(--inline-space-const-lg);
1977
+ --menu-utility-links-gap-space: var(--gap-space-const-2-xl);
1978
+ --menu-right-inline-space: var(--inline-space-const-lg);
1979
+ --menu-bottom-stack-space: var(--space-0-x, 0px);
1980
+ --menu-utility-links-divider-height-size: var(--size-const-md);
1981
+ --menu-shadow-visibility: var(--alpha-black-0, rgba(0, 0, 0, 0));
1982
+ --hey-input-shadow-visibility: var(--alpha-black-10, rgba(0, 0, 0, 0.1));
1983
+ }
1984
+ }
1985
+
1986
+ /* === TYPOGRAPHY TOKENS === */
1987
+
1988
+ [data-content-brand="advertorial"] .news-ticker-time-stamp,
1989
+ :host([data-content-brand="advertorial"]) .news-ticker-time-stamp {
1990
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1991
+ font-weight: var(--font-weight-bold, 700);
1992
+ font-size: 16px;
1993
+ line-height: 20.8px;
1994
+ }
1995
+
1996
+ [data-content-brand="advertorial"] .news-ticker-kicker,
1997
+ :host([data-content-brand="advertorial"]) .news-ticker-kicker {
1998
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
1999
+ font-weight: var(--font-weight-bold, 700);
2000
+ font-size: var(--kicker-3-font-size, 14px);
2001
+ line-height: var(--kicker-3-line-height, 15.4px);
2002
+ }
2003
+
2004
+ [data-content-brand="advertorial"] .news-ticker-headline,
2005
+ :host([data-content-brand="advertorial"]) .news-ticker-headline {
2006
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
2007
+ font-weight: 900;
2008
+ font-size: var(--headline-3-font-size, 24px);
2009
+ line-height: var(--headline-3-line-height, 26.4px);
2010
+ }
2011
+
2012
+ /* === BREAKPOINT TOKENS === */
2013
+
2014
+ [data-content-brand="advertorial"],
2015
+ :host([data-content-brand="advertorial"]) {
2016
+ --news-ticker-time-font-size: 16px;
2017
+ --news-ticker-time-font-weight: var(--font-weight-bold, 700);
2018
+ --news-ticker-time-font-family: var(--font-family-lucida-grande, Lucida Grande);
2019
+ --news-ticker-time-line-height: 20.8px;
2020
+ --news-ticker-content-stack-space: var(--gap-space-const-xs);
2021
+ --news-ticker-kicker-inner-stack-space: var(--space-0-p-25-x, 2px);
2022
+ --news-ticker-titles-inline-space: 18px;
2023
+ --news-ticker-badges-inline-space: var(--space-1-x, 8px);
2024
+ --news-ticker-time-kicker-stack-space: var(--space-0-p-5-x, 4px);
2025
+ --news-ticker-entries-stack-space: var(--space-2-p-75-x, 22px);
2026
+ --news-ticker-kicker-inner-inline-space: var(--space-0-p-5-x, 4px);
2027
+ --news-ticker-skeleton-bottom-space: var(--space-8-x, 64px);
2028
+ --news-ticker-red-dot-size: var(--size-1-p-5-x, 12px);
2029
+ --news-ticker-entries-left-inline-space: var(--space-2-p-75-x, 22px);
2030
+ --news-ticker-line-inline-space: var(--space-0-p-75-x, 6px);
2031
+ --news-ticker-app-card-height-size: 116px;
2032
+ --news-ticker-app-card-width-size: 250px;
2033
+ }
2034
+
2035
+ @media (min-width: 390px) {
2036
+ [data-content-brand="advertorial"],
2037
+ :host([data-content-brand="advertorial"]) {
2038
+ --news-ticker-time-font-family: var(--label-font-family);
2039
+ }
2040
+ }
2041
+
2042
+ @media (min-width: 600px) {
2043
+ [data-content-brand="advertorial"],
2044
+ :host([data-content-brand="advertorial"]) {
2045
+ --news-ticker-titles-inline-space: var(--space-3-x, 24px);
2046
+ --news-ticker-badges-inline-space: var(--space-1-p-5-x, 12px);
2047
+ --news-ticker-time-kicker-stack-space: var(--space-0-p-75-x, 6px);
2048
+ --news-ticker-skeleton-bottom-space: 0px;
2049
+ --news-ticker-red-dot-size: var(--size-1-p-75-x, 14px);
2050
+ --news-ticker-line-inline-space: 7px;
2051
+ --news-ticker-app-card-height-size: 150px;
2052
+ --news-ticker-app-card-width-size: 300px;
2053
+ }
2054
+ }
2055
+
2056
+ @media (min-width: 1024px) {
2057
+ [data-content-brand="advertorial"],
2058
+ :host([data-content-brand="advertorial"]) {
2059
+ --news-ticker-time-font-size: 18px;
2060
+ --news-ticker-time-line-height: 23.4px;
2061
+ --news-ticker-titles-inline-space: 30px;
2062
+ --news-ticker-badges-inline-space: var(--space-2-x, 16px);
2063
+ --news-ticker-red-dot-size: var(--size-2-x, 16px);
2064
+ --news-ticker-line-inline-space: var(--space-1-x, 8px);
2065
+ }
2066
+ }
2067
+
2068
+ /* === TYPOGRAPHY TOKENS === */
2069
+
2070
+ [data-content-brand="advertorial"] .numbered-pagination-active,
2071
+ :host([data-content-brand="advertorial"]) .numbered-pagination-active {
2072
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
2073
+ font-weight: var(--font-weight-bold, 700);
2074
+ font-size: var(--label-1-font-size, 17px);
2075
+ line-height: var(--label-1-line-height, 20.4px);
2076
+ letter-spacing: var(--letter-space-0-p-25, 0.25px);
2077
+ text-decoration: underline;
2078
+ }
2079
+
2080
+ /* === BREAKPOINT TOKENS === */
2081
+
2082
+ [data-content-brand="advertorial"],
2083
+ :host([data-content-brand="advertorial"]) {
2084
+ --gallery-pagination-item-height-size: var(--size-0-p-5-x, 4px);
2085
+ --gallery-pagination-container-web-inline-space: var(--inline-space-const-sm);
2086
+ --gallery-pagination-container-stack-space: var(--stack-space-const-md);
2087
+ --gallery-pagination-container-app-inline-space: var(--inline-space-const-md);
2088
+ --scroll-bar-thickness-size: var(--size-1-x, 8px);
2089
+ }
2090
+
2091
+ @media (min-width: 600px) {
2092
+ [data-content-brand="advertorial"],
2093
+ :host([data-content-brand="advertorial"]) {
2094
+ --gallery-pagination-container-web-inline-space: var(--inline-space-const-md);
2095
+ --gallery-pagination-container-stack-space: var(--stack-space-const-lg);
2096
+ }
2097
+ }
2098
+
2099
+ /* === TYPOGRAPHY TOKENS === */
2100
+
2101
+ [data-content-brand="advertorial"] .paywall-card-price-tag,
2102
+ :host([data-content-brand="advertorial"]) .paywall-card-price-tag {
2103
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
2104
+ font-weight: var(--font-weight-black, 800);
2105
+ font-size: var(--size-8-x, 64px);
2106
+ line-height: var(--size-8-x, 64px);
2107
+ letter-spacing: var(--letter-space-neg-0-p-5, -0.5px);
2108
+ }
2109
+
2110
+ [data-content-brand="advertorial"] .paywall-card-note,
2111
+ :host([data-content-brand="advertorial"]) .paywall-card-note {
2112
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
2113
+ font-weight: var(--font-weight-black, 800);
2114
+ font-size: var(--size-5-x, 40px);
2115
+ line-height: var(--size-5-x, 40px);
2116
+ letter-spacing: var(--letter-space-neg-0-p-5, -0.5px);
2117
+ }
2118
+
2119
+ /* === BREAKPOINT TOKENS === */
2120
+
2121
+ [data-content-brand="advertorial"],
2122
+ :host([data-content-brand="advertorial"]) {
2123
+ --paywall-container-gap-space: -48px;
2124
+ --paywall-header-bottom-stack-space: var(--space-10-x, 80px);
2125
+ --paywall-card-max-width-size: 346px;
2126
+ --paywall-card-price-tag-font-size: var(--size-8-x, 64px);
2127
+ --paywall-card-price-tag-line-height: var(--size-8-x, 64px);
2128
+ --paywall-card-price-note-line-height: var(--size-5-x, 40px);
2129
+ --paywall-card-price-note-font-size: var(--size-5-x, 40px);
2130
+ }
2131
+
2132
+ /* === BREAKPOINT TOKENS === */
2133
+
2134
+ [data-content-brand="advertorial"],
2135
+ :host([data-content-brand="advertorial"]) {
2136
+ --quote-container-inline-space: var(--inline-space-const-lg);
2137
+ --quote-container-stack-space: var(--stack-space-resp-lg);
2138
+ --quote-quotation-marks-font-size: var(--size-3-p-5-x, 28px);
2139
+ --quote-content-gap-space: var(--gap-space-const-lg);
2140
+ }
2141
+
2142
+ @media (min-width: 600px) {
2143
+ [data-content-brand="advertorial"],
2144
+ :host([data-content-brand="advertorial"]) {
2145
+ --quote-quotation-marks-font-size: var(--size-4-x, 32px);
2146
+ --quote-content-gap-space: var(--gap-space-const-3-xl);
2147
+ }
2148
+ }
2149
+
2150
+ @media (min-width: 1024px) {
2151
+ [data-content-brand="advertorial"],
2152
+ :host([data-content-brand="advertorial"]) {
2153
+ --quote-container-inline-space: var(--space-3-p-5-x, 28px);
2154
+ --quote-quotation-marks-font-size: var(--size-4-p-5-x, 36px);
2155
+ }
2156
+ }
2157
+
2158
+ /* === BREAKPOINT TOKENS === */
2159
+
2160
+ [data-content-brand="advertorial"],
2161
+ :host([data-content-brand="advertorial"]) {
2162
+ --radio-selector-size: var(--size-2-p-5-x, 20px);
2163
+ --radio-selector-dot-active-size: var(--size-1-p-5-x, 12px);
2164
+ }
2165
+
2166
+ /* === BREAKPOINT TOKENS === */
2167
+
2168
+ [data-content-brand="advertorial"],
2169
+ :host([data-content-brand="advertorial"]) {
2170
+ --search-result-badge-height-size: var(--size-2-p-25-x, 18px);
2171
+ }
2172
+
2173
+ /* === BREAKPOINT TOKENS === */
2174
+
2175
+ [data-content-brand="advertorial"],
2176
+ :host([data-content-brand="advertorial"]) {
2177
+ --section-title-inner-stack-bottom-space: var(--space-1-p-5-x, 12px);
2178
+ --section-title-height-size: var(--size-4-x, 32px);
2179
+ --section-title-arrow-inline-space: 5px;
2180
+ --section-title-arrow-inline-space-active: 5px;
2181
+ }
2182
+
2183
+ @media (min-width: 1024px) {
2184
+ [data-content-brand="advertorial"],
2185
+ :host([data-content-brand="advertorial"]) {
2186
+ --section-title-height-size: var(--size-5-x, 40px);
2187
+ --section-title-arrow-inline-space-active: 8px;
2188
+ }
2189
+ }
2190
+
2191
+ /* === BREAKPOINT TOKENS === */
2192
+
2193
+ [data-content-brand="advertorial"],
2194
+ :host([data-content-brand="advertorial"]) {
2195
+ --separator-thickness-size: var(--border-width-thick);
2196
+ }
2197
+
2198
+ /* === BREAKPOINT TOKENS === */
2199
+
2200
+ [data-content-brand="advertorial"],
2201
+ :host([data-content-brand="advertorial"]) {
2202
+ --headlines-skeleton-image-placeholder-max-width: 282px;
2203
+ --article-skeleton-image-inline-space: var(--grid-space-resp-base);
2204
+ --article-skeleton-text-inline-space: 0px;
2205
+ --article-text-skeleton-height-size: 270px;
2206
+ }
2207
+
2208
+ @media (min-width: 600px) {
2209
+ [data-content-brand="advertorial"],
2210
+ :host([data-content-brand="advertorial"]) {
2211
+ --headlines-skeleton-image-placeholder-max-width: var(--size-20-x, 160px);
2212
+ --article-skeleton-image-inline-space: var(--space-6-x, 48px);
2213
+ --article-skeleton-text-inline-space: var(--space-6-x, 48px);
2214
+ --article-text-skeleton-height-size: 720px;
2215
+ }
2216
+ }
2217
+
2218
+ /* === BREAKPOINT TOKENS === */
2219
+
2220
+ [data-content-brand="advertorial"],
2221
+ :host([data-content-brand="advertorial"]) {
2222
+ --slider-progress-bar-idle-height-size: var(--size-0-p-5-x, 4px);
2223
+ --slider-progress-bar-hover-height-size: var(--size-1-x, 8px);
2224
+ --slider-progress-inactive-height-size: var(--size-0-p-25-x, 2px);
2225
+ --vid-player-progress-bar-height-size: var(--size-1-p-5-x, 12px);
2226
+ }
2227
+
2228
+ /* === TYPOGRAPHY TOKENS === */
2229
+
2230
+ [data-content-brand="advertorial"] .special-navi-item-label,
2231
+ :host([data-content-brand="advertorial"]) .special-navi-item-label {
2232
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
2233
+ font-weight: 700;
2234
+ font-size: 15px;
2235
+ line-height: 15px;
2236
+ }
2237
+
2238
+ /* === BREAKPOINT TOKENS === */
2239
+
2240
+ [data-content-brand="advertorial"],
2241
+ :host([data-content-brand="advertorial"]) {
2242
+ --special-navi-inline-space: var(--space-3-x, 24px);
2243
+ }
2244
+
2245
+ @media (min-width: 1024px) {
2246
+ [data-content-brand="advertorial"],
2247
+ :host([data-content-brand="advertorial"]) {
2248
+ --special-navi-inline-space: var(--space-4-x, 32px);
2249
+ }
2250
+ }
2251
+
2252
+ /* === BREAKPOINT TOKENS === */
2253
+
2254
+ [data-content-brand="advertorial"],
2255
+ :host([data-content-brand="advertorial"]) {
2256
+ --video-spinner-size: var(--size-const-sm);
2257
+ --video-spinner-stroke-size: 2px;
2258
+ --video-spinner-size-0-5-x: 20px;
2259
+ }
2260
+
2261
+ @media (min-width: 600px) {
2262
+ [data-content-brand="advertorial"],
2263
+ :host([data-content-brand="advertorial"]) {
2264
+ --video-spinner-size: var(--size-10-x, 80px);
2265
+ --video-spinner-stroke-size: 4px;
2266
+ --video-spinner-size-0-5-x: 40px;
2267
+ }
2268
+ }
2269
+
2270
+ /* === TYPOGRAPHY TOKENS === */
2271
+
2272
+ [data-content-brand="advertorial"] .tab-label,
2273
+ :host([data-content-brand="advertorial"]) .tab-label {
2274
+ font-family: var(--font-family-gotham-xnarrow, Gotham XNarrow);
2275
+ font-weight: var(--font-weight-bold, 700);
2276
+ font-size: var(--tab-label-font-size, 16px);
2277
+ text-transform: uppercase;
2278
+ }
2279
+
2280
+ [data-content-brand="advertorial"] .app-bottom-bar-label-default,
2281
+ :host([data-content-brand="advertorial"]) .app-bottom-bar-label-default {
2282
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
2283
+ font-weight: var(--font-weight-book, 400);
2284
+ font-size: 11px;
2285
+ line-height: 14.4px;
2286
+ }
2287
+
2288
+ [data-content-brand="advertorial"] .app-bottom-bar-label-active,
2289
+ :host([data-content-brand="advertorial"]) .app-bottom-bar-label-active {
2290
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
2291
+ font-weight: var(--font-weight-bold, 700);
2292
+ font-size: 11px;
2293
+ line-height: 14.4px;
2294
+ }
2295
+
2296
+ /* === BREAKPOINT TOKENS === */
2297
+
2298
+ [data-content-brand="advertorial"],
2299
+ :host([data-content-brand="advertorial"]) {
2300
+ --tab-label-font-size: 16px;
2301
+ --ios-tabbar-height-size: 49px;
2302
+ --android-tabbar-height-size: 56px;
2303
+ --tab-label-font-size-line: 12px;
2304
+ --apps-tabs-label-font-size: 11px;
2305
+ --apps-tabs-label-line-height: 14.4px;
2306
+ --top-bar-tab-item-height-size: 44px;
2307
+ }
2308
+
2309
+ @media (min-width: 390px) {
2310
+ [data-content-brand="advertorial"],
2311
+ :host([data-content-brand="advertorial"]) {
2312
+ --apps-tabs-label-font-size: 12px;
2313
+ }
2314
+ }
2315
+
2316
+ @media (min-width: 600px) {
2317
+ [data-content-brand="advertorial"],
2318
+ :host([data-content-brand="advertorial"]) {
2319
+ --android-tabbar-height-size: 74px;
2320
+ --tab-label-font-size-line: 16px;
2321
+ --apps-tabs-label-font-size: 16px;
2322
+ --apps-tabs-label-line-height: 23.4px;
2323
+ }
2324
+ }
2325
+
2326
+ /* === BREAKPOINT TOKENS === */
2327
+
2328
+ [data-content-brand="advertorial"],
2329
+ :host([data-content-brand="advertorial"]) {
2330
+ --table-column-width-size-1-x: var(--size-10-x, 80px);
2331
+ --table-column-width-size-2-x: var(--size-17-p-5-x, 140px);
2332
+ --table-column-width-size-0-p-5-x: var(--size-5-x, 40px);
2333
+ --table-column-width-size-1-p-5-x: var(--size-15-x, 120px);
2334
+ --table-column-width-size-2-p-5-x: var(--size-22-p-5-x, 180px);
2335
+ --table-column-width-size-0-p-75-x: var(--size-7-x, 56px);
2336
+ --table-column-width-size-3-x: var(--size-25-x, 200px);
2337
+ --table-item-max-width-size: 224px;
2338
+ }
2339
+
2340
+ @media (min-width: 600px) {
2341
+ [data-content-brand="advertorial"],
2342
+ :host([data-content-brand="advertorial"]) {
2343
+ --table-column-width-size-1-x: var(--size-12-x, 96px);
2344
+ --table-column-width-size-2-x: var(--size-22-p-5-x, 180px);
2345
+ --table-column-width-size-0-p-5-x: var(--size-6-x, 48px);
2346
+ --table-column-width-size-1-p-5-x: var(--size-20-x, 160px);
2347
+ --table-column-width-size-2-p-5-x: var(--size-30-x, 240px);
2348
+ --table-column-width-size-0-p-75-x: var(--size-8-x, 64px);
2349
+ --table-column-width-size-3-x: var(--size-35-x, 280px);
2350
+ }
2351
+ }
2352
+
2353
+ @media (min-width: 1024px) {
2354
+ [data-content-brand="advertorial"],
2355
+ :host([data-content-brand="advertorial"]) {
2356
+ --table-column-width-size-1-x: var(--size-17-p-5-x, 140px);
2357
+ --table-column-width-size-2-x: var(--size-27-p-5-x, 220px);
2358
+ --table-column-width-size-0-p-5-x: var(--size-9-x, 72px);
2359
+ --table-column-width-size-1-p-5-x: var(--size-22-p-5-x, 180px);
2360
+ --table-column-width-size-0-p-75-x: var(--size-12-p-5-x, 100px);
2361
+ }
2362
+ }
2363
+
2364
+ /* === TYPOGRAPHY TOKENS === */
2365
+
2366
+ [data-content-brand="advertorial"] .a-teaser-a-teaser-kicker,
2367
+ :host([data-content-brand="advertorial"]) .a-teaser-a-teaser-kicker {
2368
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
2369
+ font-weight: 700;
2370
+ font-size: var(--kicker-3-font-size, 14px);
2371
+ line-height: var(--kicker-3-font-size, 14px);
2372
+ }
2373
+
2374
+ [data-content-brand="advertorial"] .a-teaser-a-teaser-headline,
2375
+ :host([data-content-brand="advertorial"]) .a-teaser-a-teaser-headline {
2376
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
2377
+ font-weight: 900;
2378
+ font-size: var(--headline-3-font-size, 24px);
2379
+ line-height: var(--headline-3-font-size, 24px);
2380
+ }
2381
+
2382
+ [data-content-brand="advertorial"] .m-qteaser-m-qteaser-kicker,
2383
+ :host([data-content-brand="advertorial"]) .m-qteaser-m-qteaser-kicker {
2384
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
2385
+ font-weight: 700;
2386
+ font-size: var(--kicker-4-font-size, 12px);
2387
+ line-height: var(--kicker-4-line-height, 13.2px);
2388
+ }
2389
+
2390
+ [data-content-brand="advertorial"] .m-qteaser-m-qteaser-headline,
2391
+ :host([data-content-brand="advertorial"]) .m-qteaser-m-qteaser-headline {
2392
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
2393
+ font-weight: 900;
2394
+ font-size: var(--headline-4-font-size, 16px);
2395
+ line-height: var(--headline-4-line-height, 18.4px);
2396
+ }
2397
+
2398
+ [data-content-brand="advertorial"] .q-teaser-q-teaser-headline,
2399
+ :host([data-content-brand="advertorial"]) .q-teaser-q-teaser-headline {
2400
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
2401
+ font-weight: 900;
2402
+ font-size: var(--headline-1-font-size, 36px);
2403
+ line-height: var(--headline-1-line-height, 37.8px);
2404
+ }
2405
+
2406
+ [data-content-brand="advertorial"] .std-teaser-std-teaser-headline,
2407
+ :host([data-content-brand="advertorial"]) .std-teaser-std-teaser-headline {
2408
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
2409
+ font-weight: 700;
2410
+ font-size: var(--headline-4-font-size, 16px);
2411
+ line-height: var(--headline-4-line-height, 18.4px);
2412
+ }
2413
+
2414
+ /* === BREAKPOINT TOKENS === */
2415
+
2416
+ [data-content-brand="advertorial"],
2417
+ :host([data-content-brand="advertorial"]) {
2418
+ --teaser-title-inline-left-space: var(--grid-space-resp-base);
2419
+ --teaser-title-stack-space: var(--space-0-p-5-x, 4px);
2420
+ --teaser-title-gap-space: var(--gap-space-const-xs);
2421
+ --teaser-kicker-bg-inline-space: var(--inline-space-const-xs);
2422
+ --teaser-kicker-bg-stack-space: var(--stack-space-const-3-xs);
2423
+ --teaser-badges-margin-space: var(--inline-space-const-sm);
2424
+ --teaser-badges-height-size-lg: var(--size-const-xs);
2425
+ --teaser-title-bottom-stack-space: var(--space-1-p-5-x, 12px);
2426
+ --teaser-badges-height-size-sm: var(--size-resp-2-xs);
2427
+ --teaser-layout-grid-space: var(--grid-space-resp-base);
2428
+ --m-qteaser-headline-font-size: var(--headline-4-font-size);
2429
+ --m-qteaser-headline-font-weight: var(--headline-4-font-weight);
2430
+ --m-qteaser-headline-line-height: var(--headline-4-line-height);
2431
+ --mq-teaser-title-inline-space: var(--space-1-x, 8px);
2432
+ --a-teaser-kicker-font-size: var(--kicker-3-font-size);
2433
+ --a-teaser-headline-font-size: var(--headline-3-font-size);
2434
+ --a-teaser-kicker-line-height: var(--kicker-3-font-size);
2435
+ --a-teaser-headline-line-height: var(--headline-3-font-size);
2436
+ --a-teaser-title-inline-space: var(--space-1-x, 8px);
2437
+ --std-teaser-image-title-gap-space: var(--gap-space-const-xs);
2438
+ --std-teaser-badges-margin-space: var(--space-0-p-5-x, 4px);
2439
+ --std-teaser-kicker-headline-stack-space: var(--stack-space-const-3-xs);
2440
+ --quad-headline-font-size: var(--headline-1-font-size);
2441
+ --quad-kicker-font-size: var(--kicker-1-font-size);
2442
+ --quad-headline-line-height: var(--headline-1-line-height);
2443
+ --q-teaser-title-inline-space: var(--space-1-x, 8px);
2444
+ --bild-play-teaser-width-size: 145px;
2445
+ --super-ateaser-title-inline-space: var(--space-2-x, 16px);
2446
+ --b-teaser-title-inline-space: var(--space-1-x, 8px);
2447
+ }
2448
+
2449
+ @media (min-width: 600px) {
2450
+ [data-content-brand="advertorial"],
2451
+ :host([data-content-brand="advertorial"]) {
2452
+ --teaser-title-inline-left-space: var(--space-0-x, 0px);
2453
+ --teaser-title-bottom-stack-space: var(--space-2-x, 16px);
2454
+ --m-qteaser-headline-font-size: var(--headline-3-font-size);
2455
+ --m-qteaser-headline-font-weight: var(--headline-3-font-weight);
2456
+ --m-qteaser-headline-line-height: var(--headline-3-line-height);
2457
+ --a-teaser-kicker-font-size: var(--kicker-2-font-size);
2458
+ --a-teaser-headline-font-size: var(--headline-2-font-size);
2459
+ --a-teaser-kicker-line-height: var(--kicker-2-font-size);
2460
+ --a-teaser-headline-line-height: var(--headline-2-line-height);
2461
+ --a-teaser-title-inline-space: var(--space-1-p-5-x, 12px);
2462
+ --std-teaser-image-title-gap-space: var(--space-0-p-75-x, 6px);
2463
+ --std-teaser-badges-margin-space: var(--space-1-x, 8px);
2464
+ --quad-kicker-font-size: var(--kicker-2-font-size);
2465
+ --q-teaser-title-inline-space: var(--space-2-x, 16px);
2466
+ --bild-play-teaser-width-size: 169px;
2467
+ }
2468
+ }
2469
+
2470
+ @media (min-width: 1024px) {
2471
+ [data-content-brand="advertorial"],
2472
+ :host([data-content-brand="advertorial"]) {
2473
+ --teaser-title-stack-space: var(--space-0-p-75-x, 6px);
2474
+ --teaser-badges-height-size-lg: var(--size-const-sm);
2475
+ --q-teaser-title-inline-space: var(--space-1-p-5-x, 12px);
2476
+ --bild-play-teaser-width-size: 193px;
2477
+ }
2478
+ }
2479
+
2480
+ /* === TYPOGRAPHY TOKENS === */
2481
+
2482
+ [data-content-brand="advertorial"] .app-toogle-item-label,
2483
+ :host([data-content-brand="advertorial"]) .app-toogle-item-label {
2484
+ font-family: var(--font-family-lucida-grande, Lucida Grande);
2485
+ font-weight: var(--font-weight-black, 800);
2486
+ font-size: 14px;
2487
+ line-height: 14.1px;
2488
+ text-transform: uppercase;
2489
+ }
2490
+
2491
+ /* === BREAKPOINT TOKENS === */
2492
+
2493
+ [data-content-brand="advertorial"],
2494
+ :host([data-content-brand="advertorial"]) {
2495
+ --app-toggle-item-label-font-size: 14px;
2496
+ --app-toggle-item-label-line-height: 14.1px;
2497
+ }
2498
+
2499
+ @media (min-width: 600px) {
2500
+ [data-content-brand="advertorial"],
2501
+ :host([data-content-brand="advertorial"]) {
2502
+ --app-toggle-item-label-font-size: 16px;
2503
+ --app-toggle-item-label-line-height: 16.2px;
2504
+ }
2505
+ }
2506
+
2507
+ @media (min-width: 1024px) {
2508
+ [data-content-brand="advertorial"],
2509
+ :host([data-content-brand="advertorial"]) {
2510
+ --app-toggle-item-label-font-size: 18px;
2511
+ --app-toggle-item-label-line-height: 18.2px;
2512
+ }
2513
+ }
2514
+
2515
+ /* === BREAKPOINT TOKENS === */
2516
+
2517
+ [data-content-brand="advertorial"],
2518
+ :host([data-content-brand="advertorial"]) {
2519
+ --video-time-badge-corner-size: var(--border-radius-xs);
2520
+ --video-time-badge-font-size: 16px;
2521
+ --video-time-badge-size: var(--size-3-x, 24px);
2522
+ --video-red-play-icon-width-size: var(--size-1-x, 8px);
2523
+ --video-red-play-icon-height-size: var(--size-1-p-25-x, 10px);
2524
+ --video-badge-time-line-height: 21px;
2525
+ --video-skeleton-container-height: 180px;
2526
+ --video-frame-inline-space: 0px;
2527
+ --vertical-video-mock-headline-font-size: 22px;
2528
+ --video-ad-badge-font-size: 14px;
2529
+ }
2530
+
2531
+ @media (min-width: 600px) {
2532
+ [data-content-brand="advertorial"],
2533
+ :host([data-content-brand="advertorial"]) {
2534
+ --video-time-badge-font-size: 18px;
2535
+ --video-time-badge-size: var(--size-4-x, 32px);
2536
+ --video-red-play-icon-width-size: var(--size-1-p-5-x, 12px);
2537
+ --video-red-play-icon-height-size: var(--size-1-p-75-x, 14px);
2538
+ --video-badge-time-line-height: 23.8px;
2539
+ --video-skeleton-container-height: 464px;
2540
+ --video-frame-inline-space: var(--grid-space-resp-base);
2541
+ --vertical-video-mock-headline-font-size: 32px;
2542
+ --video-ad-badge-font-size: 16px;
2543
+ }
2544
+ }
2545
+
2546
+ @media (min-width: 1024px) {
2547
+ [data-content-brand="advertorial"],
2548
+ :host([data-content-brand="advertorial"]) {
2549
+ --video-time-badge-size: var(--size-5-x, 40px);
2550
+ --video-red-play-icon-width-size: var(--size-1-p-75-x, 14px);
2551
+ --video-red-play-icon-height-size: var(--size-2-p-25-x, 18px);
2552
+ }
2553
+ }
2554
+
2555
+ /* === BREAKPOINT TOKENS === */
2556
+
2557
+ [data-content-brand="advertorial"],
2558
+ :host([data-content-brand="advertorial"]) {
2559
+ --bild-design-frame-space: var(--grid-space-resp-base);
2560
+ --ds-main-container-space: var(--space-0-x, 0px);
2561
+ --dsys-docs-width-size: 320px;
2562
+ --main-content-stage-size: 320px;
2563
+ --foundations-banner-height-size: var(--size-10-x, 80px);
2564
+ --ds-caption-stack-space-0-p-5-x: var(--space-0-p-5-x, 4px);
2565
+ --ds-caption-stack-space-1-x: var(--space-1-x, 8px);
2566
+ --1-column-mobile: 320px;
2567
+ --thin-banner-vertical-height-size: 558px;
2568
+ --specs-font-family: var(--font-family-gotham, Gotham);
2569
+ --doc-header-height-size: 144px;
2570
+ }
2571
+
2572
+ @media (min-width: 390px) {
2573
+ [data-content-brand="advertorial"],
2574
+ :host([data-content-brand="advertorial"]) {
2575
+ --dsys-docs-width-size: 750px;
2576
+ --main-content-stage-size: 750px;
2577
+ }
2578
+ }
2579
+
2580
+ @media (min-width: 600px) {
2581
+ [data-content-brand="advertorial"],
2582
+ :host([data-content-brand="advertorial"]) {
2583
+ --bild-design-frame-space: var(--space-8-x, 64px);
2584
+ --ds-main-container-space: var(--space-8-p-5-x, 68px);
2585
+ --dsys-docs-width-size: 962px;
2586
+ --main-content-stage-size: 962px;
2587
+ --ds-caption-stack-space-0-p-5-x: var(--space-0-p-75-x, 6px);
2588
+ --ds-caption-stack-space-1-x: var(--space-1-p-5-x, 12px);
2589
+ --1-column-mobile: 930px;
2590
+ --doc-header-height-size: 160px;
2591
+ }
2592
+ }
2593
+
2594
+ @media (min-width: 1024px) {
2595
+ [data-content-brand="advertorial"],
2596
+ :host([data-content-brand="advertorial"]) {
2597
+ --dsys-docs-width-size: 1440px;
2598
+ --main-content-stage-size: var(--size-128-x, 1024px);
2599
+ --foundations-banner-height-size: var(--size-17-p-5-x, 140px);
2600
+ --ds-caption-stack-space-0-p-5-x: var(--space-1-x, 8px);
2601
+ --ds-caption-stack-space-1-x: var(--space-2-x, 16px);
2602
+ --1-column-mobile: 656px;
2603
+ --thin-banner-vertical-height-size: 186px;
2604
+ --doc-header-height-size: 180px;
2605
+ }
2606
+ }