@solid-design-system/styles 1.5.1 → 1.5.3

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 (52) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/cdn/modules/interactive.css +1 -1
  3. package/cdn/modules/pagination.css +1 -1
  4. package/cdn/modules/prose.css +1 -1
  5. package/cdn/solid-styles.css +1 -1
  6. package/cdn-versioned/modules/chip.css +1 -1
  7. package/cdn-versioned/modules/container.css +1 -1
  8. package/cdn-versioned/modules/copyright.css +1 -1
  9. package/cdn-versioned/modules/display.css +1 -1
  10. package/cdn-versioned/modules/flag.css +1 -1
  11. package/cdn-versioned/modules/footnotes.css +1 -1
  12. package/cdn-versioned/modules/headline.css +1 -1
  13. package/cdn-versioned/modules/hidden-links.css +1 -1
  14. package/cdn-versioned/modules/interactive.css +1 -1
  15. package/cdn-versioned/modules/leadtext.css +1 -1
  16. package/cdn-versioned/modules/list.css +1 -1
  17. package/cdn-versioned/modules/mark.css +1 -1
  18. package/cdn-versioned/modules/media.css +1 -1
  19. package/cdn-versioned/modules/meta.css +1 -1
  20. package/cdn-versioned/modules/pagination.css +1 -1
  21. package/cdn-versioned/modules/paragraph.css +1 -1
  22. package/cdn-versioned/modules/prose.css +1 -1
  23. package/cdn-versioned/modules/status-badge.css +1 -1
  24. package/cdn-versioned/modules/table-cell.css +1 -1
  25. package/cdn-versioned/modules/table.css +1 -1
  26. package/cdn-versioned/solid-styles.css +1 -1
  27. package/dist/modules/interactive.css +17 -2
  28. package/dist/modules/pagination.css +5 -1
  29. package/dist/modules/prose.css +17 -2
  30. package/dist/solid-styles.css +22 -3
  31. package/dist-versioned/modules/chip.css +6 -6
  32. package/dist-versioned/modules/container.css +45 -45
  33. package/dist-versioned/modules/copyright.css +11 -11
  34. package/dist-versioned/modules/display.css +9 -9
  35. package/dist-versioned/modules/flag.css +6 -6
  36. package/dist-versioned/modules/footnotes.css +26 -26
  37. package/dist-versioned/modules/headline.css +67 -67
  38. package/dist-versioned/modules/hidden-links.css +7 -7
  39. package/dist-versioned/modules/interactive.css +53 -38
  40. package/dist-versioned/modules/leadtext.css +8 -8
  41. package/dist-versioned/modules/list.css +47 -47
  42. package/dist-versioned/modules/mark.css +2 -2
  43. package/dist-versioned/modules/media.css +7 -7
  44. package/dist-versioned/modules/meta.css +12 -12
  45. package/dist-versioned/modules/pagination.css +114 -110
  46. package/dist-versioned/modules/paragraph.css +8 -8
  47. package/dist-versioned/modules/prose.css +246 -231
  48. package/dist-versioned/modules/status-badge.css +8 -8
  49. package/dist-versioned/modules/table-cell.css +23 -23
  50. package/dist-versioned/modules/table.css +4 -4
  51. package/dist-versioned/solid-styles.css +483 -464
  52. package/package.json +1 -1
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * Generates basic styles for chip elements.
3
- * @name sd-1-5-1-chip
3
+ * @name sd-1-5-3-chip
4
4
  * @status stable
5
5
  * @since 1.30.0
6
- * @variant { primary-300 | primary-500 | white } sd-1-5-1-chip--...
6
+ * @variant { primary-300 | primary-500 | white } sd-1-5-3-chip--...
7
7
  */
8
8
 
9
- .sd-1-5-1-chip {
9
+ .sd-1-5-3-chip {
10
10
  display: inline-flex;
11
11
  height: var(--sd-spacing-6, 1.5rem) /* 24px */;
12
12
  align-items: center;
@@ -22,34 +22,34 @@
22
22
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
23
23
  }
24
24
 
25
- .sd-1-5-1-chip--primary-500 {
25
+ .sd-1-5-3-chip--primary-500 {
26
26
 
27
27
  background-color: rgb(var(--sd-color-primary-500, 70 109 175) / var(--tw-bg-opacity, 1)) /* Used for hover interaction */;
28
28
 
29
29
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
30
30
  }
31
31
 
32
- .sd-1-5-1-chip--primary-300 {
32
+ .sd-1-5-3-chip--primary-300 {
33
33
 
34
34
  background-color: rgb(var(--sd-color-primary-300, 200 213 231) / var(--tw-bg-opacity, 1)) /* Used for chip background */;
35
35
  }
36
36
 
37
- .sd-1-5-1-chip--white {
37
+ .sd-1-5-3-chip--white {
38
38
 
39
39
  background-color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-bg-opacity, 1)) /* Default background color (light mode) 
Used for inverted button */;
40
40
  }
41
41
 
42
42
  /**
43
43
  * Container lets users delimit and highlight a piece of content. The user has no interaction with it, it is merely a visual element that influences the flow of the page.
44
- * @name sd-1-5-1-container
44
+ * @name sd-1-5-3-container
45
45
  * @status stable
46
46
  * @since 1.30.0
47
- * @variant { primary-100 | primary | border-neutral-400 | white } sd-1-5-1-container--variant-... Defines the background color and border of sd-1-5-1-container.
48
- * @variant { sm } sd-1-5-1-container--padding-... Defines the padding of sd-1-5-1-container. This makes it adaptable to both small and large screens.
49
- * @variant { top | right | bottom | left } sd-1-5-1-container--triangle-... Defines an optional triangle cut-out for sd-1-5-1-container. This allows for an indentation resembling an arrow on any side of the container. CSS Property `triangle-background` defines the background color of the cut-out.
47
+ * @variant { primary-100 | primary | border-neutral-400 | white } sd-1-5-3-container--variant-... Defines the background color and border of sd-1-5-3-container.
48
+ * @variant { sm } sd-1-5-3-container--padding-... Defines the padding of sd-1-5-3-container. This makes it adaptable to both small and large screens.
49
+ * @variant { top | right | bottom | left } sd-1-5-3-container--triangle-... Defines an optional triangle cut-out for sd-1-5-3-container. This allows for an indentation resembling an arrow on any side of the container. CSS Property `triangle-background` defines the background color of the cut-out.
50
50
  */
51
51
 
52
- .sd-1-5-1-container {
52
+ .sd-1-5-3-container {
53
53
  position: relative;
54
54
 
55
55
  background-color: rgb(var(--sd-color-neutral-100, 246 246 246) / var(--tw-bg-opacity, 1)) /* Additional background color (light mode) */;
@@ -59,18 +59,18 @@
59
59
  padding-bottom: var(--sd-spacing-8, 2rem) /* 32px */;
60
60
  }
61
61
 
62
- .sd-1-5-1-container--variant-primary-100 {
62
+ .sd-1-5-3-container--variant-primary-100 {
63
63
 
64
64
  background-color: rgb(var(--sd-color-primary-100, 236 240 249) / var(--tw-bg-opacity, 1)) /* Additional background color (light mode) */;
65
65
  }
66
66
 
67
- .sd-1-5-1-container--variant-primary {
67
+ .sd-1-5-3-container--variant-primary {
68
68
 
69
69
  background-color: rgb(var(--sd-color-primary, 0 53 142) / var(--tw-bg-opacity, 1)) /* Inverted background color (light mode)
70
70
  Used for button */;
71
71
  }
72
72
 
73
- .sd-1-5-1-container--variant-border-neutral-400 {
73
+ .sd-1-5-3-container--variant-border-neutral-400 {
74
74
  border-style: solid;
75
75
  --tw-border-opacity: 1;
76
76
  border-color: rgb(var(--sd-color-neutral-400, 195 195 195) / var(--tw-border-opacity, 1)) /* Default border color.
@@ -80,27 +80,27 @@ Used for divider, teaser, container, ... */;
80
80
  border-width: 1px;
81
81
  }
82
82
 
83
- .sd-1-5-1-container--variant-white {
83
+ .sd-1-5-3-container--variant-white {
84
84
 
85
85
  background-color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-bg-opacity, 1)) /* Default background color (light mode) 
Used for inverted button */;
86
86
  }
87
87
 
88
- .sd-1-5-1-container--padding-sm {
88
+ .sd-1-5-3-container--padding-sm {
89
89
  padding-left: var(--sd-spacing-6, 1.5rem) /* 24px */;
90
90
  padding-right: var(--sd-spacing-6, 1.5rem) /* 24px */;
91
91
  padding-top: var(--sd-spacing-4, 1rem) /* 16px */;
92
92
  padding-bottom: var(--sd-spacing-4, 1rem) /* 16px */;
93
93
  }
94
94
 
95
- .sd-1-5-1-container {
95
+ .sd-1-5-3-container {
96
96
 
97
97
  --triangle-background: white;
98
98
  }
99
99
 
100
- .sd-1-5-1-container--triangle-top::before,
101
- .sd-1-5-1-container--triangle-right::before,
102
- .sd-1-5-1-container--triangle-bottom::before,
103
- .sd-1-5-1-container--triangle-left::before {
100
+ .sd-1-5-3-container--triangle-top::before,
101
+ .sd-1-5-3-container--triangle-right::before,
102
+ .sd-1-5-3-container--triangle-bottom::before,
103
+ .sd-1-5-3-container--triangle-left::before {
104
104
  position: absolute;
105
105
  display: block;
106
106
  border-style: solid;
@@ -109,38 +109,38 @@ Used for divider, teaser, container, ... */;
109
109
  content: '';
110
110
  }
111
111
 
112
- .sd-1-5-1-container--triangle-top::before {
112
+ .sd-1-5-3-container--triangle-top::before {
113
113
  top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
114
114
  left: calc(50% - 14px);
115
115
  border-top-color: var(--triangle-background);
116
116
  }
117
117
 
118
- .sd-1-5-1-container--triangle-right::before {
118
+ .sd-1-5-3-container--triangle-right::before {
119
119
  right: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
120
120
  top: calc(50% - 14px);
121
121
  border-right-color: var(--triangle-background);
122
122
  }
123
123
 
124
- .sd-1-5-1-container--triangle-bottom::before {
124
+ .sd-1-5-3-container--triangle-bottom::before {
125
125
  bottom: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
126
126
  left: calc(50% - 14px);
127
127
  border-bottom-color: var(--triangle-background);
128
128
  }
129
129
 
130
- .sd-1-5-1-container--triangle-left::before {
130
+ .sd-1-5-3-container--triangle-left::before {
131
131
  left: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
132
132
  top: calc(50% - 14px);
133
133
  border-left-color: var(--triangle-background);
134
134
  }
135
135
 
136
- .sd-1-5-1-container--triangle-top-border::after,
137
- .sd-1-5-1-container--triangle-top-border::before,
138
- .sd-1-5-1-container--triangle-right-border::after,
139
- .sd-1-5-1-container--triangle-right-border::before,
140
- .sd-1-5-1-container--triangle-bottom-border::after,
141
- .sd-1-5-1-container--triangle-bottom-border::before,
142
- .sd-1-5-1-container--triangle-left-border::after,
143
- .sd-1-5-1-container--triangle-left-border::before {
136
+ .sd-1-5-3-container--triangle-top-border::after,
137
+ .sd-1-5-3-container--triangle-top-border::before,
138
+ .sd-1-5-3-container--triangle-right-border::after,
139
+ .sd-1-5-3-container--triangle-right-border::before,
140
+ .sd-1-5-3-container--triangle-bottom-border::after,
141
+ .sd-1-5-3-container--triangle-bottom-border::before,
142
+ .sd-1-5-3-container--triangle-left-border::after,
143
+ .sd-1-5-3-container--triangle-left-border::before {
144
144
  position: absolute;
145
145
  display: block;
146
146
  border-style: solid;
@@ -148,94 +148,94 @@ Used for divider, teaser, container, ... */;
148
148
  content: '';
149
149
  }
150
150
 
151
- .sd-1-5-1-container--triangle-top-border::after, .sd-1-5-1-container--triangle-right-border::after, .sd-1-5-1-container--triangle-bottom-border::after, .sd-1-5-1-container--triangle-left-border::after {
151
+ .sd-1-5-3-container--triangle-top-border::after, .sd-1-5-3-container--triangle-right-border::after, .sd-1-5-3-container--triangle-bottom-border::after, .sd-1-5-3-container--triangle-left-border::after {
152
152
  border-width: 14px;
153
153
  }
154
154
 
155
- .sd-1-5-1-container--triangle-top-border::before, .sd-1-5-1-container--triangle-right-border::before, .sd-1-5-1-container--triangle-bottom-border::before, .sd-1-5-1-container--triangle-left-border::before {
155
+ .sd-1-5-3-container--triangle-top-border::before, .sd-1-5-3-container--triangle-right-border::before, .sd-1-5-3-container--triangle-bottom-border::before, .sd-1-5-3-container--triangle-left-border::before {
156
156
  border-width: 15px;
157
157
  }
158
158
 
159
- .sd-1-5-1-container--triangle-top-border::after,
160
- .sd-1-5-1-container--triangle-top-border::before {
159
+ .sd-1-5-3-container--triangle-top-border::after,
160
+ .sd-1-5-3-container--triangle-top-border::before {
161
161
  top: -1px;
162
162
  }
163
163
 
164
- .sd-1-5-1-container--triangle-top-border::before {
164
+ .sd-1-5-3-container--triangle-top-border::before {
165
165
  --tw-border-opacity: 1;
166
166
  border-top-color: rgb(var(--sd-color-neutral-400, 195 195 195) / var(--tw-border-opacity, 1)) /* Default border color.
167
167
  Used for divider, teaser, container, ... */;
168
168
  left: calc(50% - 15px);
169
169
  }
170
170
 
171
- .sd-1-5-1-container--triangle-top-border::after {
171
+ .sd-1-5-3-container--triangle-top-border::after {
172
172
  left: calc(50% - 14px);
173
173
  border-top-color: var(--triangle-background);
174
174
  }
175
175
 
176
- .sd-1-5-1-container--triangle-right-border::after,
177
- .sd-1-5-1-container--triangle-right-border::before {
176
+ .sd-1-5-3-container--triangle-right-border::after,
177
+ .sd-1-5-3-container--triangle-right-border::before {
178
178
  right: -1px;
179
179
  }
180
180
 
181
- .sd-1-5-1-container--triangle-right-border::before {
181
+ .sd-1-5-3-container--triangle-right-border::before {
182
182
  --tw-border-opacity: 1;
183
183
  border-right-color: rgb(var(--sd-color-neutral-400, 195 195 195) / var(--tw-border-opacity, 1)) /* Default border color.
184
184
  Used for divider, teaser, container, ... */;
185
185
  top: calc(50% - 15px);
186
186
  }
187
187
 
188
- .sd-1-5-1-container--triangle-right-border::after {
188
+ .sd-1-5-3-container--triangle-right-border::after {
189
189
  top: calc(50% - 14px);
190
190
  border-right-color: var(--triangle-background);
191
191
  }
192
192
 
193
- .sd-1-5-1-container--triangle-bottom-border::after,
194
- .sd-1-5-1-container--triangle-bottom-border::before {
193
+ .sd-1-5-3-container--triangle-bottom-border::after,
194
+ .sd-1-5-3-container--triangle-bottom-border::before {
195
195
  bottom: -1px;
196
196
  }
197
197
 
198
- .sd-1-5-1-container--triangle-bottom-border::before {
198
+ .sd-1-5-3-container--triangle-bottom-border::before {
199
199
  --tw-border-opacity: 1;
200
200
  border-bottom-color: rgb(var(--sd-color-neutral-400, 195 195 195) / var(--tw-border-opacity, 1)) /* Default border color.
201
201
  Used for divider, teaser, container, ... */;
202
202
  left: calc(50% - 15px);
203
203
  }
204
204
 
205
- .sd-1-5-1-container--triangle-bottom-border::after {
205
+ .sd-1-5-3-container--triangle-bottom-border::after {
206
206
  left: calc(50% - 14px);
207
207
  border-bottom-color: var(--triangle-background);
208
208
  }
209
209
 
210
- .sd-1-5-1-container--triangle-left-border::after,
211
- .sd-1-5-1-container--triangle-left-border::before {
210
+ .sd-1-5-3-container--triangle-left-border::after,
211
+ .sd-1-5-3-container--triangle-left-border::before {
212
212
  left: -1px;
213
213
  }
214
214
 
215
- .sd-1-5-1-container--triangle-left-border::before {
215
+ .sd-1-5-3-container--triangle-left-border::before {
216
216
  --tw-border-opacity: 1;
217
217
  border-left-color: rgb(var(--sd-color-neutral-400, 195 195 195) / var(--tw-border-opacity, 1)) /* Default border color.
218
218
  Used for divider, teaser, container, ... */;
219
219
  top: calc(50% - 15px);
220
220
  }
221
221
 
222
- .sd-1-5-1-container--triangle-left-border::after {
222
+ .sd-1-5-3-container--triangle-left-border::after {
223
223
  top: calc(50% - 14px);
224
224
  border-left-color: var(--triangle-background);
225
225
  }
226
226
 
227
227
  /**
228
228
  * Generates basic styles for copyright elements.
229
- * @name sd-1-5-1-copyright
229
+ * @name sd-1-5-3-copyright
230
230
  * @status stable
231
231
  * @since 2.5.0
232
- * @variant { vertical } sd-1-5-1-copyright--orientation-... The copyright's orientation.
233
- * @variant { black } sd-1-5-1-copyright--color-... The copyright's text color.
234
- * @boolean sd-1-5-1-copyright--... Removes the shadow.
235
- * @variant { top } sd-1-5-1-copyright--placement-... The copyright's placement.
232
+ * @variant { vertical } sd-1-5-3-copyright--orientation-... The copyright's orientation.
233
+ * @variant { black } sd-1-5-3-copyright--color-... The copyright's text color.
234
+ * @boolean sd-1-5-3-copyright--... Removes the shadow.
235
+ * @variant { top } sd-1-5-3-copyright--placement-... The copyright's placement.
236
236
  */
237
237
 
238
- .sd-1-5-1-copyright {
238
+ .sd-1-5-3-copyright {
239
239
  position: relative;
240
240
  /* Bug fix for drop-shadow-sm */
241
241
  --tw-blur: ;
@@ -248,7 +248,7 @@ Used for divider, teaser, container, ... */;
248
248
  --tw-sepia: ;
249
249
  }
250
250
 
251
- .sd-1-5-1-copyright::after {
251
+ .sd-1-5-3-copyright::after {
252
252
  position: absolute;
253
253
  bottom: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
254
254
  left: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
@@ -264,7 +264,7 @@ Used for divider, teaser, container, ... */;
264
264
  content: var(--copyright);
265
265
  }
266
266
 
267
- .sd-1-5-1-copyright--orientation-vertical::after {
267
+ .sd-1-5-3-copyright--orientation-vertical::after {
268
268
  width: -moz-max-content;
269
269
  width: max-content;
270
270
  padding-top: var(--sd-spacing-2, 0.5rem) /* 8px */;
@@ -276,17 +276,17 @@ Used for divider, teaser, container, ... */;
276
276
  transform: rotate(180deg);
277
277
  }
278
278
 
279
- .sd-1-5-1-copyright--color-black::after {
279
+ .sd-1-5-3-copyright--color-black::after {
280
280
 
281
281
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
282
282
  filter: drop-shadow(0 0 transparent);
283
283
  }
284
284
 
285
- .sd-1-5-1-copyright--no-shadow::after {
285
+ .sd-1-5-3-copyright--no-shadow::after {
286
286
  filter: drop-shadow(0 0 transparent);
287
287
  }
288
288
 
289
- .sd-1-5-1-copyright--placement-top::after {
289
+ .sd-1-5-3-copyright--placement-top::after {
290
290
  position: absolute;
291
291
  top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
292
292
  right: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
@@ -299,13 +299,13 @@ Used for divider, teaser, container, ... */;
299
299
 
300
300
  /**
301
301
  * Generates basic styles for flag elements.
302
- * @name sd-1-5-1-flag
302
+ * @name sd-1-5-3-flag
303
303
  * @status stable
304
304
  * @since 1.34.0
305
- * @variant { neutral-300 | neutral-500 | white } sd-1-5-1-flag--...
305
+ * @variant { neutral-300 | neutral-500 | white } sd-1-5-3-flag--...
306
306
  */
307
307
 
308
- .sd-1-5-1-flag {
308
+ .sd-1-5-3-flag {
309
309
  display: inline-flex;
310
310
  height: var(--sd-spacing-8, 2rem) /* 32px */;
311
311
  align-items: center;
@@ -320,32 +320,32 @@ Used for divider, teaser, container, ... */;
320
320
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
321
321
  }
322
322
 
323
- .sd-1-5-1-flag--neutral-500 {
323
+ .sd-1-5-3-flag--neutral-500 {
324
324
 
325
325
  background-color: rgb(var(--sd-color-neutral-500, 174 174 174) / var(--tw-bg-opacity, 1)) /* Used for disabled state */;
326
326
 
327
327
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
328
328
  }
329
329
 
330
- .sd-1-5-1-flag--neutral-300 {
330
+ .sd-1-5-3-flag--neutral-300 {
331
331
 
332
332
  background-color: rgb(var(--sd-color-neutral-300, 218 218 218) / var(--tw-bg-opacity, 1)) /* Used for flag */;
333
333
  }
334
334
 
335
- .sd-1-5-1-flag--white {
335
+ .sd-1-5-3-flag--white {
336
336
 
337
337
  background-color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-bg-opacity, 1)) /* Default background color (light mode) 
Used for inverted button */;
338
338
  }
339
339
 
340
340
  /**
341
341
  * A footnote contains additional information/sources related to the content and usually appears at the bottom of a page or below the content it refers to.
342
- * @name sd-1-5-1-footnotes
342
+ * @name sd-1-5-3-footnotes
343
343
  * @status stable
344
344
  * @since 3.0.0
345
- * @boolean sd-1-5-1-footnotes--inverted Inverts the footnote text.
345
+ * @boolean sd-1-5-3-footnotes--inverted Inverts the footnote text.
346
346
  */
347
347
 
348
- .sd-1-5-1-footnotes {
348
+ .sd-1-5-3-footnotes {
349
349
  margin-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
350
350
  margin-bottom: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
351
351
  padding: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
@@ -355,22 +355,22 @@ Used for divider, teaser, container, ... */;
355
355
  color: rgb(var(--sd-color-neutral-700, 104 104 104) / var(--tw-text-opacity, 1)) /* Additional text color */;
356
356
  }
357
357
 
358
- .sd-1-5-1-footnotes :target {
358
+ .sd-1-5-3-footnotes :target {
359
359
 
360
360
  background-color: rgb(var(--sd-color-neutral-200, 233 233 233) / var(--tw-bg-opacity, 1)) /* Used for hover interaction */;
361
361
  }
362
362
 
363
- .sd-1-5-1-footnotes:is(ol) {
363
+ .sd-1-5-3-footnotes:is(ol) {
364
364
  padding-inline-start: var(--sd-spacing-8, 2rem) /* 32px */;
365
365
  }
366
366
 
367
- .sd-1-5-1-footnotes:is(ol) li {
367
+ .sd-1-5-3-footnotes:is(ol) li {
368
368
  counter-increment: list-item;
369
369
  position: relative;
370
370
  list-style-type: none;
371
371
  }
372
372
 
373
- .sd-1-5-1-footnotes:is(ol) li .sd-1-5-1-footnotes--marker::before, .sd-1-5-1-footnotes:is(ol) li:has(.sd-1-5-1-footnotes--marker:nth-of-type(2))::before, .sd-1-5-1-footnotes:is(ol) li:not(:has(.sd-1-5-1-footnotes--marker))::before {
373
+ .sd-1-5-3-footnotes:is(ol) li .sd-1-5-3-footnotes--marker::before, .sd-1-5-3-footnotes:is(ol) li:has(.sd-1-5-3-footnotes--marker:nth-of-type(2))::before, .sd-1-5-3-footnotes:is(ol) li:not(:has(.sd-1-5-3-footnotes--marker))::before {
374
374
  position: absolute;
375
375
  left: calc(var(--sd-spacing-8, 2rem) /* 32px */ * -1);
376
376
  flex-shrink: 0;
@@ -381,16 +381,16 @@ Used for divider, teaser, container, ... */;
381
381
  font-size: 10px;
382
382
  }
383
383
 
384
- .sd-1-5-1-footnotes:is(ol) li .sd-1-5-1-footnotes--marker::after, .sd-1-5-1-footnotes:is(ol) li:has(.sd-1-5-1-footnotes--marker:nth-of-type(2))::after, .sd-1-5-1-footnotes:is(ol) li:not(:has(.sd-1-5-1-footnotes--marker))::after {
384
+ .sd-1-5-3-footnotes:is(ol) li .sd-1-5-3-footnotes--marker::after, .sd-1-5-3-footnotes:is(ol) li:has(.sd-1-5-3-footnotes--marker:nth-of-type(2))::after, .sd-1-5-3-footnotes:is(ol) li:not(:has(.sd-1-5-3-footnotes--marker))::after {
385
385
  content: none;
386
386
  }
387
387
 
388
- .sd-1-5-1-footnotes:is(ol) li .sd-1-5-1-footnotes--marker .sd-1-5-1-footnotes--marker, .sd-1-5-1-footnotes:is(ol) li:has(.sd-1-5-1-footnotes--marker:nth-of-type(2)) .sd-1-5-1-footnotes--marker, .sd-1-5-1-footnotes:is(ol) li:not(:has(.sd-1-5-1-footnotes--marker)) .sd-1-5-1-footnotes--marker {
388
+ .sd-1-5-3-footnotes:is(ol) li .sd-1-5-3-footnotes--marker .sd-1-5-3-footnotes--marker, .sd-1-5-3-footnotes:is(ol) li:has(.sd-1-5-3-footnotes--marker:nth-of-type(2)) .sd-1-5-3-footnotes--marker, .sd-1-5-3-footnotes:is(ol) li:not(:has(.sd-1-5-3-footnotes--marker)) .sd-1-5-3-footnotes--marker {
389
389
  display: inline-block;
390
390
  counter-increment: footnotes-multiple;
391
391
  }
392
392
 
393
- .sd-1-5-1-footnotes:is(ol) li .sd-1-5-1-footnotes--marker .sd-1-5-1-footnotes--marker::before, .sd-1-5-1-footnotes:is(ol) li:has(.sd-1-5-1-footnotes--marker:nth-of-type(2)) .sd-1-5-1-footnotes--marker::before, .sd-1-5-1-footnotes:is(ol) li:not(:has(.sd-1-5-1-footnotes--marker)) .sd-1-5-1-footnotes--marker::before {
393
+ .sd-1-5-3-footnotes:is(ol) li .sd-1-5-3-footnotes--marker .sd-1-5-3-footnotes--marker::before, .sd-1-5-3-footnotes:is(ol) li:has(.sd-1-5-3-footnotes--marker:nth-of-type(2)) .sd-1-5-3-footnotes--marker::before, .sd-1-5-3-footnotes:is(ol) li:not(:has(.sd-1-5-3-footnotes--marker)) .sd-1-5-3-footnotes--marker::before {
394
394
  position: relative;
395
395
  left: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
396
396
  vertical-align: super;
@@ -399,16 +399,16 @@ Used for divider, teaser, container, ... */;
399
399
  content: counter(footnotes-multiple, lower-alpha);
400
400
  }
401
401
 
402
- .sd-1-5-1-footnotes:is(ol) li .sd-1-5-1-footnotes--marker {
402
+ .sd-1-5-3-footnotes:is(ol) li .sd-1-5-3-footnotes--marker {
403
403
  bottom: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
404
404
  display: block;
405
405
  }
406
406
 
407
- .sd-1-5-1-footnotes:is(ol) li .sd-1-5-1-footnotes--marker:focus-visible {
407
+ .sd-1-5-3-footnotes:is(ol) li .sd-1-5-3-footnotes--marker:focus-visible {
408
408
  outline-width: 0px;
409
409
  }
410
410
 
411
- .sd-1-5-1-footnotes:is(ol) li .sd-1-5-1-footnotes--marker:focus-visible::before {
411
+ .sd-1-5-3-footnotes:is(ol) li .sd-1-5-3-footnotes--marker:focus-visible::before {
412
412
  border-radius: var(--sd-border-radius-default, 0.25rem) /* 4px Default radius for buttons */;
413
413
  outline-style: solid;
414
414
  outline-width: 2px;
@@ -416,39 +416,39 @@ Used for divider, teaser, container, ... */;
416
416
  outline-color: rgb(var(--sd-color-primary, 0 53 142) / 1) /* Used for buttons, select field, focus state */;
417
417
  }
418
418
 
419
- .sd-1-5-1-footnotes:is(ul) {
419
+ .sd-1-5-3-footnotes:is(ul) {
420
420
  list-style: '';
421
421
  }
422
422
 
423
- .sd-1-5-1-footnotes--inverted {
423
+ .sd-1-5-3-footnotes--inverted {
424
424
 
425
425
  color: rgb(var(--sd-color-primary-400, 153 171 208) / var(--tw-text-opacity, 1)) /* Additional text inverted color
426
426
  Used for inverted pressed interaction text link */;
427
427
  }
428
428
 
429
- .sd-1-5-1-footnotes--inverted :target {
429
+ .sd-1-5-3-footnotes--inverted :target {
430
430
 
431
431
  background-color: rgb(var(--sd-color-primary-800, 5 21 48) / var(--tw-bg-opacity, 1)) /* Used for pressed interaction */;
432
432
  }
433
433
 
434
- .sd-1-5-1-footnotes--inverted .sd-1-5-1-footnotes--marker::before {
434
+ .sd-1-5-3-footnotes--inverted .sd-1-5-3-footnotes--marker::before {
435
435
 
436
436
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
437
437
  outline-color: rgb(var(--sd-color-white, 255 255 255) / 1) /* Used for buttons, inverted focus state */ !important;
438
438
  }
439
439
 
440
- .sd-1-5-1-footnotes--inverted:is(.sd-1-5-1-footnotes--marker) {
440
+ .sd-1-5-3-footnotes--inverted:is(.sd-1-5-3-footnotes--marker) {
441
441
  --tw-text-opacity: 1 !important;
442
442
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */ !important;
443
443
  outline-color: rgb(var(--sd-color-white, 255 255 255) / 1) /* Used for buttons, inverted focus state */ !important;
444
444
  }
445
445
 
446
- .sd-1-5-1-footnotes--inverted:is(.sd-1-5-1-footnotes--marker):target {
446
+ .sd-1-5-3-footnotes--inverted:is(.sd-1-5-3-footnotes--marker):target {
447
447
 
448
448
  background-color: rgb(var(--sd-color-primary-800, 5 21 48) / var(--tw-bg-opacity, 1)) /* Used for pressed interaction */;
449
449
  }
450
450
 
451
- .sd-1-5-1-footnotes--marker {
451
+ .sd-1-5-3-footnotes--marker {
452
452
  position: relative;
453
453
  bottom: var(--sd-spacing-2, 0.5rem) /* 8px */;
454
454
  display: inline-block;
@@ -458,28 +458,28 @@ Used for inverted pressed interaction text link */;
458
458
  font-size: x-small;
459
459
  }
460
460
 
461
- .sd-1-5-1-footnotes--marker:target {
461
+ .sd-1-5-3-footnotes--marker:target {
462
462
 
463
463
  background-color: rgb(var(--sd-color-neutral-200, 233 233 233) / var(--tw-bg-opacity, 1)) /* Used for hover interaction */;
464
464
  }
465
465
 
466
- .sd-1-5-1-footnotes--marker::before {
466
+ .sd-1-5-3-footnotes--marker::before {
467
467
  content: '[ ';
468
468
  display: inline-block;
469
469
  }
470
470
 
471
- .sd-1-5-1-footnotes--marker::after {
471
+ .sd-1-5-3-footnotes--marker::after {
472
472
  content: ' ]';
473
473
  display: inline-block;
474
474
  }
475
475
 
476
- .sd-1-5-1-footnotes--marker:link,
477
- .sd-1-5-1-footnotes--marker:visited {
476
+ .sd-1-5-3-footnotes--marker:link,
477
+ .sd-1-5-3-footnotes--marker:visited {
478
478
 
479
479
  color: rgb(var(--sd-color-primary, 0 53 142) / var(--tw-text-opacity, 1)) /* Primary brand color for text */;
480
480
  }
481
481
 
482
- .sd-1-5-1-footnotes--marker:focus-visible {
482
+ .sd-1-5-3-footnotes--marker:focus-visible {
483
483
  border-radius: var(--sd-border-radius-default, 0.25rem) /* 4px Default radius for buttons */;
484
484
  outline-style: solid;
485
485
  outline-width: 2px;
@@ -489,11 +489,11 @@ Used for inverted pressed interaction text link */;
489
489
 
490
490
  /**
491
491
  * Hidden links can be used to show links only for keyboard users.
492
- * @name sd-1-5-1-hidden-links
492
+ * @name sd-1-5-3-hidden-links
493
493
  * @status stable
494
494
  * @since 3.15.0
495
- * @boolean sd-1-5-1-hidden-links--multiple Adapts styling for multiple skip links.
496
- * @boolean sd-1-5-1-hidden-links--debug Always show the links for debugging purposes.
495
+ * @boolean sd-1-5-3-hidden-links--multiple Adapts styling for multiple skip links.
496
+ * @boolean sd-1-5-3-hidden-links--debug Always show the links for debugging purposes.
497
497
  */
498
498
 
499
499
  :lang(en) {
@@ -504,7 +504,7 @@ Used for inverted pressed interaction text link */;
504
504
  --sd-hidden-links-title: 'Springe zu';
505
505
  }
506
506
 
507
- .sd-1-5-1-hidden-links:not(:focus-within):not(.sd-1-5-1-hidden-links--debug) {
507
+ .sd-1-5-3-hidden-links:not(:focus-within):not(.sd-1-5-3-hidden-links--debug) {
508
508
  position: absolute;
509
509
  width: 1px;
510
510
  height: 1px;
@@ -516,13 +516,13 @@ Used for inverted pressed interaction text link */;
516
516
  border-width: 0;
517
517
  }
518
518
 
519
- .sd-1-5-1-hidden-links {
519
+ .sd-1-5-3-hidden-links {
520
520
  position: absolute;
521
521
  top: var(--sd-spacing-6, 1.5rem) /* 24px */;
522
522
  left: var(--sd-spacing-6, 1.5rem) /* 24px */;
523
523
  }
524
524
 
525
- .sd-1-5-1-hidden-links--multiple {
525
+ .sd-1-5-3-hidden-links--multiple {
526
526
  display: flex;
527
527
  flex-direction: column;
528
528
 
@@ -536,7 +536,7 @@ Used for inverted pressed interaction text link */;
536
536
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
537
537
  }
538
538
 
539
- .sd-1-5-1-hidden-links--multiple:before {
539
+ .sd-1-5-3-hidden-links--multiple:before {
540
540
  padding-left: var(--sd-spacing-4, 1rem) /* 16px */;
541
541
  padding-right: var(--sd-spacing-4, 1rem) /* 16px */;
542
542
  padding-top: var(--sd-spacing-2, 0.5rem) /* 8px */;
@@ -547,12 +547,12 @@ Used for inverted pressed interaction text link */;
547
547
 
548
548
  /**
549
549
  * The green accent color can be used to highlight parts of the text.
550
- * @name sd-1-5-1-mark
550
+ * @name sd-1-5-3-mark
551
551
  * @status stable
552
552
  * @since 1.7
553
553
  */
554
554
 
555
- mark.sd-1-5-1-mark {
555
+ mark.sd-1-5-3-mark {
556
556
  background-color: transparent;
557
557
 
558
558
  color: rgb(var(--sd-color-accent, 45 157 0) / var(--tw-text-opacity, 1)) /* Used for inverted hover interaction button label */;
@@ -560,16 +560,16 @@ mark.sd-1-5-1-mark {
560
560
 
561
561
  /**
562
562
  * Meta information like file size, date, or whatever is needed.
563
- * @name sd-1-5-1-meta
563
+ * @name sd-1-5-3-meta
564
564
  * @status stable
565
565
  * @since 1.7
566
- * @variant { sm } sd-1-5-1-meta--size-... The size. Small can be used as an alternative in tight spaces.
567
- * @boolean sd-1-5-1-meta--inverted Inverts the meta element.
568
- * @boolean sd-1-5-1-meta--pipe Adds a pipe right from the meta element.
569
- * @boolean sd-1-5-1-meta--light Makes sd-1-5-1-meta light.
566
+ * @variant { sm } sd-1-5-3-meta--size-... The size. Small can be used as an alternative in tight spaces.
567
+ * @boolean sd-1-5-3-meta--inverted Inverts the meta element.
568
+ * @boolean sd-1-5-3-meta--pipe Adds a pipe right from the meta element.
569
+ * @boolean sd-1-5-3-meta--light Makes sd-1-5-3-meta light.
570
570
  */
571
571
 
572
- .sd-1-5-1-meta {
572
+ .sd-1-5-3-meta {
573
573
  font-size: var(--sd-font-size-base, 1rem) /* 16px */;
574
574
  font-weight: 400;
575
575
  line-height: var(--sd-line-height-none, 100%) /* Used for buttons, input fields etc. */;
@@ -577,72 +577,76 @@ mark.sd-1-5-1-mark {
577
577
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
578
578
  }
579
579
 
580
- .sd-1-5-1-meta--size-sm {
580
+ .sd-1-5-3-meta--size-sm {
581
581
  font-size: var(--sd-font-size-sm, 0.875rem) /* 14px */;
582
582
  }
583
583
 
584
- .sd-1-5-1-meta--light {
584
+ .sd-1-5-3-meta--light {
585
585
 
586
586
  color: rgb(var(--sd-color-neutral-700, 104 104 104) / var(--tw-text-opacity, 1)) /* Additional text color */;
587
587
  }
588
588
 
589
- .sd-1-5-1-meta--inverted {
589
+ .sd-1-5-3-meta--inverted {
590
590
 
591
591
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
592
592
  }
593
593
 
594
- .sd-1-5-1-meta--inverted.sd-1-5-1-meta--light {
594
+ .sd-1-5-3-meta--inverted.sd-1-5-3-meta--light {
595
595
 
596
596
  color: rgb(var(--sd-color-primary-400, 153 171 208) / var(--tw-text-opacity, 1)) /* Additional text inverted color
597
597
  Used for inverted pressed interaction text link */;
598
598
  }
599
599
 
600
- .sd-1-5-1-meta--pipe::after {
600
+ .sd-1-5-3-meta--pipe::after {
601
601
  content: '|';
602
602
  margin-left: var(--sd-spacing-1, 0.25rem) /* 4px */;
603
603
  margin-right: var(--sd-spacing-1, 0.25rem) /* 4px */;
604
604
  }
605
605
 
606
- .sd-1-5-1-meta--pipe.sd-1-5-1-meta--size-sm::after {
606
+ .sd-1-5-3-meta--pipe.sd-1-5-3-meta--size-sm::after {
607
607
  margin-left: var(--sd-spacing-0-5, 0.125rem) /* 2px */;
608
608
  margin-right: var(--sd-spacing-0-5, 0.125rem) /* 2px */;
609
609
  }
610
610
 
611
611
  /**
612
612
  * Used to split large content into several pages, allowing users to navigate between them instead of displaying all information on a single page.
613
- * @name sd-1-5-1-pagination
613
+ * @name sd-1-5-3-pagination
614
614
  * @status stable
615
615
  * @since 1.3
616
- * @variant { simple } sd-1-5-1-pagination--... The pagination format.
617
- * @boolean sd-1-5-1-pagination--inverted Inverts the pagination style.
616
+ * @variant { simple } sd-1-5-3-pagination--... The pagination format.
617
+ * @boolean sd-1-5-3-pagination--inverted Inverts the pagination style.
618
618
  */
619
619
 
620
- .sd-1-5-1-pagination > :not(ul) {
620
+ .sd-1-5-3-pagination > :not(ul) {
621
621
  position: absolute;
622
622
  height: var(--sd-spacing-0-25, 1px) /* 1px */;
623
623
  width: var(--sd-spacing-0-25, 1px) /* 1px */;
624
624
  overflow: hidden;
625
625
  }
626
626
 
627
- .sd-1-5-1-pagination ul {
627
+ .sd-1-5-3-pagination ul {
628
628
  display: flex;
629
629
  align-items: center;
630
630
  gap: var(--sd-spacing-2, 0.5rem) /* 8px */;
631
631
  }
632
632
 
633
- .sd-1-5-1-pagination ul li button {
633
+ .sd-1-5-3-pagination ul li button {
634
634
  all: unset;
635
- border-width: 2px;
635
+ border-width: 0px;
636
636
  border-style: solid;
637
637
  border-color: transparent;
638
638
  }
639
639
 
640
- .sd-1-5-1-pagination ul li button:hover:not([disabled]) {
640
+ .sd-1-5-3-pagination ul li button:hover:not([disabled]) {
641
641
  cursor: pointer;
642
642
  }
643
643
 
644
- .sd-1-5-1-pagination ul li a,
645
- .sd-1-5-1-pagination ul li button {
644
+ .sd-1-5-3-pagination ul li:has(button) {
645
+ height: 1.875rem;
646
+ }
647
+
648
+ .sd-1-5-3-pagination ul li a,
649
+ .sd-1-5-3-pagination ul li button {
646
650
  display: flex;
647
651
  align-items: center;
648
652
  justify-content: center;
@@ -654,19 +658,19 @@ Used for inverted pressed interaction text link */;
654
658
  transition-duration: 150ms;
655
659
  }
656
660
 
657
- .sd-1-5-1-pagination ul li a:hover:not([disabled]),
658
- .sd-1-5-1-pagination ul li button:hover:not([disabled]) {
661
+ .sd-1-5-3-pagination ul li a:hover:not([disabled]),
662
+ .sd-1-5-3-pagination ul li button:hover:not([disabled]) {
659
663
 
660
664
  color: rgb(var(--sd-color-primary-500, 70 109 175) / var(--tw-text-opacity, 1)) /* Used for hover interaction */;
661
665
  }
662
666
 
663
- .sd-1-5-1-pagination ul li a:active:not([disabled]),
664
- .sd-1-5-1-pagination ul li button:active:not([disabled]) {
667
+ .sd-1-5-3-pagination ul li a:active:not([disabled]),
668
+ .sd-1-5-3-pagination ul li button:active:not([disabled]) {
665
669
 
666
670
  color: rgb(var(--sd-color-primary-800, 5 21 48) / var(--tw-text-opacity, 1)) /* Used for pressed interaction */;
667
671
  }
668
672
 
669
- .sd-1-5-1-pagination ul li a:focus-visible, .sd-1-5-1-pagination ul li button:focus-visible {
673
+ .sd-1-5-3-pagination ul li a:focus-visible, .sd-1-5-3-pagination ul li button:focus-visible {
670
674
  outline-style: solid;
671
675
  outline-width: 2px;
672
676
  outline-offset: 2px;
@@ -675,24 +679,24 @@ Used for inverted pressed interaction text link */;
675
679
 
676
680
  /* Previous and Next */
677
681
 
678
- .sd-1-5-1-pagination ul li:first-child,
679
- .sd-1-5-1-pagination ul li:last-child {
682
+ .sd-1-5-3-pagination ul li:first-child,
683
+ .sd-1-5-3-pagination ul li:last-child {
680
684
  height: var(--sd-spacing-12, 3rem) /* 48px */;
681
685
  width: var(--sd-spacing-12, 3rem) /* 48px */;
682
686
  font-size: var(--sd-font-size-xl, 1.5rem) /* 24px */;
683
687
  }
684
688
 
685
- .sd-1-5-1-pagination ul li:first-child a,
686
- .sd-1-5-1-pagination ul li:first-child button,
687
- .sd-1-5-1-pagination ul li:last-child a,
688
- .sd-1-5-1-pagination ul li:last-child button {
689
+ .sd-1-5-3-pagination ul li:first-child a,
690
+ .sd-1-5-3-pagination ul li:first-child button,
691
+ .sd-1-5-3-pagination ul li:last-child a,
692
+ .sd-1-5-3-pagination ul li:last-child button {
689
693
  height: 100%;
690
694
  width: 100%;
691
695
  }
692
696
 
693
697
  /* Numbers */
694
698
 
695
- .sd-1-5-1-pagination ul li {
699
+ .sd-1-5-3-pagination ul li {
696
700
  display: flex;
697
701
  height: var(--sd-spacing-8, 2rem) /* 32px */;
698
702
  width: var(--sd-spacing-8, 2rem) /* 32px */;
@@ -701,47 +705,47 @@ Used for inverted pressed interaction text link */;
701
705
  text-align: center;
702
706
  }
703
707
 
704
- .sd-1-5-1-pagination ul li:not(:first-child):not(:last-child) a,
705
- .sd-1-5-1-pagination ul li:not(:first-child):not(:last-child) button {
708
+ .sd-1-5-3-pagination ul li:not(:first-child):not(:last-child) a,
709
+ .sd-1-5-3-pagination ul li:not(:first-child):not(:last-child) button {
706
710
  height: 100%;
707
711
  width: 100%;
708
712
  border-bottom-width: 2px;
709
713
  border-bottom-color: transparent;
710
714
  }
711
715
 
712
- .sd-1-5-1-pagination ul li:not(:first-child):not(:last-child) a[aria-current], .sd-1-5-1-pagination ul li:not(:first-child):not(:last-child) button[aria-current] {
716
+ .sd-1-5-3-pagination ul li:not(:first-child):not(:last-child) a[aria-current], .sd-1-5-3-pagination ul li:not(:first-child):not(:last-child) button[aria-current] {
713
717
  --tw-border-opacity: 1;
714
718
  border-bottom-color: rgb(var(--sd-color-accent, 45 157 0) / var(--tw-border-opacity, 1)) /* Used to highlight active/selected elements
715
719
  */;
716
720
  }
717
721
 
718
- .sd-1-5-1-pagination ul li a[aria-current],
719
- .sd-1-5-1-pagination ul li button[aria-current] {
722
+ .sd-1-5-3-pagination ul li a[aria-current],
723
+ .sd-1-5-3-pagination ul li button[aria-current] {
720
724
 
721
725
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
722
726
  }
723
727
 
724
- .sd-1-5-1-pagination ul li a[aria-current]:hover:not([disabled]),
725
- .sd-1-5-1-pagination ul li button[aria-current]:hover:not([disabled]) {
728
+ .sd-1-5-3-pagination ul li a[aria-current]:hover:not([disabled]),
729
+ .sd-1-5-3-pagination ul li button[aria-current]:hover:not([disabled]) {
726
730
 
727
731
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
728
732
  }
729
733
 
730
734
  /* Previous and next arrow when it has no href */
731
735
 
732
- .sd-1-5-1-pagination ul li:first-child:has(a:not([href])) a,
733
- .sd-1-5-1-pagination ul li:last-child:has(a:not([href])) a,
734
- .sd-1-5-1-pagination ul li:first-child:has(button[disabled]) button,
735
- .sd-1-5-1-pagination ul li:last-child:has(button[disabled]) button {
736
+ .sd-1-5-3-pagination ul li:first-child:has(a:not([href])) a,
737
+ .sd-1-5-3-pagination ul li:last-child:has(a:not([href])) a,
738
+ .sd-1-5-3-pagination ul li:first-child:has(button[disabled]) button,
739
+ .sd-1-5-3-pagination ul li:last-child:has(button[disabled]) button {
736
740
  cursor: not-allowed;
737
741
 
738
742
  color: rgb(var(--sd-color-neutral-500, 174 174 174) / var(--tw-text-opacity, 1)) /* Used for disabled state */;
739
743
  }
740
744
 
741
- .sd-1-5-1-pagination ul li:first-child:has(a:not([href])) a:hover:not([disabled]),
742
- .sd-1-5-1-pagination ul li:last-child:has(a:not([href])) a:hover:not([disabled]),
743
- .sd-1-5-1-pagination ul li:first-child:has(button[disabled]) button:hover:not([disabled]),
744
- .sd-1-5-1-pagination ul li:last-child:has(button[disabled]) button:hover:not([disabled]) {
745
+ .sd-1-5-3-pagination ul li:first-child:has(a:not([href])) a:hover:not([disabled]),
746
+ .sd-1-5-3-pagination ul li:last-child:has(a:not([href])) a:hover:not([disabled]),
747
+ .sd-1-5-3-pagination ul li:first-child:has(button[disabled]) button:hover:not([disabled]),
748
+ .sd-1-5-3-pagination ul li:last-child:has(button[disabled]) button:hover:not([disabled]) {
745
749
 
746
750
  color: rgb(var(--sd-color-neutral-500, 174 174 174) / var(--tw-text-opacity, 1)) /* Used for disabled state */;
747
751
  }
@@ -750,66 +754,66 @@ Used for inverted pressed interaction text link */;
750
754
 
751
755
  /* Number which is not current */
752
756
 
753
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):not(:has(a[aria-current], button[aria-current])) {
757
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):not(:has(a[aria-current], button[aria-current])) {
754
758
  pointer-events: none;
755
759
  position: absolute;
756
760
  }
757
761
 
758
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):not(:has(a[aria-current], button[aria-current])) a,
759
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):not(:has(a[aria-current], button[aria-current])) button {
762
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):not(:has(a[aria-current], button[aria-current])) a,
763
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):not(:has(a[aria-current], button[aria-current])) button {
760
764
  display: none;
761
765
  }
762
766
 
763
767
  /* Apply ellipsis to (n + 2 && n - 1) */
764
768
 
765
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):has(+ li + li a[aria-current], + li + li button[aria-current]), .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):has(a[aria-current], button[aria-current]) + li + li:not(:last-child) {
769
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):has(+ li + li a[aria-current], + li + li button[aria-current]), .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):has(a[aria-current], button[aria-current]) + li + li:not(:last-child) {
766
770
  pointer-events: auto !important;
767
771
  position: relative !important;
768
772
  }
769
773
 
770
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):has(+ li + li a[aria-current], + li + li button[aria-current])::after, .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):has(a[aria-current], button[aria-current]) + li + li:not(:last-child)::after {
774
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):has(+ li + li a[aria-current], + li + li button[aria-current])::after, .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):has(a[aria-current], button[aria-current]) + li + li:not(:last-child)::after {
771
775
  --tw-content: '...';
772
776
  content: var(--tw-content);
773
777
  }
774
778
 
775
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(2),
776
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(2),
777
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):has(
779
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(2),
780
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(2),
781
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):has(
778
782
  + li a[aria-current],
779
783
  + li button[aria-current]),
780
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):has(
784
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):has(
781
785
  a[aria-current],
782
786
  button[aria-current]) + li {
783
787
  pointer-events: auto !important;
784
788
  position: relative !important;
785
789
  }
786
790
 
787
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(2)::after,
788
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(2)::after,
789
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):has(
791
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(2)::after,
792
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(2)::after,
793
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):has(
790
794
  + li a[aria-current],
791
795
  + li button[aria-current])::after,
792
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):has(
796
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):has(
793
797
  a[aria-current],
794
798
  button[aria-current]) + li::after {
795
799
  content: var(--tw-content) !important;
796
800
  display: none !important;
797
801
  }
798
802
 
799
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(2) a,
800
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(2) button,
801
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(2) a,
802
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(2) button,
803
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):has(
803
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(2) a,
804
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(2) button,
805
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(2) a,
806
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(2) button,
807
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):has(
804
808
  + li a[aria-current],
805
809
  + li button[aria-current]) a,
806
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):has(
810
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):has(
807
811
  + li a[aria-current],
808
812
  + li button[aria-current]) button,
809
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):has(
813
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):has(
810
814
  a[aria-current],
811
815
  button[aria-current]) + li a,
812
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):has(
816
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):has(
813
817
  a[aria-current],
814
818
  button[aria-current]) + li button {
815
819
  display: flex !important;
@@ -819,70 +823,70 @@ Used for inverted pressed interaction text link */;
819
823
 
820
824
  /* Show until the 5th page (forward) */
821
825
 
822
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(-n + 6) {
826
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(-n + 6) {
823
827
  pointer-events: auto;
824
828
  position: relative;
825
829
  }
826
830
 
827
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(-n + 6)::after {
831
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(-n + 6)::after {
828
832
  content: var(--tw-content);
829
833
  display: none;
830
834
  }
831
835
 
832
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(-n + 6) a,
833
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(-n + 6) button {
836
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(-n + 6) a,
837
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(-n + 6) button {
834
838
  display: flex;
835
839
  }
836
840
 
837
841
  /* Show ellipsis on the 6th */
838
842
 
839
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(6):not(:last-child) + li {
843
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(6):not(:last-child) + li {
840
844
  pointer-events: none;
841
845
  position: relative;
842
846
  }
843
847
 
844
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(6):not(:last-child) + li::after {
848
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(6):not(:last-child) + li::after {
845
849
  --tw-content: '...';
846
850
  content: var(--tw-content);
847
851
  }
848
852
 
849
853
  /* When one of the first 4 pages is selected, show until the 5th page (backward) */
850
854
 
851
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(~ :nth-child(-n + 5) a[aria-current], ~ :nth-child(-n + 5) button[aria-current]) {
855
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(~ :nth-child(-n + 5) a[aria-current], ~ :nth-child(-n + 5) button[aria-current]) {
852
856
  pointer-events: auto;
853
857
  position: relative;
854
858
  }
855
859
 
856
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(~ :nth-child(-n + 5) a[aria-current], ~ :nth-child(-n + 5) button[aria-current])::after {
860
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(~ :nth-child(-n + 5) a[aria-current], ~ :nth-child(-n + 5) button[aria-current])::after {
857
861
  content: var(--tw-content);
858
862
  display: none;
859
863
  }
860
864
 
861
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(~ :nth-child(-n + 5) a[aria-current], ~ :nth-child(-n + 5) button[aria-current]) a,
862
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(~ :nth-child(-n + 5) a[aria-current], ~ :nth-child(-n + 5) button[aria-current]) button {
865
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(~ :nth-child(-n + 5) a[aria-current], ~ :nth-child(-n + 5) button[aria-current]) a,
866
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(~ :nth-child(-n + 5) a[aria-current], ~ :nth-child(-n + 5) button[aria-current]) button {
863
867
  display: flex;
864
868
  }
865
869
 
866
870
  /* When one of the last 4 pages is selected, show the last 4 pages (forward) */
867
871
 
868
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 5):has(a[aria-current], button[aria-current]) ~ :nth-last-child(-n + 5):not(:first-child):not(:last-child) {
872
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 5):has(a[aria-current], button[aria-current]) ~ :nth-last-child(-n + 5):not(:first-child):not(:last-child) {
869
873
  pointer-events: auto;
870
874
  position: relative;
871
875
  }
872
876
 
873
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 5):has(a[aria-current], button[aria-current]) ~ :nth-last-child(-n + 5):not(:first-child):not(:last-child)::after {
877
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 5):has(a[aria-current], button[aria-current]) ~ :nth-last-child(-n + 5):not(:first-child):not(:last-child)::after {
874
878
  content: var(--tw-content);
875
879
  display: none;
876
880
  }
877
881
 
878
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 5):has(a[aria-current], button[aria-current]) ~ :nth-last-child(-n + 5):not(:first-child):not(:last-child) a,
879
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 5):has(a[aria-current], button[aria-current]) ~ :nth-last-child(-n + 5):not(:first-child):not(:last-child) button {
882
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 5):has(a[aria-current], button[aria-current]) ~ :nth-last-child(-n + 5):not(:first-child):not(:last-child) a,
883
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 5):has(a[aria-current], button[aria-current]) ~ :nth-last-child(-n + 5):not(:first-child):not(:last-child) button {
880
884
  display: flex;
881
885
  }
882
886
 
883
887
  /* When one of the last 4 pages is selected, show the last 4 pages (backward) */
884
888
 
885
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 6):has(
889
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 6):has(
886
890
  ~ :nth-last-child(-n + 5) a[aria-current],
887
891
  ~ :nth-last-child(-n + 5) button[aria-current]
888
892
  ) {
@@ -890,7 +894,7 @@ Used for inverted pressed interaction text link */;
890
894
  position: relative;
891
895
  }
892
896
 
893
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 6):has(
897
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 6):has(
894
898
  ~ :nth-last-child(-n + 5) a[aria-current],
895
899
  ~ :nth-last-child(-n + 5) button[aria-current]
896
900
  )::after {
@@ -898,11 +902,11 @@ Used for inverted pressed interaction text link */;
898
902
  display: none;
899
903
  }
900
904
 
901
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 6):has(
905
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 6):has(
902
906
  ~ :nth-last-child(-n + 5) a[aria-current],
903
907
  ~ :nth-last-child(-n + 5) button[aria-current]
904
908
  ) a,
905
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 6):has(
909
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 6):has(
906
910
  ~ :nth-last-child(-n + 5) a[aria-current],
907
911
  ~ :nth-last-child(-n + 5) button[aria-current]
908
912
  ) button {
@@ -911,7 +915,7 @@ Used for inverted pressed interaction text link */;
911
915
 
912
916
  /* Show ellipsis on the 6th to last */
913
917
 
914
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(7):has(
918
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(7):has(
915
919
  ~ :nth-last-child(-n + 5) a[aria-current],
916
920
  ~ :nth-last-child(-n + 5) button[aria-current]
917
921
  ) {
@@ -919,7 +923,7 @@ Used for inverted pressed interaction text link */;
919
923
  position: relative;
920
924
  }
921
925
 
922
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(7):has(
926
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(7):has(
923
927
  ~ :nth-last-child(-n + 5) a[aria-current],
924
928
  ~ :nth-last-child(-n + 5) button[aria-current]
925
929
  )::after {
@@ -929,22 +933,22 @@ Used for inverted pressed interaction text link */;
929
933
 
930
934
  /* When it only has 5 numbers + 2 prev & next buttons */
931
935
 
932
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li {
936
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li {
933
937
  pointer-events: auto;
934
938
  position: relative;
935
939
  }
936
940
 
937
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li::after {
941
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li::after {
938
942
  content: var(--tw-content);
939
943
  display: none;
940
944
  }
941
945
 
942
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li a,
943
- .sd-1-5-1-pagination:not(.sd-1-5-1-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li button {
946
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li a,
947
+ .sd-1-5-3-pagination:not(.sd-1-5-3-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li button {
944
948
  display: flex;
945
949
  }
946
950
 
947
- .sd-1-5-1-pagination--simple ul li:nth-child(2) {
951
+ .sd-1-5-3-pagination--simple ul li:nth-child(2) {
948
952
  position: relative;
949
953
  margin-inline-end: var(--sd-spacing-5, 1.25rem) /* 20px */;
950
954
  width: var(--sd-spacing-8, 2rem) /* 32px */;
@@ -954,7 +958,7 @@ Used for inverted pressed interaction text link */;
954
958
  */;
955
959
  }
956
960
 
957
- .sd-1-5-1-pagination--simple ul li:nth-child(2)::after {
961
+ .sd-1-5-3-pagination--simple ul li:nth-child(2)::after {
958
962
  position: absolute;
959
963
  right: -18px;
960
964
  --tw-scale-y: 1.5;
@@ -963,73 +967,73 @@ Used for inverted pressed interaction text link */;
963
967
  content: var(--tw-content);
964
968
  }
965
969
 
966
- .sd-1-5-1-pagination--simple ul li:nth-child(2) {
970
+ .sd-1-5-3-pagination--simple ul li:nth-child(2) {
967
971
 
968
972
  border-bottom-style: solid;
969
973
  }
970
974
 
971
- .sd-1-5-1-pagination--simple ul li:nth-last-child(2) {
975
+ .sd-1-5-3-pagination--simple ul li:nth-last-child(2) {
972
976
  border-bottom-width: 2px;
973
977
  border-bottom-color: transparent;
974
978
  }
975
979
 
976
- .sd-1-5-1-pagination--inverted ul li::after {
980
+ .sd-1-5-3-pagination--inverted ul li::after {
977
981
  content: var(--tw-content);
978
982
 
979
983
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
980
984
  }
981
985
 
982
- .sd-1-5-1-pagination--inverted ul li:first-child:has(a:not([href])) a,
983
- .sd-1-5-1-pagination--inverted ul li:last-child:has(a:not([href])) a,
984
- .sd-1-5-1-pagination--inverted ul li:first-child:has(button[disabled]) button,
985
- .sd-1-5-1-pagination--inverted ul li:last-child:has(button[disabled]) button {
986
+ .sd-1-5-3-pagination--inverted ul li:first-child:has(a:not([href])) a,
987
+ .sd-1-5-3-pagination--inverted ul li:last-child:has(a:not([href])) a,
988
+ .sd-1-5-3-pagination--inverted ul li:first-child:has(button[disabled]) button,
989
+ .sd-1-5-3-pagination--inverted ul li:last-child:has(button[disabled]) button {
986
990
 
987
991
  color: rgb(var(--sd-color-neutral-600, 136 136 136) / var(--tw-text-opacity, 1)) /* Used for inverted disabled state */;
988
992
  }
989
993
 
990
- .sd-1-5-1-pagination--inverted ul li:first-child:has(a:not([href])) a:hover:not([disabled]),
991
- .sd-1-5-1-pagination--inverted ul li:last-child:has(a:not([href])) a:hover:not([disabled]),
992
- .sd-1-5-1-pagination--inverted ul li:first-child:has(button[disabled]) button:hover:not([disabled]),
993
- .sd-1-5-1-pagination--inverted ul li:last-child:has(button[disabled]) button:hover:not([disabled]) {
994
+ .sd-1-5-3-pagination--inverted ul li:first-child:has(a:not([href])) a:hover:not([disabled]),
995
+ .sd-1-5-3-pagination--inverted ul li:last-child:has(a:not([href])) a:hover:not([disabled]),
996
+ .sd-1-5-3-pagination--inverted ul li:first-child:has(button[disabled]) button:hover:not([disabled]),
997
+ .sd-1-5-3-pagination--inverted ul li:last-child:has(button[disabled]) button:hover:not([disabled]) {
994
998
 
995
999
  color: rgb(var(--sd-color-neutral-600, 136 136 136) / var(--tw-text-opacity, 1)) /* Used for inverted disabled state */;
996
1000
  }
997
1001
 
998
- .sd-1-5-1-pagination--inverted ul li a,
999
- .sd-1-5-1-pagination--inverted ul li a[aria-current],
1000
- .sd-1-5-1-pagination--inverted ul li button,
1001
- .sd-1-5-1-pagination--inverted ul li button[aria-current] {
1002
+ .sd-1-5-3-pagination--inverted ul li a,
1003
+ .sd-1-5-3-pagination--inverted ul li a[aria-current],
1004
+ .sd-1-5-3-pagination--inverted ul li button,
1005
+ .sd-1-5-3-pagination--inverted ul li button[aria-current] {
1002
1006
 
1003
1007
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
1004
1008
  }
1005
1009
 
1006
- .sd-1-5-1-pagination--inverted ul li a:hover:not([disabled]),
1007
- .sd-1-5-1-pagination--inverted ul li a[aria-current]:hover:not([disabled]),
1008
- .sd-1-5-1-pagination--inverted ul li button:hover:not([disabled]),
1009
- .sd-1-5-1-pagination--inverted ul li button[aria-current]:hover:not([disabled]) {
1010
+ .sd-1-5-3-pagination--inverted ul li a:hover:not([disabled]),
1011
+ .sd-1-5-3-pagination--inverted ul li a[aria-current]:hover:not([disabled]),
1012
+ .sd-1-5-3-pagination--inverted ul li button:hover:not([disabled]),
1013
+ .sd-1-5-3-pagination--inverted ul li button[aria-current]:hover:not([disabled]) {
1010
1014
 
1011
1015
  color: rgb(var(--sd-color-primary-200, 224 233 243) / var(--tw-text-opacity, 1)) /* Used for inverted hover interaction text link and inverted pressed interaction button label */;
1012
1016
  }
1013
1017
 
1014
- .sd-1-5-1-pagination--inverted ul li a:active:not([disabled]),
1015
- .sd-1-5-1-pagination--inverted ul li a[aria-current]:active:not([disabled]),
1016
- .sd-1-5-1-pagination--inverted ul li button:active:not([disabled]),
1017
- .sd-1-5-1-pagination--inverted ul li button[aria-current]:active:not([disabled]) {
1018
+ .sd-1-5-3-pagination--inverted ul li a:active:not([disabled]),
1019
+ .sd-1-5-3-pagination--inverted ul li a[aria-current]:active:not([disabled]),
1020
+ .sd-1-5-3-pagination--inverted ul li button:active:not([disabled]),
1021
+ .sd-1-5-3-pagination--inverted ul li button[aria-current]:active:not([disabled]) {
1018
1022
 
1019
1023
  color: rgb(var(--sd-color-primary-400, 153 171 208) / var(--tw-text-opacity, 1)) /* Additional text inverted color
1020
1024
  Used for inverted pressed interaction text link */;
1021
1025
  }
1022
1026
 
1023
- .sd-1-5-1-pagination--inverted ul li a:focus-visible, .sd-1-5-1-pagination--inverted ul li a[aria-current]:focus-visible, .sd-1-5-1-pagination--inverted ul li button:focus-visible, .sd-1-5-1-pagination--inverted ul li button[aria-current]:focus-visible {
1027
+ .sd-1-5-3-pagination--inverted ul li a:focus-visible, .sd-1-5-3-pagination--inverted ul li a[aria-current]:focus-visible, .sd-1-5-3-pagination--inverted ul li button:focus-visible, .sd-1-5-3-pagination--inverted ul li button[aria-current]:focus-visible {
1024
1028
  outline-color: rgb(var(--sd-color-white, 255 255 255) / 1) /* Used for buttons, inverted focus state */;
1025
1029
  }
1026
1030
 
1027
- .sd-1-5-1-pagination--inverted.sd-1-5-1-pagination--simple ul li {
1031
+ .sd-1-5-3-pagination--inverted.sd-1-5-3-pagination--simple ul li {
1028
1032
 
1029
1033
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
1030
1034
  }
1031
1035
 
1032
- .sd-1-5-1-pagination--inverted.sd-1-5-1-pagination--simple ul li::after {
1036
+ .sd-1-5-3-pagination--inverted.sd-1-5-3-pagination--simple ul li::after {
1033
1037
  content: var(--tw-content);
1034
1038
 
1035
1039
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
@@ -1037,18 +1041,18 @@ Used for inverted pressed interaction text link */;
1037
1041
 
1038
1042
  /**
1039
1043
  * Description of the style.
1040
- * @name sd-1-5-1-status-badge
1044
+ * @name sd-1-5-3-status-badge
1041
1045
  * @status stable
1042
1046
  * @since 1.0
1043
- * @variant { sucess | warning | error | info } sd-1-5-1-status-badge--...
1047
+ * @variant { sucess | warning | error | info } sd-1-5-3-status-badge--...
1044
1048
  */
1045
1049
 
1046
- .sd-1-5-1-status-badge {
1050
+ .sd-1-5-3-status-badge {
1047
1051
  display: inline-flex;
1048
1052
  align-items: center;
1049
1053
  }
1050
1054
 
1051
- .sd-1-5-1-status-badge sd-icon {
1055
+ .sd-1-5-3-status-badge sd-icon {
1052
1056
  margin-right: var(--sd-spacing-2, 0.5rem) /* 8px */;
1053
1057
  display: flex;
1054
1058
  height: var(--sd-spacing-3, 0.75rem) /* 12px */;
@@ -1059,22 +1063,22 @@ Used for inverted pressed interaction text link */;
1059
1063
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */ !important;
1060
1064
  }
1061
1065
 
1062
- .sd-1-5-1-status-badge--success sd-icon {
1066
+ .sd-1-5-3-status-badge--success sd-icon {
1063
1067
 
1064
1068
  background-color: rgb(var(--sd-color-success, 37 136 14) / var(--tw-bg-opacity, 1)) /* Used for success messages */;
1065
1069
  }
1066
1070
 
1067
- .sd-1-5-1-status-badge--warning sd-icon {
1071
+ .sd-1-5-3-status-badge--warning sd-icon {
1068
1072
 
1069
1073
  background-color: rgb(var(--sd-color-warning, 187 141 32) / var(--tw-bg-opacity, 1)) /* Used for notifications */;
1070
1074
  }
1071
1075
 
1072
- .sd-1-5-1-status-badge--error sd-icon {
1076
+ .sd-1-5-3-status-badge--error sd-icon {
1073
1077
 
1074
1078
  background-color: rgb(var(--sd-color-error, 204 25 55) / var(--tw-bg-opacity, 1)) /* Used for notification, status-badge */;
1075
1079
  }
1076
1080
 
1077
- .sd-1-5-1-status-badge--info sd-icon {
1081
+ .sd-1-5-3-status-badge--info sd-icon {
1078
1082
 
1079
1083
  background-color: rgb(var(--sd-color-info, 21 130 213) / var(--tw-bg-opacity, 1)) /* Used for notification, status-badge */;
1080
1084
  }
@@ -1083,23 +1087,23 @@ Used for inverted pressed interaction text link */;
1083
1087
 
1084
1088
  /**
1085
1089
  * Prose
1086
- * @name sd-1-5-1-prose
1090
+ * @name sd-1-5-3-prose
1087
1091
  * @status stable
1088
1092
  * @since 3.6.0
1089
- * @boolean sd-1-5-1-prose--inverted Inverts the content, but not tables.
1090
- * @boolean sd-1-5-1-prose--full-width Overrides the 80ch max-width and makes the prose full width.
1093
+ * @boolean sd-1-5-3-prose--inverted Inverts the content, but not tables.
1094
+ * @boolean sd-1-5-3-prose--full-width Overrides the 80ch max-width and makes the prose full width.
1091
1095
  */
1092
1096
 
1093
1097
  /**
1094
1098
  * Display provides larger text sizes that are not used as headlines. The different sizes allow for a more versatile styling of text elements. Display text should not be used as substitute for headlines.
1095
- * @name sd-1-5-1-display
1099
+ * @name sd-1-5-3-display
1096
1100
  * @status stable
1097
1101
  * @since 1.7
1098
- * @variant { xl | 3xl } sd-1-5-1-display--size-... The display's size.
1099
- * @boolean sd-1-5-1-display--inverted Inverts the display text.
1102
+ * @variant { xl | 3xl } sd-1-5-3-display--size-... The display's size.
1103
+ * @boolean sd-1-5-3-display--inverted Inverts the display text.
1100
1104
  */
1101
1105
 
1102
- .sd-1-5-1-display {
1106
+ .sd-1-5-3-display {
1103
1107
  font-size: var(--sd-font-size-3xl, 2rem) /* 32px */;
1104
1108
  font-weight: 400;
1105
1109
  line-height: var(--sd-line-height-tight, 120%) /* Used for display and large titles */;
@@ -1109,12 +1113,12 @@ Used for inverted pressed interaction text link */;
1109
1113
 
1110
1114
  @media (min-width: 1024px) {
1111
1115
 
1112
- .sd-1-5-1-display {
1116
+ .sd-1-5-3-display {
1113
1117
  font-size: var(--sd-font-size-4xl, 2.5rem) /* 40px */;
1114
1118
  }
1115
1119
  }
1116
1120
 
1117
- .sd-1-5-1-display--size-xl {
1121
+ .sd-1-5-3-display--size-xl {
1118
1122
  font-size: var(--sd-font-size-xl, 1.5rem) /* 24px */;
1119
1123
  font-weight: 400;
1120
1124
  line-height: var(--sd-line-height-tight, 120%) /* Used for display and large titles */;
@@ -1122,7 +1126,7 @@ Used for inverted pressed interaction text link */;
1122
1126
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
1123
1127
  }
1124
1128
 
1125
- .sd-1-5-1-display--size-3xl {
1129
+ .sd-1-5-3-display--size-3xl {
1126
1130
  font-size: var(--sd-font-size-2xl, 1.75rem) /* 28px */;
1127
1131
  font-weight: 400;
1128
1132
  line-height: var(--sd-line-height-tight, 120%) /* Used for display and large titles */;
@@ -1132,35 +1136,35 @@ Used for inverted pressed interaction text link */;
1132
1136
 
1133
1137
  @media (min-width: 1024px) {
1134
1138
 
1135
- .sd-1-5-1-display--size-3xl {
1139
+ .sd-1-5-3-display--size-3xl {
1136
1140
  font-size: var(--sd-font-size-3xl, 2rem) /* 32px */;
1137
1141
  }
1138
1142
  }
1139
1143
 
1140
- .sd-1-5-1-display--inverted {
1144
+ .sd-1-5-3-display--inverted {
1141
1145
 
1142
1146
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
1143
1147
  }
1144
1148
 
1145
1149
  /**
1146
1150
  * Headlines are vital for displaying content hierarchy and to improve accessibility. A headline can be additionally accompanied by an icon. The icon can be displayed on the left side or inline.
1147
- * @name sd-1-5-1-headline
1151
+ * @name sd-1-5-3-headline
1148
1152
  * @status stable
1149
1153
  * @since 1.16
1150
- * @variant { 3xl | xl | lg | base } sd-1-5-1-headline--size-... The headline's size.
1151
- * @boolean sd-1-5-1-headline--inverted Inverts the headline text.
1152
- * @boolean sd-1-5-1-headline--inline Sets inline behavior. Used exclusively when an sd-icon or other component is present. See usage <a href="#inline">here.</a>
1154
+ * @variant { 3xl | xl | lg | base } sd-1-5-3-headline--size-... The headline's size.
1155
+ * @boolean sd-1-5-3-headline--inverted Inverts the headline text.
1156
+ * @boolean sd-1-5-3-headline--inline Sets inline behavior. Used exclusively when an sd-icon or other component is present. See usage <a href="#inline">here.</a>
1153
1157
  */
1154
1158
 
1155
- .sd-1-5-1-headline,
1156
- .sd-1-5-1-prose :is(h1, h2, h3, h4, h5) {
1159
+ .sd-1-5-3-headline,
1160
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5) {
1157
1161
  display: flex;
1158
1162
  font-weight: 700;
1159
1163
 
1160
1164
  color: rgb(var(--sd-color-primary, 0 53 142) / var(--tw-text-opacity, 1)) /* Primary brand color for text */;
1161
1165
  }
1162
1166
 
1163
- .sd-1-5-1-headline sd-icon, .sd-1-5-1-prose :is(h1, h2, h3, h4, h5) sd-icon {
1167
+ .sd-1-5-3-headline sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5) sd-icon {
1164
1168
  flex-shrink: 0;
1165
1169
  font-size: 3rem;
1166
1170
 
@@ -1169,15 +1173,15 @@ Used for inverted pressed interaction text link */;
1169
1173
 
1170
1174
  @media (min-width: 640px) {
1171
1175
 
1172
- .sd-1-5-1-headline sd-icon, .sd-1-5-1-prose :is(h1, h2, h3, h4, h5) sd-icon {
1176
+ .sd-1-5-3-headline sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5) sd-icon {
1173
1177
  margin-top: var(--sd-spacing-2, 0.5rem) /* 8px */;
1174
1178
  }
1175
1179
  }
1176
1180
 
1177
- .sd-1-5-1-headline.sd-1-5-1-headline,
1178
- .sd-1-5-1-headline:is(h1):not(.sd-1-5-1-headline),
1179
- .sd-1-5-1-prose :is(h1, h2, h3, h4, h5).sd-1-5-1-headline,
1180
- .sd-1-5-1-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-5-1-headline) {
1181
+ .sd-1-5-3-headline.sd-1-5-3-headline,
1182
+ .sd-1-5-3-headline:is(h1):not(.sd-1-5-3-headline),
1183
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline,
1184
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-5-3-headline) {
1181
1185
  gap: var(--sd-spacing-4, 1rem) /* 16px */;
1182
1186
  font-size: var(--sd-font-size-3xl, 2rem) /* 32px */;
1183
1187
  line-height: var(--sd-line-height-tight, 120%) /* Used for display and large titles */;
@@ -1185,29 +1189,29 @@ Used for inverted pressed interaction text link */;
1185
1189
 
1186
1190
  @media (min-width: 640px) {
1187
1191
 
1188
- .sd-1-5-1-headline.sd-1-5-1-headline,
1189
- .sd-1-5-1-headline:is(h1):not(.sd-1-5-1-headline),
1190
- .sd-1-5-1-prose :is(h1, h2, h3, h4, h5).sd-1-5-1-headline,
1191
- .sd-1-5-1-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-5-1-headline) {
1192
+ .sd-1-5-3-headline.sd-1-5-3-headline,
1193
+ .sd-1-5-3-headline:is(h1):not(.sd-1-5-3-headline),
1194
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline,
1195
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-5-3-headline) {
1192
1196
  font-size: var(--sd-font-size-4xl, 2.5rem) /* 40px */;
1193
1197
  }
1194
1198
  }
1195
1199
 
1196
- .sd-1-5-1-headline.sd-1-5-1-headline sd-icon, .sd-1-5-1-headline:is(h1):not(.sd-1-5-1-headline) sd-icon, .sd-1-5-1-prose :is(h1, h2, h3, h4, h5).sd-1-5-1-headline sd-icon, .sd-1-5-1-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-5-1-headline) sd-icon {
1200
+ .sd-1-5-3-headline.sd-1-5-3-headline sd-icon, .sd-1-5-3-headline:is(h1):not(.sd-1-5-3-headline) sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-5-3-headline) sd-icon {
1197
1201
  margin-top: calc(var(--sd-spacing-1, 0.25rem) /* 4px */ * -1);
1198
1202
  }
1199
1203
 
1200
1204
  @media (min-width: 640px) {
1201
1205
 
1202
- .sd-1-5-1-headline.sd-1-5-1-headline sd-icon, .sd-1-5-1-headline:is(h1):not(.sd-1-5-1-headline) sd-icon, .sd-1-5-1-prose :is(h1, h2, h3, h4, h5).sd-1-5-1-headline sd-icon, .sd-1-5-1-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-5-1-headline) sd-icon {
1206
+ .sd-1-5-3-headline.sd-1-5-3-headline sd-icon, .sd-1-5-3-headline:is(h1):not(.sd-1-5-3-headline) sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-5-3-headline) sd-icon {
1203
1207
  margin-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
1204
1208
  }
1205
1209
  }
1206
1210
 
1207
- .sd-1-5-1-headline.sd-1-5-1-headline--size-3xl,
1208
- .sd-1-5-1-headline:is(h2):not(.sd-1-5-1-headline),
1209
- .sd-1-5-1-prose :is(h1, h2, h3, h4, h5).sd-1-5-1-headline--size-3xl,
1210
- .sd-1-5-1-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-5-1-headline) {
1211
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-3xl,
1212
+ .sd-1-5-3-headline:is(h2):not(.sd-1-5-3-headline),
1213
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-3xl,
1214
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-5-3-headline) {
1211
1215
  gap: var(--sd-spacing-4, 1rem) /* 16px */;
1212
1216
  font-size: var(--sd-font-size-2xl, 1.75rem) /* 28px */;
1213
1217
  line-height: var(--sd-line-height-tight, 120%) /* Used for display and large titles */;
@@ -1215,144 +1219,144 @@ Used for inverted pressed interaction text link */;
1215
1219
 
1216
1220
  @media (min-width: 640px) {
1217
1221
 
1218
- .sd-1-5-1-headline.sd-1-5-1-headline--size-3xl,
1219
- .sd-1-5-1-headline:is(h2):not(.sd-1-5-1-headline),
1220
- .sd-1-5-1-prose :is(h1, h2, h3, h4, h5).sd-1-5-1-headline--size-3xl,
1221
- .sd-1-5-1-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-5-1-headline) {
1222
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-3xl,
1223
+ .sd-1-5-3-headline:is(h2):not(.sd-1-5-3-headline),
1224
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-3xl,
1225
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-5-3-headline) {
1222
1226
  font-size: var(--sd-font-size-3xl, 2rem) /* 32px */;
1223
1227
  }
1224
1228
  }
1225
1229
 
1226
- .sd-1-5-1-headline.sd-1-5-1-headline--size-3xl sd-icon, .sd-1-5-1-headline:is(h2):not(.sd-1-5-1-headline) sd-icon, .sd-1-5-1-prose :is(h1, h2, h3, h4, h5).sd-1-5-1-headline--size-3xl sd-icon, .sd-1-5-1-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-5-1-headline) sd-icon {
1230
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-3xl sd-icon, .sd-1-5-3-headline:is(h2):not(.sd-1-5-3-headline) sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-3xl sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-5-3-headline) sd-icon {
1227
1231
  margin-top: calc(var(--sd-spacing-1, 0.25rem) /* 4px */ * -1);
1228
1232
  }
1229
1233
 
1230
1234
  @media (min-width: 640px) {
1231
1235
 
1232
- .sd-1-5-1-headline.sd-1-5-1-headline--size-3xl sd-icon, .sd-1-5-1-headline:is(h2):not(.sd-1-5-1-headline) sd-icon, .sd-1-5-1-prose :is(h1, h2, h3, h4, h5).sd-1-5-1-headline--size-3xl sd-icon, .sd-1-5-1-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-5-1-headline) sd-icon {
1236
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-3xl sd-icon, .sd-1-5-3-headline:is(h2):not(.sd-1-5-3-headline) sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-3xl sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-5-3-headline) sd-icon {
1233
1237
  margin-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
1234
1238
  }
1235
1239
  }
1236
1240
 
1237
- .sd-1-5-1-headline.sd-1-5-1-headline--size-xl,
1238
- .sd-1-5-1-headline.sd-1-5-1-headline--size-lg,
1239
- .sd-1-5-1-headline.sd-1-5-1-headline--size-base,
1240
- .sd-1-5-1-headline:is(h3, h4, h5):not(.sd-1-5-1-headline),
1241
- .sd-1-5-1-prose :is(h1, h2, h3, h4, h5).sd-1-5-1-headline--size-xl,
1242
- .sd-1-5-1-prose :is(h1, h2, h3, h4, h5).sd-1-5-1-headline--size-lg,
1243
- .sd-1-5-1-prose :is(h1, h2, h3, h4, h5).sd-1-5-1-headline--size-base,
1244
- .sd-1-5-1-prose :is(h1, h2, h3, h4, h5):is(h3, h4, h5):not(.sd-1-5-1-headline) {
1241
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-xl,
1242
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-lg,
1243
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-base,
1244
+ .sd-1-5-3-headline:is(h3, h4, h5):not(.sd-1-5-3-headline),
1245
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-xl,
1246
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-lg,
1247
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-base,
1248
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h3, h4, h5):not(.sd-1-5-3-headline) {
1245
1249
  gap: var(--sd-spacing-2, 0.5rem) /* 8px */;
1246
1250
 
1247
1251
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
1248
1252
  }
1249
1253
 
1250
- .sd-1-5-1-headline.sd-1-5-1-headline--size-xl sd-icon, .sd-1-5-1-headline.sd-1-5-1-headline--size-lg sd-icon, .sd-1-5-1-headline.sd-1-5-1-headline--size-base sd-icon, .sd-1-5-1-headline:is(h3, h4, h5):not(.sd-1-5-1-headline) sd-icon, .sd-1-5-1-prose :is(h1, h2, h3, h4, h5).sd-1-5-1-headline--size-xl sd-icon, .sd-1-5-1-prose :is(h1, h2, h3, h4, h5).sd-1-5-1-headline--size-lg sd-icon, .sd-1-5-1-prose :is(h1, h2, h3, h4, h5).sd-1-5-1-headline--size-base sd-icon, .sd-1-5-1-prose :is(h1, h2, h3, h4, h5):is(h3, h4, h5):not(.sd-1-5-1-headline) sd-icon {
1254
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-xl sd-icon, .sd-1-5-3-headline.sd-1-5-3-headline--size-lg sd-icon, .sd-1-5-3-headline.sd-1-5-3-headline--size-base sd-icon, .sd-1-5-3-headline:is(h3, h4, h5):not(.sd-1-5-3-headline) sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-xl sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-lg sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-base sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h3, h4, h5):not(.sd-1-5-3-headline) sd-icon {
1251
1255
  font-size: 2rem;
1252
1256
  }
1253
1257
 
1254
- .sd-1-5-1-headline.sd-1-5-1-headline--size-xl,
1255
- .sd-1-5-1-headline:is(h3):not(.sd-1-5-1-headline),
1256
- .sd-1-5-1-prose :is(h1, h2, h3, h4, h5).sd-1-5-1-headline--size-xl,
1257
- .sd-1-5-1-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-1-5-1-headline) {
1258
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-xl,
1259
+ .sd-1-5-3-headline:is(h3):not(.sd-1-5-3-headline),
1260
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-xl,
1261
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-1-5-3-headline) {
1258
1262
  font-size: var(--sd-font-size-xl, 1.5rem) /* 24px */;
1259
1263
  }
1260
1264
 
1261
- .sd-1-5-1-headline.sd-1-5-1-headline--size-xl sd-icon, .sd-1-5-1-headline:is(h3):not(.sd-1-5-1-headline) sd-icon, .sd-1-5-1-prose :is(h1, h2, h3, h4, h5).sd-1-5-1-headline--size-xl sd-icon, .sd-1-5-1-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-1-5-1-headline) sd-icon {
1265
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-xl sd-icon, .sd-1-5-3-headline:is(h3):not(.sd-1-5-3-headline) sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-xl sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-1-5-3-headline) sd-icon {
1262
1266
  margin-top: var(--sd-spacing-0-5, 0.125rem) /* 2px */;
1263
1267
  }
1264
1268
 
1265
1269
  @media (min-width: 640px) {
1266
1270
 
1267
- .sd-1-5-1-headline.sd-1-5-1-headline--size-xl sd-icon, .sd-1-5-1-headline:is(h3):not(.sd-1-5-1-headline) sd-icon, .sd-1-5-1-prose :is(h1, h2, h3, h4, h5).sd-1-5-1-headline--size-xl sd-icon, .sd-1-5-1-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-1-5-1-headline) sd-icon {
1271
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-xl sd-icon, .sd-1-5-3-headline:is(h3):not(.sd-1-5-3-headline) sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-xl sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-1-5-3-headline) sd-icon {
1268
1272
  margin-top: var(--sd-spacing-0-5, 0.125rem) /* 2px */;
1269
1273
  }
1270
1274
  }
1271
1275
 
1272
- .sd-1-5-1-headline.sd-1-5-1-headline--size-lg,
1273
- .sd-1-5-1-headline.sd-1-5-1-headline--size-base,
1274
- .sd-1-5-1-headline:is(h4, h5):not(.sd-1-5-1-headline),
1275
- .sd-1-5-1-prose :is(h1, h2, h3, h4, h5).sd-1-5-1-headline--size-lg,
1276
- .sd-1-5-1-prose :is(h1, h2, h3, h4, h5).sd-1-5-1-headline--size-base,
1277
- .sd-1-5-1-prose :is(h1, h2, h3, h4, h5):is(h4, h5):not(.sd-1-5-1-headline) {
1276
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-lg,
1277
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-base,
1278
+ .sd-1-5-3-headline:is(h4, h5):not(.sd-1-5-3-headline),
1279
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-lg,
1280
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-base,
1281
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h4, h5):not(.sd-1-5-3-headline) {
1278
1282
  line-height: var(--sd-line-height-normal, 150%) /* Used for body copy and smaller titles */;
1279
1283
  }
1280
1284
 
1281
- .sd-1-5-1-headline.sd-1-5-1-headline--size-lg,
1282
- .sd-1-5-1-headline:is(h4),
1283
- .sd-1-5-1-prose :is(h1, h2, h3, h4, h5).sd-1-5-1-headline--size-lg,
1284
- .sd-1-5-1-prose :is(h1, h2, h3, h4, h5):is(h4) {
1285
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-lg,
1286
+ .sd-1-5-3-headline:is(h4),
1287
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-lg,
1288
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h4) {
1285
1289
  font-size: var(--sd-font-size-lg, 1.25rem) /* 20px */;
1286
1290
  }
1287
1291
 
1288
- .sd-1-5-1-headline.sd-1-5-1-headline--size-lg sd-icon, .sd-1-5-1-headline:is(h4) sd-icon, .sd-1-5-1-prose :is(h1, h2, h3, h4, h5).sd-1-5-1-headline--size-lg sd-icon, .sd-1-5-1-prose :is(h1, h2, h3, h4, h5):is(h4) sd-icon {
1292
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-lg sd-icon, .sd-1-5-3-headline:is(h4) sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-lg sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h4) sd-icon {
1289
1293
  margin-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
1290
1294
  }
1291
1295
 
1292
1296
  @media (min-width: 640px) {
1293
1297
 
1294
- .sd-1-5-1-headline.sd-1-5-1-headline--size-lg sd-icon, .sd-1-5-1-headline:is(h4) sd-icon, .sd-1-5-1-prose :is(h1, h2, h3, h4, h5).sd-1-5-1-headline--size-lg sd-icon, .sd-1-5-1-prose :is(h1, h2, h3, h4, h5):is(h4) sd-icon {
1298
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-lg sd-icon, .sd-1-5-3-headline:is(h4) sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-lg sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h4) sd-icon {
1295
1299
  margin-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
1296
1300
  }
1297
1301
  }
1298
1302
 
1299
- .sd-1-5-1-headline.sd-1-5-1-headline--size-base,
1300
- .sd-1-5-1-headline:is(h5):not(.sd-1-5-1-headline),
1301
- .sd-1-5-1-prose :is(h1, h2, h3, h4, h5).sd-1-5-1-headline--size-base,
1302
- .sd-1-5-1-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-1-5-1-headline) {
1303
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-base,
1304
+ .sd-1-5-3-headline:is(h5):not(.sd-1-5-3-headline),
1305
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-base,
1306
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-1-5-3-headline) {
1303
1307
  font-size: var(--sd-font-size-base, 1rem) /* 16px */;
1304
1308
  }
1305
1309
 
1306
- .sd-1-5-1-headline.sd-1-5-1-headline--size-base sd-icon, .sd-1-5-1-headline:is(h5):not(.sd-1-5-1-headline) sd-icon, .sd-1-5-1-prose :is(h1, h2, h3, h4, h5).sd-1-5-1-headline--size-base sd-icon, .sd-1-5-1-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-1-5-1-headline) sd-icon {
1310
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-base sd-icon, .sd-1-5-3-headline:is(h5):not(.sd-1-5-3-headline) sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-base sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-1-5-3-headline) sd-icon {
1307
1311
  margin-top: calc(var(--sd-spacing-1, 0.25rem) /* 4px */ * -1);
1308
1312
  }
1309
1313
 
1310
- .sd-1-5-1-headline.sd-1-5-1-headline--size-base mark, .sd-1-5-1-headline:is(h5):not(.sd-1-5-1-headline) mark, .sd-1-5-1-prose :is(h1, h2, h3, h4, h5).sd-1-5-1-headline--size-base mark, .sd-1-5-1-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-1-5-1-headline) mark {
1314
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-base mark, .sd-1-5-3-headline:is(h5):not(.sd-1-5-3-headline) mark, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-base mark, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-1-5-3-headline) mark {
1311
1315
  color: inherit;
1312
1316
  }
1313
1317
 
1314
- .sd-1-5-1-headline--inline {
1318
+ .sd-1-5-3-headline--inline {
1315
1319
  display: inline-block;
1316
1320
  }
1317
1321
 
1318
- .sd-1-5-1-headline--inline sd-icon {
1322
+ .sd-1-5-3-headline--inline sd-icon {
1319
1323
  margin-right: var(--sd-spacing-2, 0.5rem) /* 8px */;
1320
1324
  margin-top: calc(var(--sd-spacing-1, 0.25rem) /* 4px */ * -1);
1321
1325
  vertical-align: middle;
1322
1326
  }
1323
1327
 
1324
- .sd-1-5-1-headline--inline:is(.sd-1-5-1-headline--size-xl, .sd-1-5-1-headline--size-lg, .sd-1-5-1-headline--size-base) sd-icon {
1328
+ .sd-1-5-3-headline--inline:is(.sd-1-5-3-headline--size-xl, .sd-1-5-3-headline--size-lg, .sd-1-5-3-headline--size-base) sd-icon {
1325
1329
  margin-right: var(--sd-spacing-0-5, 0.125rem) /* 2px */;
1326
1330
  }
1327
1331
 
1328
- .sd-1-5-1-headline--inverted:not(#_),
1329
- .sd-1-5-1-prose--inverted :is(h1, h2, h3, h4, h5):not(.sd-1-5-1-headline):not(#_) {
1332
+ .sd-1-5-3-headline--inverted:not(#_),
1333
+ .sd-1-5-3-prose--inverted :is(h1, h2, h3, h4, h5):not(.sd-1-5-3-headline):not(#_) {
1330
1334
 
1331
1335
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
1332
1336
  }
1333
1337
 
1334
- .sd-1-5-1-headline--inverted:not(#_) sd-icon, .sd-1-5-1-prose--inverted :is(h1, h2, h3, h4, h5):not(.sd-1-5-1-headline):not(#_) sd-icon {
1338
+ .sd-1-5-3-headline--inverted:not(#_) sd-icon, .sd-1-5-3-prose--inverted :is(h1, h2, h3, h4, h5):not(.sd-1-5-3-headline):not(#_) sd-icon {
1335
1339
 
1336
1340
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
1337
1341
  }
1338
1342
 
1339
1343
  /**
1340
1344
  * Generates basic styles for interactive elements.
1341
- * @name sd-1-5-1-interactive
1345
+ * @name sd-1-5-3-interactive
1342
1346
  * @status stable
1343
1347
  * @since 1.11
1344
- * @boolean sd-1-5-1-interactive--disabled Makes an element look disabled.
1345
- * @boolean sd-1-5-1-interactive--inverted Inverts the colors of an element.
1346
- * @boolean sd-1-5-1-interactive--reset Resets the default browser styles of e.g., a button.
1348
+ * @boolean sd-1-5-3-interactive--disabled Makes an element look disabled.
1349
+ * @boolean sd-1-5-3-interactive--inverted Inverts the colors of an element.
1350
+ * @boolean sd-1-5-3-interactive--reset Resets the default browser styles of e.g., a button.
1347
1351
  */
1348
1352
 
1349
- .sd-1-5-1-prose a--reset, .sd-1-5-1-interactive--reset {
1353
+ .sd-1-5-3-prose a--reset, .sd-1-5-3-interactive--reset {
1350
1354
  all: unset;
1351
1355
  outline: revert;
1352
1356
  }
1353
1357
 
1354
- .sd-1-5-1-prose a,
1355
- .sd-1-5-1-interactive {
1358
+ .sd-1-5-3-prose a,
1359
+ .sd-1-5-3-interactive {
1356
1360
  cursor: pointer;
1357
1361
 
1358
1362
  color: rgb(var(--sd-color-primary, 0 53 142) / var(--tw-text-opacity, 1)) /* Primary brand color for text */;
@@ -1366,80 +1370,95 @@ Smooth transitions eg. for buttons or dropdowns */;
1366
1370
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1367
1371
  }
1368
1372
 
1369
- .sd-1-5-1-prose a:hover:not([disabled]),
1370
- .sd-1-5-1-interactive:hover:not([disabled]) {
1373
+ .sd-1-5-3-prose a:hover:not([disabled]),
1374
+ .sd-1-5-3-interactive:hover:not([disabled]) {
1371
1375
 
1372
1376
  color: rgb(var(--sd-color-primary-500, 70 109 175) / var(--tw-text-opacity, 1)) /* Used for hover interaction */;
1373
1377
  }
1374
1378
 
1375
- .sd-1-5-1-prose a:active:not([disabled]),
1376
- .sd-1-5-1-interactive:active:not([disabled]) {
1379
+ .sd-1-5-3-prose a:active:not([disabled]),
1380
+ .sd-1-5-3-interactive:active:not([disabled]) {
1377
1381
 
1378
1382
  color: rgb(var(--sd-color-primary-800, 5 21 48) / var(--tw-text-opacity, 1)) /* Used for pressed interaction */;
1379
1383
  }
1380
1384
 
1381
- .sd-1-5-1-prose a:is(.sd-1-5-1-interactive), .sd-1-5-1-interactive:is(.sd-1-5-1-interactive) {
1385
+ .sd-1-5-3-prose a:is(.sd-1-5-3-interactive), .sd-1-5-3-interactive:is(.sd-1-5-3-interactive) {
1382
1386
  text-decoration-line: none;
1383
1387
  }
1384
1388
 
1385
- .sd-1-5-1-prose a:focus-visible, .sd-1-5-1-interactive:focus-visible {
1389
+ .sd-1-5-3-prose a:focus-visible, .sd-1-5-3-interactive:focus-visible {
1386
1390
  outline-style: solid;
1387
1391
  outline-width: 2px;
1388
1392
  outline-offset: 2px;
1389
1393
  outline-color: rgb(var(--sd-color-primary, 0 53 142) / 1) /* Used for buttons, select field, focus state */;
1390
1394
  }
1391
1395
 
1392
- .sd-1-5-1-prose a--disabled,
1393
- .sd-1-5-1-prose a[disabled],
1394
- .sd-1-5-1-prose a[href=''],
1395
- .sd-1-5-1-interactive--disabled,
1396
- .sd-1-5-1-interactive[disabled],
1397
- .sd-1-5-1-interactive[href=''] {
1396
+ .sd-1-5-3-prose a--disabled,
1397
+ .sd-1-5-3-prose a[disabled],
1398
+ .sd-1-5-3-prose a[href=''],
1399
+ .sd-1-5-3-interactive--disabled,
1400
+ .sd-1-5-3-interactive[disabled],
1401
+ .sd-1-5-3-interactive[href=''] {
1398
1402
  cursor: not-allowed;
1399
1403
 
1404
+ color: rgb(var(--sd-color-neutral-500, 174 174 174) / var(--tw-text-opacity, 1)) /* Used for disabled state */;
1405
+ }
1406
+
1407
+ .sd-1-5-3-prose a--disabled:hover:not([disabled]),
1408
+ .sd-1-5-3-prose a[disabled]:hover:not([disabled]),
1409
+ .sd-1-5-3-prose a[href='']:hover:not([disabled]),
1410
+ .sd-1-5-3-interactive--disabled:hover:not([disabled]),
1411
+ .sd-1-5-3-interactive[disabled]:hover:not([disabled]),
1412
+ .sd-1-5-3-interactive[href='']:hover:not([disabled]) {
1413
+
1414
+ color: rgb(var(--sd-color-neutral-500, 174 174 174) / var(--tw-text-opacity, 1)) /* Used for disabled state */;
1415
+ }
1416
+
1417
+ .sd-1-5-3-prose a--disabled:active:not([disabled]),
1418
+ .sd-1-5-3-prose a[disabled]:active:not([disabled]),
1419
+ .sd-1-5-3-prose a[href='']:active:not([disabled]),
1420
+ .sd-1-5-3-interactive--disabled:active:not([disabled]),
1421
+ .sd-1-5-3-interactive[disabled]:active:not([disabled]),
1422
+ .sd-1-5-3-interactive[href='']:active:not([disabled]) {
1423
+
1424
+ color: rgb(var(--sd-color-neutral-500, 174 174 174) / var(--tw-text-opacity, 1)) /* Used for disabled state */;
1425
+ }
1426
+
1427
+ .sd-1-5-3-prose a--disabled.sd-1-5-3-interactive--inverted, .sd-1-5-3-prose a[disabled].sd-1-5-3-interactive--inverted, .sd-1-5-3-prose a[href=''].sd-1-5-3-interactive--inverted, .sd-1-5-3-interactive--disabled.sd-1-5-3-interactive--inverted, .sd-1-5-3-interactive[disabled].sd-1-5-3-interactive--inverted, .sd-1-5-3-interactive[href=''].sd-1-5-3-interactive--inverted {
1428
+
1400
1429
  color: rgb(var(--sd-color-neutral-600, 136 136 136) / var(--tw-text-opacity, 1)) /* Used for inverted disabled state */;
1401
1430
  }
1402
1431
 
1403
- .sd-1-5-1-prose a--disabled:hover:not([disabled]),
1404
- .sd-1-5-1-prose a[disabled]:hover:not([disabled]),
1405
- .sd-1-5-1-prose a[href='']:hover:not([disabled]),
1406
- .sd-1-5-1-interactive--disabled:hover:not([disabled]),
1407
- .sd-1-5-1-interactive[disabled]:hover:not([disabled]),
1408
- .sd-1-5-1-interactive[href='']:hover:not([disabled]) {
1432
+ .sd-1-5-3-prose a--disabled.sd-1-5-3-interactive--inverted:hover:not([disabled]), .sd-1-5-3-prose a[disabled].sd-1-5-3-interactive--inverted:hover:not([disabled]), .sd-1-5-3-prose a[href=''].sd-1-5-3-interactive--inverted:hover:not([disabled]), .sd-1-5-3-interactive--disabled.sd-1-5-3-interactive--inverted:hover:not([disabled]), .sd-1-5-3-interactive[disabled].sd-1-5-3-interactive--inverted:hover:not([disabled]), .sd-1-5-3-interactive[href=''].sd-1-5-3-interactive--inverted:hover:not([disabled]) {
1409
1433
 
1410
1434
  color: rgb(var(--sd-color-neutral-600, 136 136 136) / var(--tw-text-opacity, 1)) /* Used for inverted disabled state */;
1411
1435
  }
1412
1436
 
1413
- .sd-1-5-1-prose a--disabled:active:not([disabled]),
1414
- .sd-1-5-1-prose a[disabled]:active:not([disabled]),
1415
- .sd-1-5-1-prose a[href='']:active:not([disabled]),
1416
- .sd-1-5-1-interactive--disabled:active:not([disabled]),
1417
- .sd-1-5-1-interactive[disabled]:active:not([disabled]),
1418
- .sd-1-5-1-interactive[href='']:active:not([disabled]) {
1437
+ .sd-1-5-3-prose a--disabled.sd-1-5-3-interactive--inverted:active:not([disabled]), .sd-1-5-3-prose a[disabled].sd-1-5-3-interactive--inverted:active:not([disabled]), .sd-1-5-3-prose a[href=''].sd-1-5-3-interactive--inverted:active:not([disabled]), .sd-1-5-3-interactive--disabled.sd-1-5-3-interactive--inverted:active:not([disabled]), .sd-1-5-3-interactive[disabled].sd-1-5-3-interactive--inverted:active:not([disabled]), .sd-1-5-3-interactive[href=''].sd-1-5-3-interactive--inverted:active:not([disabled]) {
1419
1438
 
1420
1439
  color: rgb(var(--sd-color-neutral-600, 136 136 136) / var(--tw-text-opacity, 1)) /* Used for inverted disabled state */;
1421
1440
  }
1422
1441
 
1423
- .sd-1-5-1-prose--inverted a,
1424
- .sd-1-5-1-interactive--inverted {
1442
+ .sd-1-5-3-prose--inverted a,
1443
+ .sd-1-5-3-interactive--inverted {
1425
1444
 
1426
1445
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
1427
1446
  }
1428
1447
 
1429
- .sd-1-5-1-prose--inverted a:hover:not([disabled]),
1430
- .sd-1-5-1-interactive--inverted:hover:not([disabled]) {
1448
+ .sd-1-5-3-prose--inverted a:hover:not([disabled]),
1449
+ .sd-1-5-3-interactive--inverted:hover:not([disabled]) {
1431
1450
 
1432
1451
  color: rgb(var(--sd-color-primary-200, 224 233 243) / var(--tw-text-opacity, 1)) /* Used for inverted hover interaction text link and inverted pressed interaction button label */;
1433
1452
  }
1434
1453
 
1435
- .sd-1-5-1-prose--inverted a:active:not([disabled]),
1436
- .sd-1-5-1-interactive--inverted:active:not([disabled]) {
1454
+ .sd-1-5-3-prose--inverted a:active:not([disabled]),
1455
+ .sd-1-5-3-interactive--inverted:active:not([disabled]) {
1437
1456
 
1438
1457
  color: rgb(var(--sd-color-primary-400, 153 171 208) / var(--tw-text-opacity, 1)) /* Additional text inverted color
1439
1458
  Used for inverted pressed interaction text link */;
1440
1459
  }
1441
1460
 
1442
- .sd-1-5-1-prose--inverted a:focus-visible, .sd-1-5-1-interactive--inverted:focus-visible {
1461
+ .sd-1-5-3-prose--inverted a:focus-visible, .sd-1-5-3-interactive--inverted:focus-visible {
1443
1462
  outline-style: solid;
1444
1463
  outline-width: 2px;
1445
1464
  outline-offset: 2px;
@@ -1448,15 +1467,15 @@ Used for inverted pressed interaction text link */;
1448
1467
 
1449
1468
  /**
1450
1469
  * Leadtext is used for text that should be highlighted and a focal point of the page.
1451
- * @name sd-1-5-1-leadtext
1470
+ * @name sd-1-5-3-leadtext
1452
1471
  * @status stable
1453
1472
  * @since 1.7
1454
- * @variant { lg } sd-1-5-1-leadtext--size-... The leadtext's size.
1455
- * @boolean sd-1-5-1-leadtext--inverted Inverts the leadtext text.
1473
+ * @variant { lg } sd-1-5-3-leadtext--size-... The leadtext's size.
1474
+ * @boolean sd-1-5-3-leadtext--inverted Inverts the leadtext text.
1456
1475
  */
1457
1476
 
1458
- .sd-1-5-1-prose > .sd-1-5-1-leadtext,
1459
- .sd-1-5-1-leadtext {
1477
+ .sd-1-5-3-prose > .sd-1-5-3-leadtext,
1478
+ .sd-1-5-3-leadtext {
1460
1479
  font-size: var(--sd-font-size-xl, 1.5rem) /* 24px */;
1461
1480
  font-weight: 400;
1462
1481
  line-height: var(--sd-line-height-normal, 150%) /* Used for body copy and smaller titles */;
@@ -1464,7 +1483,7 @@ Used for inverted pressed interaction text link */;
1464
1483
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
1465
1484
  }
1466
1485
 
1467
- .sd-1-5-1-prose > .sd-1-5-1-leadtext--size-lg, .sd-1-5-1-leadtext--size-lg {
1486
+ .sd-1-5-3-prose > .sd-1-5-3-leadtext--size-lg, .sd-1-5-3-leadtext--size-lg {
1468
1487
  font-size: var(--sd-font-size-lg, 1.25rem) /* 20px */;
1469
1488
  font-weight: 400;
1470
1489
  line-height: var(--sd-line-height-normal, 150%) /* Used for body copy and smaller titles */;
@@ -1472,22 +1491,22 @@ Used for inverted pressed interaction text link */;
1472
1491
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
1473
1492
  }
1474
1493
 
1475
- .sd-1-5-1-prose--inverted > .sd-1-5-1-leadtext,
1476
- .sd-1-5-1-leadtext--inverted {
1494
+ .sd-1-5-3-prose--inverted > .sd-1-5-3-leadtext,
1495
+ .sd-1-5-3-leadtext--inverted {
1477
1496
 
1478
1497
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
1479
1498
  }
1480
1499
 
1481
1500
  /**
1482
1501
  * Generates basic styles for list elements.
1483
- * @name sd-1-5-1-list
1502
+ * @name sd-1-5-3-list
1484
1503
  * @status stable
1485
1504
  * @since 1.39.0
1486
- * @boolean sd-1-5-1-list--inverted Inverts the list text.
1505
+ * @boolean sd-1-5-3-list--inverted Inverts the list text.
1487
1506
  */
1488
1507
 
1489
- .sd-1-5-1-list:not(.sd-1-5-1-list--icon),
1490
- .sd-1-5-1-prose > :is(ol, ul) {
1508
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon),
1509
+ .sd-1-5-3-prose > :is(ol, ul) {
1491
1510
  list-style-position: revert;
1492
1511
  list-style-type: revert;
1493
1512
  padding: revert;
@@ -1501,14 +1520,14 @@ Used for inverted pressed interaction text link */;
1501
1520
  */
1502
1521
  }
1503
1522
 
1504
- .sd-1-5-1-list:not(.sd-1-5-1-list--icon) li:not(:first-child), .sd-1-5-1-prose > :is(ol, ul) li:not(:first-child) {
1523
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon) li:not(:first-child), .sd-1-5-3-prose > :is(ol, ul) li:not(:first-child) {
1505
1524
  margin-top: var(--sd-spacing-3, 0.75rem) /* 12px */;
1506
1525
  }
1507
1526
 
1508
- .sd-1-5-1-list:not(.sd-1-5-1-list--icon) ul,
1509
- .sd-1-5-1-list:not(.sd-1-5-1-list--icon) ol,
1510
- .sd-1-5-1-prose > :is(ol, ul) ul,
1511
- .sd-1-5-1-prose > :is(ol, ul) ol {
1527
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon) ul,
1528
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon) ol,
1529
+ .sd-1-5-3-prose > :is(ol, ul) ul,
1530
+ .sd-1-5-3-prose > :is(ol, ul) ol {
1512
1531
  all: revert;
1513
1532
  padding-left: 1.4em;
1514
1533
  padding-top: 0.75em;
@@ -1516,8 +1535,8 @@ Used for inverted pressed interaction text link */;
1516
1535
 
1517
1536
  @supports not (-webkit-hyphens: none) {
1518
1537
 
1519
- .sd-1-5-1-list:not(.sd-1-5-1-list--icon),
1520
- .sd-1-5-1-prose > :is(ol, ul) {
1538
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon),
1539
+ .sd-1-5-3-prose > :is(ol, ul) {
1521
1540
  /* Safari automatically adds some spacing. This adds it for other browsers. */
1522
1541
 
1523
1542
  /*
@@ -1531,38 +1550,38 @@ Used for inverted pressed interaction text link */;
1531
1550
  */
1532
1551
  /* Level 1 */
1533
1552
  }
1534
- .sd-1-5-1-list:not(.sd-1-5-1-list--icon) li, .sd-1-5-1-prose > :is(ol, ul) li {
1553
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon) li, .sd-1-5-3-prose > :is(ol, ul) li {
1535
1554
  padding-left: 0.3em;
1536
1555
  }
1537
- .sd-1-5-1-list:not(.sd-1-5-1-list--icon):is(ol):not(.sd-1-5-1-list--icon), .sd-1-5-1-prose > :is(ol, ul):is(ol):not(.sd-1-5-1-list--icon) {
1556
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ol):not(.sd-1-5-3-list--icon), .sd-1-5-3-prose > :is(ol, ul):is(ol):not(.sd-1-5-3-list--icon) {
1538
1557
  counter-reset: item;
1539
1558
  }
1540
- .sd-1-5-1-list:not(.sd-1-5-1-list--icon):is(ol):not(.sd-1-5-1-list--icon) > li, .sd-1-5-1-prose > :is(ol, ul):is(ol):not(.sd-1-5-1-list--icon) > li {
1559
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ol):not(.sd-1-5-3-list--icon) > li, .sd-1-5-3-prose > :is(ol, ul):is(ol):not(.sd-1-5-3-list--icon) > li {
1541
1560
  counter-increment: item;
1542
1561
  }
1543
- .sd-1-5-1-list:not(.sd-1-5-1-list--icon):is(ol):not(.sd-1-5-1-list--icon) > li::marker, .sd-1-5-1-prose > :is(ol, ul):is(ol):not(.sd-1-5-1-list--icon) > li::marker {
1562
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ol):not(.sd-1-5-3-list--icon) > li::marker, .sd-1-5-3-prose > :is(ol, ul):is(ol):not(.sd-1-5-3-list--icon) > li::marker {
1544
1563
  content: counters(item, '.', decimal) '. ';
1545
1564
  }
1546
1565
  /* Level 2 */
1547
- .sd-1-5-1-list:not(.sd-1-5-1-list--icon):is(ol):not(.sd-1-5-1-list--icon) > li > ol, .sd-1-5-1-prose > :is(ol, ul):is(ol):not(.sd-1-5-1-list--icon) > li > ol {
1566
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ol):not(.sd-1-5-3-list--icon) > li > ol, .sd-1-5-3-prose > :is(ol, ul):is(ol):not(.sd-1-5-3-list--icon) > li > ol {
1548
1567
  padding-left: 1.9em;
1549
1568
  counter-reset: subitem;
1550
1569
  }
1551
- .sd-1-5-1-list:not(.sd-1-5-1-list--icon):is(ol):not(.sd-1-5-1-list--icon) > li > ol > li, .sd-1-5-1-prose > :is(ol, ul):is(ol):not(.sd-1-5-1-list--icon) > li > ol > li {
1570
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ol):not(.sd-1-5-3-list--icon) > li > ol > li, .sd-1-5-3-prose > :is(ol, ul):is(ol):not(.sd-1-5-3-list--icon) > li > ol > li {
1552
1571
  counter-increment: subitem;
1553
1572
  }
1554
- .sd-1-5-1-list:not(.sd-1-5-1-list--icon):is(ol):not(.sd-1-5-1-list--icon) > li > ol > li::marker, .sd-1-5-1-prose > :is(ol, ul):is(ol):not(.sd-1-5-1-list--icon) > li > ol > li::marker {
1573
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ol):not(.sd-1-5-3-list--icon) > li > ol > li::marker, .sd-1-5-3-prose > :is(ol, ul):is(ol):not(.sd-1-5-3-list--icon) > li > ol > li::marker {
1555
1574
  content: counters(item, '.', decimal) '.' counters(subitem, '.', decimal) '. ';
1556
1575
  }
1557
1576
  /* Level 3 */
1558
- .sd-1-5-1-list:not(.sd-1-5-1-list--icon):is(ol):not(.sd-1-5-1-list--icon) > li > ol > li > ol, .sd-1-5-1-prose > :is(ol, ul):is(ol):not(.sd-1-5-1-list--icon) > li > ol > li > ol {
1577
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ol):not(.sd-1-5-3-list--icon) > li > ol > li > ol, .sd-1-5-3-prose > :is(ol, ul):is(ol):not(.sd-1-5-3-list--icon) > li > ol > li > ol {
1559
1578
  padding-left: 2.7em;
1560
1579
  counter-reset: subsubitem;
1561
1580
  }
1562
- .sd-1-5-1-list:not(.sd-1-5-1-list--icon):is(ol):not(.sd-1-5-1-list--icon) > li > ol > li > ol > li, .sd-1-5-1-prose > :is(ol, ul):is(ol):not(.sd-1-5-1-list--icon) > li > ol > li > ol > li {
1581
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ol):not(.sd-1-5-3-list--icon) > li > ol > li > ol > li, .sd-1-5-3-prose > :is(ol, ul):is(ol):not(.sd-1-5-3-list--icon) > li > ol > li > ol > li {
1563
1582
  counter-increment: subsubitem;
1564
1583
  }
1565
- .sd-1-5-1-list:not(.sd-1-5-1-list--icon):is(ol):not(.sd-1-5-1-list--icon) > li > ol > li > ol > li::marker, .sd-1-5-1-prose > :is(ol, ul):is(ol):not(.sd-1-5-1-list--icon) > li > ol > li > ol > li::marker {
1584
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ol):not(.sd-1-5-3-list--icon) > li > ol > li > ol > li::marker, .sd-1-5-3-prose > :is(ol, ul):is(ol):not(.sd-1-5-3-list--icon) > li > ol > li > ol > li::marker {
1566
1585
  content: counters(item, '.', decimal) '.' counters(subitem, '.', decimal) '.'
1567
1586
  counters(subsubitem, '.', decimal) '. ';
1568
1587
  }
@@ -1570,35 +1589,35 @@ Used for inverted pressed interaction text link */;
1570
1589
 
1571
1590
  /* Level 1 */
1572
1591
 
1573
- .sd-1-5-1-list:not(.sd-1-5-1-list--icon):is(ul):not(.sd-1-5-1-list--icon),
1574
- .sd-1-5-1-list:not(.sd-1-5-1-list--icon) ul,
1575
- .sd-1-5-1-prose > :is(ol, ul):is(ul):not(.sd-1-5-1-list--icon),
1576
- .sd-1-5-1-prose > :is(ol, ul) ul {
1592
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ul):not(.sd-1-5-3-list--icon),
1593
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon) ul,
1594
+ .sd-1-5-3-prose > :is(ol, ul):is(ul):not(.sd-1-5-3-list--icon),
1595
+ .sd-1-5-3-prose > :is(ol, ul) ul {
1577
1596
  padding-left: 0.5em;
1578
1597
  }
1579
1598
 
1580
- .sd-1-5-1-list:not(.sd-1-5-1-list--icon):is(ul):not(.sd-1-5-1-list--icon) > li, .sd-1-5-1-list:not(.sd-1-5-1-list--icon) ul > li, .sd-1-5-1-prose > :is(ol, ul):is(ul):not(.sd-1-5-1-list--icon) > li, .sd-1-5-1-prose > :is(ol, ul) ul > li {
1599
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ul):not(.sd-1-5-3-list--icon) > li, .sd-1-5-3-list:not(.sd-1-5-3-list--icon) ul > li, .sd-1-5-3-prose > :is(ol, ul):is(ul):not(.sd-1-5-3-list--icon) > li, .sd-1-5-3-prose > :is(ol, ul) ul > li {
1581
1600
  padding-left: 0.75em;
1582
1601
  list-style-type: '\2022'; /* • */
1583
1602
  }
1584
1603
 
1585
1604
  /* Level 2 */
1586
1605
 
1587
- .sd-1-5-1-list:not(.sd-1-5-1-list--icon):is(ul):not(.sd-1-5-1-list--icon) > li > ul, .sd-1-5-1-list:not(.sd-1-5-1-list--icon) ul > li > ul, .sd-1-5-1-prose > :is(ol, ul):is(ul):not(.sd-1-5-1-list--icon) > li > ul, .sd-1-5-1-prose > :is(ol, ul) ul > li > ul {
1606
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ul):not(.sd-1-5-3-list--icon) > li > ul, .sd-1-5-3-list:not(.sd-1-5-3-list--icon) ul > li > ul, .sd-1-5-3-prose > :is(ol, ul):is(ul):not(.sd-1-5-3-list--icon) > li > ul, .sd-1-5-3-prose > :is(ol, ul) ul > li > ul {
1588
1607
  padding-left: 0.3em;
1589
1608
  }
1590
1609
 
1591
- .sd-1-5-1-list:not(.sd-1-5-1-list--icon):is(ul):not(.sd-1-5-1-list--icon) > li > ul > li, .sd-1-5-1-list:not(.sd-1-5-1-list--icon) ul > li > ul > li, .sd-1-5-1-prose > :is(ol, ul):is(ul):not(.sd-1-5-1-list--icon) > li > ul > li, .sd-1-5-1-prose > :is(ol, ul) ul > li > ul > li {
1610
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ul):not(.sd-1-5-3-list--icon) > li > ul > li, .sd-1-5-3-list:not(.sd-1-5-3-list--icon) ul > li > ul > li, .sd-1-5-3-prose > :is(ol, ul):is(ul):not(.sd-1-5-3-list--icon) > li > ul > li, .sd-1-5-3-prose > :is(ol, ul) ul > li > ul > li {
1592
1611
  list-style-type: '\002B1D'; /* · */
1593
1612
  }
1594
1613
 
1595
1614
  /* Level 3 */
1596
1615
 
1597
- .sd-1-5-1-list:not(.sd-1-5-1-list--icon):is(ul):not(.sd-1-5-1-list--icon) > li > ul > li > ul, .sd-1-5-1-list:not(.sd-1-5-1-list--icon) ul > li > ul > li > ul, .sd-1-5-1-prose > :is(ol, ul):is(ul):not(.sd-1-5-1-list--icon) > li > ul > li > ul, .sd-1-5-1-prose > :is(ol, ul) ul > li > ul > li > ul {
1616
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ul):not(.sd-1-5-3-list--icon) > li > ul > li > ul, .sd-1-5-3-list:not(.sd-1-5-3-list--icon) ul > li > ul > li > ul, .sd-1-5-3-prose > :is(ol, ul):is(ul):not(.sd-1-5-3-list--icon) > li > ul > li > ul, .sd-1-5-3-prose > :is(ol, ul) ul > li > ul > li > ul {
1598
1617
  padding-left: 0.4em;
1599
1618
  }
1600
1619
 
1601
- .sd-1-5-1-list:not(.sd-1-5-1-list--icon):is(ul):not(.sd-1-5-1-list--icon) > li > ul > li > ul > li, .sd-1-5-1-list:not(.sd-1-5-1-list--icon) ul > li > ul > li > ul > li, .sd-1-5-1-prose > :is(ol, ul):is(ul):not(.sd-1-5-1-list--icon) > li > ul > li > ul > li, .sd-1-5-1-prose > :is(ol, ul) ul > li > ul > li > ul > li {
1620
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ul):not(.sd-1-5-3-list--icon) > li > ul > li > ul > li, .sd-1-5-3-list:not(.sd-1-5-3-list--icon) ul > li > ul > li > ul > li, .sd-1-5-3-prose > :is(ol, ul):is(ul):not(.sd-1-5-3-list--icon) > li > ul > li > ul > li, .sd-1-5-3-prose > :is(ol, ul) ul > li > ul > li > ul > li {
1602
1621
  list-style-type: '\2010'; /* - */
1603
1622
  }
1604
1623
 
@@ -1606,19 +1625,19 @@ Used for inverted pressed interaction text link */;
1606
1625
  * Icon lists
1607
1626
  */
1608
1627
 
1609
- .sd-1-5-1-list--icon {
1628
+ .sd-1-5-3-list--icon {
1610
1629
  padding-top: var(--sd-spacing-4, 1rem) /* 16px */;
1611
1630
  padding-bottom: var(--sd-spacing-4, 1rem) /* 16px */;
1612
1631
  text-align: left;
1613
1632
  }
1614
1633
 
1615
- .sd-1-5-1-list--icon li sd-icon:first-of-type,
1616
- .sd-1-5-1-list--icon li .sd-1-5-1-list--icon__icon:first-of-type {
1634
+ .sd-1-5-3-list--icon li sd-icon:first-of-type,
1635
+ .sd-1-5-3-list--icon li .sd-1-5-3-list--icon__icon:first-of-type {
1617
1636
 
1618
1637
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
1619
1638
  }
1620
1639
 
1621
- .sd-1-5-1-list--icon {
1640
+ .sd-1-5-3-list--icon {
1622
1641
  list-style-type: '';
1623
1642
  }
1624
1643
 
@@ -1626,19 +1645,19 @@ Used for inverted pressed interaction text link */;
1626
1645
  styles without affecting semantics is to set list-style-type to an empty string.
1627
1646
  https://www.matuzo.at/blog/2023/removing-list-styles-without-affecting-semantics */
1628
1647
 
1629
- .sd-1-5-1-list--icon > li:first-of-type {
1648
+ .sd-1-5-3-list--icon > li:first-of-type {
1630
1649
  padding-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
1631
1650
  }
1632
1651
 
1633
- .sd-1-5-1-list--icon li {
1652
+ .sd-1-5-3-list--icon li {
1634
1653
  position: relative;
1635
1654
  padding-top: var(--sd-spacing-3, 0.75rem) /* 12px */;
1636
1655
  padding-left: var(--sd-spacing-10, 2.5rem) /* 40px */;
1637
1656
  line-height: 32px;
1638
1657
  }
1639
1658
 
1640
- .sd-1-5-1-list--icon li > sd-icon:first-of-type,
1641
- .sd-1-5-1-list--icon li > .sd-1-5-1-list--icon__icon:first-of-type {
1659
+ .sd-1-5-3-list--icon li > sd-icon:first-of-type,
1660
+ .sd-1-5-3-list--icon li > .sd-1-5-3-list--icon__icon:first-of-type {
1642
1661
  position: absolute;
1643
1662
  left: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
1644
1663
  font-size: var(--sd-font-size-3xl, 2rem) /* 32px */;
@@ -1646,16 +1665,16 @@ Used for inverted pressed interaction text link */;
1646
1665
  color: rgb(var(--sd-color-primary, 0 53 142) / var(--tw-text-opacity, 1)) /* Primary brand color for text */;
1647
1666
  }
1648
1667
 
1649
- .sd-1-5-1-list--icon.sd-1-5-1-list--horizontal {
1668
+ .sd-1-5-3-list--icon.sd-1-5-3-list--horizontal {
1650
1669
  display: flex;
1651
1670
  }
1652
1671
 
1653
- .sd-1-5-1-list--icon.sd-1-5-1-list--horizontal li {
1672
+ .sd-1-5-3-list--icon.sd-1-5-3-list--horizontal li {
1654
1673
  display: flex;
1655
1674
  padding-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
1656
1675
  }
1657
1676
 
1658
- .sd-1-5-1-list--icon.sd-1-5-1-list--horizontal li:not(:last-child) {
1677
+ .sd-1-5-3-list--icon.sd-1-5-3-list--horizontal li:not(:last-child) {
1659
1678
  margin-right: var(--sd-spacing-8, 2rem) /* 32px */;
1660
1679
  }
1661
1680
 
@@ -1663,31 +1682,31 @@ Used for inverted pressed interaction text link */;
1663
1682
  * Inverted
1664
1683
  */
1665
1684
 
1666
- .sd-1-5-1-list--inverted,
1667
- .sd-1-5-1-prose--inverted > :is(ol, ul) {
1685
+ .sd-1-5-3-list--inverted,
1686
+ .sd-1-5-3-prose--inverted > :is(ol, ul) {
1668
1687
 
1669
1688
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
1670
1689
  }
1671
1690
 
1672
- .sd-1-5-1-list--inverted li > sd-icon:first-of-type,
1673
- .sd-1-5-1-list--inverted li > .sd-1-5-1-list--icon__icon:first-of-type,
1674
- .sd-1-5-1-prose--inverted > :is(ol, ul) li > sd-icon:first-of-type,
1675
- .sd-1-5-1-prose--inverted > :is(ol, ul) li > .sd-1-5-1-list--icon__icon:first-of-type {
1691
+ .sd-1-5-3-list--inverted li > sd-icon:first-of-type,
1692
+ .sd-1-5-3-list--inverted li > .sd-1-5-3-list--icon__icon:first-of-type,
1693
+ .sd-1-5-3-prose--inverted > :is(ol, ul) li > sd-icon:first-of-type,
1694
+ .sd-1-5-3-prose--inverted > :is(ol, ul) li > .sd-1-5-3-list--icon__icon:first-of-type {
1676
1695
 
1677
1696
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
1678
1697
  }
1679
1698
 
1680
1699
  /**
1681
1700
  * A paragraph is used to display blocks of text. It uses the base font size and can contain bold and/or link styles.
1682
- * @name sd-1-5-1-paragraph
1701
+ * @name sd-1-5-3-paragraph
1683
1702
  * @status stable
1684
1703
  * @since 1.7
1685
- * @variant { sm } sd-1-5-1-paragraph--size-... The paragraph's font size.
1686
- * @boolean sd-1-5-1-paragraph--inverted Inverts the paragraph text.
1704
+ * @variant { sm } sd-1-5-3-paragraph--size-... The paragraph's font size.
1705
+ * @boolean sd-1-5-3-paragraph--inverted Inverts the paragraph text.
1687
1706
  */
1688
1707
 
1689
- .sd-1-5-1-paragraph,
1690
- .sd-1-5-1-prose p {
1708
+ .sd-1-5-3-paragraph,
1709
+ .sd-1-5-3-prose p {
1691
1710
  font-size: var(--sd-font-size-base, 1rem) /* 16px */;
1692
1711
  font-weight: 400;
1693
1712
  line-height: var(--sd-line-height-normal, 150%) /* Used for body copy and smaller titles */;
@@ -1695,7 +1714,7 @@ Used for inverted pressed interaction text link */;
1695
1714
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
1696
1715
  }
1697
1716
 
1698
- .sd-1-5-1-paragraph--size-sm, .sd-1-5-1-prose p--size-sm {
1717
+ .sd-1-5-3-paragraph--size-sm, .sd-1-5-3-prose p--size-sm {
1699
1718
  font-size: var(--sd-font-size-sm, 0.875rem) /* 14px */;
1700
1719
  font-weight: 400;
1701
1720
  line-height: var(--sd-line-height-normal, 150%) /* Used for body copy and smaller titles */;
@@ -1703,35 +1722,35 @@ Used for inverted pressed interaction text link */;
1703
1722
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
1704
1723
  }
1705
1724
 
1706
- .sd-1-5-1-paragraph--inverted,
1707
- .sd-1-5-1-prose--inverted p {
1725
+ .sd-1-5-3-paragraph--inverted,
1726
+ .sd-1-5-3-prose--inverted p {
1708
1727
 
1709
1728
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
1710
1729
  }
1711
1730
 
1712
1731
  /**
1713
1732
  * Generates basic styles for media elements.
1714
- * @name sd-1-5-1-media
1733
+ * @name sd-1-5-3-media
1715
1734
  * @status stable
1716
1735
  * @since 2.5.0
1717
- * @boolean sd-1-5-1-media--inverted Inverts the figcaption text.
1736
+ * @boolean sd-1-5-3-media--inverted Inverts the figcaption text.
1718
1737
  */
1719
1738
 
1720
- .sd-1-5-1-prose figure,
1721
- figure.sd-1-5-1-media {
1739
+ .sd-1-5-3-prose figure,
1740
+ figure.sd-1-5-3-media {
1722
1741
  margin: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
1723
1742
  }
1724
1743
 
1725
- .sd-1-5-1-prose figure figcaption, figure.sd-1-5-1-media figcaption {
1744
+ .sd-1-5-3-prose figure figcaption, figure.sd-1-5-3-media figcaption {
1726
1745
 
1727
1746
  color: rgb(var(--sd-color-neutral-700, 104 104 104) / var(--tw-text-opacity, 1)) /* Additional text color */;
1728
1747
  }
1729
1748
 
1730
- .sd-1-5-1-prose figure figcaption:last-child, figure.sd-1-5-1-media figcaption:last-child {
1749
+ .sd-1-5-3-prose figure figcaption:last-child, figure.sd-1-5-3-media figcaption:last-child {
1731
1750
  margin-top: var(--sd-spacing-3, 0.75rem) /* 12px */;
1732
1751
  }
1733
1752
 
1734
- .sd-1-5-1-prose--inverted figure figcaption, figure.sd-1-5-1-media--inverted figcaption {
1753
+ .sd-1-5-3-prose--inverted figure figcaption, figure.sd-1-5-3-media--inverted figcaption {
1735
1754
 
1736
1755
  color: rgb(var(--sd-color-primary-400, 153 171 208) / var(--tw-text-opacity, 1)) /* Additional text inverted color
1737
1756
  Used for inverted pressed interaction text link */;
@@ -1739,18 +1758,18 @@ Used for inverted pressed interaction text link */;
1739
1758
 
1740
1759
  /**
1741
1760
  * A table cell is a single cell inside a table, used to display discrete data elements.
1742
- * @name sd-1-5-1-table-cell
1761
+ * @name sd-1-5-3-table-cell
1743
1762
  * @status stable
1744
1763
  * @since 1.13
1745
- * @boolean sd-1-5-1-table-cell--divider Displays a divider to the right.
1746
- * @variant { white | primary-100 | neutral-100 } sd-1-5-1-table-cell--bg-... Applies the selected background-color to the table cell. If not selected, a transparent background-color is used per default.
1747
- * @boolean sd-1-5-1-table-cell--shadow-active Displays the table shadow.
1748
- * @variant { top | left | right | bottom } sd-1-5-1-table-cell--shadow-... Applies the selected shadow to the table cell.
1764
+ * @boolean sd-1-5-3-table-cell--divider Displays a divider to the right.
1765
+ * @variant { white | primary-100 | neutral-100 } sd-1-5-3-table-cell--bg-... Applies the selected background-color to the table cell. If not selected, a transparent background-color is used per default.
1766
+ * @boolean sd-1-5-3-table-cell--shadow-active Displays the table shadow.
1767
+ * @variant { top | left | right | bottom } sd-1-5-3-table-cell--shadow-... Applies the selected shadow to the table cell.
1749
1768
  */
1750
1769
 
1751
- .sd-1-5-1-prose td,
1752
- .sd-1-5-1-prose th,
1753
- .sd-1-5-1-table-cell {
1770
+ .sd-1-5-3-prose td,
1771
+ .sd-1-5-3-prose th,
1772
+ .sd-1-5-3-table-cell {
1754
1773
  border-top-width: 1px;
1755
1774
  border-bottom-width: 1px;
1756
1775
  border-left-width: 0px;
@@ -1767,11 +1786,11 @@ Used for divider, teaser, container, ... */;
1767
1786
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
1768
1787
  }
1769
1788
 
1770
- .sd-1-5-1-table-cell--divider {
1789
+ .sd-1-5-3-table-cell--divider {
1771
1790
  border-right-width: 1px;
1772
1791
  }
1773
1792
 
1774
- .sd-1-5-1-table-cell--shadow-top:after, .sd-1-5-1-table-cell--shadow-bottom:after, .sd-1-5-1-table-cell--shadow-left:after, .sd-1-5-1-table-cell--shadow-right:after {
1793
+ .sd-1-5-3-table-cell--shadow-top:after, .sd-1-5-3-table-cell--shadow-bottom:after, .sd-1-5-3-table-cell--shadow-left:after, .sd-1-5-3-table-cell--shadow-right:after {
1775
1794
  pointer-events: none;
1776
1795
  position: absolute;
1777
1796
  --tw-gradient-from: rgb(0 0 0 / var(--sd-opacity-10, 0.1)) var(--tw-gradient-from-position);
@@ -1786,7 +1805,7 @@ Used for divider, teaser, container, ... */;
1786
1805
  content: var(--tw-content);
1787
1806
  }
1788
1807
 
1789
- .sd-1-5-1-table-cell--shadow-top:after, .sd-1-5-1-table-cell--shadow-bottom:after {
1808
+ .sd-1-5-3-table-cell--shadow-top:after, .sd-1-5-3-table-cell--shadow-bottom:after {
1790
1809
  left: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
1791
1810
  right: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
1792
1811
  height: var(--sd-spacing-2-5, 0.625rem) /* 10px */;
@@ -1794,7 +1813,7 @@ Used for divider, teaser, container, ... */;
1794
1813
 
1795
1814
  /* fix that shows line on top of table-cell */
1796
1815
 
1797
- .sd-1-5-1-table-cell--shadow-top:before, .sd-1-5-1-table-cell--shadow-bottom:before {
1816
+ .sd-1-5-3-table-cell--shadow-top:before, .sd-1-5-3-table-cell--shadow-bottom:before {
1798
1817
  position: absolute;
1799
1818
  left: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
1800
1819
  display: block;
@@ -1808,66 +1827,66 @@ Used for divider, teaser, container, ... */;
1808
1827
  content: var(--tw-content);
1809
1828
  }
1810
1829
 
1811
- .sd-1-5-1-table-cell--shadow-left:after, .sd-1-5-1-table-cell--shadow-right:after {
1830
+ .sd-1-5-3-table-cell--shadow-left:after, .sd-1-5-3-table-cell--shadow-right:after {
1812
1831
  top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
1813
1832
  bottom: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
1814
1833
  width: var(--sd-spacing-2-5, 0.625rem) /* 10px */;
1815
1834
  }
1816
1835
 
1817
- .sd-1-5-1-table-cell.sd-1-5-1-table-cell--shadow-active:after {
1836
+ .sd-1-5-3-table-cell.sd-1-5-3-table-cell--shadow-active:after {
1818
1837
  opacity: 100%;
1819
1838
  }
1820
1839
 
1821
- .sd-1-5-1-table-cell--shadow-top:after {
1840
+ .sd-1-5-3-table-cell--shadow-top:after {
1822
1841
  top: -10px;
1823
1842
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
1824
1843
  }
1825
1844
 
1826
1845
  /* fix that shows line on top of table-cell */
1827
1846
 
1828
- .sd-1-5-1-table-cell--shadow-top:before {
1847
+ .sd-1-5-3-table-cell--shadow-top:before {
1829
1848
  bottom: -1px;
1830
1849
  }
1831
1850
 
1832
- .sd-1-5-1-table-cell--shadow-bottom:after {
1851
+ .sd-1-5-3-table-cell--shadow-bottom:after {
1833
1852
  bottom: -10px;
1834
1853
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
1835
1854
  }
1836
1855
 
1837
1856
  /* fix that shows line on top of table-cell */
1838
1857
 
1839
- .sd-1-5-1-table-cell--shadow-bottom:before {
1858
+ .sd-1-5-3-table-cell--shadow-bottom:before {
1840
1859
  top: -1px;
1841
1860
  }
1842
1861
 
1843
- .sd-1-5-1-table-cell--shadow-left:after {
1862
+ .sd-1-5-3-table-cell--shadow-left:after {
1844
1863
  left: -10px;
1845
1864
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
1846
1865
  }
1847
1866
 
1848
- .sd-1-5-1-table-cell--shadow-right:after {
1867
+ .sd-1-5-3-table-cell--shadow-right:after {
1849
1868
  right: -10px;
1850
1869
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
1851
1870
  }
1852
1871
 
1853
- .sd-1-5-1-table-cell--bg-white {
1872
+ .sd-1-5-3-table-cell--bg-white {
1854
1873
 
1855
1874
  background-color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-bg-opacity, 1)) /* Default background color (light mode) 
Used for inverted button */;
1856
1875
  }
1857
1876
 
1858
- .sd-1-5-1-table-cell--bg-primary-100 {
1877
+ .sd-1-5-3-table-cell--bg-primary-100 {
1859
1878
 
1860
1879
  background-color: rgb(var(--sd-color-primary-100, 236 240 249) / var(--tw-bg-opacity, 1)) /* Additional background color (light mode) */;
1861
1880
  }
1862
1881
 
1863
- .sd-1-5-1-table-cell--bg-neutral-100 {
1882
+ .sd-1-5-3-table-cell--bg-neutral-100 {
1864
1883
 
1865
1884
  background-color: rgb(var(--sd-color-neutral-100, 246 246 246) / var(--tw-bg-opacity, 1)) /* Additional background color (light mode) */;
1866
1885
  }
1867
1886
 
1868
1887
  /**
1869
1888
  * A table is organized structured content, used for scanning, comparing, and analyzing the data.
1870
- * @name sd-1-5-1-table
1889
+ * @name sd-1-5-3-table
1871
1890
  * @status stable
1872
1891
  * @since 1.13
1873
1892
  */
@@ -1876,8 +1895,8 @@ Used for divider, teaser, container, ... */;
1876
1895
  * Remove inherited styles from table before applying our styles.
1877
1896
  */
1878
1897
 
1879
- .sd-1-5-1-table,
1880
- .sd-1-5-1-prose table {
1898
+ .sd-1-5-3-table,
1899
+ .sd-1-5-3-prose table {
1881
1900
  all: unset;
1882
1901
  display: table;
1883
1902
  border-collapse: collapse;
@@ -1886,13 +1905,13 @@ Used for divider, teaser, container, ... */;
1886
1905
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
1887
1906
  }
1888
1907
 
1889
- .sd-1-5-1-table thead tr:first-of-type, .sd-1-5-1-table tfoot tr:first-of-type, .sd-1-5-1-prose table thead tr:first-of-type, .sd-1-5-1-prose table tfoot tr:first-of-type {
1908
+ .sd-1-5-3-table thead tr:first-of-type, .sd-1-5-3-table tfoot tr:first-of-type, .sd-1-5-3-prose table thead tr:first-of-type, .sd-1-5-3-prose table tfoot tr:first-of-type {
1890
1909
  position: relative;
1891
1910
  }
1892
1911
 
1893
1912
  /* plop:style */
1894
1913
 
1895
- .sd-1-5-1-prose {
1914
+ .sd-1-5-3-prose {
1896
1915
  /* Optimize for reading. */
1897
1916
  max-width: 80ch;
1898
1917
  text-align: left;
@@ -1900,67 +1919,67 @@ Used for divider, teaser, container, ... */;
1900
1919
 
1901
1920
  /* Add default spacings */
1902
1921
 
1903
- .sd-1-5-1-prose > *:not(:first-child) {
1922
+ .sd-1-5-3-prose > *:not(:first-child) {
1904
1923
  margin-top: var(--sd-spacing-4, 1rem) /* 16px */;
1905
1924
  }
1906
1925
 
1907
1926
  /* First element has no margin-top */
1908
1927
 
1909
- .sd-1-5-1-prose > *:first-child {
1928
+ .sd-1-5-3-prose > *:first-child {
1910
1929
  margin-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
1911
1930
  }
1912
1931
 
1913
1932
  /* headings after a heading have a smaller margin-top */
1914
1933
 
1915
- .sd-1-5-1-prose > :is(h1, h2, h3, h4, h5):not(#_) + :is(h1, h2, h3, h4, h5) {
1934
+ .sd-1-5-3-prose > :is(h1, h2, h3, h4, h5):not(#_) + :is(h1, h2, h3, h4, h5) {
1916
1935
  /* :not(#_) is a hack to raise specifity, see https://stackoverflow.com/a/61781795 */
1917
1936
  margin-top: var(--sd-spacing-2, 0.5rem) /* 8px */;
1918
1937
  }
1919
1938
 
1920
1939
  /* Headlines after other non-headlines have a larger margin-top */
1921
1940
 
1922
- .sd-1-5-1-prose > *:not(:is(h1, h2, h3, h4, h5)) + :is(h1, h2, h3, h4, h5):not(#_) {
1941
+ .sd-1-5-3-prose > *:not(:is(h1, h2, h3, h4, h5)) + :is(h1, h2, h3, h4, h5):not(#_) {
1923
1942
  margin-top: var(--sd-spacing-8, 2rem) /* 32px */;
1924
1943
  }
1925
1944
 
1926
1945
  /* Images and figures lead to a bigger margin-top for the next element */
1927
1946
 
1928
- .sd-1-5-1-prose > figure + *:not(#_),
1929
- .sd-1-5-1-prose > img + *:not(#_) {
1947
+ .sd-1-5-3-prose > figure + *:not(#_),
1948
+ .sd-1-5-3-prose > img + *:not(#_) {
1930
1949
  margin-top: var(--sd-spacing-6, 1.5rem) /* 24px */;
1931
1950
  }
1932
1951
 
1933
1952
  /* Add styles for elements that are not based on existing CSS styles */
1934
1953
 
1935
- .sd-1-5-1-prose hr {
1954
+ .sd-1-5-3-prose hr {
1936
1955
  height: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
1937
1956
  border-top-width: 1px;
1938
1957
  --tw-border-opacity: 1;
1939
1958
  border-color: rgb(var(--sd-color-neutral-500, 174 174 174) / var(--tw-border-opacity, 1)) /* Used for disabled state */;
1940
1959
  }
1941
1960
 
1942
- .sd-1-5-1-prose pre {
1961
+ .sd-1-5-3-prose pre {
1943
1962
  overflow: auto;
1944
1963
  }
1945
1964
 
1946
- .sd-1-5-1-prose blockquote,
1947
- .sd-1-5-1-prose blockquote > * {
1965
+ .sd-1-5-3-prose blockquote,
1966
+ .sd-1-5-3-prose blockquote > * {
1948
1967
  font-size: var(--sd-font-size-xl, 1.5rem) /* 24px */;
1949
1968
  }
1950
1969
 
1951
- .sd-1-5-1-prose blockquote:has(*) *:first-child::before, .sd-1-5-1-prose blockquote:not(:has(*))::before {
1970
+ .sd-1-5-3-prose blockquote:has(*) *:first-child::before, .sd-1-5-3-prose blockquote:not(:has(*))::before {
1952
1971
  content: open-quote;
1953
1972
  display: inline;
1954
1973
  }
1955
1974
 
1956
- .sd-1-5-1-prose blockquote:has(*) *:first-child::after, .sd-1-5-1-prose blockquote:not(:has(*))::after {
1975
+ .sd-1-5-3-prose blockquote:has(*) *:first-child::after, .sd-1-5-3-prose blockquote:not(:has(*))::after {
1957
1976
  content: close-quote;
1958
1977
  display: inline;
1959
1978
  }
1960
1979
 
1961
1980
  /* Fixes for other elements */
1962
1981
 
1963
- .sd-1-5-1-prose > :is(ul, ol):not(#_) {
1982
+ .sd-1-5-3-prose > :is(ul, ol):not(#_) {
1964
1983
  /* ul and ol have padding that has to be reset */
1965
1984
  padding-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
1966
1985
  padding-bottom: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
@@ -1968,18 +1987,18 @@ Used for divider, teaser, container, ... */;
1968
1987
 
1969
1988
  /* Inverted styles */
1970
1989
 
1971
- .sd-1-5-1-prose--inverted hr {
1990
+ .sd-1-5-3-prose--inverted hr {
1972
1991
  --tw-border-opacity: 1;
1973
1992
  border-color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-border-opacity, 1)) /* Used for buttons, inverted focus state */;
1974
1993
  }
1975
1994
 
1976
- .sd-1-5-1-prose--inverted pre {
1995
+ .sd-1-5-3-prose--inverted pre {
1977
1996
 
1978
1997
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
1979
1998
  }
1980
1999
 
1981
2000
  /* Full width styles */
1982
2001
 
1983
- .sd-1-5-1-prose--full-width {
2002
+ .sd-1-5-3-prose--full-width {
1984
2003
  max-width: unset;
1985
2004
  }