@levo-so/blocks 0.1.2 → 0.1.52

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 (115) hide show
  1. package/package.json +2 -2
  2. package/src/blocks/about-us/about-us-1.schema.ts +26 -12
  3. package/src/blocks/about-us/about-us-2.schema.ts +269 -0
  4. package/src/blocks/about-us/about-us-2.tsx +47 -0
  5. package/src/blocks/blogs/blog-listing-1.schema.ts +64 -10
  6. package/src/blocks/blogs/blog-listing-1.tsx +79 -56
  7. package/src/blocks/blogs/blog-listing-2.schema.ts +3141 -31
  8. package/src/blocks/blogs/blog-listing-2.tsx +16 -11
  9. package/src/blocks/blogs/blog-listing-3.schema.ts +2476 -0
  10. package/src/blocks/blogs/blog-listing-3.tsx +84 -0
  11. package/src/blocks/blogs/blog-post-1.schema.ts +17 -9
  12. package/src/blocks/blogs/blog-post-2.schema.ts +13 -56
  13. package/src/blocks/blogs/blog-post-3.schema.ts +284 -0
  14. package/src/blocks/blogs/blog-post-3.tsx +58 -0
  15. package/src/blocks/cards/cards-10.schema.ts +579 -0
  16. package/src/blocks/cards/cards-10.tsx +2 -0
  17. package/src/blocks/cards/cards-11.schema.ts +514 -36
  18. package/src/blocks/cards/cards-13.schema.ts +615 -0
  19. package/src/blocks/cards/cards-13.tsx +67 -0
  20. package/src/blocks/cards/cards-2.schema.ts +14 -17
  21. package/src/blocks/cards/cards-3.schema.ts +15 -25
  22. package/src/blocks/cards/cards-4.schema.ts +22 -44
  23. package/src/blocks/cards/cards-4.tsx +39 -39
  24. package/src/blocks/cards/cards-5.schema.ts +15 -34
  25. package/src/blocks/cards/cards-6.schema.ts +1500 -0
  26. package/src/blocks/cards/cards-6.tsx +11 -7
  27. package/src/blocks/cards/cards-7.schema.ts +1772 -27
  28. package/src/blocks/cards/cards-7.tsx +32 -0
  29. package/src/blocks/cards/cards-8.schema.ts +9 -9
  30. package/src/blocks/contact-us/contact-us-1.schema.ts +13 -6
  31. package/src/blocks/contact-us/contact-us-2.schema.ts +43 -43
  32. package/src/blocks/content/content-1.schema.ts +45 -67
  33. package/src/blocks/content/content-2.schema.ts +14 -11
  34. package/src/blocks/content/content-3.schema.ts +17 -115
  35. package/src/blocks/content/content-3.tsx +1 -0
  36. package/src/blocks/content/content-5.tsx +1 -0
  37. package/src/blocks/content/content-6.tsx +1 -0
  38. package/src/blocks/content/content-7.schema.ts +723 -0
  39. package/src/blocks/content/content-7.tsx +53 -0
  40. package/src/blocks/cta/cta-1.schema.ts +18 -26
  41. package/src/blocks/cta/cta-3.schema.ts +60 -0
  42. package/src/blocks/event/event-details.schema.ts +30 -35
  43. package/src/blocks/event/event-details.tsx +74 -79
  44. package/src/blocks/event/event-listing-2.schema.ts +85 -26
  45. package/src/blocks/event/event-listing-2.tsx +76 -52
  46. package/src/blocks/event/event-listing-3.schema.ts +58 -42
  47. package/src/blocks/event/event-listing-3.tsx +4 -9
  48. package/src/blocks/event/event-listing-4.schema.ts +3528 -0
  49. package/src/blocks/event/event-listing-4.tsx +97 -0
  50. package/src/blocks/event/event-listing.schema.ts +81 -86
  51. package/src/blocks/event/event-listing.tsx +1 -3
  52. package/src/blocks/faq/faq-1.schema.ts +13 -10
  53. package/src/blocks/faq/faq-2.schema.ts +12 -10
  54. package/src/blocks/features/features-1/variants/default.ts +12 -3
  55. package/src/blocks/features/features-2.schema.ts +192 -59
  56. package/src/blocks/features/features-3.schema.ts +11 -25
  57. package/src/blocks/features/features-4.schema.ts +20 -35
  58. package/src/blocks/features/features-5.schema.ts +18 -37
  59. package/src/blocks/footer/footer-1.schema.ts +28 -5
  60. package/src/blocks/footer/footer-2.schema.ts +18 -3
  61. package/src/blocks/footer/footer-3.schema.ts +85 -160
  62. package/src/blocks/footer/footer-3.tsx +1 -2
  63. package/src/blocks/footer/footer-4.schema.ts +10 -5
  64. package/src/blocks/footer/footer-4.tsx +1 -1
  65. package/src/blocks/footer/footer-5.schema.ts +10 -0
  66. package/src/blocks/footer/footer-5.tsx +11 -3
  67. package/src/blocks/footer/footer-6.schema.ts +730 -0
  68. package/src/blocks/footer/footer-6.tsx +100 -0
  69. package/src/blocks/hero/hero-1.schema.ts +165 -185
  70. package/src/blocks/hero/hero-10.schema.ts +175 -0
  71. package/src/blocks/hero/hero-10.tsx +35 -0
  72. package/src/blocks/hero/hero-2.schema.ts +60 -104
  73. package/src/blocks/hero/hero-2.tsx +11 -3
  74. package/src/blocks/hero/hero-3.schema.ts +68 -64
  75. package/src/blocks/hero/hero-4.schema.ts +148 -48
  76. package/src/blocks/hero/hero-5.schema.ts +29 -23
  77. package/src/blocks/hero/hero-6.schema.ts +28 -66
  78. package/src/blocks/hero/hero-7.schema.ts +34 -37
  79. package/src/blocks/hero/hero-8.schema.ts +5 -1
  80. package/src/blocks/index.ts +11 -0
  81. package/src/blocks/logos/logos-1.schema.ts +10 -4
  82. package/src/blocks/navbar/navbar-1.schema.ts +3 -5
  83. package/src/blocks/navbar/navbar-1.tsx +5 -19
  84. package/src/blocks/navbar/navbar-2.schema.ts +2 -4
  85. package/src/blocks/navbar/navbar-2.tsx +4 -18
  86. package/src/blocks/navbar/navbar-3.schema.ts +6834 -0
  87. package/src/blocks/navbar/navbar-3.tsx +551 -0
  88. package/src/blocks/pricing/pricing-1.schema.ts +23 -37
  89. package/src/blocks/products/products-listing-1.schema.ts +73 -76
  90. package/src/blocks/profile/profile-1.schema.ts +399 -0
  91. package/src/blocks/profile/profile-1.tsx +64 -0
  92. package/src/blocks/stats/stats-1.schema.ts +34 -3
  93. package/src/blocks/stats/variants/default.ts +0 -1
  94. package/src/blocks/stats/variants/hero.ts +2 -13
  95. package/src/blocks/team/team-1.schema.ts +50 -22
  96. package/src/blocks/team/team-1.tsx +9 -3
  97. package/src/blocks/team/team-2.schema.ts +96 -167
  98. package/src/blocks/team/team-3.schema.ts +32 -49
  99. package/src/blocks/team/team-4.schema.ts +551 -0
  100. package/src/blocks/team/team-4.tsx +59 -0
  101. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +10 -20
  102. package/src/blocks/testimonial/testimonial-1.schema.ts +14 -8
  103. package/src/blocks/testimonial/testimonial-2.schema.ts +2 -2
  104. package/src/blocks/testimonial/testimonial-3.schema.ts +12 -18
  105. package/src/blocks/testimonial/testimonial-4.schema.ts +131 -126
  106. package/src/blocks/testimonial/testimonial-5/variants/default.ts +510 -0
  107. package/src/blocks/testimonial/testimonial-5/variants/index.ts +4 -0
  108. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +887 -0
  109. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +923 -0
  110. package/src/blocks/testimonial/testimonial-5.schema.ts +62 -246
  111. package/src/blocks/testimonial/testimonial-5.tsx +32 -8
  112. package/src/blocks/testimonial/testimonial-6.schema.ts +986 -23
  113. package/src/blocks/testimonial/testimonial-6.tsx +107 -57
  114. package/src/schemas/blocks.ts +22 -0
  115. package/src/schemas/categories.ts +6 -0
@@ -0,0 +1,3528 @@
1
+ import type { IBlock } from "@levo-so/studio";
2
+
3
+ const DEFAULT_CONTENT = {
4
+ layout: null,
5
+ container: null,
6
+ "header-container": null,
7
+ title: "Upcoming Events",
8
+ "cta-button": "View All Events",
9
+
10
+ events: [
11
+ {
12
+ eventWrapper: null,
13
+ image: {
14
+ id: "n3qaofSpKt8tg",
15
+ location:
16
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C.png",
17
+ mimetype: "image/png",
18
+ kind: "image",
19
+ srcset: {
20
+ "1080w":
21
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-1080w.webp",
22
+ "1200w":
23
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-1200w.webp",
24
+ "1920w":
25
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-1920w.webp",
26
+ "320w":
27
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-320w.webp",
28
+ "640w":
29
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-640w.webp",
30
+ "750w":
31
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-750w.webp",
32
+ "828w":
33
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-828w.webp",
34
+ path: "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-750w.webp 750w",
35
+ },
36
+ },
37
+ "text-wrapper": null,
38
+ "text-container": null,
39
+ "caption-text": "<p>Live</p>",
40
+ "date-wrapper": null,
41
+ "date-icon": {
42
+ kind: "icon",
43
+ data: {
44
+ id: "calendar-1",
45
+ label: "Calendar 1",
46
+ tags: ["calendar", "custom", "time"],
47
+ svgCode:
48
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M8 5.75C7.59 5.75 7.25 5.41 7.25 5V2C7.25 1.59 7.59 1.25 8 1.25C8.41 1.25 8.75 1.59 8.75 2V5C8.75 5.41 8.41 5.75 8 5.75Z" fill="var(--color-icon-primary)"/>\n<path d="M16 5.75C15.59 5.75 15.25 5.41 15.25 5V2C15.25 1.59 15.59 1.25 16 1.25C16.41 1.25 16.75 1.59 16.75 2V5C16.75 5.41 16.41 5.75 16 5.75Z" fill="var(--color-icon-primary)"/>\n<path d="M8.5 14.5001C8.37 14.5001 8.24 14.4701 8.12 14.4201C7.99 14.3701 7.89 14.3001 7.79 14.2101C7.61 14.0201 7.5 13.7701 7.5 13.5001C7.5 13.3701 7.53 13.2401 7.58 13.1201C7.63 13.0001 7.7 12.8901 7.79 12.7901C7.89 12.7001 7.99 12.6301 8.12 12.5801C8.48 12.4301 8.93 12.5101 9.21 12.7901C9.39 12.9801 9.5 13.2401 9.5 13.5001C9.5 13.5601 9.49 13.6301 9.48 13.7001C9.47 13.7601 9.45 13.8201 9.42 13.8801C9.4 13.9401 9.37 14.0001 9.33 14.0601C9.3 14.1101 9.25 14.1601 9.21 14.2101C9.02 14.3901 8.76 14.5001 8.5 14.5001Z" fill="var(--color-icon-primary)"/>\n<path d="M12 14.5C11.87 14.5 11.74 14.47 11.62 14.42C11.49 14.37 11.39 14.3 11.29 14.21C11.11 14.02 11 13.77 11 13.5C11 13.37 11.03 13.24 11.08 13.12C11.13 13 11.2 12.89 11.29 12.79C11.39 12.7 11.49 12.63 11.62 12.58C11.98 12.42 12.43 12.51 12.71 12.79C12.89 12.98 13 13.24 13 13.5C13 13.56 12.99 13.63 12.98 13.7C12.97 13.76 12.95 13.82 12.92 13.88C12.9 13.94 12.87 14 12.83 14.06C12.8 14.11 12.75 14.16 12.71 14.21C12.52 14.39 12.26 14.5 12 14.5Z" fill="var(--color-icon-primary)"/>\n<path d="M15.5 14.5C15.37 14.5 15.24 14.47 15.12 14.42C14.99 14.37 14.89 14.3 14.79 14.21C14.75 14.16 14.71 14.11 14.67 14.06C14.63 14 14.6 13.94 14.58 13.88C14.55 13.82 14.53 13.76 14.52 13.7C14.51 13.63 14.5 13.56 14.5 13.5C14.5 13.24 14.61 12.98 14.79 12.79C14.89 12.7 14.99 12.63 15.12 12.58C15.49 12.42 15.93 12.51 16.21 12.79C16.39 12.98 16.5 13.24 16.5 13.5C16.5 13.56 16.49 13.63 16.48 13.7C16.47 13.76 16.45 13.82 16.42 13.88C16.4 13.94 16.37 14 16.33 14.06C16.3 14.11 16.25 14.16 16.21 14.21C16.02 14.39 15.76 14.5 15.5 14.5Z" fill="var(--color-icon-primary)"/>\n<path d="M8.5 17.9999C8.37 17.9999 8.24 17.97 8.12 17.92C8 17.87 7.89 17.7999 7.79 17.7099C7.61 17.5199 7.5 17.2599 7.5 16.9999C7.5 16.8699 7.53 16.7399 7.58 16.6199C7.63 16.4899 7.7 16.38 7.79 16.29C8.16 15.92 8.84 15.92 9.21 16.29C9.39 16.48 9.5 16.7399 9.5 16.9999C9.5 17.2599 9.39 17.5199 9.21 17.7099C9.02 17.8899 8.76 17.9999 8.5 17.9999Z" fill="var(--color-icon-primary)"/>\n<path d="M12 17.9999C11.74 17.9999 11.48 17.8899 11.29 17.7099C11.11 17.5199 11 17.2599 11 16.9999C11 16.8699 11.03 16.7399 11.08 16.6199C11.13 16.4899 11.2 16.38 11.29 16.29C11.66 15.92 12.34 15.92 12.71 16.29C12.8 16.38 12.87 16.4899 12.92 16.6199C12.97 16.7399 13 16.8699 13 16.9999C13 17.2599 12.89 17.5199 12.71 17.7099C12.52 17.8899 12.26 17.9999 12 17.9999Z" fill="var(--color-icon-primary)"/>\n<path d="M15.5 18C15.24 18 14.98 17.89 14.79 17.71C14.7 17.62 14.63 17.51 14.58 17.38C14.53 17.26 14.5 17.13 14.5 17C14.5 16.87 14.53 16.74 14.58 16.62C14.63 16.49 14.7 16.38 14.79 16.29C15.02 16.06 15.37 15.95 15.69 16.02C15.76 16.03 15.82 16.05 15.88 16.08C15.94 16.1 16 16.13 16.06 16.17C16.11 16.2 16.16 16.25 16.21 16.29C16.39 16.48 16.5 16.74 16.5 17C16.5 17.26 16.39 17.52 16.21 17.71C16.02 17.89 15.76 18 15.5 18Z" fill="var(--color-icon-primary)"/>\n<path d="M20.5 9.83997H3.5C3.09 9.83997 2.75 9.49997 2.75 9.08997C2.75 8.67997 3.09 8.33997 3.5 8.33997H20.5C20.91 8.33997 21.25 8.67997 21.25 9.08997C21.25 9.49997 20.91 9.83997 20.5 9.83997Z" fill="var(--color-icon-primary)"/>\n<path d="M16 22.75H8C4.35 22.75 2.25 20.65 2.25 17V8.5C2.25 4.85 4.35 2.75 8 2.75H16C19.65 2.75 21.75 4.85 21.75 8.5V17C21.75 20.65 19.65 22.75 16 22.75ZM8 4.25C5.14 4.25 3.75 5.64 3.75 8.5V17C3.75 19.86 5.14 21.25 8 21.25H16C18.86 21.25 20.25 19.86 20.25 17V8.5C20.25 5.64 18.86 4.25 16 4.25H8Z" fill="var(--color-icon-primary)"/>\n</svg>',
49
+ },
50
+ },
51
+ "publishedAt-header": "25 July, 2025",
52
+ "author-wrapper": null,
53
+ "author-image": {
54
+ kind: "icon",
55
+ data: {
56
+ id: "clock",
57
+ label: "Clock",
58
+ tags: ["clock", "custom", "directional", "time"],
59
+ svgCode:
60
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M15.7096 15.93C15.5796 15.93 15.4496 15.9 15.3296 15.82L12.2296 13.97C11.4596 13.51 10.8896 12.5 10.8896 11.61V7.51001C10.8896 7.10001 11.2296 6.76001 11.6396 6.76001C12.0496 6.76001 12.3896 7.10001 12.3896 7.51001V11.61C12.3896 11.97 12.6896 12.5 12.9996 12.68L16.0996 14.53C16.4596 14.74 16.5696 15.2 16.3596 15.56C16.2096 15.8 15.9596 15.93 15.7096 15.93Z" fill="var(--color-icon-primary)"/>\n</svg>',
61
+ },
62
+ },
63
+ "author-info-wrapper": null,
64
+ "author-name": "<p>28 July, 2025</p>",
65
+ title: "Books, Brighter Futures: A Day for Change",
66
+ description:
67
+ "Over 400 children will receive new educational supplies during this Event.",
68
+ publishedAt: "25 July, 2025",
69
+ cta: "Register Now",
70
+ "event-date-icon": null,
71
+ "event-end-date": "<p>Sep 3 2025</p>",
72
+ "event-end-date-icon": {
73
+ kind: "icon",
74
+ data: {
75
+ id: "clock",
76
+ label: "Clock",
77
+ tags: ["clock", "custom", "directional", "time"],
78
+ svgCode:
79
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M15.7096 15.93C15.5796 15.93 15.4496 15.9 15.3296 15.82L12.2296 13.97C11.4596 13.51 10.8896 12.5 10.8896 11.61V7.51001C10.8896 7.10001 11.2296 6.76001 11.6396 6.76001C12.0496 6.76001 12.3896 7.10001 12.3896 7.51001V11.61C12.3896 11.97 12.6896 12.5 12.9996 12.68L16.0996 14.53C16.4596 14.74 16.5696 15.2 16.3596 15.56C16.2096 15.8 15.9596 15.93 15.7096 15.93Z" fill="var(--color-icon-primary)"/>\n</svg>',
80
+ },
81
+ },
82
+ },
83
+ {
84
+ eventWrapper: null,
85
+ image: {
86
+ id: "n3qaofSpKt8tg",
87
+ location:
88
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C.png",
89
+ mimetype: "image/png",
90
+ kind: "image",
91
+ srcset: {
92
+ "1080w":
93
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-1080w.webp",
94
+ "1200w":
95
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-1200w.webp",
96
+ "1920w":
97
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-1920w.webp",
98
+ "320w":
99
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-320w.webp",
100
+ "640w":
101
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-640w.webp",
102
+ "750w":
103
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-750w.webp",
104
+ "828w":
105
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-828w.webp",
106
+ path: "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-750w.webp 750w",
107
+ },
108
+ },
109
+ "text-wrapper": null,
110
+ "text-container": null,
111
+ "caption-text": "<p>Live</p>",
112
+ "date-wrapper": null,
113
+ "date-icon": {
114
+ kind: "icon",
115
+ data: {
116
+ id: "calendar-1",
117
+ label: "Calendar 1",
118
+ tags: ["calendar", "custom", "time"],
119
+ svgCode:
120
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M8 5.75C7.59 5.75 7.25 5.41 7.25 5V2C7.25 1.59 7.59 1.25 8 1.25C8.41 1.25 8.75 1.59 8.75 2V5C8.75 5.41 8.41 5.75 8 5.75Z" fill="var(--color-icon-primary)"/>\n<path d="M16 5.75C15.59 5.75 15.25 5.41 15.25 5V2C15.25 1.59 15.59 1.25 16 1.25C16.41 1.25 16.75 1.59 16.75 2V5C16.75 5.41 16.41 5.75 16 5.75Z" fill="var(--color-icon-primary)"/>\n<path d="M8.5 14.5001C8.37 14.5001 8.24 14.4701 8.12 14.4201C7.99 14.3701 7.89 14.3001 7.79 14.2101C7.61 14.0201 7.5 13.7701 7.5 13.5001C7.5 13.3701 7.53 13.2401 7.58 13.1201C7.63 13.0001 7.7 12.8901 7.79 12.7901C7.89 12.7001 7.99 12.6301 8.12 12.5801C8.48 12.4301 8.93 12.5101 9.21 12.7901C9.39 12.9801 9.5 13.2401 9.5 13.5001C9.5 13.5601 9.49 13.6301 9.48 13.7001C9.47 13.7601 9.45 13.8201 9.42 13.8801C9.4 13.9401 9.37 14.0001 9.33 14.0601C9.3 14.1101 9.25 14.1601 9.21 14.2101C9.02 14.3901 8.76 14.5001 8.5 14.5001Z" fill="var(--color-icon-primary)"/>\n<path d="M12 14.5C11.87 14.5 11.74 14.47 11.62 14.42C11.49 14.37 11.39 14.3 11.29 14.21C11.11 14.02 11 13.77 11 13.5C11 13.37 11.03 13.24 11.08 13.12C11.13 13 11.2 12.89 11.29 12.79C11.39 12.7 11.49 12.63 11.62 12.58C11.98 12.42 12.43 12.51 12.71 12.79C12.89 12.98 13 13.24 13 13.5C13 13.56 12.99 13.63 12.98 13.7C12.97 13.76 12.95 13.82 12.92 13.88C12.9 13.94 12.87 14 12.83 14.06C12.8 14.11 12.75 14.16 12.71 14.21C12.52 14.39 12.26 14.5 12 14.5Z" fill="var(--color-icon-primary)"/>\n<path d="M15.5 14.5C15.37 14.5 15.24 14.47 15.12 14.42C14.99 14.37 14.89 14.3 14.79 14.21C14.75 14.16 14.71 14.11 14.67 14.06C14.63 14 14.6 13.94 14.58 13.88C14.55 13.82 14.53 13.76 14.52 13.7C14.51 13.63 14.5 13.56 14.5 13.5C14.5 13.24 14.61 12.98 14.79 12.79C14.89 12.7 14.99 12.63 15.12 12.58C15.49 12.42 15.93 12.51 16.21 12.79C16.39 12.98 16.5 13.24 16.5 13.5C16.5 13.56 16.49 13.63 16.48 13.7C16.47 13.76 16.45 13.82 16.42 13.88C16.4 13.94 16.37 14 16.33 14.06C16.3 14.11 16.25 14.16 16.21 14.21C16.02 14.39 15.76 14.5 15.5 14.5Z" fill="var(--color-icon-primary)"/>\n<path d="M8.5 17.9999C8.37 17.9999 8.24 17.97 8.12 17.92C8 17.87 7.89 17.7999 7.79 17.7099C7.61 17.5199 7.5 17.2599 7.5 16.9999C7.5 16.8699 7.53 16.7399 7.58 16.6199C7.63 16.4899 7.7 16.38 7.79 16.29C8.16 15.92 8.84 15.92 9.21 16.29C9.39 16.48 9.5 16.7399 9.5 16.9999C9.5 17.2599 9.39 17.5199 9.21 17.7099C9.02 17.8899 8.76 17.9999 8.5 17.9999Z" fill="var(--color-icon-primary)"/>\n<path d="M12 17.9999C11.74 17.9999 11.48 17.8899 11.29 17.7099C11.11 17.5199 11 17.2599 11 16.9999C11 16.8699 11.03 16.7399 11.08 16.6199C11.13 16.4899 11.2 16.38 11.29 16.29C11.66 15.92 12.34 15.92 12.71 16.29C12.8 16.38 12.87 16.4899 12.92 16.6199C12.97 16.7399 13 16.8699 13 16.9999C13 17.2599 12.89 17.5199 12.71 17.7099C12.52 17.8899 12.26 17.9999 12 17.9999Z" fill="var(--color-icon-primary)"/>\n<path d="M15.5 18C15.24 18 14.98 17.89 14.79 17.71C14.7 17.62 14.63 17.51 14.58 17.38C14.53 17.26 14.5 17.13 14.5 17C14.5 16.87 14.53 16.74 14.58 16.62C14.63 16.49 14.7 16.38 14.79 16.29C15.02 16.06 15.37 15.95 15.69 16.02C15.76 16.03 15.82 16.05 15.88 16.08C15.94 16.1 16 16.13 16.06 16.17C16.11 16.2 16.16 16.25 16.21 16.29C16.39 16.48 16.5 16.74 16.5 17C16.5 17.26 16.39 17.52 16.21 17.71C16.02 17.89 15.76 18 15.5 18Z" fill="var(--color-icon-primary)"/>\n<path d="M20.5 9.83997H3.5C3.09 9.83997 2.75 9.49997 2.75 9.08997C2.75 8.67997 3.09 8.33997 3.5 8.33997H20.5C20.91 8.33997 21.25 8.67997 21.25 9.08997C21.25 9.49997 20.91 9.83997 20.5 9.83997Z" fill="var(--color-icon-primary)"/>\n<path d="M16 22.75H8C4.35 22.75 2.25 20.65 2.25 17V8.5C2.25 4.85 4.35 2.75 8 2.75H16C19.65 2.75 21.75 4.85 21.75 8.5V17C21.75 20.65 19.65 22.75 16 22.75ZM8 4.25C5.14 4.25 3.75 5.64 3.75 8.5V17C3.75 19.86 5.14 21.25 8 21.25H16C18.86 21.25 20.25 19.86 20.25 17V8.5C20.25 5.64 18.86 4.25 16 4.25H8Z" fill="var(--color-icon-primary)"/>\n</svg>',
121
+ },
122
+ },
123
+ "publishedAt-header": "25 July, 2025",
124
+ "author-wrapper": null,
125
+ "author-image": {
126
+ kind: "icon",
127
+ data: {
128
+ id: "clock",
129
+ label: "Clock",
130
+ tags: ["clock", "custom", "directional", "time"],
131
+ svgCode:
132
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M15.7096 15.93C15.5796 15.93 15.4496 15.9 15.3296 15.82L12.2296 13.97C11.4596 13.51 10.8896 12.5 10.8896 11.61V7.51001C10.8896 7.10001 11.2296 6.76001 11.6396 6.76001C12.0496 6.76001 12.3896 7.10001 12.3896 7.51001V11.61C12.3896 11.97 12.6896 12.5 12.9996 12.68L16.0996 14.53C16.4596 14.74 16.5696 15.2 16.3596 15.56C16.2096 15.8 15.9596 15.93 15.7096 15.93Z" fill="var(--color-icon-primary)"/>\n</svg>',
133
+ },
134
+ },
135
+ "author-info-wrapper": null,
136
+ "author-name": "<p>28 July, 2025</p>",
137
+ title: "Books, Brighter Futures: A Day for Change",
138
+ description:
139
+ "Over 400 children will receive new educational supplies during this Event.",
140
+ publishedAt: "25 July, 2025",
141
+ cta: "Register Now",
142
+ "event-date-icon": null,
143
+ "event-end-date": "<p>Sep 3 2025</p>",
144
+ "event-end-date-icon": {
145
+ kind: "icon",
146
+ data: {
147
+ id: "clock",
148
+ label: "Clock",
149
+ tags: ["clock", "custom", "directional", "time"],
150
+ svgCode:
151
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M15.7096 15.93C15.5796 15.93 15.4496 15.9 15.3296 15.82L12.2296 13.97C11.4596 13.51 10.8896 12.5 10.8896 11.61V7.51001C10.8896 7.10001 11.2296 6.76001 11.6396 6.76001C12.0496 6.76001 12.3896 7.10001 12.3896 7.51001V11.61C12.3896 11.97 12.6896 12.5 12.9996 12.68L16.0996 14.53C16.4596 14.74 16.5696 15.2 16.3596 15.56C16.2096 15.8 15.9596 15.93 15.7096 15.93Z" fill="var(--color-icon-primary)"/>\n</svg>',
152
+ },
153
+ },
154
+ },
155
+ {
156
+ eventWrapper: null,
157
+ image: {
158
+ id: "n3qaofSpKt8tg",
159
+ location:
160
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C.png",
161
+ mimetype: "image/png",
162
+ kind: "image",
163
+ srcset: {
164
+ "1080w":
165
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-1080w.webp",
166
+ "1200w":
167
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-1200w.webp",
168
+ "1920w":
169
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-1920w.webp",
170
+ "320w":
171
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-320w.webp",
172
+ "640w":
173
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-640w.webp",
174
+ "750w":
175
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-750w.webp",
176
+ "828w":
177
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-828w.webp",
178
+ path: "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-750w.webp 750w",
179
+ },
180
+ },
181
+ "text-wrapper": null,
182
+ "text-container": null,
183
+ "caption-text": "<p>Live</p>",
184
+ "date-wrapper": null,
185
+ "date-icon": {
186
+ kind: "icon",
187
+ data: {
188
+ id: "calendar-1",
189
+ label: "Calendar 1",
190
+ tags: ["calendar", "custom", "time"],
191
+ svgCode:
192
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M8 5.75C7.59 5.75 7.25 5.41 7.25 5V2C7.25 1.59 7.59 1.25 8 1.25C8.41 1.25 8.75 1.59 8.75 2V5C8.75 5.41 8.41 5.75 8 5.75Z" fill="var(--color-icon-primary)"/>\n<path d="M16 5.75C15.59 5.75 15.25 5.41 15.25 5V2C15.25 1.59 15.59 1.25 16 1.25C16.41 1.25 16.75 1.59 16.75 2V5C16.75 5.41 16.41 5.75 16 5.75Z" fill="var(--color-icon-primary)"/>\n<path d="M8.5 14.5001C8.37 14.5001 8.24 14.4701 8.12 14.4201C7.99 14.3701 7.89 14.3001 7.79 14.2101C7.61 14.0201 7.5 13.7701 7.5 13.5001C7.5 13.3701 7.53 13.2401 7.58 13.1201C7.63 13.0001 7.7 12.8901 7.79 12.7901C7.89 12.7001 7.99 12.6301 8.12 12.5801C8.48 12.4301 8.93 12.5101 9.21 12.7901C9.39 12.9801 9.5 13.2401 9.5 13.5001C9.5 13.5601 9.49 13.6301 9.48 13.7001C9.47 13.7601 9.45 13.8201 9.42 13.8801C9.4 13.9401 9.37 14.0001 9.33 14.0601C9.3 14.1101 9.25 14.1601 9.21 14.2101C9.02 14.3901 8.76 14.5001 8.5 14.5001Z" fill="var(--color-icon-primary)"/>\n<path d="M12 14.5C11.87 14.5 11.74 14.47 11.62 14.42C11.49 14.37 11.39 14.3 11.29 14.21C11.11 14.02 11 13.77 11 13.5C11 13.37 11.03 13.24 11.08 13.12C11.13 13 11.2 12.89 11.29 12.79C11.39 12.7 11.49 12.63 11.62 12.58C11.98 12.42 12.43 12.51 12.71 12.79C12.89 12.98 13 13.24 13 13.5C13 13.56 12.99 13.63 12.98 13.7C12.97 13.76 12.95 13.82 12.92 13.88C12.9 13.94 12.87 14 12.83 14.06C12.8 14.11 12.75 14.16 12.71 14.21C12.52 14.39 12.26 14.5 12 14.5Z" fill="var(--color-icon-primary)"/>\n<path d="M15.5 14.5C15.37 14.5 15.24 14.47 15.12 14.42C14.99 14.37 14.89 14.3 14.79 14.21C14.75 14.16 14.71 14.11 14.67 14.06C14.63 14 14.6 13.94 14.58 13.88C14.55 13.82 14.53 13.76 14.52 13.7C14.51 13.63 14.5 13.56 14.5 13.5C14.5 13.24 14.61 12.98 14.79 12.79C14.89 12.7 14.99 12.63 15.12 12.58C15.49 12.42 15.93 12.51 16.21 12.79C16.39 12.98 16.5 13.24 16.5 13.5C16.5 13.56 16.49 13.63 16.48 13.7C16.47 13.76 16.45 13.82 16.42 13.88C16.4 13.94 16.37 14 16.33 14.06C16.3 14.11 16.25 14.16 16.21 14.21C16.02 14.39 15.76 14.5 15.5 14.5Z" fill="var(--color-icon-primary)"/>\n<path d="M8.5 17.9999C8.37 17.9999 8.24 17.97 8.12 17.92C8 17.87 7.89 17.7999 7.79 17.7099C7.61 17.5199 7.5 17.2599 7.5 16.9999C7.5 16.8699 7.53 16.7399 7.58 16.6199C7.63 16.4899 7.7 16.38 7.79 16.29C8.16 15.92 8.84 15.92 9.21 16.29C9.39 16.48 9.5 16.7399 9.5 16.9999C9.5 17.2599 9.39 17.5199 9.21 17.7099C9.02 17.8899 8.76 17.9999 8.5 17.9999Z" fill="var(--color-icon-primary)"/>\n<path d="M12 17.9999C11.74 17.9999 11.48 17.8899 11.29 17.7099C11.11 17.5199 11 17.2599 11 16.9999C11 16.8699 11.03 16.7399 11.08 16.6199C11.13 16.4899 11.2 16.38 11.29 16.29C11.66 15.92 12.34 15.92 12.71 16.29C12.8 16.38 12.87 16.4899 12.92 16.6199C12.97 16.7399 13 16.8699 13 16.9999C13 17.2599 12.89 17.5199 12.71 17.7099C12.52 17.8899 12.26 17.9999 12 17.9999Z" fill="var(--color-icon-primary)"/>\n<path d="M15.5 18C15.24 18 14.98 17.89 14.79 17.71C14.7 17.62 14.63 17.51 14.58 17.38C14.53 17.26 14.5 17.13 14.5 17C14.5 16.87 14.53 16.74 14.58 16.62C14.63 16.49 14.7 16.38 14.79 16.29C15.02 16.06 15.37 15.95 15.69 16.02C15.76 16.03 15.82 16.05 15.88 16.08C15.94 16.1 16 16.13 16.06 16.17C16.11 16.2 16.16 16.25 16.21 16.29C16.39 16.48 16.5 16.74 16.5 17C16.5 17.26 16.39 17.52 16.21 17.71C16.02 17.89 15.76 18 15.5 18Z" fill="var(--color-icon-primary)"/>\n<path d="M20.5 9.83997H3.5C3.09 9.83997 2.75 9.49997 2.75 9.08997C2.75 8.67997 3.09 8.33997 3.5 8.33997H20.5C20.91 8.33997 21.25 8.67997 21.25 9.08997C21.25 9.49997 20.91 9.83997 20.5 9.83997Z" fill="var(--color-icon-primary)"/>\n<path d="M16 22.75H8C4.35 22.75 2.25 20.65 2.25 17V8.5C2.25 4.85 4.35 2.75 8 2.75H16C19.65 2.75 21.75 4.85 21.75 8.5V17C21.75 20.65 19.65 22.75 16 22.75ZM8 4.25C5.14 4.25 3.75 5.64 3.75 8.5V17C3.75 19.86 5.14 21.25 8 21.25H16C18.86 21.25 20.25 19.86 20.25 17V8.5C20.25 5.64 18.86 4.25 16 4.25H8Z" fill="var(--color-icon-primary)"/>\n</svg>',
193
+ },
194
+ },
195
+ "publishedAt-header": "25 July, 2025",
196
+ "author-wrapper": null,
197
+ "author-image": {
198
+ kind: "icon",
199
+ data: {
200
+ id: "clock",
201
+ label: "Clock",
202
+ tags: ["clock", "custom", "directional", "time"],
203
+ svgCode:
204
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M15.7096 15.93C15.5796 15.93 15.4496 15.9 15.3296 15.82L12.2296 13.97C11.4596 13.51 10.8896 12.5 10.8896 11.61V7.51001C10.8896 7.10001 11.2296 6.76001 11.6396 6.76001C12.0496 6.76001 12.3896 7.10001 12.3896 7.51001V11.61C12.3896 11.97 12.6896 12.5 12.9996 12.68L16.0996 14.53C16.4596 14.74 16.5696 15.2 16.3596 15.56C16.2096 15.8 15.9596 15.93 15.7096 15.93Z" fill="var(--color-icon-primary)"/>\n</svg>',
205
+ },
206
+ },
207
+ "author-info-wrapper": null,
208
+ "author-name": "<p>28 July, 2025</p>",
209
+ title: "Books, Brighter Futures: A Day for Change",
210
+ description:
211
+ "Over 400 children will receive new educational supplies during this Event.",
212
+ publishedAt: "25 July, 2025",
213
+ cta: "Register Now",
214
+ "event-date-icon": null,
215
+ "event-end-date": "<p>Sep 3 2025</p>",
216
+ "event-end-date-icon": {
217
+ kind: "icon",
218
+ data: {
219
+ id: "clock",
220
+ label: "Clock",
221
+ tags: ["clock", "custom", "directional", "time"],
222
+ svgCode:
223
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M15.7096 15.93C15.5796 15.93 15.4496 15.9 15.3296 15.82L12.2296 13.97C11.4596 13.51 10.8896 12.5 10.8896 11.61V7.51001C10.8896 7.10001 11.2296 6.76001 11.6396 6.76001C12.0496 6.76001 12.3896 7.10001 12.3896 7.51001V11.61C12.3896 11.97 12.6896 12.5 12.9996 12.68L16.0996 14.53C16.4596 14.74 16.5696 15.2 16.3596 15.56C16.2096 15.8 15.9596 15.93 15.7096 15.93Z" fill="var(--color-icon-primary)"/>\n</svg>',
224
+ },
225
+ },
226
+ },
227
+ {
228
+ eventWrapper: null,
229
+ image: {
230
+ id: "n3qaofSpKt8tg",
231
+ location:
232
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C.png",
233
+ mimetype: "image/png",
234
+ kind: "image",
235
+ srcset: {
236
+ "1080w":
237
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-1080w.webp",
238
+ "1200w":
239
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-1200w.webp",
240
+ "1920w":
241
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-1920w.webp",
242
+ "320w":
243
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-320w.webp",
244
+ "640w":
245
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-640w.webp",
246
+ "750w":
247
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-750w.webp",
248
+ "828w":
249
+ "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-828w.webp",
250
+ path: "https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-PzNnkMNc4PU9C-750w.webp 750w",
251
+ },
252
+ },
253
+ "text-wrapper": null,
254
+ "text-container": null,
255
+ "caption-text": "<p>Live</p>",
256
+ "date-wrapper": null,
257
+ "date-icon": {
258
+ kind: "icon",
259
+ data: {
260
+ id: "calendar-1",
261
+ label: "Calendar 1",
262
+ tags: ["calendar", "custom", "time"],
263
+ svgCode:
264
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M8 5.75C7.59 5.75 7.25 5.41 7.25 5V2C7.25 1.59 7.59 1.25 8 1.25C8.41 1.25 8.75 1.59 8.75 2V5C8.75 5.41 8.41 5.75 8 5.75Z" fill="var(--color-icon-primary)"/>\n<path d="M16 5.75C15.59 5.75 15.25 5.41 15.25 5V2C15.25 1.59 15.59 1.25 16 1.25C16.41 1.25 16.75 1.59 16.75 2V5C16.75 5.41 16.41 5.75 16 5.75Z" fill="var(--color-icon-primary)"/>\n<path d="M8.5 14.5001C8.37 14.5001 8.24 14.4701 8.12 14.4201C7.99 14.3701 7.89 14.3001 7.79 14.2101C7.61 14.0201 7.5 13.7701 7.5 13.5001C7.5 13.3701 7.53 13.2401 7.58 13.1201C7.63 13.0001 7.7 12.8901 7.79 12.7901C7.89 12.7001 7.99 12.6301 8.12 12.5801C8.48 12.4301 8.93 12.5101 9.21 12.7901C9.39 12.9801 9.5 13.2401 9.5 13.5001C9.5 13.5601 9.49 13.6301 9.48 13.7001C9.47 13.7601 9.45 13.8201 9.42 13.8801C9.4 13.9401 9.37 14.0001 9.33 14.0601C9.3 14.1101 9.25 14.1601 9.21 14.2101C9.02 14.3901 8.76 14.5001 8.5 14.5001Z" fill="var(--color-icon-primary)"/>\n<path d="M12 14.5C11.87 14.5 11.74 14.47 11.62 14.42C11.49 14.37 11.39 14.3 11.29 14.21C11.11 14.02 11 13.77 11 13.5C11 13.37 11.03 13.24 11.08 13.12C11.13 13 11.2 12.89 11.29 12.79C11.39 12.7 11.49 12.63 11.62 12.58C11.98 12.42 12.43 12.51 12.71 12.79C12.89 12.98 13 13.24 13 13.5C13 13.56 12.99 13.63 12.98 13.7C12.97 13.76 12.95 13.82 12.92 13.88C12.9 13.94 12.87 14 12.83 14.06C12.8 14.11 12.75 14.16 12.71 14.21C12.52 14.39 12.26 14.5 12 14.5Z" fill="var(--color-icon-primary)"/>\n<path d="M15.5 14.5C15.37 14.5 15.24 14.47 15.12 14.42C14.99 14.37 14.89 14.3 14.79 14.21C14.75 14.16 14.71 14.11 14.67 14.06C14.63 14 14.6 13.94 14.58 13.88C14.55 13.82 14.53 13.76 14.52 13.7C14.51 13.63 14.5 13.56 14.5 13.5C14.5 13.24 14.61 12.98 14.79 12.79C14.89 12.7 14.99 12.63 15.12 12.58C15.49 12.42 15.93 12.51 16.21 12.79C16.39 12.98 16.5 13.24 16.5 13.5C16.5 13.56 16.49 13.63 16.48 13.7C16.47 13.76 16.45 13.82 16.42 13.88C16.4 13.94 16.37 14 16.33 14.06C16.3 14.11 16.25 14.16 16.21 14.21C16.02 14.39 15.76 14.5 15.5 14.5Z" fill="var(--color-icon-primary)"/>\n<path d="M8.5 17.9999C8.37 17.9999 8.24 17.97 8.12 17.92C8 17.87 7.89 17.7999 7.79 17.7099C7.61 17.5199 7.5 17.2599 7.5 16.9999C7.5 16.8699 7.53 16.7399 7.58 16.6199C7.63 16.4899 7.7 16.38 7.79 16.29C8.16 15.92 8.84 15.92 9.21 16.29C9.39 16.48 9.5 16.7399 9.5 16.9999C9.5 17.2599 9.39 17.5199 9.21 17.7099C9.02 17.8899 8.76 17.9999 8.5 17.9999Z" fill="var(--color-icon-primary)"/>\n<path d="M12 17.9999C11.74 17.9999 11.48 17.8899 11.29 17.7099C11.11 17.5199 11 17.2599 11 16.9999C11 16.8699 11.03 16.7399 11.08 16.6199C11.13 16.4899 11.2 16.38 11.29 16.29C11.66 15.92 12.34 15.92 12.71 16.29C12.8 16.38 12.87 16.4899 12.92 16.6199C12.97 16.7399 13 16.8699 13 16.9999C13 17.2599 12.89 17.5199 12.71 17.7099C12.52 17.8899 12.26 17.9999 12 17.9999Z" fill="var(--color-icon-primary)"/>\n<path d="M15.5 18C15.24 18 14.98 17.89 14.79 17.71C14.7 17.62 14.63 17.51 14.58 17.38C14.53 17.26 14.5 17.13 14.5 17C14.5 16.87 14.53 16.74 14.58 16.62C14.63 16.49 14.7 16.38 14.79 16.29C15.02 16.06 15.37 15.95 15.69 16.02C15.76 16.03 15.82 16.05 15.88 16.08C15.94 16.1 16 16.13 16.06 16.17C16.11 16.2 16.16 16.25 16.21 16.29C16.39 16.48 16.5 16.74 16.5 17C16.5 17.26 16.39 17.52 16.21 17.71C16.02 17.89 15.76 18 15.5 18Z" fill="var(--color-icon-primary)"/>\n<path d="M20.5 9.83997H3.5C3.09 9.83997 2.75 9.49997 2.75 9.08997C2.75 8.67997 3.09 8.33997 3.5 8.33997H20.5C20.91 8.33997 21.25 8.67997 21.25 9.08997C21.25 9.49997 20.91 9.83997 20.5 9.83997Z" fill="var(--color-icon-primary)"/>\n<path d="M16 22.75H8C4.35 22.75 2.25 20.65 2.25 17V8.5C2.25 4.85 4.35 2.75 8 2.75H16C19.65 2.75 21.75 4.85 21.75 8.5V17C21.75 20.65 19.65 22.75 16 22.75ZM8 4.25C5.14 4.25 3.75 5.64 3.75 8.5V17C3.75 19.86 5.14 21.25 8 21.25H16C18.86 21.25 20.25 19.86 20.25 17V8.5C20.25 5.64 18.86 4.25 16 4.25H8Z" fill="var(--color-icon-primary)"/>\n</svg>',
265
+ },
266
+ },
267
+ "publishedAt-header": "25 July, 2025",
268
+ "author-wrapper": null,
269
+ "author-image": {
270
+ kind: "icon",
271
+ data: {
272
+ id: "clock",
273
+ label: "Clock",
274
+ tags: ["clock", "custom", "directional", "time"],
275
+ svgCode:
276
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M15.7096 15.93C15.5796 15.93 15.4496 15.9 15.3296 15.82L12.2296 13.97C11.4596 13.51 10.8896 12.5 10.8896 11.61V7.51001C10.8896 7.10001 11.2296 6.76001 11.6396 6.76001C12.0496 6.76001 12.3896 7.10001 12.3896 7.51001V11.61C12.3896 11.97 12.6896 12.5 12.9996 12.68L16.0996 14.53C16.4596 14.74 16.5696 15.2 16.3596 15.56C16.2096 15.8 15.9596 15.93 15.7096 15.93Z" fill="var(--color-icon-primary)"/>\n</svg>',
277
+ },
278
+ },
279
+ "author-info-wrapper": null,
280
+ "author-name": "<p>28 July, 2025</p>",
281
+ title: "Books, Brighter Futures: A Day for Change",
282
+ description:
283
+ "Over 400 children will receive new educational supplies during this Event.",
284
+ publishedAt: "25 July, 2025",
285
+ cta: "Register Now",
286
+ "event-date-icon": null,
287
+ "event-end-date": "<p>Sep 3 2025</p>",
288
+ "event-end-date-icon": {
289
+ kind: "icon",
290
+ data: {
291
+ id: "clock",
292
+ label: "Clock",
293
+ tags: ["clock", "custom", "directional", "time"],
294
+ svgCode:
295
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M15.7096 15.93C15.5796 15.93 15.4496 15.9 15.3296 15.82L12.2296 13.97C11.4596 13.51 10.8896 12.5 10.8896 11.61V7.51001C10.8896 7.10001 11.2296 6.76001 11.6396 6.76001C12.0496 6.76001 12.3896 7.10001 12.3896 7.51001V11.61C12.3896 11.97 12.6896 12.5 12.9996 12.68L16.0996 14.53C16.4596 14.74 16.5696 15.2 16.3596 15.56C16.2096 15.8 15.9596 15.93 15.7096 15.93Z" fill="var(--color-icon-primary)"/>\n</svg>',
296
+ },
297
+ },
298
+ },
299
+ ],
300
+ paginationWrapper: null,
301
+ paginationLeftButton: "Previous",
302
+ paginationText: "",
303
+ paginationRightButton: "Next",
304
+ };
305
+
306
+ export type IEventListing4 = typeof DEFAULT_CONTENT;
307
+
308
+ export const EventListing4: IBlock = {
309
+ category_id: "event",
310
+ title: "Event Listing 4",
311
+ key: "event-listing-4",
312
+ version: "v1",
313
+ prompt_description:
314
+ "Event listing with enhanced metadata including date icon, author information, and CTA buttons for each event",
315
+ content_schema: [
316
+ {
317
+ key: "layout",
318
+ label: "Layout",
319
+ field_interface: "LayoutWidget",
320
+ },
321
+ {
322
+ key: "container",
323
+ label: "Container",
324
+ field_interface: "ContainerWidget",
325
+ },
326
+ {
327
+ key: "header-container",
328
+ label: "Header Container",
329
+ field_interface: "BoxWidget",
330
+ },
331
+ {
332
+ key: "title",
333
+ label: "Title",
334
+ field_interface: "HeadingWidget",
335
+ hint: {
336
+ prompt_description:
337
+ "Block headline centered at the top of the Events section. Should clearly state the purpose of the section, such as 'Events' or a similarly concise title.",
338
+ min_characters: 5,
339
+ max_characters: 18,
340
+ },
341
+ },
342
+ {
343
+ key: "cta-button",
344
+ label: "Header CTA Button",
345
+ field_interface: "ButtonWidget",
346
+ hint: {
347
+ prompt_description:
348
+ "Call-to-action button displayed next to the main heading. Should encourage exploration, such as 'View all' or 'See more events'.",
349
+ min_characters: 6,
350
+ max_characters: 15,
351
+ },
352
+ },
353
+ {
354
+ key: "events",
355
+ label: "Events",
356
+ kind: "group",
357
+ field_interface: "BoxWidget",
358
+ hint: {
359
+ prompt_description:
360
+ "A group representing a grid of event cards. Each card highlights an upcoming or featured event with enhanced metadata. Intended for listing multiple events at a glance.",
361
+ min_items: 3,
362
+ max_items: 6,
363
+ },
364
+ fields: [
365
+ {
366
+ key: "eventWrapper",
367
+ label: "Event Wrapper",
368
+ field_interface: "BoxWidget",
369
+ },
370
+ {
371
+ key: "image",
372
+ label: "Event Image",
373
+ field_interface: "ImageWidget",
374
+ hint: {
375
+ prompt_description:
376
+ "Visual banner or cover image for the event, displayed prominently at the top of each card. Should be inviting and relevant to the event content.",
377
+ orientation: "landscape",
378
+ size: "medium",
379
+ usecase: "hero",
380
+ },
381
+ },
382
+ {
383
+ key: "caption-text",
384
+ label: "Caption Text",
385
+ field_interface: "TypographyWidget",
386
+ hint: {
387
+ prompt_description:
388
+ "Small caption or category label for the event, displayed prominently at the top of the card content. Examples: 'Sponsor Event', 'Community Event', 'Fundraiser Event'.",
389
+ },
390
+ },
391
+ {
392
+ key: "text-wrapper",
393
+ label: "Text Wrapper",
394
+ field_interface: "BoxWidget",
395
+ },
396
+ {
397
+ key: "text-container",
398
+ label: "Text Container",
399
+ field_interface: "BoxWidget",
400
+ },
401
+ {
402
+ key: "date-wrapper",
403
+ label: "Date Wrapper",
404
+ field_interface: "BoxWidget",
405
+ },
406
+ {
407
+ key: "date-icon",
408
+ label: "Date Icon",
409
+ field_interface: "IconWidget",
410
+ hint: {
411
+ prompt_description:
412
+ "Small calendar or date icon displayed next to the event date. Should be simple and clearly recognizable.",
413
+ orientation: "square",
414
+ size: "icon",
415
+ usecase: "icon",
416
+ },
417
+ },
418
+ {
419
+ key: "publishedAt-header",
420
+ label: "Event Date",
421
+ field_interface: "TypographyWidget",
422
+ hint: {
423
+ prompt_description:
424
+ "Displays the date and time of the event. Format as 'Month DD, YYYY HH:MM AM/PM'. Keep it short, clear, and easily readable.",
425
+ min_characters: 16,
426
+ max_characters: 28,
427
+ },
428
+ },
429
+ {
430
+ key: "role-text",
431
+ label: "Role Text",
432
+ field_interface: "TypographyWidget",
433
+ hint: {
434
+ prompt_description:
435
+ "Displays the date and time of the event. Format as 'Month DD, YYYY HH:MM AM/PM'. Keep it short, clear, and easily readable.",
436
+ min_characters: 16,
437
+ max_characters: 28,
438
+ },
439
+ },
440
+ {
441
+ key: "event-end-date-wrapper",
442
+ label: "Event End Date Wrapper",
443
+ field_interface: "BoxWidget",
444
+ },
445
+ {
446
+ key: "event-end-date-icon",
447
+ label: "Event End Date Icon",
448
+ field_interface: "IconWidget",
449
+ hint: {
450
+ prompt_description:
451
+ "Small avatar image of the event end date. Should be professional and recognizable.",
452
+ orientation: "square",
453
+ size: "icon",
454
+ usecase: "avatar",
455
+ },
456
+ },
457
+
458
+ {
459
+ key: "event-end-date",
460
+ label: "Event End Date",
461
+ field_interface: "TypographyWidget",
462
+ hint: {
463
+ prompt_description:
464
+ "Name of the event date. Should be credible and professional.",
465
+ min_characters: 5,
466
+ max_characters: 30,
467
+ },
468
+ },
469
+ {
470
+ key: "company-text",
471
+ label: "Company Text",
472
+ field_interface: "TypographyWidget",
473
+ hint: {
474
+ prompt_description:
475
+ "Name of the event date. Should be credible and professional.",
476
+ min_characters: 5,
477
+ max_characters: 30,
478
+ },
479
+ },
480
+
481
+ {
482
+ key: "content-container",
483
+ label: "Content Container",
484
+ field_interface: "BoxWidget",
485
+ hint: {
486
+ prompt_description:
487
+ "A group representing a grid of event cards. Each card highlights an upcoming or featured event with enhanced metadata. Intended for listing multiple events at a glance.",
488
+ },
489
+ },
490
+ {
491
+ key: "title",
492
+ label: "Event Title",
493
+ field_interface: "TypographyWidget",
494
+ hint: {
495
+ prompt_description:
496
+ "Event card headline. Should be the name or title of the event, immediately catching the user's attention. Aim for clarity and engagement.",
497
+ min_characters: 8,
498
+ max_characters: 32,
499
+ },
500
+ },
501
+ {
502
+ key: "description",
503
+ label: "Event Description",
504
+ field_interface: "TypographyWidget",
505
+ hint: {
506
+ prompt_description:
507
+ "Short summary or description of the event, conveying value and enticing interest. Displayed in one or two lines under the event title. Keep concise yet informative.",
508
+ min_characters: 40,
509
+ max_characters: 120,
510
+ },
511
+ },
512
+ {
513
+ key: "social_media_icon_wrapper",
514
+ label: "Social Icon Wrapper",
515
+ field_interface: "BoxWidget",
516
+ hint: {
517
+ prompt_description:
518
+ "Short summary or description of the event, conveying value and enticing interest. Displayed in one or two lines under the event title. Keep concise yet informative.",
519
+ min_characters: 40,
520
+ max_characters: 120,
521
+ },
522
+ },
523
+ {
524
+ key: "social_media_icon_1",
525
+ label: "Social Icon 1",
526
+ field_interface: "IconWidget",
527
+ hint: {
528
+ prompt_description:
529
+ "Short summary or description of the event, conveying value and enticing interest. Displayed in one or two lines under the event title. Keep concise yet informative.",
530
+ min_characters: 40,
531
+ max_characters: 120,
532
+ },
533
+ },
534
+ {
535
+ key: "social_media_icon_2",
536
+ label: "Social Icon 2",
537
+ field_interface: "IconWidget",
538
+ hint: {
539
+ prompt_description:
540
+ "Short summary or description of the event, conveying value and enticing interest. Displayed in one or two lines under the event title. Keep concise yet informative.",
541
+ min_characters: 40,
542
+ max_characters: 120,
543
+ },
544
+ },
545
+ {
546
+ key: "social_media_icon_3",
547
+ label: "Social Icon 3",
548
+ field_interface: "IconWidget",
549
+ hint: {
550
+ prompt_description:
551
+ "Short summary or description of the event, conveying value and enticing interest. Displayed in one or two lines under the event title. Keep concise yet informative.",
552
+ min_characters: 40,
553
+ max_characters: 120,
554
+ },
555
+ },
556
+
557
+ {
558
+ key: "cta",
559
+ label: "Event CTA",
560
+ field_interface: "ButtonWidget",
561
+ hint: {
562
+ prompt_description:
563
+ "Call-to-action button for the specific event (e.g., 'Register Now', 'Learn More', 'Get Tickets'). Should be action-oriented.",
564
+ min_characters: 6,
565
+ max_characters: 15,
566
+ },
567
+ },
568
+ ],
569
+ },
570
+ {
571
+ key: "paginationWrapper",
572
+ label: "Pagination Wrapper",
573
+ field_interface: "BoxWidget",
574
+ hint: {
575
+ prompt_description:
576
+ "Container holding pagination controls (buttons and info) at the bottom of the event grid. Provides structure and alignment for pagination elements. No content generation required.",
577
+ },
578
+ },
579
+ {
580
+ key: "paginationLeftButton",
581
+ label: "Pagination Left Button",
582
+ field_interface: "ButtonWidget",
583
+ hint: {
584
+ prompt_description:
585
+ "Button for navigating to the previous page of events. Label should be clear and descriptive, such as 'Previous'.",
586
+ min_characters: 4,
587
+ max_characters: 12,
588
+ },
589
+ },
590
+ {
591
+ key: "paginationInfo",
592
+ label: "Pagination Info",
593
+ field_interface: "TypographyWidget",
594
+ hint: {
595
+ prompt_description:
596
+ "Displays the current events page and total pages, e.g., '1/10'. Keep format concise and clear.",
597
+ min_characters: 3,
598
+ max_characters: 8,
599
+ },
600
+ },
601
+ {
602
+ key: "paginationText",
603
+ label: "Pagination Text",
604
+ field_interface: "TypographyWidget",
605
+ hint: {
606
+ prompt_description:
607
+ "Displays the current events page and total pages, e.g., '1/10'. Keep format concise and clear.",
608
+ min_characters: 3,
609
+ max_characters: 8,
610
+ },
611
+ },
612
+ {
613
+ key: "paginationRightButton",
614
+ label: "Pagination Right Button",
615
+ field_interface: "ButtonWidget",
616
+ hint: {
617
+ prompt_description:
618
+ "Button for navigating to the next page of events. Label should be clear and descriptive, such as 'Next'.",
619
+ min_characters: 4,
620
+ max_characters: 12,
621
+ },
622
+ },
623
+ ],
624
+ layouts: [
625
+ {
626
+ key: "default",
627
+ title: "Default",
628
+ styles: {
629
+ layout: {
630
+ "padding-left": "10xl",
631
+ "padding-right": "10xl",
632
+ "padding-top": "5xl",
633
+ "padding-bottom": "5xl",
634
+ tablet: {
635
+ "padding-left": "8xl",
636
+ "padding-right": "8xl",
637
+ "padding-top": "4xl",
638
+ "padding-bottom": "4xl",
639
+ },
640
+ mobile: {
641
+ "padding-left": "6xl",
642
+ "padding-right": "6xl",
643
+ "padding-top": "3xl",
644
+ "padding-bottom": "3xl",
645
+ },
646
+ filter: "none",
647
+ },
648
+ container: {
649
+ display: "flex",
650
+ "flex-direction": "column",
651
+ "align-items": "center",
652
+ "row-gap": "2xl",
653
+ filter: "none",
654
+ "max-width": "none",
655
+ "padding-left": "none",
656
+ "padding-right": "none",
657
+ },
658
+ "header-container": {
659
+ display: "flex",
660
+ width: "100%",
661
+ "justify-content": "space-between",
662
+ "align-items": "center",
663
+ "margin-bottom": "3xl",
664
+ mobile: {
665
+ "flex-direction": "column",
666
+ "align-items": "flex-start",
667
+ "row-gap": "lg",
668
+ },
669
+ },
670
+ title: {
671
+ "font-size": "5xl",
672
+ "font-weight": 600,
673
+ color: "var(--color-text-1)",
674
+ margin: "0",
675
+ mobile: {
676
+ "font-size": "3xl",
677
+ },
678
+ },
679
+ "cta-button": {
680
+ "background-color": "transparent",
681
+ color: "var(--color-brand)",
682
+ "font-size": "lg",
683
+ "font-weight": 500,
684
+ "text-decoration": "none",
685
+ border: "none",
686
+ cursor: "pointer",
687
+ display: "flex",
688
+ "align-items": "center",
689
+ "column-gap": "xs",
690
+ },
691
+ events_levoGroup: {
692
+ display: "grid",
693
+ width: "100%",
694
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
695
+ "row-gap": "5xl",
696
+ "column-gap": "5xl",
697
+ tablet: {
698
+ "grid-template-columns": "repeat(1, minmax(0, 1fr))",
699
+ filter: "none",
700
+ "column-gap": "base",
701
+ },
702
+ mobile: {
703
+ "grid-template-columns": "repeat(1, 1fr)",
704
+ "row-gap": "lg",
705
+ filter: "none",
706
+ },
707
+ filter: "none",
708
+ },
709
+ events: [
710
+ {
711
+ eventWrapper: {
712
+ display: "flex",
713
+ "flex-direction": "row",
714
+ "row-gap": "xl",
715
+ "media:max:768px": {
716
+ "row-gap": "md",
717
+ },
718
+ "media:max:480px": {},
719
+ "border-style": "solid",
720
+ "border-width": "1px",
721
+ "border-radius": "base",
722
+ "padding-top": "none",
723
+ "padding-left": "none",
724
+ "padding-right": "none",
725
+ "padding-bottom": "none",
726
+ "column-gap": "base",
727
+ "justify-content": "center",
728
+ "align-items": "center",
729
+ mobile: {
730
+ "flex-direction": "column",
731
+ "padding-left": "none",
732
+ },
733
+ },
734
+ image: {
735
+ "object-fit": "cover",
736
+ height: "250px",
737
+ mobile: {
738
+ width: "100%",
739
+ },
740
+ },
741
+ "text-wrapper": {
742
+ "padding-left": "none",
743
+ "padding-top": "none",
744
+ "padding-right": "none",
745
+ "padding-bottom": "2xl",
746
+ display: "flex",
747
+ "flex-direction": "column",
748
+ "row-gap": "lg",
749
+ filter: "none",
750
+ mobile: {
751
+ "padding-bottom": "none",
752
+ },
753
+ },
754
+ "text-container": {
755
+ display: "flex",
756
+ "justify-content": "start",
757
+ "align-items": "start",
758
+ "column-gap": "lg",
759
+ "margin-bottom": "none",
760
+ filter: "none",
761
+ "padding-top": "none",
762
+ "padding-bottom": "none",
763
+ "padding-left": "none",
764
+ "padding-right": "none",
765
+ "flex-direction": "row",
766
+ },
767
+ "caption-text": {
768
+ color: "white",
769
+ "font-size": "xs",
770
+ "background-color": "var(--color-brand)",
771
+ "font-weight": 500,
772
+ "padding-left": "base",
773
+ "padding-right": "base",
774
+ "padding-top": "4xs",
775
+ "padding-bottom": "4xs",
776
+ "border-radius": "3xl",
777
+ width: "fit-content",
778
+ },
779
+ "date-wrapper": {
780
+ display: "flex",
781
+ "align-items": "center",
782
+ "column-gap": "xs",
783
+ },
784
+ "date-icon": {
785
+ width: "22px",
786
+ height: "22px",
787
+ "font-size": "22px",
788
+ },
789
+ "publishedAt-header": {
790
+ "font-size": "sm",
791
+ color: "var(--color-text-2)",
792
+ "font-weight": 500,
793
+ },
794
+ "author-wrapper": {
795
+ display: "flex",
796
+ "align-items": "center",
797
+ "column-gap": "xs",
798
+ },
799
+ "author-image": {
800
+ height: "22px",
801
+ width: "22px",
802
+ "border-radius": "100%",
803
+ "object-fit": "cover",
804
+ "font-size": "22px",
805
+ },
806
+ "author-name": {
807
+ "font-size": "sm",
808
+ "font-weight": 500,
809
+ color: "var(--color-text-1)",
810
+ },
811
+ title: {
812
+ "font-weight": 600,
813
+ "font-size": "xl",
814
+ "margin-bottom": "none",
815
+ color: "var(--color-text-1)",
816
+ filter: "none",
817
+ "padding-top": "none",
818
+ },
819
+ description: {
820
+ overflow: "hidden",
821
+ display: "-webkit-box",
822
+ "-webkit-box-orient": "vertical",
823
+ "-webkit-line-clamp": 3,
824
+ color: "var(--color-text-2)",
825
+ "line-height": 1.5,
826
+ "margin-bottom": "base",
827
+ filter: "none",
828
+ },
829
+ publishedAt: {
830
+ display: "none",
831
+ },
832
+ cta: {
833
+ "background-color": "var(--color-brand)",
834
+ color: "white",
835
+ "padding-top": "xs",
836
+ "padding-bottom": "xs",
837
+ "padding-left": "base",
838
+ "padding-right": "base",
839
+ "border-radius": "md",
840
+ "font-size": "sm",
841
+ "font-weight": 500,
842
+ border: "none",
843
+ cursor: "pointer",
844
+ "align-self": "flex-start",
845
+ },
846
+ "content-container": {
847
+ filter: "none",
848
+ "padding-left": "none",
849
+ "padding-right": "none",
850
+ display: "flex",
851
+ "flex-direction": "column",
852
+ "row-gap": "sm",
853
+ "padding-top": "base",
854
+ mobile: {
855
+ "padding-left": "sm",
856
+ "padding-right": "sm",
857
+ "padding-bottom": "sm",
858
+ },
859
+ },
860
+ "event-end-date-icon": {
861
+ height: "22px",
862
+ width: "22px",
863
+ "font-size": "22px",
864
+ },
865
+ "event-end-date-wrapper": {
866
+ display: "flex",
867
+ "align-items": "center",
868
+ "column-gap": "xs",
869
+ },
870
+ "event-end-date": {
871
+ "font-size": "sm",
872
+ color: "var(--color-text-2)",
873
+ "font-weight": 500,
874
+ },
875
+ },
876
+ {
877
+ eventWrapper: {
878
+ display: "flex",
879
+ "flex-direction": "row",
880
+ "row-gap": "xl",
881
+ "media:max:768px": {
882
+ "row-gap": "md",
883
+ },
884
+ "media:max:480px": {},
885
+ "border-style": "solid",
886
+ "border-width": "1px",
887
+ "border-radius": "base",
888
+ "padding-top": "none",
889
+ "padding-left": "none",
890
+ "padding-right": "none",
891
+ "padding-bottom": "none",
892
+ "column-gap": "base",
893
+ "justify-content": "center",
894
+ "align-items": "center",
895
+ mobile: {
896
+ "flex-direction": "column",
897
+ "padding-left": "none",
898
+ },
899
+ },
900
+ image: {
901
+ "object-fit": "cover",
902
+ height: "250px",
903
+ mobile: {
904
+ width: "100%",
905
+ },
906
+ },
907
+ "text-wrapper": {
908
+ "padding-left": "none",
909
+ "padding-top": "none",
910
+ "padding-right": "none",
911
+ "padding-bottom": "2xl",
912
+ display: "flex",
913
+ "flex-direction": "column",
914
+ "row-gap": "lg",
915
+ filter: "none",
916
+ mobile: {
917
+ "padding-bottom": "none",
918
+ },
919
+ },
920
+ "text-container": {
921
+ display: "flex",
922
+ "justify-content": "start",
923
+ "align-items": "start",
924
+ "column-gap": "lg",
925
+ "margin-bottom": "none",
926
+ filter: "none",
927
+ "padding-top": "none",
928
+ "padding-bottom": "none",
929
+ "padding-left": "none",
930
+ "padding-right": "none",
931
+ "flex-direction": "row",
932
+ },
933
+ "caption-text": {
934
+ color: "white",
935
+ "font-size": "xs",
936
+ "background-color": "var(--color-brand)",
937
+ "font-weight": 500,
938
+ "padding-left": "base",
939
+ "padding-right": "base",
940
+ "padding-top": "4xs",
941
+ "padding-bottom": "4xs",
942
+ "border-radius": "3xl",
943
+ width: "fit-content",
944
+ },
945
+ "date-wrapper": {
946
+ display: "flex",
947
+ "align-items": "center",
948
+ "column-gap": "xs",
949
+ },
950
+ "date-icon": {
951
+ width: "22px",
952
+ height: "22px",
953
+ "font-size": "22px",
954
+ },
955
+ "publishedAt-header": {
956
+ "font-size": "sm",
957
+ color: "var(--color-text-2)",
958
+ "font-weight": 500,
959
+ },
960
+ "author-wrapper": {
961
+ display: "flex",
962
+ "align-items": "center",
963
+ "column-gap": "xs",
964
+ },
965
+ "author-image": {
966
+ height: "22px",
967
+ width: "22px",
968
+ "border-radius": "100%",
969
+ "object-fit": "cover",
970
+ "font-size": "22px",
971
+ },
972
+ "author-name": {
973
+ "font-size": "sm",
974
+ "font-weight": 500,
975
+ color: "var(--color-text-1)",
976
+ },
977
+ title: {
978
+ "font-weight": 600,
979
+ "font-size": "xl",
980
+ "margin-bottom": "none",
981
+ color: "var(--color-text-1)",
982
+ filter: "none",
983
+ "padding-top": "none",
984
+ },
985
+ description: {
986
+ overflow: "hidden",
987
+ display: "-webkit-box",
988
+ "-webkit-box-orient": "vertical",
989
+ "-webkit-line-clamp": 3,
990
+ color: "var(--color-text-2)",
991
+ "line-height": 1.5,
992
+ "margin-bottom": "base",
993
+ filter: "none",
994
+ },
995
+ publishedAt: {
996
+ display: "none",
997
+ },
998
+ cta: {
999
+ "background-color": "var(--color-brand)",
1000
+ color: "white",
1001
+ "padding-top": "xs",
1002
+ "padding-bottom": "xs",
1003
+ "padding-left": "base",
1004
+ "padding-right": "base",
1005
+ "border-radius": "md",
1006
+ "font-size": "sm",
1007
+ "font-weight": 500,
1008
+ border: "none",
1009
+ cursor: "pointer",
1010
+ "align-self": "flex-start",
1011
+ },
1012
+ "content-container": {
1013
+ filter: "none",
1014
+ "padding-left": "none",
1015
+ "padding-right": "none",
1016
+ display: "flex",
1017
+ "flex-direction": "column",
1018
+ "row-gap": "sm",
1019
+ "padding-top": "base",
1020
+ mobile: {
1021
+ "padding-left": "sm",
1022
+ "padding-right": "sm",
1023
+ "padding-bottom": "sm",
1024
+ },
1025
+ },
1026
+ "event-end-date-icon": {
1027
+ height: "22px",
1028
+ width: "22px",
1029
+ "font-size": "22px",
1030
+ },
1031
+ "event-end-date-wrapper": {
1032
+ display: "flex",
1033
+ "align-items": "center",
1034
+ "column-gap": "xs",
1035
+ },
1036
+ "event-end-date": {
1037
+ "font-size": "sm",
1038
+ color: "var(--color-text-2)",
1039
+ "font-weight": 500,
1040
+ },
1041
+ },
1042
+ {
1043
+ eventWrapper: {
1044
+ display: "flex",
1045
+ "flex-direction": "row",
1046
+ "row-gap": "xl",
1047
+ "media:max:768px": {
1048
+ "row-gap": "md",
1049
+ },
1050
+ "media:max:480px": {},
1051
+ "border-style": "solid",
1052
+ "border-width": "1px",
1053
+ "border-radius": "base",
1054
+ "padding-top": "none",
1055
+ "padding-left": "none",
1056
+ "padding-right": "none",
1057
+ "padding-bottom": "none",
1058
+ "column-gap": "base",
1059
+ "justify-content": "center",
1060
+ "align-items": "center",
1061
+ mobile: {
1062
+ "flex-direction": "column",
1063
+ "padding-left": "none",
1064
+ },
1065
+ },
1066
+ image: {
1067
+ "object-fit": "cover",
1068
+ height: "250px",
1069
+ mobile: {
1070
+ width: "100%",
1071
+ },
1072
+ },
1073
+ "text-wrapper": {
1074
+ "padding-left": "none",
1075
+ "padding-top": "none",
1076
+ "padding-right": "none",
1077
+ "padding-bottom": "2xl",
1078
+ display: "flex",
1079
+ "flex-direction": "column",
1080
+ "row-gap": "lg",
1081
+ filter: "none",
1082
+ mobile: {
1083
+ "padding-bottom": "none",
1084
+ },
1085
+ },
1086
+ "text-container": {
1087
+ display: "flex",
1088
+ "justify-content": "start",
1089
+ "align-items": "start",
1090
+ "column-gap": "lg",
1091
+ "margin-bottom": "none",
1092
+ filter: "none",
1093
+ "padding-top": "none",
1094
+ "padding-bottom": "none",
1095
+ "padding-left": "none",
1096
+ "padding-right": "none",
1097
+ "flex-direction": "row",
1098
+ },
1099
+ "caption-text": {
1100
+ color: "white",
1101
+ "font-size": "xs",
1102
+ "background-color": "var(--color-brand)",
1103
+ "font-weight": 500,
1104
+ "padding-left": "base",
1105
+ "padding-right": "base",
1106
+ "padding-top": "4xs",
1107
+ "padding-bottom": "4xs",
1108
+ "border-radius": "3xl",
1109
+ width: "fit-content",
1110
+ },
1111
+ "date-wrapper": {
1112
+ display: "flex",
1113
+ "align-items": "center",
1114
+ "column-gap": "xs",
1115
+ },
1116
+ "date-icon": {
1117
+ width: "22px",
1118
+ height: "22px",
1119
+ "font-size": "22px",
1120
+ },
1121
+ "publishedAt-header": {
1122
+ "font-size": "sm",
1123
+ color: "var(--color-text-2)",
1124
+ "font-weight": 500,
1125
+ },
1126
+ "author-wrapper": {
1127
+ display: "flex",
1128
+ "align-items": "center",
1129
+ "column-gap": "xs",
1130
+ },
1131
+ "author-image": {
1132
+ height: "22px",
1133
+ width: "22px",
1134
+ "border-radius": "100%",
1135
+ "object-fit": "cover",
1136
+ "font-size": "22px",
1137
+ },
1138
+ "author-name": {
1139
+ "font-size": "sm",
1140
+ "font-weight": 500,
1141
+ color: "var(--color-text-1)",
1142
+ },
1143
+ title: {
1144
+ "font-weight": 600,
1145
+ "font-size": "xl",
1146
+ "margin-bottom": "none",
1147
+ color: "var(--color-text-1)",
1148
+ filter: "none",
1149
+ "padding-top": "none",
1150
+ },
1151
+ description: {
1152
+ overflow: "hidden",
1153
+ display: "-webkit-box",
1154
+ "-webkit-box-orient": "vertical",
1155
+ "-webkit-line-clamp": 3,
1156
+ color: "var(--color-text-2)",
1157
+ "line-height": 1.5,
1158
+ "margin-bottom": "base",
1159
+ filter: "none",
1160
+ },
1161
+ publishedAt: {
1162
+ display: "none",
1163
+ },
1164
+ cta: {
1165
+ "background-color": "var(--color-brand)",
1166
+ color: "white",
1167
+ "padding-top": "xs",
1168
+ "padding-bottom": "xs",
1169
+ "padding-left": "base",
1170
+ "padding-right": "base",
1171
+ "border-radius": "md",
1172
+ "font-size": "sm",
1173
+ "font-weight": 500,
1174
+ border: "none",
1175
+ cursor: "pointer",
1176
+ "align-self": "flex-start",
1177
+ },
1178
+ "content-container": {
1179
+ filter: "none",
1180
+ "padding-left": "none",
1181
+ "padding-right": "none",
1182
+ display: "flex",
1183
+ "flex-direction": "column",
1184
+ "row-gap": "sm",
1185
+ "padding-top": "base",
1186
+ mobile: {
1187
+ "padding-left": "sm",
1188
+ "padding-right": "sm",
1189
+ "padding-bottom": "sm",
1190
+ },
1191
+ },
1192
+ "event-end-date-icon": {
1193
+ height: "22px",
1194
+ width: "22px",
1195
+ "font-size": "22px",
1196
+ },
1197
+ "event-end-date-wrapper": {
1198
+ display: "flex",
1199
+ "align-items": "center",
1200
+ "column-gap": "xs",
1201
+ },
1202
+ "event-end-date": {
1203
+ "font-size": "sm",
1204
+ color: "var(--color-text-2)",
1205
+ "font-weight": 500,
1206
+ },
1207
+ },
1208
+ {
1209
+ eventWrapper: {
1210
+ display: "flex",
1211
+ "flex-direction": "row",
1212
+ "row-gap": "xl",
1213
+ "media:max:768px": {
1214
+ "row-gap": "md",
1215
+ },
1216
+ "media:max:480px": {},
1217
+ "border-style": "solid",
1218
+ "border-width": "1px",
1219
+ "border-radius": "base",
1220
+ "padding-top": "none",
1221
+ "padding-left": "none",
1222
+ "padding-right": "none",
1223
+ "padding-bottom": "none",
1224
+ "column-gap": "base",
1225
+ "justify-content": "center",
1226
+ "align-items": "center",
1227
+ mobile: {
1228
+ "flex-direction": "column",
1229
+ "padding-left": "none",
1230
+ },
1231
+ },
1232
+ image: {
1233
+ "object-fit": "cover",
1234
+ height: "250px",
1235
+ mobile: {
1236
+ width: "100%",
1237
+ },
1238
+ },
1239
+ "text-wrapper": {
1240
+ "padding-left": "none",
1241
+ "padding-top": "none",
1242
+ "padding-right": "none",
1243
+ "padding-bottom": "2xl",
1244
+ display: "flex",
1245
+ "flex-direction": "column",
1246
+ "row-gap": "lg",
1247
+ filter: "none",
1248
+ mobile: {
1249
+ "padding-bottom": "none",
1250
+ },
1251
+ },
1252
+ "text-container": {
1253
+ display: "flex",
1254
+ "justify-content": "start",
1255
+ "align-items": "start",
1256
+ "column-gap": "lg",
1257
+ "margin-bottom": "none",
1258
+ filter: "none",
1259
+ "padding-top": "none",
1260
+ "padding-bottom": "none",
1261
+ "padding-left": "none",
1262
+ "padding-right": "none",
1263
+ "flex-direction": "row",
1264
+ },
1265
+ "caption-text": {
1266
+ color: "white",
1267
+ "font-size": "xs",
1268
+ "background-color": "var(--color-brand)",
1269
+ "font-weight": 500,
1270
+ "padding-left": "base",
1271
+ "padding-right": "base",
1272
+ "padding-top": "4xs",
1273
+ "padding-bottom": "4xs",
1274
+ "border-radius": "3xl",
1275
+ width: "fit-content",
1276
+ },
1277
+ "date-wrapper": {
1278
+ display: "flex",
1279
+ "align-items": "center",
1280
+ "column-gap": "xs",
1281
+ },
1282
+ "date-icon": {
1283
+ width: "22px",
1284
+ height: "22px",
1285
+ "font-size": "22px",
1286
+ },
1287
+ "publishedAt-header": {
1288
+ "font-size": "sm",
1289
+ color: "var(--color-text-2)",
1290
+ "font-weight": 500,
1291
+ },
1292
+ "author-wrapper": {
1293
+ display: "flex",
1294
+ "align-items": "center",
1295
+ "column-gap": "xs",
1296
+ },
1297
+ "author-image": {
1298
+ height: "22px",
1299
+ width: "22px",
1300
+ "border-radius": "100%",
1301
+ "object-fit": "cover",
1302
+ "font-size": "22px",
1303
+ },
1304
+ "author-name": {
1305
+ "font-size": "sm",
1306
+ "font-weight": 500,
1307
+ color: "var(--color-text-1)",
1308
+ },
1309
+ title: {
1310
+ "font-weight": 600,
1311
+ "font-size": "xl",
1312
+ "margin-bottom": "none",
1313
+ color: "var(--color-text-1)",
1314
+ filter: "none",
1315
+ "padding-top": "none",
1316
+ },
1317
+ description: {
1318
+ overflow: "hidden",
1319
+ display: "-webkit-box",
1320
+ "-webkit-box-orient": "vertical",
1321
+ "-webkit-line-clamp": 3,
1322
+ color: "var(--color-text-2)",
1323
+ "line-height": 1.5,
1324
+ "margin-bottom": "base",
1325
+ filter: "none",
1326
+ },
1327
+ publishedAt: {
1328
+ display: "none",
1329
+ },
1330
+ cta: {
1331
+ "background-color": "var(--color-brand)",
1332
+ color: "white",
1333
+ "padding-top": "xs",
1334
+ "padding-bottom": "xs",
1335
+ "padding-left": "base",
1336
+ "padding-right": "base",
1337
+ "border-radius": "md",
1338
+ "font-size": "sm",
1339
+ "font-weight": 500,
1340
+ border: "none",
1341
+ cursor: "pointer",
1342
+ "align-self": "flex-start",
1343
+ },
1344
+ "content-container": {
1345
+ filter: "none",
1346
+ "padding-left": "none",
1347
+ "padding-right": "none",
1348
+ display: "flex",
1349
+ "flex-direction": "column",
1350
+ "row-gap": "sm",
1351
+ "padding-top": "base",
1352
+ mobile: {
1353
+ "padding-left": "sm",
1354
+ "padding-right": "sm",
1355
+ "padding-bottom": "sm",
1356
+ },
1357
+ },
1358
+ "event-end-date-icon": {
1359
+ height: "22px",
1360
+ width: "22px",
1361
+ "font-size": "22px",
1362
+ },
1363
+ "event-end-date-wrapper": {
1364
+ display: "flex",
1365
+ "align-items": "center",
1366
+ "column-gap": "xs",
1367
+ },
1368
+ "event-end-date": {
1369
+ "font-size": "sm",
1370
+ color: "var(--color-text-2)",
1371
+ "font-weight": 500,
1372
+ },
1373
+ },
1374
+ {
1375
+ eventWrapper: {
1376
+ display: "flex",
1377
+ "flex-direction": "row",
1378
+ "row-gap": "xl",
1379
+ "media:max:768px": {
1380
+ "row-gap": "md",
1381
+ },
1382
+ "media:max:480px": {},
1383
+ "border-style": "solid",
1384
+ "border-width": "1px",
1385
+ "border-radius": "base",
1386
+ "padding-top": "none",
1387
+ "padding-left": "none",
1388
+ "padding-right": "none",
1389
+ "padding-bottom": "none",
1390
+ "column-gap": "base",
1391
+ "justify-content": "center",
1392
+ "align-items": "center",
1393
+ mobile: {
1394
+ "flex-direction": "column",
1395
+ "padding-left": "none",
1396
+ },
1397
+ },
1398
+ image: {
1399
+ "object-fit": "cover",
1400
+ height: "210px",
1401
+ mobile: {
1402
+ width: "100%",
1403
+ },
1404
+ },
1405
+ "text-wrapper": {
1406
+ "padding-left": "none",
1407
+ "padding-top": "none",
1408
+ "padding-right": "none",
1409
+ "padding-bottom": "2xl",
1410
+ display: "flex",
1411
+ "flex-direction": "column",
1412
+ "row-gap": "lg",
1413
+ filter: "none",
1414
+ mobile: {
1415
+ "padding-bottom": "none",
1416
+ },
1417
+ },
1418
+ "text-container": {
1419
+ display: "flex",
1420
+ "justify-content": "start",
1421
+ "align-items": "center",
1422
+ "column-gap": "lg",
1423
+ "margin-bottom": "none",
1424
+ filter: "none",
1425
+ "padding-top": "none",
1426
+ "padding-bottom": "none",
1427
+ "padding-left": "none",
1428
+ "padding-right": "none",
1429
+ },
1430
+ "caption-text": {
1431
+ color: "white",
1432
+ "font-size": "xs",
1433
+ "background-color": "var(--color-brand)",
1434
+ "font-weight": 500,
1435
+ "padding-left": "sm",
1436
+ "padding-right": "sm",
1437
+ "padding-top": "2xs",
1438
+ "padding-bottom": "2xs",
1439
+ "border-radius": "3xl",
1440
+ },
1441
+ "date-wrapper": {
1442
+ display: "flex",
1443
+ "align-items": "center",
1444
+ "column-gap": "xs",
1445
+ },
1446
+ "date-icon": {
1447
+ width: "22px",
1448
+ height: "22px",
1449
+ "font-size": "22px",
1450
+ },
1451
+ "publishedAt-header": {
1452
+ "font-size": "sm",
1453
+ color: "var(--color-text-2)",
1454
+ "font-weight": 500,
1455
+ },
1456
+ "author-wrapper": {
1457
+ display: "flex",
1458
+ "align-items": "center",
1459
+ "column-gap": "xs",
1460
+ },
1461
+ "author-image": {
1462
+ height: "22px",
1463
+ width: "22px",
1464
+ "border-radius": "100%",
1465
+ "object-fit": "cover",
1466
+ "font-size": "22px",
1467
+ },
1468
+ "author-name": {
1469
+ "font-size": "sm",
1470
+ "font-weight": 500,
1471
+ color: "var(--color-text-1)",
1472
+ },
1473
+ title: {
1474
+ "font-weight": 600,
1475
+ "font-size": "xl",
1476
+ "margin-bottom": "none",
1477
+ color: "var(--color-text-1)",
1478
+ filter: "none",
1479
+ "padding-top": "base",
1480
+ },
1481
+ description: {
1482
+ overflow: "hidden",
1483
+ display: "-webkit-box",
1484
+ "-webkit-box-orient": "vertical",
1485
+ "-webkit-line-clamp": 3,
1486
+ color: "var(--color-text-2)",
1487
+ "line-height": 1.5,
1488
+ "margin-bottom": "base",
1489
+ filter: "none",
1490
+ },
1491
+ publishedAt: {
1492
+ display: "none",
1493
+ },
1494
+ cta: {
1495
+ "background-color": "var(--color-brand)",
1496
+ color: "white",
1497
+ "padding-top": "xs",
1498
+ "padding-bottom": "xs",
1499
+ "padding-left": "base",
1500
+ "padding-right": "base",
1501
+ "border-radius": "md",
1502
+ "font-size": "sm",
1503
+ "font-weight": 500,
1504
+ border: "none",
1505
+ cursor: "pointer",
1506
+ "align-self": "flex-start",
1507
+ },
1508
+ "content-container": {
1509
+ filter: "none",
1510
+ "padding-left": "none",
1511
+ "padding-right": "none",
1512
+ display: "flex",
1513
+ "flex-direction": "column",
1514
+ "row-gap": "base",
1515
+ "padding-top": "none",
1516
+ mobile: {
1517
+ "padding-left": "sm",
1518
+ "padding-right": "sm",
1519
+ "padding-bottom": "sm",
1520
+ },
1521
+ },
1522
+ "event-end-date-icon": {
1523
+ height: "22px",
1524
+ width: "22px",
1525
+ "font-size": "22px",
1526
+ },
1527
+ "event-end-date-wrapper": {
1528
+ display: "flex",
1529
+ "align-items": "center",
1530
+ "column-gap": "xs",
1531
+ },
1532
+ "event-end-date": {
1533
+ "font-size": "sm",
1534
+ color: "var(--color-text-2)",
1535
+ "font-weight": 500,
1536
+ },
1537
+ },
1538
+ {
1539
+ eventWrapper: {
1540
+ display: "flex",
1541
+ "flex-direction": "row",
1542
+ "row-gap": "xl",
1543
+ "media:max:768px": {
1544
+ "row-gap": "md",
1545
+ },
1546
+ "media:max:480px": {},
1547
+ "border-style": "solid",
1548
+ "border-width": "1px",
1549
+ "border-radius": "base",
1550
+ "padding-top": "none",
1551
+ "padding-left": "none",
1552
+ "padding-right": "none",
1553
+ "padding-bottom": "none",
1554
+ "column-gap": "base",
1555
+ "justify-content": "center",
1556
+ "align-items": "center",
1557
+ mobile: {
1558
+ "flex-direction": "column",
1559
+ "padding-left": "none",
1560
+ },
1561
+ },
1562
+ image: {
1563
+ "object-fit": "cover",
1564
+ height: "210px",
1565
+ mobile: {
1566
+ width: "100%",
1567
+ },
1568
+ },
1569
+ "text-wrapper": {
1570
+ "padding-left": "none",
1571
+ "padding-top": "none",
1572
+ "padding-right": "none",
1573
+ "padding-bottom": "2xl",
1574
+ display: "flex",
1575
+ "flex-direction": "column",
1576
+ "row-gap": "lg",
1577
+ filter: "none",
1578
+ mobile: {
1579
+ "padding-bottom": "none",
1580
+ },
1581
+ },
1582
+ "text-container": {
1583
+ display: "flex",
1584
+ "justify-content": "start",
1585
+ "align-items": "center",
1586
+ "column-gap": "lg",
1587
+ "margin-bottom": "none",
1588
+ filter: "none",
1589
+ "padding-top": "none",
1590
+ "padding-bottom": "none",
1591
+ "padding-left": "none",
1592
+ "padding-right": "none",
1593
+ },
1594
+ "caption-text": {
1595
+ color: "white",
1596
+ "font-size": "xs",
1597
+ "background-color": "var(--color-brand)",
1598
+ "font-weight": 500,
1599
+ "padding-left": "sm",
1600
+ "padding-right": "sm",
1601
+ "padding-top": "2xs",
1602
+ "padding-bottom": "2xs",
1603
+ "border-radius": "3xl",
1604
+ },
1605
+ "date-wrapper": {
1606
+ display: "flex",
1607
+ "align-items": "center",
1608
+ "column-gap": "xs",
1609
+ },
1610
+ "date-icon": {
1611
+ width: "22px",
1612
+ height: "22px",
1613
+ "font-size": "22px",
1614
+ },
1615
+ "publishedAt-header": {
1616
+ "font-size": "sm",
1617
+ color: "var(--color-text-2)",
1618
+ "font-weight": 500,
1619
+ },
1620
+ "author-wrapper": {
1621
+ display: "flex",
1622
+ "align-items": "center",
1623
+ "column-gap": "xs",
1624
+ },
1625
+ "author-image": {
1626
+ height: "22px",
1627
+ width: "22px",
1628
+ "border-radius": "100%",
1629
+ "object-fit": "cover",
1630
+ "font-size": "22px",
1631
+ },
1632
+ "author-name": {
1633
+ "font-size": "sm",
1634
+ "font-weight": 500,
1635
+ color: "var(--color-text-1)",
1636
+ },
1637
+ title: {
1638
+ "font-weight": 600,
1639
+ "font-size": "xl",
1640
+ "margin-bottom": "none",
1641
+ color: "var(--color-text-1)",
1642
+ filter: "none",
1643
+ "padding-top": "base",
1644
+ },
1645
+ description: {
1646
+ overflow: "hidden",
1647
+ display: "-webkit-box",
1648
+ "-webkit-box-orient": "vertical",
1649
+ "-webkit-line-clamp": 3,
1650
+ color: "var(--color-text-2)",
1651
+ "line-height": 1.5,
1652
+ "margin-bottom": "base",
1653
+ filter: "none",
1654
+ },
1655
+ publishedAt: {
1656
+ display: "none",
1657
+ },
1658
+ cta: {
1659
+ "background-color": "var(--color-brand)",
1660
+ color: "white",
1661
+ "padding-top": "xs",
1662
+ "padding-bottom": "xs",
1663
+ "padding-left": "base",
1664
+ "padding-right": "base",
1665
+ "border-radius": "md",
1666
+ "font-size": "sm",
1667
+ "font-weight": 500,
1668
+ border: "none",
1669
+ cursor: "pointer",
1670
+ "align-self": "flex-start",
1671
+ },
1672
+ "content-container": {
1673
+ filter: "none",
1674
+ "padding-left": "none",
1675
+ "padding-right": "none",
1676
+ display: "flex",
1677
+ "flex-direction": "column",
1678
+ "row-gap": "base",
1679
+ "padding-top": "none",
1680
+ mobile: {
1681
+ "padding-left": "sm",
1682
+ "padding-right": "sm",
1683
+ "padding-bottom": "sm",
1684
+ },
1685
+ },
1686
+ "event-end-date-icon": {
1687
+ height: "22px",
1688
+ width: "22px",
1689
+ "font-size": "22px",
1690
+ },
1691
+ "event-end-date-wrapper": {
1692
+ display: "flex",
1693
+ "align-items": "center",
1694
+ "column-gap": "xs",
1695
+ },
1696
+ "event-end-date": {
1697
+ "font-size": "sm",
1698
+ color: "var(--color-text-2)",
1699
+ "font-weight": 500,
1700
+ },
1701
+ },
1702
+ {
1703
+ eventWrapper: {
1704
+ display: "flex",
1705
+ "flex-direction": "row",
1706
+ "row-gap": "xl",
1707
+ "media:max:768px": {
1708
+ "row-gap": "md",
1709
+ },
1710
+ "media:max:480px": {},
1711
+ "border-style": "solid",
1712
+ "border-width": "1px",
1713
+ "border-radius": "base",
1714
+ "padding-top": "none",
1715
+ "padding-left": "none",
1716
+ "padding-right": "none",
1717
+ "padding-bottom": "none",
1718
+ "column-gap": "base",
1719
+ "justify-content": "center",
1720
+ "align-items": "center",
1721
+ mobile: {
1722
+ "flex-direction": "column",
1723
+ "padding-left": "none",
1724
+ },
1725
+ },
1726
+ image: {
1727
+ "object-fit": "cover",
1728
+ height: "210px",
1729
+ mobile: {
1730
+ width: "100%",
1731
+ },
1732
+ },
1733
+ "text-wrapper": {
1734
+ "padding-left": "none",
1735
+ "padding-top": "none",
1736
+ "padding-right": "none",
1737
+ "padding-bottom": "2xl",
1738
+ display: "flex",
1739
+ "flex-direction": "column",
1740
+ "row-gap": "lg",
1741
+ filter: "none",
1742
+ mobile: {
1743
+ "padding-bottom": "none",
1744
+ },
1745
+ },
1746
+ "text-container": {
1747
+ display: "flex",
1748
+ "justify-content": "start",
1749
+ "align-items": "center",
1750
+ "column-gap": "lg",
1751
+ "margin-bottom": "none",
1752
+ filter: "none",
1753
+ "padding-top": "none",
1754
+ "padding-bottom": "none",
1755
+ "padding-left": "none",
1756
+ "padding-right": "none",
1757
+ },
1758
+ "caption-text": {
1759
+ color: "white",
1760
+ "font-size": "xs",
1761
+ "background-color": "var(--color-brand)",
1762
+ "font-weight": 500,
1763
+ "padding-left": "sm",
1764
+ "padding-right": "sm",
1765
+ "padding-top": "2xs",
1766
+ "padding-bottom": "2xs",
1767
+ "border-radius": "3xl",
1768
+ },
1769
+ "date-wrapper": {
1770
+ display: "flex",
1771
+ "align-items": "center",
1772
+ "column-gap": "xs",
1773
+ },
1774
+ "date-icon": {
1775
+ width: "22px",
1776
+ height: "22px",
1777
+ "font-size": "22px",
1778
+ },
1779
+ "publishedAt-header": {
1780
+ "font-size": "sm",
1781
+ color: "var(--color-text-2)",
1782
+ "font-weight": 500,
1783
+ },
1784
+ "author-wrapper": {
1785
+ display: "flex",
1786
+ "align-items": "center",
1787
+ "column-gap": "xs",
1788
+ },
1789
+ "author-image": {
1790
+ height: "22px",
1791
+ width: "22px",
1792
+ "border-radius": "100%",
1793
+ "object-fit": "cover",
1794
+ "font-size": "22px",
1795
+ },
1796
+ "author-name": {
1797
+ "font-size": "sm",
1798
+ "font-weight": 500,
1799
+ color: "var(--color-text-1)",
1800
+ },
1801
+ title: {
1802
+ "font-weight": 600,
1803
+ "font-size": "xl",
1804
+ "margin-bottom": "none",
1805
+ color: "var(--color-text-1)",
1806
+ filter: "none",
1807
+ "padding-top": "base",
1808
+ },
1809
+ description: {
1810
+ overflow: "hidden",
1811
+ display: "-webkit-box",
1812
+ "-webkit-box-orient": "vertical",
1813
+ "-webkit-line-clamp": 3,
1814
+ color: "var(--color-text-2)",
1815
+ "line-height": 1.5,
1816
+ "margin-bottom": "base",
1817
+ filter: "none",
1818
+ },
1819
+ publishedAt: {
1820
+ display: "none",
1821
+ },
1822
+ cta: {
1823
+ "background-color": "var(--color-brand)",
1824
+ color: "white",
1825
+ "padding-top": "xs",
1826
+ "padding-bottom": "xs",
1827
+ "padding-left": "base",
1828
+ "padding-right": "base",
1829
+ "border-radius": "md",
1830
+ "font-size": "sm",
1831
+ "font-weight": 500,
1832
+ border: "none",
1833
+ cursor: "pointer",
1834
+ "align-self": "flex-start",
1835
+ },
1836
+ "content-container": {
1837
+ filter: "none",
1838
+ "padding-left": "none",
1839
+ "padding-right": "none",
1840
+ display: "flex",
1841
+ "flex-direction": "column",
1842
+ "row-gap": "base",
1843
+ "padding-top": "none",
1844
+ mobile: {
1845
+ "padding-left": "sm",
1846
+ "padding-right": "sm",
1847
+ "padding-bottom": "sm",
1848
+ },
1849
+ },
1850
+ "event-end-date-icon": {
1851
+ height: "22px",
1852
+ width: "22px",
1853
+ "font-size": "22px",
1854
+ },
1855
+ "event-end-date-wrapper": {
1856
+ display: "flex",
1857
+ "align-items": "center",
1858
+ "column-gap": "xs",
1859
+ },
1860
+ "event-end-date": {
1861
+ "font-size": "sm",
1862
+ color: "var(--color-text-2)",
1863
+ "font-weight": 500,
1864
+ },
1865
+ },
1866
+ {
1867
+ eventWrapper: {
1868
+ display: "flex",
1869
+ "flex-direction": "row",
1870
+ "row-gap": "xl",
1871
+ "media:max:768px": {
1872
+ "row-gap": "md",
1873
+ },
1874
+ "media:max:480px": {},
1875
+ "border-style": "solid",
1876
+ "border-width": "1px",
1877
+ "border-radius": "base",
1878
+ "padding-top": "none",
1879
+ "padding-left": "none",
1880
+ "padding-right": "none",
1881
+ "padding-bottom": "none",
1882
+ "column-gap": "base",
1883
+ "justify-content": "center",
1884
+ "align-items": "center",
1885
+ mobile: {
1886
+ "flex-direction": "column",
1887
+ "padding-left": "none",
1888
+ },
1889
+ },
1890
+ image: {
1891
+ "object-fit": "cover",
1892
+ height: "210px",
1893
+ mobile: {
1894
+ width: "100%",
1895
+ },
1896
+ },
1897
+ "text-wrapper": {
1898
+ "padding-left": "none",
1899
+ "padding-top": "none",
1900
+ "padding-right": "none",
1901
+ "padding-bottom": "2xl",
1902
+ display: "flex",
1903
+ "flex-direction": "column",
1904
+ "row-gap": "lg",
1905
+ filter: "none",
1906
+ mobile: {
1907
+ "padding-bottom": "none",
1908
+ },
1909
+ },
1910
+ "text-container": {
1911
+ display: "flex",
1912
+ "justify-content": "start",
1913
+ "align-items": "center",
1914
+ "column-gap": "lg",
1915
+ "margin-bottom": "none",
1916
+ filter: "none",
1917
+ "padding-top": "none",
1918
+ "padding-bottom": "none",
1919
+ "padding-left": "none",
1920
+ "padding-right": "none",
1921
+ },
1922
+ "caption-text": {
1923
+ color: "white",
1924
+ "font-size": "xs",
1925
+ "background-color": "var(--color-brand)",
1926
+ "font-weight": 500,
1927
+ "padding-left": "sm",
1928
+ "padding-right": "sm",
1929
+ "padding-top": "2xs",
1930
+ "padding-bottom": "2xs",
1931
+ "border-radius": "3xl",
1932
+ },
1933
+ "date-wrapper": {
1934
+ display: "flex",
1935
+ "align-items": "center",
1936
+ "column-gap": "xs",
1937
+ },
1938
+ "date-icon": {
1939
+ width: "22px",
1940
+ height: "22px",
1941
+ "font-size": "22px",
1942
+ },
1943
+ "publishedAt-header": {
1944
+ "font-size": "sm",
1945
+ color: "var(--color-text-2)",
1946
+ "font-weight": 500,
1947
+ },
1948
+ "author-wrapper": {
1949
+ display: "flex",
1950
+ "align-items": "center",
1951
+ "column-gap": "xs",
1952
+ },
1953
+ "author-image": {
1954
+ height: "22px",
1955
+ width: "22px",
1956
+ "border-radius": "100%",
1957
+ "object-fit": "cover",
1958
+ "font-size": "22px",
1959
+ },
1960
+ "author-name": {
1961
+ "font-size": "sm",
1962
+ "font-weight": 500,
1963
+ color: "var(--color-text-1)",
1964
+ },
1965
+ title: {
1966
+ "font-weight": 600,
1967
+ "font-size": "xl",
1968
+ "margin-bottom": "none",
1969
+ color: "var(--color-text-1)",
1970
+ filter: "none",
1971
+ "padding-top": "base",
1972
+ },
1973
+ description: {
1974
+ overflow: "hidden",
1975
+ display: "-webkit-box",
1976
+ "-webkit-box-orient": "vertical",
1977
+ "-webkit-line-clamp": 3,
1978
+ color: "var(--color-text-2)",
1979
+ "line-height": 1.5,
1980
+ "margin-bottom": "base",
1981
+ filter: "none",
1982
+ },
1983
+ publishedAt: {
1984
+ display: "none",
1985
+ },
1986
+ cta: {
1987
+ "background-color": "var(--color-brand)",
1988
+ color: "white",
1989
+ "padding-top": "xs",
1990
+ "padding-bottom": "xs",
1991
+ "padding-left": "base",
1992
+ "padding-right": "base",
1993
+ "border-radius": "md",
1994
+ "font-size": "sm",
1995
+ "font-weight": 500,
1996
+ border: "none",
1997
+ cursor: "pointer",
1998
+ "align-self": "flex-start",
1999
+ },
2000
+ "content-container": {
2001
+ filter: "none",
2002
+ "padding-left": "none",
2003
+ "padding-right": "none",
2004
+ display: "flex",
2005
+ "flex-direction": "column",
2006
+ "row-gap": "base",
2007
+ "padding-top": "none",
2008
+ mobile: {
2009
+ "padding-left": "sm",
2010
+ "padding-right": "sm",
2011
+ "padding-bottom": "sm",
2012
+ },
2013
+ },
2014
+ },
2015
+ {
2016
+ eventWrapper: {
2017
+ display: "flex",
2018
+ "flex-direction": "row",
2019
+ "row-gap": "xl",
2020
+ "media:max:768px": {
2021
+ "row-gap": "md",
2022
+ },
2023
+ "media:max:480px": {},
2024
+ "border-style": "solid",
2025
+ "border-width": "1px",
2026
+ "border-radius": "base",
2027
+ "padding-top": "none",
2028
+ "padding-left": "none",
2029
+ "padding-right": "none",
2030
+ "padding-bottom": "none",
2031
+ "column-gap": "base",
2032
+ "justify-content": "center",
2033
+ "align-items": "center",
2034
+ mobile: {
2035
+ "flex-direction": "column",
2036
+ "padding-left": "none",
2037
+ },
2038
+ },
2039
+ image: {
2040
+ "object-fit": "cover",
2041
+ height: "210px",
2042
+ mobile: {
2043
+ width: "100%",
2044
+ },
2045
+ },
2046
+ "text-wrapper": {
2047
+ "padding-left": "none",
2048
+ "padding-top": "none",
2049
+ "padding-right": "none",
2050
+ "padding-bottom": "2xl",
2051
+ display: "flex",
2052
+ "flex-direction": "column",
2053
+ "row-gap": "lg",
2054
+ filter: "none",
2055
+ mobile: {
2056
+ "padding-bottom": "none",
2057
+ },
2058
+ },
2059
+ "text-container": {
2060
+ display: "flex",
2061
+ "justify-content": "start",
2062
+ "align-items": "center",
2063
+ "column-gap": "lg",
2064
+ "margin-bottom": "none",
2065
+ filter: "none",
2066
+ "padding-top": "none",
2067
+ "padding-bottom": "none",
2068
+ "padding-left": "none",
2069
+ "padding-right": "none",
2070
+ },
2071
+ "caption-text": {
2072
+ color: "white",
2073
+ "font-size": "xs",
2074
+ "background-color": "var(--color-brand)",
2075
+ "font-weight": 500,
2076
+ "padding-left": "sm",
2077
+ "padding-right": "sm",
2078
+ "padding-top": "2xs",
2079
+ "padding-bottom": "2xs",
2080
+ "border-radius": "3xl",
2081
+ },
2082
+ "date-wrapper": {
2083
+ display: "flex",
2084
+ "align-items": "center",
2085
+ "column-gap": "xs",
2086
+ },
2087
+ "date-icon": {
2088
+ width: "22px",
2089
+ height: "22px",
2090
+ "font-size": "22px",
2091
+ },
2092
+ "publishedAt-header": {
2093
+ "font-size": "sm",
2094
+ color: "var(--color-text-2)",
2095
+ "font-weight": 500,
2096
+ },
2097
+ "author-wrapper": {
2098
+ display: "flex",
2099
+ "align-items": "center",
2100
+ "column-gap": "xs",
2101
+ },
2102
+ "author-image": {
2103
+ height: "22px",
2104
+ width: "22px",
2105
+ "border-radius": "100%",
2106
+ "object-fit": "cover",
2107
+ "font-size": "22px",
2108
+ },
2109
+ "author-name": {
2110
+ "font-size": "sm",
2111
+ "font-weight": 500,
2112
+ color: "var(--color-text-1)",
2113
+ },
2114
+ title: {
2115
+ "font-weight": 600,
2116
+ "font-size": "xl",
2117
+ "margin-bottom": "none",
2118
+ color: "var(--color-text-1)",
2119
+ filter: "none",
2120
+ "padding-top": "base",
2121
+ },
2122
+ description: {
2123
+ overflow: "hidden",
2124
+ display: "-webkit-box",
2125
+ "-webkit-box-orient": "vertical",
2126
+ "-webkit-line-clamp": 3,
2127
+ color: "var(--color-text-2)",
2128
+ "line-height": 1.5,
2129
+ "margin-bottom": "base",
2130
+ filter: "none",
2131
+ },
2132
+ publishedAt: {
2133
+ display: "none",
2134
+ },
2135
+ cta: {
2136
+ "background-color": "var(--color-brand)",
2137
+ color: "white",
2138
+ "padding-top": "xs",
2139
+ "padding-bottom": "xs",
2140
+ "padding-left": "base",
2141
+ "padding-right": "base",
2142
+ "border-radius": "md",
2143
+ "font-size": "sm",
2144
+ "font-weight": 500,
2145
+ border: "none",
2146
+ cursor: "pointer",
2147
+ "align-self": "flex-start",
2148
+ },
2149
+ "content-container": {
2150
+ filter: "none",
2151
+ "padding-left": "none",
2152
+ "padding-right": "none",
2153
+ display: "flex",
2154
+ "flex-direction": "column",
2155
+ "row-gap": "base",
2156
+ "padding-top": "none",
2157
+ mobile: {
2158
+ "padding-left": "sm",
2159
+ "padding-right": "sm",
2160
+ "padding-bottom": "sm",
2161
+ },
2162
+ },
2163
+ },
2164
+ {
2165
+ eventWrapper: {
2166
+ display: "flex",
2167
+ "flex-direction": "row",
2168
+ "row-gap": "xl",
2169
+ "media:max:768px": {
2170
+ "row-gap": "md",
2171
+ },
2172
+ "media:max:480px": {},
2173
+ "border-style": "solid",
2174
+ "border-width": "1px",
2175
+ "border-radius": "base",
2176
+ "padding-top": "none",
2177
+ "padding-left": "none",
2178
+ "padding-right": "none",
2179
+ "padding-bottom": "none",
2180
+ "column-gap": "base",
2181
+ "justify-content": "center",
2182
+ "align-items": "center",
2183
+ mobile: {
2184
+ "flex-direction": "column",
2185
+ "padding-left": "none",
2186
+ },
2187
+ },
2188
+ image: {
2189
+ "object-fit": "cover",
2190
+ height: "210px",
2191
+ mobile: {
2192
+ width: "100%",
2193
+ },
2194
+ },
2195
+ "text-wrapper": {
2196
+ "padding-left": "none",
2197
+ "padding-top": "none",
2198
+ "padding-right": "none",
2199
+ "padding-bottom": "2xl",
2200
+ display: "flex",
2201
+ "flex-direction": "column",
2202
+ "row-gap": "lg",
2203
+ filter: "none",
2204
+ mobile: {
2205
+ "padding-bottom": "none",
2206
+ },
2207
+ },
2208
+ "text-container": {
2209
+ display: "flex",
2210
+ "justify-content": "start",
2211
+ "align-items": "center",
2212
+ "column-gap": "lg",
2213
+ "margin-bottom": "none",
2214
+ filter: "none",
2215
+ "padding-top": "none",
2216
+ "padding-bottom": "none",
2217
+ "padding-left": "none",
2218
+ "padding-right": "none",
2219
+ },
2220
+ "caption-text": {
2221
+ color: "white",
2222
+ "font-size": "xs",
2223
+ "background-color": "var(--color-brand)",
2224
+ "font-weight": 500,
2225
+ "padding-left": "sm",
2226
+ "padding-right": "sm",
2227
+ "padding-top": "2xs",
2228
+ "padding-bottom": "2xs",
2229
+ "border-radius": "3xl",
2230
+ },
2231
+ "date-wrapper": {
2232
+ display: "flex",
2233
+ "align-items": "center",
2234
+ "column-gap": "xs",
2235
+ },
2236
+ "date-icon": {
2237
+ width: "22px",
2238
+ height: "22px",
2239
+ "font-size": "22px",
2240
+ },
2241
+ "publishedAt-header": {
2242
+ "font-size": "sm",
2243
+ color: "var(--color-text-2)",
2244
+ "font-weight": 500,
2245
+ },
2246
+ "author-wrapper": {
2247
+ display: "flex",
2248
+ "align-items": "center",
2249
+ "column-gap": "xs",
2250
+ },
2251
+ "author-image": {
2252
+ height: "22px",
2253
+ width: "22px",
2254
+ "border-radius": "100%",
2255
+ "object-fit": "cover",
2256
+ "font-size": "22px",
2257
+ },
2258
+ "author-name": {
2259
+ "font-size": "sm",
2260
+ "font-weight": 500,
2261
+ color: "var(--color-text-1)",
2262
+ },
2263
+ title: {
2264
+ "font-weight": 600,
2265
+ "font-size": "xl",
2266
+ "margin-bottom": "none",
2267
+ color: "var(--color-text-1)",
2268
+ filter: "none",
2269
+ "padding-top": "base",
2270
+ },
2271
+ description: {
2272
+ overflow: "hidden",
2273
+ display: "-webkit-box",
2274
+ "-webkit-box-orient": "vertical",
2275
+ "-webkit-line-clamp": 3,
2276
+ color: "var(--color-text-2)",
2277
+ "line-height": 1.5,
2278
+ "margin-bottom": "base",
2279
+ filter: "none",
2280
+ },
2281
+ publishedAt: {
2282
+ display: "none",
2283
+ },
2284
+ cta: {
2285
+ "background-color": "var(--color-brand)",
2286
+ color: "white",
2287
+ "padding-top": "xs",
2288
+ "padding-bottom": "xs",
2289
+ "padding-left": "base",
2290
+ "padding-right": "base",
2291
+ "border-radius": "md",
2292
+ "font-size": "sm",
2293
+ "font-weight": 500,
2294
+ border: "none",
2295
+ cursor: "pointer",
2296
+ "align-self": "flex-start",
2297
+ },
2298
+ "content-container": {
2299
+ filter: "none",
2300
+ "padding-left": "none",
2301
+ "padding-right": "none",
2302
+ display: "flex",
2303
+ "flex-direction": "column",
2304
+ "row-gap": "base",
2305
+ "padding-top": "none",
2306
+ mobile: {
2307
+ "padding-left": "sm",
2308
+ "padding-right": "sm",
2309
+ "padding-bottom": "sm",
2310
+ },
2311
+ },
2312
+ },
2313
+ {
2314
+ eventWrapper: {
2315
+ display: "flex",
2316
+ "flex-direction": "row",
2317
+ "row-gap": "xl",
2318
+ "media:max:768px": {
2319
+ "row-gap": "md",
2320
+ },
2321
+ "media:max:480px": {},
2322
+ "border-style": "solid",
2323
+ "border-width": "1px",
2324
+ "border-radius": "base",
2325
+ "padding-top": "none",
2326
+ "padding-left": "none",
2327
+ "padding-right": "none",
2328
+ "padding-bottom": "none",
2329
+ "column-gap": "base",
2330
+ "justify-content": "center",
2331
+ "align-items": "center",
2332
+ mobile: {
2333
+ "flex-direction": "column",
2334
+ "padding-left": "none",
2335
+ },
2336
+ },
2337
+ image: {
2338
+ "object-fit": "cover",
2339
+ height: "210px",
2340
+ mobile: {
2341
+ width: "100%",
2342
+ },
2343
+ },
2344
+ "text-wrapper": {
2345
+ "padding-left": "none",
2346
+ "padding-top": "none",
2347
+ "padding-right": "none",
2348
+ "padding-bottom": "2xl",
2349
+ display: "flex",
2350
+ "flex-direction": "column",
2351
+ "row-gap": "lg",
2352
+ filter: "none",
2353
+ mobile: {
2354
+ "padding-bottom": "none",
2355
+ },
2356
+ },
2357
+ "text-container": {
2358
+ display: "flex",
2359
+ "justify-content": "start",
2360
+ "align-items": "center",
2361
+ "column-gap": "lg",
2362
+ "margin-bottom": "none",
2363
+ filter: "none",
2364
+ "padding-top": "none",
2365
+ "padding-bottom": "none",
2366
+ "padding-left": "none",
2367
+ "padding-right": "none",
2368
+ },
2369
+ "caption-text": {
2370
+ color: "white",
2371
+ "font-size": "xs",
2372
+ "background-color": "var(--color-brand)",
2373
+ "font-weight": 500,
2374
+ "padding-left": "sm",
2375
+ "padding-right": "sm",
2376
+ "padding-top": "2xs",
2377
+ "padding-bottom": "2xs",
2378
+ "border-radius": "3xl",
2379
+ },
2380
+ "date-wrapper": {
2381
+ display: "flex",
2382
+ "align-items": "center",
2383
+ "column-gap": "xs",
2384
+ },
2385
+ "date-icon": {
2386
+ width: "22px",
2387
+ height: "22px",
2388
+ "font-size": "22px",
2389
+ },
2390
+ "publishedAt-header": {
2391
+ "font-size": "sm",
2392
+ color: "var(--color-text-2)",
2393
+ "font-weight": 500,
2394
+ },
2395
+ "author-wrapper": {
2396
+ display: "flex",
2397
+ "align-items": "center",
2398
+ "column-gap": "xs",
2399
+ },
2400
+ "author-image": {
2401
+ height: "22px",
2402
+ width: "22px",
2403
+ "border-radius": "100%",
2404
+ "object-fit": "cover",
2405
+ "font-size": "22px",
2406
+ },
2407
+ "author-name": {
2408
+ "font-size": "sm",
2409
+ "font-weight": 500,
2410
+ color: "var(--color-text-1)",
2411
+ },
2412
+ title: {
2413
+ "font-weight": 600,
2414
+ "font-size": "xl",
2415
+ "margin-bottom": "none",
2416
+ color: "var(--color-text-1)",
2417
+ filter: "none",
2418
+ "padding-top": "base",
2419
+ },
2420
+ description: {
2421
+ overflow: "hidden",
2422
+ display: "-webkit-box",
2423
+ "-webkit-box-orient": "vertical",
2424
+ "-webkit-line-clamp": 3,
2425
+ color: "var(--color-text-2)",
2426
+ "line-height": 1.5,
2427
+ "margin-bottom": "base",
2428
+ filter: "none",
2429
+ },
2430
+ publishedAt: {
2431
+ display: "none",
2432
+ },
2433
+ cta: {
2434
+ "background-color": "var(--color-brand)",
2435
+ color: "white",
2436
+ "padding-top": "xs",
2437
+ "padding-bottom": "xs",
2438
+ "padding-left": "base",
2439
+ "padding-right": "base",
2440
+ "border-radius": "md",
2441
+ "font-size": "sm",
2442
+ "font-weight": 500,
2443
+ border: "none",
2444
+ cursor: "pointer",
2445
+ "align-self": "flex-start",
2446
+ },
2447
+ "content-container": {
2448
+ filter: "none",
2449
+ "padding-left": "none",
2450
+ "padding-right": "none",
2451
+ display: "flex",
2452
+ "flex-direction": "column",
2453
+ "row-gap": "base",
2454
+ "padding-top": "none",
2455
+ mobile: {
2456
+ "padding-left": "sm",
2457
+ "padding-right": "sm",
2458
+ "padding-bottom": "sm",
2459
+ },
2460
+ },
2461
+ },
2462
+ {
2463
+ eventWrapper: {
2464
+ display: "flex",
2465
+ "flex-direction": "row",
2466
+ "row-gap": "xl",
2467
+ "media:max:768px": {
2468
+ "row-gap": "md",
2469
+ },
2470
+ "media:max:480px": {},
2471
+ "border-style": "solid",
2472
+ "border-width": "1px",
2473
+ "border-radius": "base",
2474
+ "padding-top": "none",
2475
+ "padding-left": "none",
2476
+ "padding-right": "none",
2477
+ "padding-bottom": "none",
2478
+ "column-gap": "base",
2479
+ "justify-content": "center",
2480
+ "align-items": "center",
2481
+ mobile: {
2482
+ "flex-direction": "column",
2483
+ "padding-left": "none",
2484
+ },
2485
+ },
2486
+ image: {
2487
+ "object-fit": "cover",
2488
+ height: "210px",
2489
+ mobile: {
2490
+ width: "100%",
2491
+ },
2492
+ },
2493
+ "text-wrapper": {
2494
+ "padding-left": "none",
2495
+ "padding-top": "none",
2496
+ "padding-right": "none",
2497
+ "padding-bottom": "2xl",
2498
+ display: "flex",
2499
+ "flex-direction": "column",
2500
+ "row-gap": "lg",
2501
+ filter: "none",
2502
+ mobile: {
2503
+ "padding-bottom": "none",
2504
+ },
2505
+ },
2506
+ "text-container": {
2507
+ display: "flex",
2508
+ "justify-content": "start",
2509
+ "align-items": "center",
2510
+ "column-gap": "lg",
2511
+ "margin-bottom": "none",
2512
+ filter: "none",
2513
+ "padding-top": "none",
2514
+ "padding-bottom": "none",
2515
+ "padding-left": "none",
2516
+ "padding-right": "none",
2517
+ },
2518
+ "caption-text": {
2519
+ color: "white",
2520
+ "font-size": "xs",
2521
+ "background-color": "var(--color-brand)",
2522
+ "font-weight": 500,
2523
+ "padding-left": "sm",
2524
+ "padding-right": "sm",
2525
+ "padding-top": "2xs",
2526
+ "padding-bottom": "2xs",
2527
+ "border-radius": "3xl",
2528
+ },
2529
+ "date-wrapper": {
2530
+ display: "flex",
2531
+ "align-items": "center",
2532
+ "column-gap": "xs",
2533
+ },
2534
+ "date-icon": {
2535
+ width: "22px",
2536
+ height: "22px",
2537
+ "font-size": "22px",
2538
+ },
2539
+ "publishedAt-header": {
2540
+ "font-size": "sm",
2541
+ color: "var(--color-text-2)",
2542
+ "font-weight": 500,
2543
+ },
2544
+ "author-wrapper": {
2545
+ display: "flex",
2546
+ "align-items": "center",
2547
+ "column-gap": "xs",
2548
+ },
2549
+ "author-image": {
2550
+ height: "22px",
2551
+ width: "22px",
2552
+ "border-radius": "100%",
2553
+ "object-fit": "cover",
2554
+ "font-size": "22px",
2555
+ },
2556
+ "author-name": {
2557
+ "font-size": "sm",
2558
+ "font-weight": 500,
2559
+ color: "var(--color-text-1)",
2560
+ },
2561
+ title: {
2562
+ "font-weight": 600,
2563
+ "font-size": "xl",
2564
+ "margin-bottom": "none",
2565
+ color: "var(--color-text-1)",
2566
+ filter: "none",
2567
+ "padding-top": "base",
2568
+ },
2569
+ description: {
2570
+ overflow: "hidden",
2571
+ display: "-webkit-box",
2572
+ "-webkit-box-orient": "vertical",
2573
+ "-webkit-line-clamp": 3,
2574
+ color: "var(--color-text-2)",
2575
+ "line-height": 1.5,
2576
+ "margin-bottom": "base",
2577
+ filter: "none",
2578
+ },
2579
+ publishedAt: {
2580
+ display: "none",
2581
+ },
2582
+ cta: {
2583
+ "background-color": "var(--color-brand)",
2584
+ color: "white",
2585
+ "padding-top": "xs",
2586
+ "padding-bottom": "xs",
2587
+ "padding-left": "base",
2588
+ "padding-right": "base",
2589
+ "border-radius": "md",
2590
+ "font-size": "sm",
2591
+ "font-weight": 500,
2592
+ border: "none",
2593
+ cursor: "pointer",
2594
+ "align-self": "flex-start",
2595
+ },
2596
+ "content-container": {
2597
+ filter: "none",
2598
+ "padding-left": "none",
2599
+ "padding-right": "none",
2600
+ display: "flex",
2601
+ "flex-direction": "column",
2602
+ "row-gap": "base",
2603
+ "padding-top": "none",
2604
+ mobile: {
2605
+ "padding-left": "sm",
2606
+ "padding-right": "sm",
2607
+ "padding-bottom": "sm",
2608
+ },
2609
+ },
2610
+ },
2611
+ {
2612
+ eventWrapper: {
2613
+ display: "flex",
2614
+ "flex-direction": "row",
2615
+ "row-gap": "xl",
2616
+ "media:max:768px": {
2617
+ "row-gap": "md",
2618
+ },
2619
+ "media:max:480px": {},
2620
+ "border-style": "solid",
2621
+ "border-width": "1px",
2622
+ "border-radius": "base",
2623
+ "padding-top": "none",
2624
+ "padding-left": "none",
2625
+ "padding-right": "none",
2626
+ "padding-bottom": "none",
2627
+ "column-gap": "base",
2628
+ "justify-content": "center",
2629
+ "align-items": "center",
2630
+ },
2631
+ image: {
2632
+ "object-fit": "cover",
2633
+ height: "210px",
2634
+ },
2635
+ "text-wrapper": {
2636
+ "padding-left": "none",
2637
+ "padding-top": "none",
2638
+ "padding-right": "none",
2639
+ "padding-bottom": "2xl",
2640
+ display: "flex",
2641
+ "flex-direction": "column",
2642
+ "row-gap": "lg",
2643
+ filter: "none",
2644
+ },
2645
+ "text-container": {
2646
+ display: "flex",
2647
+ "justify-content": "start",
2648
+ "align-items": "center",
2649
+ "column-gap": "lg",
2650
+ "margin-bottom": "none",
2651
+ filter: "none",
2652
+ "padding-top": "none",
2653
+ "padding-bottom": "none",
2654
+ "padding-left": "none",
2655
+ "padding-right": "none",
2656
+ },
2657
+ "caption-text": {
2658
+ color: "white",
2659
+ "font-size": "xs",
2660
+ "background-color": "var(--color-brand)",
2661
+ "font-weight": 500,
2662
+ "padding-left": "sm",
2663
+ "padding-right": "sm",
2664
+ "padding-top": "2xs",
2665
+ "padding-bottom": "2xs",
2666
+ "border-radius": "3xl",
2667
+ },
2668
+ "date-wrapper": {
2669
+ display: "flex",
2670
+ "align-items": "center",
2671
+ "column-gap": "xs",
2672
+ },
2673
+ "date-icon": {
2674
+ width: "22px",
2675
+ height: "22px",
2676
+ "font-size": "22px",
2677
+ },
2678
+ "publishedAt-header": {
2679
+ "font-size": "sm",
2680
+ color: "var(--color-text-2)",
2681
+ "font-weight": 500,
2682
+ },
2683
+ "author-wrapper": {
2684
+ display: "flex",
2685
+ "align-items": "center",
2686
+ "column-gap": "xs",
2687
+ },
2688
+ "author-image": {
2689
+ height: "22px",
2690
+ width: "22px",
2691
+ "border-radius": "100%",
2692
+ "object-fit": "cover",
2693
+ "font-size": "22px",
2694
+ },
2695
+ "author-name": {
2696
+ "font-size": "sm",
2697
+ "font-weight": 500,
2698
+ color: "var(--color-text-1)",
2699
+ },
2700
+ title: {
2701
+ "font-weight": 600,
2702
+ "font-size": "xl",
2703
+ "margin-bottom": "none",
2704
+ color: "var(--color-text-1)",
2705
+ filter: "none",
2706
+ "padding-top": "base",
2707
+ },
2708
+ description: {
2709
+ overflow: "hidden",
2710
+ display: "-webkit-box",
2711
+ "-webkit-box-orient": "vertical",
2712
+ "-webkit-line-clamp": 3,
2713
+ color: "var(--color-text-2)",
2714
+ "line-height": 1.5,
2715
+ "margin-bottom": "base",
2716
+ filter: "none",
2717
+ },
2718
+ publishedAt: {
2719
+ display: "none",
2720
+ },
2721
+ cta: {
2722
+ "background-color": "var(--color-brand)",
2723
+ color: "white",
2724
+ "padding-top": "xs",
2725
+ "padding-bottom": "xs",
2726
+ "padding-left": "base",
2727
+ "padding-right": "base",
2728
+ "border-radius": "md",
2729
+ "font-size": "sm",
2730
+ "font-weight": 500,
2731
+ border: "none",
2732
+ cursor: "pointer",
2733
+ "align-self": "flex-start",
2734
+ },
2735
+ "content-container": {
2736
+ filter: "none",
2737
+ "padding-left": "none",
2738
+ "padding-right": "none",
2739
+ display: "flex",
2740
+ "flex-direction": "column",
2741
+ "row-gap": "base",
2742
+ "padding-top": "none",
2743
+ },
2744
+ },
2745
+ {
2746
+ eventWrapper: {
2747
+ display: "flex",
2748
+ "flex-direction": "row",
2749
+ "row-gap": "xl",
2750
+ "media:max:768px": {
2751
+ "row-gap": "md",
2752
+ },
2753
+ "media:max:480px": {},
2754
+ "border-style": "solid",
2755
+ "border-width": "1px",
2756
+ "border-radius": "base",
2757
+ "padding-top": "none",
2758
+ "padding-left": "none",
2759
+ "padding-right": "none",
2760
+ "padding-bottom": "none",
2761
+ "column-gap": "base",
2762
+ "justify-content": "center",
2763
+ "align-items": "center",
2764
+ },
2765
+ image: {
2766
+ "object-fit": "cover",
2767
+ height: "210px",
2768
+ },
2769
+ "text-wrapper": {
2770
+ "padding-left": "none",
2771
+ "padding-top": "none",
2772
+ "padding-right": "none",
2773
+ "padding-bottom": "2xl",
2774
+ display: "flex",
2775
+ "flex-direction": "column",
2776
+ "row-gap": "lg",
2777
+ filter: "none",
2778
+ },
2779
+ "text-container": {
2780
+ display: "flex",
2781
+ "justify-content": "start",
2782
+ "align-items": "center",
2783
+ "column-gap": "lg",
2784
+ "margin-bottom": "none",
2785
+ filter: "none",
2786
+ "padding-top": "none",
2787
+ "padding-bottom": "none",
2788
+ "padding-left": "none",
2789
+ "padding-right": "none",
2790
+ },
2791
+ "caption-text": {
2792
+ color: "white",
2793
+ "font-size": "xs",
2794
+ "background-color": "var(--color-brand)",
2795
+ "font-weight": 500,
2796
+ "padding-left": "sm",
2797
+ "padding-right": "sm",
2798
+ "padding-top": "2xs",
2799
+ "padding-bottom": "2xs",
2800
+ "border-radius": "3xl",
2801
+ },
2802
+ "date-wrapper": {
2803
+ display: "flex",
2804
+ "align-items": "center",
2805
+ "column-gap": "xs",
2806
+ },
2807
+ "date-icon": {
2808
+ width: "22px",
2809
+ height: "22px",
2810
+ "font-size": "22px",
2811
+ },
2812
+ "publishedAt-header": {
2813
+ "font-size": "sm",
2814
+ color: "var(--color-text-2)",
2815
+ "font-weight": 500,
2816
+ },
2817
+ "author-wrapper": {
2818
+ display: "flex",
2819
+ "align-items": "center",
2820
+ "column-gap": "xs",
2821
+ },
2822
+ "author-image": {
2823
+ height: "22px",
2824
+ width: "22px",
2825
+ "border-radius": "100%",
2826
+ "object-fit": "cover",
2827
+ "font-size": "22px",
2828
+ },
2829
+ "author-name": {
2830
+ "font-size": "sm",
2831
+ "font-weight": 500,
2832
+ color: "var(--color-text-1)",
2833
+ },
2834
+ title: {
2835
+ "font-weight": 600,
2836
+ "font-size": "xl",
2837
+ "margin-bottom": "none",
2838
+ color: "var(--color-text-1)",
2839
+ filter: "none",
2840
+ "padding-top": "base",
2841
+ },
2842
+ description: {
2843
+ overflow: "hidden",
2844
+ display: "-webkit-box",
2845
+ "-webkit-box-orient": "vertical",
2846
+ "-webkit-line-clamp": 3,
2847
+ color: "var(--color-text-2)",
2848
+ "line-height": 1.5,
2849
+ "margin-bottom": "base",
2850
+ filter: "none",
2851
+ },
2852
+ publishedAt: {
2853
+ display: "none",
2854
+ },
2855
+ cta: {
2856
+ "background-color": "var(--color-brand)",
2857
+ color: "white",
2858
+ "padding-top": "xs",
2859
+ "padding-bottom": "xs",
2860
+ "padding-left": "base",
2861
+ "padding-right": "base",
2862
+ "border-radius": "md",
2863
+ "font-size": "sm",
2864
+ "font-weight": 500,
2865
+ border: "none",
2866
+ cursor: "pointer",
2867
+ "align-self": "flex-start",
2868
+ },
2869
+ "content-container": {
2870
+ filter: "none",
2871
+ "padding-left": "none",
2872
+ "padding-right": "none",
2873
+ display: "flex",
2874
+ "flex-direction": "column",
2875
+ "row-gap": "base",
2876
+ "padding-top": "none",
2877
+ },
2878
+ },
2879
+ {
2880
+ eventWrapper: {
2881
+ display: "flex",
2882
+ "flex-direction": "row",
2883
+ "row-gap": "xl",
2884
+ "media:max:768px": {
2885
+ "row-gap": "md",
2886
+ },
2887
+ "media:max:480px": {},
2888
+ "border-style": "solid",
2889
+ "border-width": "1px",
2890
+ "border-radius": "base",
2891
+ "padding-top": "none",
2892
+ "padding-left": "none",
2893
+ "padding-right": "none",
2894
+ "padding-bottom": "none",
2895
+ "column-gap": "base",
2896
+ "justify-content": "center",
2897
+ "align-items": "center",
2898
+ },
2899
+ image: {
2900
+ "object-fit": "cover",
2901
+ height: "210px",
2902
+ },
2903
+ "text-wrapper": {
2904
+ "padding-left": "none",
2905
+ "padding-top": "none",
2906
+ "padding-right": "none",
2907
+ "padding-bottom": "2xl",
2908
+ display: "flex",
2909
+ "flex-direction": "column",
2910
+ "row-gap": "lg",
2911
+ filter: "none",
2912
+ },
2913
+ "text-container": {
2914
+ display: "flex",
2915
+ "justify-content": "start",
2916
+ "align-items": "center",
2917
+ "column-gap": "lg",
2918
+ "margin-bottom": "none",
2919
+ filter: "none",
2920
+ "padding-top": "none",
2921
+ "padding-bottom": "none",
2922
+ "padding-left": "none",
2923
+ "padding-right": "none",
2924
+ },
2925
+ "caption-text": {
2926
+ color: "white",
2927
+ "font-size": "xs",
2928
+ "background-color": "var(--color-brand)",
2929
+ "font-weight": 500,
2930
+ "padding-left": "sm",
2931
+ "padding-right": "sm",
2932
+ "padding-top": "2xs",
2933
+ "padding-bottom": "2xs",
2934
+ "border-radius": "3xl",
2935
+ },
2936
+ "date-wrapper": {
2937
+ display: "flex",
2938
+ "align-items": "center",
2939
+ "column-gap": "xs",
2940
+ },
2941
+ "date-icon": {
2942
+ width: "22px",
2943
+ height: "22px",
2944
+ "font-size": "22px",
2945
+ },
2946
+ "publishedAt-header": {
2947
+ "font-size": "sm",
2948
+ color: "var(--color-text-2)",
2949
+ "font-weight": 500,
2950
+ },
2951
+ "author-wrapper": {
2952
+ display: "flex",
2953
+ "align-items": "center",
2954
+ "column-gap": "xs",
2955
+ },
2956
+ "author-image": {
2957
+ height: "22px",
2958
+ width: "22px",
2959
+ "border-radius": "100%",
2960
+ "object-fit": "cover",
2961
+ "font-size": "22px",
2962
+ },
2963
+ "author-name": {
2964
+ "font-size": "sm",
2965
+ "font-weight": 500,
2966
+ color: "var(--color-text-1)",
2967
+ },
2968
+ title: {
2969
+ "font-weight": 600,
2970
+ "font-size": "xl",
2971
+ "margin-bottom": "none",
2972
+ color: "var(--color-text-1)",
2973
+ filter: "none",
2974
+ "padding-top": "base",
2975
+ },
2976
+ description: {
2977
+ overflow: "hidden",
2978
+ display: "-webkit-box",
2979
+ "-webkit-box-orient": "vertical",
2980
+ "-webkit-line-clamp": 3,
2981
+ color: "var(--color-text-2)",
2982
+ "line-height": 1.5,
2983
+ "margin-bottom": "base",
2984
+ filter: "none",
2985
+ },
2986
+ publishedAt: {
2987
+ display: "none",
2988
+ },
2989
+ cta: {
2990
+ "background-color": "var(--color-brand)",
2991
+ color: "white",
2992
+ "padding-top": "xs",
2993
+ "padding-bottom": "xs",
2994
+ "padding-left": "base",
2995
+ "padding-right": "base",
2996
+ "border-radius": "md",
2997
+ "font-size": "sm",
2998
+ "font-weight": 500,
2999
+ border: "none",
3000
+ cursor: "pointer",
3001
+ "align-self": "flex-start",
3002
+ },
3003
+ "content-container": {
3004
+ filter: "none",
3005
+ "padding-left": "none",
3006
+ "padding-right": "none",
3007
+ display: "flex",
3008
+ "flex-direction": "column",
3009
+ "row-gap": "base",
3010
+ "padding-top": "none",
3011
+ },
3012
+ },
3013
+ {
3014
+ eventWrapper: {
3015
+ display: "flex",
3016
+ "flex-direction": "row",
3017
+ "row-gap": "xl",
3018
+ "media:max:768px": {
3019
+ "row-gap": "md",
3020
+ },
3021
+ "media:max:480px": {},
3022
+ "border-style": "solid",
3023
+ "border-width": "1px",
3024
+ "border-radius": "base",
3025
+ "padding-top": "none",
3026
+ "padding-left": "none",
3027
+ "padding-right": "none",
3028
+ "padding-bottom": "none",
3029
+ "column-gap": "base",
3030
+ "justify-content": "center",
3031
+ "align-items": "center",
3032
+ },
3033
+ image: {
3034
+ "object-fit": "cover",
3035
+ height: "210px",
3036
+ },
3037
+ "text-wrapper": {
3038
+ "padding-left": "none",
3039
+ "padding-top": "none",
3040
+ "padding-right": "none",
3041
+ "padding-bottom": "2xl",
3042
+ display: "flex",
3043
+ "flex-direction": "column",
3044
+ "row-gap": "lg",
3045
+ filter: "none",
3046
+ },
3047
+ "text-container": {
3048
+ display: "flex",
3049
+ "justify-content": "start",
3050
+ "align-items": "center",
3051
+ "column-gap": "lg",
3052
+ "margin-bottom": "none",
3053
+ filter: "none",
3054
+ "padding-top": "none",
3055
+ "padding-bottom": "none",
3056
+ "padding-left": "none",
3057
+ "padding-right": "none",
3058
+ },
3059
+ "caption-text": {
3060
+ color: "white",
3061
+ "font-size": "xs",
3062
+ "background-color": "var(--color-brand)",
3063
+ "font-weight": 500,
3064
+ "padding-left": "sm",
3065
+ "padding-right": "sm",
3066
+ "padding-top": "2xs",
3067
+ "padding-bottom": "2xs",
3068
+ "border-radius": "3xl",
3069
+ },
3070
+ "date-wrapper": {
3071
+ display: "flex",
3072
+ "align-items": "center",
3073
+ "column-gap": "xs",
3074
+ },
3075
+ "date-icon": {
3076
+ width: "22px",
3077
+ height: "22px",
3078
+ "font-size": "22px",
3079
+ },
3080
+ "publishedAt-header": {
3081
+ "font-size": "sm",
3082
+ color: "var(--color-text-2)",
3083
+ "font-weight": 500,
3084
+ },
3085
+ "author-wrapper": {
3086
+ display: "flex",
3087
+ "align-items": "center",
3088
+ "column-gap": "xs",
3089
+ },
3090
+ "author-image": {
3091
+ height: "22px",
3092
+ width: "22px",
3093
+ "border-radius": "100%",
3094
+ "object-fit": "cover",
3095
+ "font-size": "22px",
3096
+ },
3097
+ "author-name": {
3098
+ "font-size": "sm",
3099
+ "font-weight": 500,
3100
+ color: "var(--color-text-1)",
3101
+ },
3102
+ title: {
3103
+ "font-weight": 600,
3104
+ "font-size": "xl",
3105
+ "margin-bottom": "none",
3106
+ color: "var(--color-text-1)",
3107
+ filter: "none",
3108
+ "padding-top": "base",
3109
+ },
3110
+ description: {
3111
+ overflow: "hidden",
3112
+ display: "-webkit-box",
3113
+ "-webkit-box-orient": "vertical",
3114
+ "-webkit-line-clamp": 3,
3115
+ color: "var(--color-text-2)",
3116
+ "line-height": 1.5,
3117
+ "margin-bottom": "base",
3118
+ filter: "none",
3119
+ },
3120
+ publishedAt: {
3121
+ display: "none",
3122
+ },
3123
+ cta: {
3124
+ "background-color": "var(--color-brand)",
3125
+ color: "white",
3126
+ "padding-top": "xs",
3127
+ "padding-bottom": "xs",
3128
+ "padding-left": "base",
3129
+ "padding-right": "base",
3130
+ "border-radius": "md",
3131
+ "font-size": "sm",
3132
+ "font-weight": 500,
3133
+ border: "none",
3134
+ cursor: "pointer",
3135
+ "align-self": "flex-start",
3136
+ },
3137
+ "content-container": {
3138
+ filter: "none",
3139
+ "padding-left": "none",
3140
+ "padding-right": "none",
3141
+ display: "flex",
3142
+ "flex-direction": "column",
3143
+ "row-gap": "base",
3144
+ "padding-top": "none",
3145
+ },
3146
+ },
3147
+ {
3148
+ eventWrapper: {
3149
+ display: "flex",
3150
+ "flex-direction": "row",
3151
+ "row-gap": "xl",
3152
+ "media:max:768px": {
3153
+ "row-gap": "md",
3154
+ },
3155
+ "media:max:480px": {},
3156
+ "border-style": "solid",
3157
+ "border-width": "1px",
3158
+ "border-radius": "base",
3159
+ "padding-top": "none",
3160
+ "padding-left": "none",
3161
+ "padding-right": "none",
3162
+ "padding-bottom": "none",
3163
+ "column-gap": "base",
3164
+ "justify-content": "center",
3165
+ "align-items": "center",
3166
+ },
3167
+ image: {
3168
+ "object-fit": "cover",
3169
+ height: "210px",
3170
+ },
3171
+ "text-wrapper": {
3172
+ "padding-left": "none",
3173
+ "padding-top": "none",
3174
+ "padding-right": "none",
3175
+ "padding-bottom": "2xl",
3176
+ display: "flex",
3177
+ "flex-direction": "column",
3178
+ "row-gap": "lg",
3179
+ filter: "none",
3180
+ },
3181
+ "text-container": {
3182
+ display: "flex",
3183
+ "justify-content": "start",
3184
+ "align-items": "center",
3185
+ "column-gap": "lg",
3186
+ "margin-bottom": "none",
3187
+ filter: "none",
3188
+ "padding-top": "none",
3189
+ "padding-bottom": "none",
3190
+ "padding-left": "none",
3191
+ "padding-right": "none",
3192
+ },
3193
+ "caption-text": {
3194
+ color: "white",
3195
+ "font-size": "xs",
3196
+ "background-color": "var(--color-brand)",
3197
+ "font-weight": 500,
3198
+ "padding-left": "sm",
3199
+ "padding-right": "sm",
3200
+ "padding-top": "2xs",
3201
+ "padding-bottom": "2xs",
3202
+ "border-radius": "3xl",
3203
+ },
3204
+ "date-wrapper": {
3205
+ display: "flex",
3206
+ "align-items": "center",
3207
+ "column-gap": "xs",
3208
+ },
3209
+ "date-icon": {
3210
+ width: "22px",
3211
+ height: "22px",
3212
+ "font-size": "22px",
3213
+ },
3214
+ "publishedAt-header": {
3215
+ "font-size": "sm",
3216
+ color: "var(--color-text-2)",
3217
+ "font-weight": 500,
3218
+ },
3219
+ "author-wrapper": {
3220
+ display: "flex",
3221
+ "align-items": "center",
3222
+ "column-gap": "xs",
3223
+ },
3224
+ "author-image": {
3225
+ height: "22px",
3226
+ width: "22px",
3227
+ "border-radius": "100%",
3228
+ "object-fit": "cover",
3229
+ "font-size": "22px",
3230
+ },
3231
+ "author-name": {
3232
+ "font-size": "sm",
3233
+ "font-weight": 500,
3234
+ color: "var(--color-text-1)",
3235
+ },
3236
+ title: {
3237
+ "font-weight": 600,
3238
+ "font-size": "xl",
3239
+ "margin-bottom": "none",
3240
+ color: "var(--color-text-1)",
3241
+ filter: "none",
3242
+ "padding-top": "base",
3243
+ },
3244
+ description: {
3245
+ overflow: "hidden",
3246
+ display: "-webkit-box",
3247
+ "-webkit-box-orient": "vertical",
3248
+ "-webkit-line-clamp": 3,
3249
+ color: "var(--color-text-2)",
3250
+ "line-height": 1.5,
3251
+ "margin-bottom": "base",
3252
+ filter: "none",
3253
+ },
3254
+ publishedAt: {
3255
+ display: "none",
3256
+ },
3257
+ cta: {
3258
+ "background-color": "var(--color-brand)",
3259
+ color: "white",
3260
+ "padding-top": "xs",
3261
+ "padding-bottom": "xs",
3262
+ "padding-left": "base",
3263
+ "padding-right": "base",
3264
+ "border-radius": "md",
3265
+ "font-size": "sm",
3266
+ "font-weight": 500,
3267
+ border: "none",
3268
+ cursor: "pointer",
3269
+ "align-self": "flex-start",
3270
+ },
3271
+ "content-container": {
3272
+ filter: "none",
3273
+ "padding-left": "none",
3274
+ "padding-right": "none",
3275
+ display: "flex",
3276
+ "flex-direction": "column",
3277
+ "row-gap": "base",
3278
+ "padding-top": "none",
3279
+ },
3280
+ },
3281
+ {
3282
+ eventWrapper: {
3283
+ "border-radius": "xl",
3284
+ overflow: "hidden",
3285
+ "box-shadow":
3286
+ "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",
3287
+ position: "relative",
3288
+ },
3289
+ image: {
3290
+ width: "100%",
3291
+ height: "200px",
3292
+ "object-fit": "cover",
3293
+ },
3294
+ "text-wrapper": {
3295
+ "padding-left": "none",
3296
+ "padding-top": "none",
3297
+ "padding-right": "none",
3298
+ "padding-bottom": "2xl",
3299
+ display: "flex",
3300
+ "flex-direction": "column",
3301
+ "row-gap": "lg",
3302
+ filter: "none",
3303
+ },
3304
+ "text-container": {
3305
+ display: "flex",
3306
+ "justify-content": "start",
3307
+ "align-items": "center",
3308
+ "column-gap": "lg",
3309
+ "margin-bottom": "base",
3310
+ filter: "none",
3311
+ "border-bottom": "1px solid",
3312
+ "padding-top": "xs",
3313
+ "padding-bottom": "xs",
3314
+ "padding-left": "base",
3315
+ "padding-right": "base",
3316
+ },
3317
+ "caption-text": {
3318
+ color: "white",
3319
+ "font-size": "xs",
3320
+ "background-color": "var(--color-brand)",
3321
+ "font-weight": 500,
3322
+ "padding-left": "sm",
3323
+ "padding-right": "sm",
3324
+ "padding-top": "2xs",
3325
+ "padding-bottom": "2xs",
3326
+ "border-radius": "3xl",
3327
+ },
3328
+ "date-wrapper": {
3329
+ display: "flex",
3330
+ "align-items": "center",
3331
+ "column-gap": "xs",
3332
+ },
3333
+ "date-icon": {
3334
+ width: "16px",
3335
+ height: "16px",
3336
+ },
3337
+ "publishedAt-header": {
3338
+ "font-size": "sm",
3339
+ color: "var(--color-text-2)",
3340
+ "font-weight": 500,
3341
+ },
3342
+ "author-wrapper": {
3343
+ display: "flex",
3344
+ "align-items": "center",
3345
+ "column-gap": "xs",
3346
+ },
3347
+ "author-image": {
3348
+ height: "24px",
3349
+ width: "24px",
3350
+ "border-radius": "100%",
3351
+ "object-fit": "cover",
3352
+ },
3353
+ "author-name": {
3354
+ "font-size": "sm",
3355
+ "font-weight": 500,
3356
+ color: "var(--color-text-1)",
3357
+ },
3358
+ title: {
3359
+ "font-weight": 600,
3360
+ "font-size": "xl",
3361
+ "margin-bottom": "xs",
3362
+ color: "var(--color-text-1)",
3363
+ filter: "none",
3364
+ },
3365
+ description: {
3366
+ overflow: "hidden",
3367
+ display: "-webkit-box",
3368
+ "-webkit-box-orient": "vertical",
3369
+ "-webkit-line-clamp": 3,
3370
+ color: "var(--color-text-2)",
3371
+ "line-height": 1.5,
3372
+ "margin-bottom": "base",
3373
+ filter: "none",
3374
+ },
3375
+ publishedAt: {
3376
+ display: "none",
3377
+ },
3378
+ cta: {
3379
+ "background-color": "var(--color-brand)",
3380
+ color: "white",
3381
+ "padding-top": "xs",
3382
+ "padding-bottom": "xs",
3383
+ "padding-left": "base",
3384
+ "padding-right": "base",
3385
+ "border-radius": "md",
3386
+ "font-size": "sm",
3387
+ "font-weight": 500,
3388
+ border: "none",
3389
+ cursor: "pointer",
3390
+ "align-self": "flex-start",
3391
+ },
3392
+ "content-container": {
3393
+ filter: "none",
3394
+ "padding-left": "base",
3395
+ "padding-right": "base",
3396
+ },
3397
+ },
3398
+ {
3399
+ eventWrapper: {
3400
+ "border-radius": "xl",
3401
+ overflow: "hidden",
3402
+ "box-shadow":
3403
+ "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",
3404
+ position: "relative",
3405
+ },
3406
+ image: {
3407
+ width: "100%",
3408
+ height: "200px",
3409
+ "object-fit": "cover",
3410
+ },
3411
+ "text-wrapper": {
3412
+ "padding-left": "none",
3413
+ "padding-top": "none",
3414
+ "padding-right": "none",
3415
+ "padding-bottom": "2xl",
3416
+ display: "flex",
3417
+ "flex-direction": "column",
3418
+ "row-gap": "lg",
3419
+ filter: "none",
3420
+ },
3421
+ "text-container": {
3422
+ display: "flex",
3423
+ "justify-content": "start",
3424
+ "align-items": "center",
3425
+ "column-gap": "lg",
3426
+ "margin-bottom": "base",
3427
+ filter: "none",
3428
+ "border-bottom": "1px solid",
3429
+ "padding-top": "xs",
3430
+ "padding-bottom": "xs",
3431
+ "padding-left": "base",
3432
+ "padding-right": "base",
3433
+ },
3434
+ "caption-text": {
3435
+ color: "white",
3436
+ "font-size": "xs",
3437
+ "background-color": "var(--color-brand)",
3438
+ "font-weight": 500,
3439
+ "padding-left": "sm",
3440
+ "padding-right": "sm",
3441
+ "padding-top": "2xs",
3442
+ "padding-bottom": "2xs",
3443
+ "border-radius": "3xl",
3444
+ },
3445
+ "date-wrapper": {
3446
+ display: "flex",
3447
+ "align-items": "center",
3448
+ "column-gap": "xs",
3449
+ },
3450
+ "date-icon": {
3451
+ width: "16px",
3452
+ height: "16px",
3453
+ },
3454
+ "publishedAt-header": {
3455
+ "font-size": "sm",
3456
+ color: "var(--color-text-2)",
3457
+ "font-weight": 500,
3458
+ },
3459
+ "author-wrapper": {
3460
+ display: "flex",
3461
+ "align-items": "center",
3462
+ "column-gap": "xs",
3463
+ },
3464
+ "author-image": {
3465
+ height: "24px",
3466
+ width: "24px",
3467
+ "border-radius": "100%",
3468
+ "object-fit": "cover",
3469
+ },
3470
+ "author-name": {
3471
+ "font-size": "sm",
3472
+ "font-weight": 500,
3473
+ color: "var(--color-text-1)",
3474
+ },
3475
+ title: {
3476
+ "font-weight": 600,
3477
+ "font-size": "xl",
3478
+ "margin-bottom": "xs",
3479
+ color: "var(--color-text-1)",
3480
+ filter: "none",
3481
+ },
3482
+ description: {
3483
+ overflow: "hidden",
3484
+ display: "-webkit-box",
3485
+ "-webkit-box-orient": "vertical",
3486
+ "-webkit-line-clamp": 3,
3487
+ color: "var(--color-text-2)",
3488
+ "line-height": 1.5,
3489
+ "margin-bottom": "base",
3490
+ filter: "none",
3491
+ },
3492
+ publishedAt: {
3493
+ display: "none",
3494
+ },
3495
+ cta: {
3496
+ "background-color": "var(--color-brand)",
3497
+ color: "white",
3498
+ "padding-top": "xs",
3499
+ "padding-bottom": "xs",
3500
+ "padding-left": "base",
3501
+ "padding-right": "base",
3502
+ "border-radius": "md",
3503
+ "font-size": "sm",
3504
+ "font-weight": 500,
3505
+ border: "none",
3506
+ cursor: "pointer",
3507
+ "align-self": "flex-start",
3508
+ },
3509
+ "content-container": {
3510
+ filter: "none",
3511
+ "padding-left": "base",
3512
+ "padding-right": "base",
3513
+ },
3514
+ },
3515
+ ],
3516
+ paginationWrapper: {
3517
+ width: "100%",
3518
+ display: "flex",
3519
+ "justify-content": "center",
3520
+ "column-gap": "lg",
3521
+ "align-items": "center",
3522
+ },
3523
+ },
3524
+ content: DEFAULT_CONTENT,
3525
+ config: {},
3526
+ },
3527
+ ],
3528
+ };