@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,2476 @@
1
+ import type { IBlock } from "@levo-so/studio";
2
+
3
+ const DEFAULT_CONTENT = {
4
+ layout: null,
5
+ container: null,
6
+ "header-wrapper": null,
7
+ header: "Popular this month",
8
+ "header-cta": "View all News",
9
+ "header-cta-icon": {
10
+ object: "media",
11
+ id: "NczdXHUK7b1J",
12
+ workspace_id: "WLZ1TXTD",
13
+ filename: "icons.svg",
14
+ kind: "image",
15
+ path: "WLZ1TXTD/icons-ImvoBQBYpU7f.svg",
16
+ location: "https://static.levostg.online/WLZ1TXTD/icons-ImvoBQBYpU7f.svg",
17
+ metadata: {
18
+ etag: '"629d0f3d4861cce442cf074b341088ec"',
19
+ mimetype: "image/svg+xml",
20
+ size: 359,
21
+ },
22
+ srcset: {},
23
+ created_at: "2025-04-26T08:45:45.360Z",
24
+ updated_at: "2025-04-26T08:45:45.360Z",
25
+ created_by: null,
26
+ updated_by: null,
27
+ },
28
+ blogs_levoGroup: null,
29
+ "pagination-wrapper": null,
30
+ "pagination-left": "Previous",
31
+ "pagination-text": "",
32
+ "pagination-right": "Next",
33
+ blogs: [
34
+ {
35
+ blog: null,
36
+ media: {
37
+ id: "pKkMlt5KY774",
38
+ filename: "image.png",
39
+ kind: "image",
40
+ location:
41
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo.png",
42
+ srcset: {
43
+ "1080w":
44
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-1080w.webp",
45
+ "1200w":
46
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-1200w.webp",
47
+ "1920w":
48
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-1920w.webp",
49
+ "320w":
50
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-320w.webp",
51
+ "640w":
52
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-640w.webp",
53
+ "750w":
54
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-750w.webp",
55
+ "828w":
56
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-828w.webp",
57
+ path: "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-640w.webp 640w",
58
+ },
59
+ mimetype: "image/png",
60
+ },
61
+ "blog-content-wrapper": null,
62
+ "blog-header": null,
63
+ "header-icon": {
64
+ kind: "icon",
65
+ data: {
66
+ id: "calendar-1",
67
+ label: "Calendar 1",
68
+ tags: ["calendar", "custom", "time"],
69
+ svgCode:
70
+ '<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>',
71
+ },
72
+ },
73
+ "blog-type": "<p>Nov 5, 2025</p>",
74
+ "blog-content": null,
75
+ title: "A glimpse of the world's heart",
76
+ description:
77
+ "I wanted to visit Colombia’s sacred mountains. But there are some places we cannot go – and some things we cannot know.",
78
+ "blog-footer": null,
79
+ "author-image": {
80
+ kind: "icon",
81
+ data: {
82
+ id: "archive-minus",
83
+ label: "Archive Minus",
84
+ tags: ["archive", "custom", "directional", "minus"],
85
+ svgCode:
86
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
87
+ },
88
+ },
89
+ "author-name": "Floyd miles",
90
+ "blog-reading-time-wrapper": null,
91
+ "reading-time-icon": {
92
+ kind: "icon",
93
+ data: {
94
+ id: "archive-minus",
95
+ label: "Archive Minus",
96
+ tags: ["archive", "custom", "directional", "minus"],
97
+ svgCode:
98
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
99
+ },
100
+ },
101
+ "reading-time": "6 Minutes",
102
+ cta: "Read More",
103
+ cta_rightIcon: {
104
+ kind: "icon",
105
+ data: {
106
+ id: "arrow-right-1",
107
+ label: "Arrow Right 1",
108
+ tags: ["arrow", "custom", "directional", "right"],
109
+ svgCode:
110
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
111
+ },
112
+ },
113
+ },
114
+ {
115
+ blog: null,
116
+ media: {
117
+ id: "pKkMlt5KY774",
118
+ filename: "image.png",
119
+ kind: "image",
120
+ location:
121
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo.png",
122
+ srcset: {
123
+ "1080w":
124
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-1080w.webp",
125
+ "1200w":
126
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-1200w.webp",
127
+ "1920w":
128
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-1920w.webp",
129
+ "320w":
130
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-320w.webp",
131
+ "640w":
132
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-640w.webp",
133
+ "750w":
134
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-750w.webp",
135
+ "828w":
136
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-828w.webp",
137
+ path: "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-640w.webp 640w",
138
+ },
139
+ mimetype: "image/png",
140
+ },
141
+ "blog-content-wrapper": null,
142
+ "blog-header": null,
143
+ "header-icon": {
144
+ kind: "icon",
145
+ data: {
146
+ id: "calendar-1",
147
+ label: "Calendar 1",
148
+ tags: ["calendar", "custom", "time"],
149
+ svgCode:
150
+ '<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>',
151
+ },
152
+ },
153
+ "blog-type": "<p>Nov 5, 2025</p>",
154
+ "blog-content": null,
155
+ title: "A glimpse of the world's heart",
156
+ description:
157
+ "I wanted to visit Colombia’s sacred mountains. But there are some places we cannot go – and some things we cannot know.",
158
+ "blog-footer": null,
159
+ "author-image": {
160
+ kind: "icon",
161
+ data: {
162
+ id: "archive-minus",
163
+ label: "Archive Minus",
164
+ tags: ["archive", "custom", "directional", "minus"],
165
+ svgCode:
166
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
167
+ },
168
+ },
169
+ "author-name": "Floyd miles",
170
+ "blog-reading-time-wrapper": null,
171
+ "reading-time-icon": {
172
+ kind: "icon",
173
+ data: {
174
+ id: "archive-minus",
175
+ label: "Archive Minus",
176
+ tags: ["archive", "custom", "directional", "minus"],
177
+ svgCode:
178
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
179
+ },
180
+ },
181
+ "reading-time": "6 Minutes",
182
+ cta: "Read More",
183
+ cta_rightIcon: {
184
+ kind: "icon",
185
+ data: {
186
+ id: "arrow-right-1",
187
+ label: "Arrow Right 1",
188
+ tags: ["arrow", "custom", "directional", "right"],
189
+ svgCode:
190
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
191
+ },
192
+ },
193
+ },
194
+ {
195
+ blog: null,
196
+ media: {
197
+ id: "pKkMlt5KY774",
198
+ filename: "image.png",
199
+ kind: "image",
200
+ location:
201
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo.png",
202
+ srcset: {
203
+ "1080w":
204
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-1080w.webp",
205
+ "1200w":
206
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-1200w.webp",
207
+ "1920w":
208
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-1920w.webp",
209
+ "320w":
210
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-320w.webp",
211
+ "640w":
212
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-640w.webp",
213
+ "750w":
214
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-750w.webp",
215
+ "828w":
216
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-828w.webp",
217
+ path: "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-640w.webp 640w",
218
+ },
219
+ mimetype: "image/png",
220
+ },
221
+ "blog-content-wrapper": null,
222
+ "blog-header": null,
223
+ "header-icon": {
224
+ kind: "icon",
225
+ data: {
226
+ id: "calendar-1",
227
+ label: "Calendar 1",
228
+ tags: ["calendar", "custom", "time"],
229
+ svgCode:
230
+ '<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>',
231
+ },
232
+ },
233
+ "blog-type": "<p>Nov 5, 2025</p>",
234
+ "blog-content": null,
235
+ title: "A glimpse of the world's heart",
236
+ description:
237
+ "I wanted to visit Colombia’s sacred mountains. But there are some places we cannot go – and some things we cannot know.",
238
+ "blog-footer": null,
239
+ "author-image": {
240
+ kind: "icon",
241
+ data: {
242
+ id: "archive-minus",
243
+ label: "Archive Minus",
244
+ tags: ["archive", "custom", "directional", "minus"],
245
+ svgCode:
246
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
247
+ },
248
+ },
249
+ "author-name": "Floyd miles",
250
+ "blog-reading-time-wrapper": null,
251
+ "reading-time-icon": {
252
+ kind: "icon",
253
+ data: {
254
+ id: "archive-minus",
255
+ label: "Archive Minus",
256
+ tags: ["archive", "custom", "directional", "minus"],
257
+ svgCode:
258
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
259
+ },
260
+ },
261
+ "reading-time": "6 Minutes",
262
+ cta: "Read More",
263
+ cta_rightIcon: {
264
+ kind: "icon",
265
+ data: {
266
+ id: "arrow-right-1",
267
+ label: "Arrow Right 1",
268
+ tags: ["arrow", "custom", "directional", "right"],
269
+ svgCode:
270
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
271
+ },
272
+ },
273
+ },
274
+ {
275
+ blog: null,
276
+ media: {
277
+ id: "pKkMlt5KY774",
278
+ filename: "image.png",
279
+ kind: "image",
280
+ location:
281
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo.png",
282
+ srcset: {
283
+ "1080w":
284
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-1080w.webp",
285
+ "1200w":
286
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-1200w.webp",
287
+ "1920w":
288
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-1920w.webp",
289
+ "320w":
290
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-320w.webp",
291
+ "640w":
292
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-640w.webp",
293
+ "750w":
294
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-750w.webp",
295
+ "828w":
296
+ "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-828w.webp",
297
+ path: "https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-T71RnwY8DsXo-640w.webp 640w",
298
+ },
299
+ mimetype: "image/png",
300
+ },
301
+ "blog-content-wrapper": null,
302
+ "blog-header": null,
303
+ "header-icon": {
304
+ kind: "icon",
305
+ data: {
306
+ id: "calendar-1",
307
+ label: "Calendar 1",
308
+ tags: ["calendar", "custom", "time"],
309
+ svgCode:
310
+ '<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>',
311
+ },
312
+ },
313
+ "blog-type": "<p>Nov 5, 2025</p>",
314
+ "blog-content": null,
315
+ title: "A glimpse of the world's heart",
316
+ description:
317
+ "I wanted to visit Colombia’s sacred mountains. But there are some places we cannot go – and some things we cannot know.",
318
+ "blog-footer": null,
319
+ "author-image": {
320
+ kind: "icon",
321
+ data: {
322
+ id: "archive-minus",
323
+ label: "Archive Minus",
324
+ tags: ["archive", "custom", "directional", "minus"],
325
+ svgCode:
326
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
327
+ },
328
+ },
329
+ "author-name": "Floyd miles",
330
+ "blog-reading-time-wrapper": null,
331
+ "reading-time-icon": {
332
+ kind: "icon",
333
+ data: {
334
+ id: "archive-minus",
335
+ label: "Archive Minus",
336
+ tags: ["archive", "custom", "directional", "minus"],
337
+ svgCode:
338
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
339
+ },
340
+ },
341
+ "reading-time": "6 Minutes",
342
+ cta: "Read More",
343
+ cta_rightIcon: {
344
+ kind: "icon",
345
+ data: {
346
+ id: "arrow-right-1",
347
+ label: "Arrow Right 1",
348
+ tags: ["arrow", "custom", "directional", "right"],
349
+ svgCode:
350
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
351
+ },
352
+ },
353
+ },
354
+ ],
355
+ };
356
+
357
+ export type IBlogListing3Content = typeof DEFAULT_CONTENT;
358
+
359
+ export const BlogListing3: IBlock = {
360
+ category_id: "blogs",
361
+ title: "Blog Listing 3",
362
+ key: "blog-listing-3",
363
+ version: "v1",
364
+ prompt_description:
365
+ "Three-column grid of news or blog cards, each with a large image, headline, summary text, and info row; section headline and a top-right “View all” button, plus pagination controls below.",
366
+ content_schema: [
367
+ {
368
+ key: "layout",
369
+ label: "Layout",
370
+ field_interface: "LayoutWidget",
371
+ // Layout only – no hint needed
372
+ },
373
+ {
374
+ key: "container",
375
+ label: "Container",
376
+ field_interface: "ContainerWidget",
377
+ // Layout only – no hint needed
378
+ },
379
+ {
380
+ key: "header-wrapper",
381
+ label: "Header Wrapper",
382
+ field_interface: "BoxWidget",
383
+ // Visual grouping – no hint needed
384
+ },
385
+ {
386
+ key: "title-wrapper",
387
+ label: "Title Wrapper",
388
+ field_interface: "BoxWidget",
389
+ // Visual grouping – no hint needed
390
+ },
391
+ {
392
+ key: "header-icon",
393
+ label: "Header Icon",
394
+ field_interface: "IconWidget",
395
+ // Visual grouping – no hint needed
396
+ },
397
+
398
+ {
399
+ key: "header",
400
+ label: "Header",
401
+ field_interface: "HeadingWidget",
402
+ hint: {
403
+ prompt_description:
404
+ "Section heading introducing featured or trending blog articles for this month. Make it concise, bold, and inviting. Use a confident and energetic tone.",
405
+ min_characters: 16,
406
+ max_characters: 30,
407
+ },
408
+ },
409
+ {
410
+ key: "header-cta",
411
+ label: "Header Cta",
412
+ field_interface: "ButtonWidget",
413
+ hint: {
414
+ prompt_description:
415
+ "Primary call-to-action button next to the section heading, inviting users to view all news or blogs. Text should be short (2-4 words), action-oriented, and clear.",
416
+ min_characters: 10,
417
+ max_characters: 20,
418
+ },
419
+ },
420
+ {
421
+ key: "blogs",
422
+ label: "Blogs",
423
+ kind: "group",
424
+ field_interface: "BoxWidget",
425
+ hint: {
426
+ prompt_description:
427
+ "Repeating list of blog article cards displayed in a grid. Each card should showcase a featured blog post with image, headline, excerpt, type, author, and reading time. The content should be diverse, engaging, and visually consistent.",
428
+ min_items: 6, // 6 visible in grid at a time
429
+ max_items: 9, // allows for paginated dataset
430
+ },
431
+ fields: [
432
+ {
433
+ key: "blog",
434
+ label: "Blog",
435
+ field_interface: "BoxWidget",
436
+ // Card container – no hint needed
437
+ },
438
+ {
439
+ key: "media",
440
+ label: "Media",
441
+ field_interface: "MediaWidget",
442
+ hint: {
443
+ prompt_description:
444
+ "Featured image for the blog post card, visually representing the article. Should be high-quality, visually engaging, and align with the blog's topic. Landscape orientation, fits the top portion of the card.",
445
+ orientation: "landscape",
446
+ size: "large",
447
+ usecase: "hero",
448
+ },
449
+ },
450
+ {
451
+ key: "blog-info-wrapper",
452
+ label: "Blog Info Wrapper",
453
+ field_interface: "BoxWidget",
454
+ // Layout grouping – no hint needed
455
+ },
456
+ {
457
+ key: "blog-content",
458
+ label: "Blog Content",
459
+ field_interface: "BoxWidget",
460
+ // Layout grouping – no hint needed
461
+ },
462
+ {
463
+ key: "blog-header",
464
+ label: "Blog Header",
465
+ field_interface: "BoxWidget",
466
+ // Layout grouping – no hint needed
467
+ },
468
+ {
469
+ key: "header-icon",
470
+ label: "Header Icon",
471
+ field_interface: "IconWidget",
472
+ hint: {
473
+ prompt_description:
474
+ "Small icon visually indicating the blog type or category next to the blog type text, such as a newspaper or tag. Should be stylish, clear, and monochrome if possible.",
475
+ orientation: "square",
476
+ size: "icon",
477
+ usecase: "icon",
478
+ },
479
+ },
480
+ {
481
+ key: "publish-date",
482
+ label: "Publish Date",
483
+ field_interface: "TypographyWidget",
484
+ hint: {
485
+ prompt_description:
486
+ "Blog post category or topic, e.g., 'Article / Lifestyle'. Should be short, informative, use sentence case, and highlight the type of content.",
487
+ min_characters: 10,
488
+ max_characters: 27,
489
+ },
490
+ },
491
+ {
492
+ key: "title",
493
+ label: "Title",
494
+ field_interface: "HeadingWidget",
495
+ hint: {
496
+ prompt_description:
497
+ "Headline for the blog post card, designed to attract attention and encourage clicks. Should be clear, engaging, and fit on 1 or 2 lines. Use an editorial, inviting tone.",
498
+ min_characters: 28,
499
+ max_characters: 60,
500
+ },
501
+ },
502
+ {
503
+ key: "description",
504
+ label: "Description",
505
+ field_interface: "TypographyWidget",
506
+ hint: {
507
+ prompt_description:
508
+ "Short excerpt or summary of the article, displayed on the card. It should generate curiosity and briefly explain the blog's theme or story in 1-2 concise sentences.",
509
+ min_characters: 60,
510
+ max_characters: 130,
511
+ },
512
+ },
513
+ {
514
+ key: "blog-footer",
515
+ label: "Blog Footer",
516
+ field_interface: "BoxWidget",
517
+ // Layout only – no hint needed
518
+ },
519
+ {
520
+ key: "blog-author",
521
+ label: "Blog Author",
522
+ field_interface: "BoxWidget",
523
+ // Layout only – no hint needed
524
+ },
525
+ {
526
+ key: "author-image",
527
+ label: "Author Image",
528
+ field_interface: "IconWidget",
529
+ hint: {
530
+ prompt_description:
531
+ "Circular avatar image of the blog post author. Shows a headshot with a neutral background that is easily identifiable at a small size.",
532
+ orientation: "square",
533
+ size: "icon",
534
+ usecase: "avatar",
535
+ },
536
+ },
537
+ {
538
+ key: "author-name",
539
+ label: "Author Name",
540
+ field_interface: "TypographyWidget",
541
+ hint: {
542
+ prompt_description:
543
+ "Author's display name for the card byline. Should feel authentic and natural.",
544
+ min_characters: 5,
545
+ max_characters: 25,
546
+ },
547
+ },
548
+ {
549
+ key: "blog-reading-time-wrapper",
550
+ label: "Blog Reading Time Wrapper",
551
+ field_interface: "BoxWidget",
552
+ // Layout only – no hint needed
553
+ },
554
+ {
555
+ key: "reading-time-icon",
556
+ label: "Reading Time Icon",
557
+ field_interface: "IconWidget",
558
+ hint: {
559
+ prompt_description:
560
+ "Small icon placed next to the blog reading time, visually indicating time (e.g., clock or stopwatch). Minimalistic style preferred.",
561
+ orientation: "square",
562
+ size: "icon",
563
+ usecase: "icon",
564
+ },
565
+ },
566
+ {
567
+ key: "reading-time",
568
+ label: "Reading Time",
569
+ field_interface: "TypographyWidget",
570
+ hint: {
571
+ prompt_description:
572
+ "Estimated reading duration for the article, such as '6 Minutes' or '3 min'. Keep it simple and brief.",
573
+ min_characters: 6,
574
+ max_characters: 15,
575
+ },
576
+ },
577
+ {
578
+ key: "cta",
579
+ label: "CTA",
580
+ field_interface: "ButtonWidget",
581
+ },
582
+ ],
583
+ },
584
+ {
585
+ key: "pagination-wrapper",
586
+ label: "Pagination Wrapper",
587
+ field_interface: "BoxWidget",
588
+ // Layout grouping only – no hint needed
589
+ },
590
+ {
591
+ key: "pagination-left",
592
+ label: "Pagination Left",
593
+ field_interface: "ButtonWidget",
594
+ hint: {
595
+ prompt_description:
596
+ "Pagination control button to navigate to the previous page of blog cards. Keep the label brief, such as 'Previous' or a left arrow. Tone should be neutral and functional.",
597
+ min_characters: 5,
598
+ max_characters: 12,
599
+ },
600
+ },
601
+ {
602
+ key: "pagination-text",
603
+ label: "Pagination text",
604
+ field_interface: "TypographyWidget",
605
+ hint: {
606
+ prompt_description:
607
+ "Displays current and total page number in the paginator, e.g. '1/3' or 'Page 2 of 4'. Should be minimal, clear, and unambiguous.",
608
+ min_characters: 3,
609
+ max_characters: 12,
610
+ },
611
+ },
612
+ {
613
+ key: "pagination-right",
614
+ label: "Pagination Right",
615
+ field_interface: "ButtonWidget",
616
+ hint: {
617
+ prompt_description:
618
+ "Pagination control button to navigate to the next page of blog cards. Should be concise, such as 'Next' or a right arrow. Neutral tone.",
619
+ min_characters: 4,
620
+ max_characters: 8,
621
+ },
622
+ },
623
+ ],
624
+ layouts: [
625
+ {
626
+ key: "default",
627
+ title: "Default",
628
+ styles: {
629
+ layout: {
630
+ "padding-top": "10xl",
631
+ "padding-bottom": "10xl",
632
+ "padding-right": "8xl",
633
+ "padding-left": "8xl",
634
+ "media:max:768px": {
635
+ "padding-top": "5xl",
636
+ "padding-bottom": "5xl",
637
+ "padding-right": "5xl",
638
+ "padding-left": "5xl",
639
+ },
640
+ "media:max:480px": {
641
+ "padding-top": "2xl",
642
+ "padding-bottom": "2xl",
643
+ "padding-right": "2xl",
644
+ "padding-left": "2xl",
645
+ },
646
+ },
647
+ container: {
648
+ display: "flex",
649
+ "flex-direction": "column",
650
+ "row-gap": "7xl",
651
+ "media:max:768px": {
652
+ "row-gap": "3xl",
653
+ },
654
+ "media:max:480px": {
655
+ "row-gap": "4xl",
656
+ },
657
+ "max-width": "none",
658
+ },
659
+ "header-wrapper": {
660
+ display: "flex",
661
+ width: "full",
662
+ "align-items": "center",
663
+ "justify-content": "space-between",
664
+ "media:max:768px": {},
665
+ "media:max:480px": {
666
+ "row-gap": "2xs",
667
+ "flex-direction": "column",
668
+ "align-items": "flex-start",
669
+ "justify-content": "flex-start",
670
+ },
671
+ },
672
+ header: {
673
+ flex: "1",
674
+ "font-size": "4xl",
675
+ "font-weight": "bold",
676
+ "line-height": 1.625,
677
+ "media:max:768px": {
678
+ "font-size": "2xl",
679
+ },
680
+ },
681
+ "header-cta": {},
682
+ blogs_levoGroup: {
683
+ display: "grid",
684
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
685
+ "row-gap": "2xl",
686
+ "column-gap": "2xl",
687
+ "media:max:768px": {
688
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
689
+ "row-gap": "xl",
690
+ "column-gap": "xl",
691
+ },
692
+ "media:max:480px": {
693
+ "grid-template-columns": "repeat(1, minmax(0, 1fr))",
694
+ "row-gap": "2xl",
695
+ },
696
+ tablet: {
697
+ "grid-template-columns": "repeat(1, minmax(0, 1fr))",
698
+ },
699
+ },
700
+ blogs: [
701
+ {
702
+ blog: {
703
+ display: "flex",
704
+ "flex-direction": "row",
705
+ "row-gap": "xl",
706
+ "media:max:768px": {
707
+ "row-gap": "md",
708
+ },
709
+ "media:max:480px": {},
710
+ "border-style": "solid",
711
+ "border-width": "1px",
712
+ "border-radius": "base",
713
+ "padding-top": "base",
714
+ "padding-left": "base",
715
+ "padding-right": "base",
716
+ "padding-bottom": "base",
717
+ "column-gap": "base",
718
+ mobile: {
719
+ "flex-direction": "column",
720
+ },
721
+ },
722
+ media: {
723
+ height: "170px",
724
+ width: "full",
725
+ "object-fit": "contain",
726
+ },
727
+ "blog-info-wrapper": {
728
+ display: "flex",
729
+ width: "full",
730
+ "flex-direction": "column",
731
+ "row-gap": "base",
732
+ "media:max:768px": {
733
+ "row-gap": "xs",
734
+ },
735
+ "media:max:480px": {},
736
+ },
737
+ "blog-content": {
738
+ display: "flex",
739
+ "flex-direction": "column",
740
+ "row-gap": "xs",
741
+ "media:max:768px": {
742
+ "row-gap": "2xs",
743
+ },
744
+ "media:max:480px": {},
745
+ },
746
+ "blog-header": {
747
+ display: "flex",
748
+ width: "full",
749
+ "align-items": "center",
750
+ "column-gap": "xs",
751
+ "media:max:768px": {
752
+ "column-gap": "2xs",
753
+ },
754
+ "media:max:480px": {},
755
+ },
756
+ "header-icon": {
757
+ height: "20px",
758
+ width: "20px",
759
+ "object-fit": "contain",
760
+ "media:max:768px": {
761
+ height: "18px",
762
+ width: "18px",
763
+ },
764
+ "media:max:480px": {},
765
+ },
766
+ "blog-type": {
767
+ "font-size": "base",
768
+ "font-weight": "normal",
769
+ "media:max:768px": {
770
+ "font-size": "sm",
771
+ },
772
+ "media:max:480px": {},
773
+ },
774
+ title: {
775
+ "font-size": "2xl",
776
+ "font-weight": "bold",
777
+ color: "var(--color-text-1)",
778
+ "media:max:768px": {
779
+ "font-size": "xl",
780
+ },
781
+ "media:max:480px": {},
782
+ },
783
+ description: {
784
+ "font-size": "sm",
785
+ "font-weight": "normal",
786
+ color: "var(--color-text-2)",
787
+ "media:max:768px": {},
788
+ "media:max:480px": {},
789
+ display: "none",
790
+ },
791
+ "blog-footer": {
792
+ display: "none",
793
+ "align-items": "center",
794
+ "column-gap": "md",
795
+ },
796
+ "blog-author": {
797
+ display: "flex",
798
+ "align-items": "center",
799
+ "column-gap": "2xs",
800
+ },
801
+ "author-image": {
802
+ height: "24px",
803
+ width: "24px",
804
+ "border-radius": "100%",
805
+ },
806
+ "author-name": {
807
+ "font-size": "sm",
808
+ "font-weight": "normal",
809
+ color: "var(--color-text-2)",
810
+ },
811
+ "blog-reading-time-wrapper": {
812
+ display: "flex",
813
+ "align-items": "center",
814
+ "column-gap": "3xs",
815
+ },
816
+ "reading-time-icon": {
817
+ height: "16px",
818
+ width: "16px",
819
+ "object-fit": "contain",
820
+ },
821
+ "reading-time": {
822
+ "font-size": "sm",
823
+ "font-weight": "normal",
824
+ color: "var(--color-text-2)",
825
+ },
826
+ cta: {
827
+ display: "flex",
828
+ width: "fit-content",
829
+ "padding-top": "none",
830
+ "padding-bottom": "none",
831
+ "column-gap": "xs",
832
+ },
833
+ cta_rightIcon: {
834
+ height: "22px",
835
+ width: "22px",
836
+ "font-size": "22px",
837
+ },
838
+ },
839
+ {
840
+ blog: {
841
+ display: "flex",
842
+ "flex-direction": "row",
843
+ "row-gap": "xl",
844
+ "media:max:768px": {
845
+ "row-gap": "md",
846
+ },
847
+ "media:max:480px": {},
848
+ "border-style": "solid",
849
+ "border-width": "1px",
850
+ "border-radius": "base",
851
+ "padding-top": "base",
852
+ "padding-left": "base",
853
+ "padding-right": "base",
854
+ "padding-bottom": "base",
855
+ "column-gap": "base",
856
+ mobile: {
857
+ "flex-direction": "column",
858
+ },
859
+ },
860
+ media: {
861
+ height: "170px",
862
+ width: "full",
863
+ "object-fit": "contain",
864
+ },
865
+ "blog-info-wrapper": {
866
+ display: "flex",
867
+ width: "full",
868
+ "flex-direction": "column",
869
+ "row-gap": "base",
870
+ "media:max:768px": {
871
+ "row-gap": "xs",
872
+ },
873
+ "media:max:480px": {},
874
+ },
875
+ "blog-content": {
876
+ display: "flex",
877
+ "flex-direction": "column",
878
+ "row-gap": "xs",
879
+ "media:max:768px": {
880
+ "row-gap": "2xs",
881
+ },
882
+ "media:max:480px": {},
883
+ },
884
+ "blog-header": {
885
+ display: "flex",
886
+ width: "full",
887
+ "align-items": "center",
888
+ "column-gap": "xs",
889
+ "media:max:768px": {
890
+ "column-gap": "2xs",
891
+ },
892
+ "media:max:480px": {},
893
+ },
894
+ "header-icon": {
895
+ height: "20px",
896
+ width: "20px",
897
+ "object-fit": "contain",
898
+ "media:max:768px": {
899
+ height: "18px",
900
+ width: "18px",
901
+ },
902
+ "media:max:480px": {},
903
+ },
904
+ "blog-type": {
905
+ "font-size": "base",
906
+ "font-weight": "normal",
907
+ "media:max:768px": {
908
+ "font-size": "sm",
909
+ },
910
+ "media:max:480px": {},
911
+ },
912
+ title: {
913
+ "font-size": "2xl",
914
+ "font-weight": "bold",
915
+ color: "var(--color-text-1)",
916
+ "media:max:768px": {
917
+ "font-size": "xl",
918
+ },
919
+ "media:max:480px": {},
920
+ },
921
+ description: {
922
+ "font-size": "sm",
923
+ "font-weight": "normal",
924
+ color: "var(--color-text-2)",
925
+ "media:max:768px": {},
926
+ "media:max:480px": {},
927
+ display: "none",
928
+ },
929
+ "blog-footer": {
930
+ display: "none",
931
+ "align-items": "center",
932
+ "column-gap": "md",
933
+ },
934
+ "blog-author": {
935
+ display: "flex",
936
+ "align-items": "center",
937
+ "column-gap": "2xs",
938
+ },
939
+ "author-image": {
940
+ height: "24px",
941
+ width: "24px",
942
+ "border-radius": "100%",
943
+ },
944
+ "author-name": {
945
+ "font-size": "sm",
946
+ "font-weight": "normal",
947
+ color: "var(--color-text-2)",
948
+ },
949
+ "blog-reading-time-wrapper": {
950
+ display: "flex",
951
+ "align-items": "center",
952
+ "column-gap": "3xs",
953
+ },
954
+ "reading-time-icon": {
955
+ height: "16px",
956
+ width: "16px",
957
+ "object-fit": "contain",
958
+ },
959
+ "reading-time": {
960
+ "font-size": "sm",
961
+ "font-weight": "normal",
962
+ color: "var(--color-text-2)",
963
+ },
964
+ cta: {
965
+ display: "flex",
966
+ width: "fit-content",
967
+ "padding-top": "none",
968
+ "padding-bottom": "none",
969
+ "column-gap": "xs",
970
+ },
971
+ cta_rightIcon: {
972
+ height: "22px",
973
+ width: "22px",
974
+ "font-size": "22px",
975
+ },
976
+ },
977
+ {
978
+ blog: {
979
+ display: "flex",
980
+ "flex-direction": "row",
981
+ "row-gap": "xl",
982
+ "media:max:768px": {
983
+ "row-gap": "md",
984
+ },
985
+ "media:max:480px": {},
986
+ "border-style": "solid",
987
+ "border-width": "1px",
988
+ "border-radius": "base",
989
+ "padding-top": "base",
990
+ "padding-left": "base",
991
+ "padding-right": "base",
992
+ "padding-bottom": "base",
993
+ "column-gap": "base",
994
+ mobile: {
995
+ "flex-direction": "column",
996
+ },
997
+ },
998
+ media: {
999
+ height: "170px",
1000
+ width: "full",
1001
+ "object-fit": "contain",
1002
+ },
1003
+ "blog-info-wrapper": {
1004
+ display: "flex",
1005
+ width: "full",
1006
+ "flex-direction": "column",
1007
+ "row-gap": "base",
1008
+ "media:max:768px": {
1009
+ "row-gap": "xs",
1010
+ },
1011
+ "media:max:480px": {},
1012
+ },
1013
+ "blog-content": {
1014
+ display: "flex",
1015
+ "flex-direction": "column",
1016
+ "row-gap": "xs",
1017
+ "media:max:768px": {
1018
+ "row-gap": "2xs",
1019
+ },
1020
+ "media:max:480px": {},
1021
+ },
1022
+ "blog-header": {
1023
+ display: "flex",
1024
+ width: "full",
1025
+ "align-items": "center",
1026
+ "column-gap": "xs",
1027
+ "media:max:768px": {
1028
+ "column-gap": "2xs",
1029
+ },
1030
+ "media:max:480px": {},
1031
+ },
1032
+ "header-icon": {
1033
+ height: "20px",
1034
+ width: "20px",
1035
+ "object-fit": "contain",
1036
+ "media:max:768px": {
1037
+ height: "18px",
1038
+ width: "18px",
1039
+ },
1040
+ "media:max:480px": {},
1041
+ },
1042
+ "blog-type": {
1043
+ "font-size": "base",
1044
+ "font-weight": "normal",
1045
+ "media:max:768px": {
1046
+ "font-size": "sm",
1047
+ },
1048
+ "media:max:480px": {},
1049
+ },
1050
+ title: {
1051
+ "font-size": "2xl",
1052
+ "font-weight": "bold",
1053
+ color: "var(--color-text-1)",
1054
+ "media:max:768px": {
1055
+ "font-size": "xl",
1056
+ },
1057
+ "media:max:480px": {},
1058
+ },
1059
+ description: {
1060
+ "font-size": "sm",
1061
+ "font-weight": "normal",
1062
+ color: "var(--color-text-2)",
1063
+ "media:max:768px": {},
1064
+ "media:max:480px": {},
1065
+ display: "none",
1066
+ },
1067
+ "blog-footer": {
1068
+ display: "none",
1069
+ "align-items": "center",
1070
+ "column-gap": "md",
1071
+ },
1072
+ "blog-author": {
1073
+ display: "flex",
1074
+ "align-items": "center",
1075
+ "column-gap": "2xs",
1076
+ },
1077
+ "author-image": {
1078
+ height: "24px",
1079
+ width: "24px",
1080
+ "border-radius": "100%",
1081
+ },
1082
+ "author-name": {
1083
+ "font-size": "sm",
1084
+ "font-weight": "normal",
1085
+ color: "var(--color-text-2)",
1086
+ },
1087
+ "blog-reading-time-wrapper": {
1088
+ display: "flex",
1089
+ "align-items": "center",
1090
+ "column-gap": "3xs",
1091
+ },
1092
+ "reading-time-icon": {
1093
+ height: "16px",
1094
+ width: "16px",
1095
+ "object-fit": "contain",
1096
+ },
1097
+ "reading-time": {
1098
+ "font-size": "sm",
1099
+ "font-weight": "normal",
1100
+ color: "var(--color-text-2)",
1101
+ },
1102
+ cta: {
1103
+ display: "flex",
1104
+ width: "fit-content",
1105
+ "padding-top": "none",
1106
+ "padding-bottom": "none",
1107
+ "column-gap": "xs",
1108
+ },
1109
+ cta_rightIcon: {
1110
+ height: "22px",
1111
+ width: "22px",
1112
+ "font-size": "22px",
1113
+ },
1114
+ },
1115
+ {
1116
+ blog: {
1117
+ display: "flex",
1118
+ "flex-direction": "row",
1119
+ "row-gap": "xl",
1120
+ "media:max:768px": {
1121
+ "row-gap": "md",
1122
+ },
1123
+ "media:max:480px": {},
1124
+ "border-style": "solid",
1125
+ "border-width": "1px",
1126
+ "border-radius": "base",
1127
+ "padding-top": "base",
1128
+ "padding-left": "base",
1129
+ "padding-right": "base",
1130
+ "padding-bottom": "base",
1131
+ "column-gap": "base",
1132
+ mobile: {
1133
+ "flex-direction": "column",
1134
+ },
1135
+ },
1136
+ media: {
1137
+ height: "170px",
1138
+ width: "full",
1139
+ "object-fit": "contain",
1140
+ },
1141
+ "blog-info-wrapper": {
1142
+ display: "flex",
1143
+ width: "full",
1144
+ "flex-direction": "column",
1145
+ "row-gap": "base",
1146
+ "media:max:768px": {
1147
+ "row-gap": "xs",
1148
+ },
1149
+ "media:max:480px": {},
1150
+ },
1151
+ "blog-content": {
1152
+ display: "flex",
1153
+ "flex-direction": "column",
1154
+ "row-gap": "xs",
1155
+ "media:max:768px": {
1156
+ "row-gap": "2xs",
1157
+ },
1158
+ "media:max:480px": {},
1159
+ },
1160
+ "blog-header": {
1161
+ display: "flex",
1162
+ width: "full",
1163
+ "align-items": "center",
1164
+ "column-gap": "xs",
1165
+ "media:max:768px": {
1166
+ "column-gap": "2xs",
1167
+ },
1168
+ "media:max:480px": {},
1169
+ },
1170
+ "header-icon": {
1171
+ height: "20px",
1172
+ width: "20px",
1173
+ "object-fit": "contain",
1174
+ "media:max:768px": {
1175
+ height: "18px",
1176
+ width: "18px",
1177
+ },
1178
+ "media:max:480px": {},
1179
+ },
1180
+ "blog-type": {
1181
+ "font-size": "base",
1182
+ "font-weight": "normal",
1183
+ "media:max:768px": {
1184
+ "font-size": "sm",
1185
+ },
1186
+ "media:max:480px": {},
1187
+ },
1188
+ title: {
1189
+ "font-size": "2xl",
1190
+ "font-weight": "bold",
1191
+ color: "var(--color-text-1)",
1192
+ "media:max:768px": {
1193
+ "font-size": "xl",
1194
+ },
1195
+ "media:max:480px": {},
1196
+ },
1197
+ description: {
1198
+ "font-size": "sm",
1199
+ "font-weight": "normal",
1200
+ color: "var(--color-text-2)",
1201
+ "media:max:768px": {},
1202
+ "media:max:480px": {},
1203
+ display: "none",
1204
+ },
1205
+ "blog-footer": {
1206
+ display: "none",
1207
+ "align-items": "center",
1208
+ "column-gap": "md",
1209
+ },
1210
+ "blog-author": {
1211
+ display: "flex",
1212
+ "align-items": "center",
1213
+ "column-gap": "2xs",
1214
+ },
1215
+ "author-image": {
1216
+ height: "24px",
1217
+ width: "24px",
1218
+ "border-radius": "100%",
1219
+ },
1220
+ "author-name": {
1221
+ "font-size": "sm",
1222
+ "font-weight": "normal",
1223
+ color: "var(--color-text-2)",
1224
+ },
1225
+ "blog-reading-time-wrapper": {
1226
+ display: "flex",
1227
+ "align-items": "center",
1228
+ "column-gap": "3xs",
1229
+ },
1230
+ "reading-time-icon": {
1231
+ height: "16px",
1232
+ width: "16px",
1233
+ "object-fit": "contain",
1234
+ },
1235
+ "reading-time": {
1236
+ "font-size": "sm",
1237
+ "font-weight": "normal",
1238
+ color: "var(--color-text-2)",
1239
+ },
1240
+ cta: {
1241
+ display: "flex",
1242
+ width: "fit-content",
1243
+ "padding-top": "none",
1244
+ "padding-bottom": "none",
1245
+ "column-gap": "xs",
1246
+ },
1247
+ cta_rightIcon: {
1248
+ height: "22px",
1249
+ width: "22px",
1250
+ "font-size": "22px",
1251
+ },
1252
+ },
1253
+ {
1254
+ blog: {
1255
+ display: "flex",
1256
+ "flex-direction": "row",
1257
+ "row-gap": "xl",
1258
+ "media:max:768px": {
1259
+ "row-gap": "md",
1260
+ },
1261
+ "media:max:480px": {},
1262
+ "border-style": "solid",
1263
+ "border-width": "1px",
1264
+ "border-radius": "base",
1265
+ "padding-top": "base",
1266
+ "padding-left": "base",
1267
+ "padding-right": "base",
1268
+ "padding-bottom": "base",
1269
+ "column-gap": "base",
1270
+ },
1271
+ media: {
1272
+ height: "170px",
1273
+ width: "full",
1274
+ "object-fit": "contain",
1275
+ },
1276
+ "blog-info-wrapper": {
1277
+ display: "flex",
1278
+ width: "full",
1279
+ "flex-direction": "column",
1280
+ "row-gap": "base",
1281
+ "media:max:768px": {
1282
+ "row-gap": "xs",
1283
+ },
1284
+ "media:max:480px": {},
1285
+ },
1286
+ "blog-content": {
1287
+ display: "flex",
1288
+ "flex-direction": "column",
1289
+ "row-gap": "xs",
1290
+ "media:max:768px": {
1291
+ "row-gap": "2xs",
1292
+ },
1293
+ "media:max:480px": {},
1294
+ },
1295
+ "blog-header": {
1296
+ display: "flex",
1297
+ width: "full",
1298
+ "align-items": "center",
1299
+ "column-gap": "xs",
1300
+ "media:max:768px": {
1301
+ "column-gap": "2xs",
1302
+ },
1303
+ "media:max:480px": {},
1304
+ },
1305
+ "header-icon": {
1306
+ height: "20px",
1307
+ width: "20px",
1308
+ "object-fit": "contain",
1309
+ "media:max:768px": {
1310
+ height: "18px",
1311
+ width: "18px",
1312
+ },
1313
+ "media:max:480px": {},
1314
+ },
1315
+ "blog-type": {
1316
+ "font-size": "base",
1317
+ "font-weight": "normal",
1318
+ "media:max:768px": {
1319
+ "font-size": "sm",
1320
+ },
1321
+ "media:max:480px": {},
1322
+ },
1323
+ title: {
1324
+ "font-size": "2xl",
1325
+ "font-weight": "bold",
1326
+ color: "var(--color-text-1)",
1327
+ "media:max:768px": {
1328
+ "font-size": "xl",
1329
+ },
1330
+ "media:max:480px": {},
1331
+ },
1332
+ description: {
1333
+ "font-size": "sm",
1334
+ "font-weight": "normal",
1335
+ color: "var(--color-text-2)",
1336
+ "media:max:768px": {},
1337
+ "media:max:480px": {},
1338
+ display: "none",
1339
+ },
1340
+ "blog-footer": {
1341
+ display: "none",
1342
+ "align-items": "center",
1343
+ "column-gap": "md",
1344
+ },
1345
+ "blog-author": {
1346
+ display: "flex",
1347
+ "align-items": "center",
1348
+ "column-gap": "2xs",
1349
+ },
1350
+ "author-image": {
1351
+ height: "24px",
1352
+ width: "24px",
1353
+ "border-radius": "100%",
1354
+ },
1355
+ "author-name": {
1356
+ "font-size": "sm",
1357
+ "font-weight": "normal",
1358
+ color: "var(--color-text-2)",
1359
+ },
1360
+ "blog-reading-time-wrapper": {
1361
+ display: "flex",
1362
+ "align-items": "center",
1363
+ "column-gap": "3xs",
1364
+ },
1365
+ "reading-time-icon": {
1366
+ height: "16px",
1367
+ width: "16px",
1368
+ "object-fit": "contain",
1369
+ },
1370
+ "reading-time": {
1371
+ "font-size": "sm",
1372
+ "font-weight": "normal",
1373
+ color: "var(--color-text-2)",
1374
+ },
1375
+ cta: {
1376
+ display: "flex",
1377
+ width: "fit-content",
1378
+ "padding-top": "none",
1379
+ "padding-bottom": "none",
1380
+ "column-gap": "xs",
1381
+ },
1382
+ cta_rightIcon: {
1383
+ height: "22px",
1384
+ width: "22px",
1385
+ "font-size": "22px",
1386
+ },
1387
+ },
1388
+ {
1389
+ blog: {
1390
+ display: "flex",
1391
+ "flex-direction": "row",
1392
+ "row-gap": "xl",
1393
+ "media:max:768px": {
1394
+ "row-gap": "md",
1395
+ },
1396
+ "media:max:480px": {},
1397
+ "border-style": "solid",
1398
+ "border-width": "1px",
1399
+ "border-radius": "base",
1400
+ "padding-top": "base",
1401
+ "padding-left": "base",
1402
+ "padding-right": "base",
1403
+ "padding-bottom": "base",
1404
+ width: "600px",
1405
+ "column-gap": "base",
1406
+ },
1407
+ media: {
1408
+ height: "170px",
1409
+ width: "full",
1410
+ "object-fit": "contain",
1411
+ },
1412
+ "blog-info-wrapper": {
1413
+ display: "flex",
1414
+ width: "full",
1415
+ "flex-direction": "column",
1416
+ "row-gap": "base",
1417
+ "media:max:768px": {
1418
+ "row-gap": "xs",
1419
+ },
1420
+ "media:max:480px": {},
1421
+ },
1422
+ "blog-content": {
1423
+ display: "flex",
1424
+ "flex-direction": "column",
1425
+ "row-gap": "xs",
1426
+ "media:max:768px": {
1427
+ "row-gap": "2xs",
1428
+ },
1429
+ "media:max:480px": {},
1430
+ },
1431
+ "blog-header": {
1432
+ display: "flex",
1433
+ width: "full",
1434
+ "align-items": "center",
1435
+ "column-gap": "xs",
1436
+ "media:max:768px": {
1437
+ "column-gap": "2xs",
1438
+ },
1439
+ "media:max:480px": {},
1440
+ },
1441
+ "header-icon": {
1442
+ height: "20px",
1443
+ width: "20px",
1444
+ "object-fit": "contain",
1445
+ "media:max:768px": {
1446
+ height: "18px",
1447
+ width: "18px",
1448
+ },
1449
+ "media:max:480px": {},
1450
+ },
1451
+ "blog-type": {
1452
+ "font-size": "base",
1453
+ "font-weight": "normal",
1454
+ "media:max:768px": {
1455
+ "font-size": "sm",
1456
+ },
1457
+ "media:max:480px": {},
1458
+ },
1459
+ title: {
1460
+ "font-size": "2xl",
1461
+ "font-weight": "bold",
1462
+ color: "var(--color-text-1)",
1463
+ "media:max:768px": {
1464
+ "font-size": "xl",
1465
+ },
1466
+ "media:max:480px": {},
1467
+ },
1468
+ description: {
1469
+ "font-size": "sm",
1470
+ "font-weight": "normal",
1471
+ color: "var(--color-text-2)",
1472
+ "media:max:768px": {},
1473
+ "media:max:480px": {},
1474
+ display: "none",
1475
+ },
1476
+ "blog-footer": {
1477
+ display: "none",
1478
+ "align-items": "center",
1479
+ "column-gap": "md",
1480
+ },
1481
+ "blog-author": {
1482
+ display: "flex",
1483
+ "align-items": "center",
1484
+ "column-gap": "2xs",
1485
+ },
1486
+ "author-image": {
1487
+ height: "24px",
1488
+ width: "24px",
1489
+ "border-radius": "100%",
1490
+ },
1491
+ "author-name": {
1492
+ "font-size": "sm",
1493
+ "font-weight": "normal",
1494
+ color: "var(--color-text-2)",
1495
+ },
1496
+ "blog-reading-time-wrapper": {
1497
+ display: "flex",
1498
+ "align-items": "center",
1499
+ "column-gap": "3xs",
1500
+ },
1501
+ "reading-time-icon": {
1502
+ height: "16px",
1503
+ width: "16px",
1504
+ "object-fit": "contain",
1505
+ },
1506
+ "reading-time": {
1507
+ "font-size": "sm",
1508
+ "font-weight": "normal",
1509
+ color: "var(--color-text-2)",
1510
+ },
1511
+ cta: {
1512
+ display: "flex",
1513
+ width: "fit-content",
1514
+ "padding-top": "none",
1515
+ "padding-bottom": "none",
1516
+ "column-gap": "xs",
1517
+ },
1518
+ cta_rightIcon: {
1519
+ height: "22px",
1520
+ width: "22px",
1521
+ "font-size": "22px",
1522
+ },
1523
+ },
1524
+ {
1525
+ blog: {
1526
+ display: "flex",
1527
+ width: "full",
1528
+ "flex-direction": "column",
1529
+ "row-gap": "xl",
1530
+ "media:max:768px": {
1531
+ "row-gap": "md",
1532
+ },
1533
+ "media:max:480px": {},
1534
+ },
1535
+ media: {
1536
+ height: "240px",
1537
+ width: "full",
1538
+ "object-fit": "cover",
1539
+ },
1540
+ "blog-info-wrapper": {
1541
+ display: "flex",
1542
+ width: "full",
1543
+ "flex-direction": "column",
1544
+ "row-gap": "base",
1545
+ "media:max:768px": {
1546
+ "row-gap": "xs",
1547
+ },
1548
+ "media:max:480px": {},
1549
+ },
1550
+ "blog-content": {
1551
+ display: "flex",
1552
+ width: "full",
1553
+ "flex-direction": "column",
1554
+ "row-gap": "xs",
1555
+ "media:max:768px": {
1556
+ "row-gap": "2xs",
1557
+ },
1558
+ "media:max:480px": {},
1559
+ },
1560
+ "blog-header": {
1561
+ display: "flex",
1562
+ width: "full",
1563
+ "align-items": "center",
1564
+ "column-gap": "xs",
1565
+ "media:max:768px": {
1566
+ "column-gap": "2xs",
1567
+ },
1568
+ "media:max:480px": {},
1569
+ },
1570
+ "header-icon": {
1571
+ height: "20px",
1572
+ width: "20px",
1573
+ "object-fit": "contain",
1574
+ "media:max:768px": {
1575
+ height: "18px",
1576
+ width: "18px",
1577
+ },
1578
+ "media:max:480px": {},
1579
+ },
1580
+ "blog-type": {
1581
+ "font-size": "base",
1582
+ "font-weight": "normal",
1583
+ "media:max:768px": {
1584
+ "font-size": "sm",
1585
+ },
1586
+ "media:max:480px": {},
1587
+ },
1588
+ title: {
1589
+ "font-size": "2xl",
1590
+ "font-weight": "bold",
1591
+ color: "var(--color-text-1)",
1592
+ "media:max:768px": {
1593
+ "font-size": "xl",
1594
+ },
1595
+ "media:max:480px": {},
1596
+ },
1597
+ description: {
1598
+ "font-size": "sm",
1599
+ "font-weight": "normal",
1600
+ color: "var(--color-text-2)",
1601
+ "media:max:768px": {},
1602
+ "media:max:480px": {},
1603
+ },
1604
+ "blog-footer": {
1605
+ display: "flex",
1606
+ width: "full",
1607
+ "align-items": "center",
1608
+ "column-gap": "md",
1609
+ },
1610
+ "blog-author": {
1611
+ display: "flex",
1612
+ "align-items": "center",
1613
+ "column-gap": "2xs",
1614
+ },
1615
+ "author-image": {
1616
+ height: "24px",
1617
+ width: "24px",
1618
+ "border-radius": "100%",
1619
+ },
1620
+ "author-name": {
1621
+ "font-size": "sm",
1622
+ "font-weight": "normal",
1623
+ color: "var(--color-text-2)",
1624
+ },
1625
+ "blog-reading-time-wrapper": {
1626
+ display: "flex",
1627
+ "align-items": "center",
1628
+ "column-gap": "3xs",
1629
+ },
1630
+ "reading-time-icon": {
1631
+ height: "16px",
1632
+ width: "16px",
1633
+ "object-fit": "contain",
1634
+ },
1635
+ "reading-time": {
1636
+ "font-size": "sm",
1637
+ "font-weight": "normal",
1638
+ color: "var(--color-text-2)",
1639
+ },
1640
+ },
1641
+ {
1642
+ blog: {
1643
+ display: "flex",
1644
+ width: "full",
1645
+ "flex-direction": "column",
1646
+ "row-gap": "xl",
1647
+ "media:max:768px": {
1648
+ "row-gap": "md",
1649
+ },
1650
+ "media:max:480px": {},
1651
+ },
1652
+ media: {
1653
+ height: "240px",
1654
+ width: "full",
1655
+ "object-fit": "cover",
1656
+ },
1657
+ "blog-info-wrapper": {
1658
+ display: "flex",
1659
+ width: "full",
1660
+ "flex-direction": "column",
1661
+ "row-gap": "base",
1662
+ "media:max:768px": {
1663
+ "row-gap": "xs",
1664
+ },
1665
+ "media:max:480px": {},
1666
+ },
1667
+ "blog-content": {
1668
+ display: "flex",
1669
+ width: "full",
1670
+ "flex-direction": "column",
1671
+ "row-gap": "xs",
1672
+ "media:max:768px": {
1673
+ "row-gap": "2xs",
1674
+ },
1675
+ "media:max:480px": {},
1676
+ },
1677
+ "blog-header": {
1678
+ display: "flex",
1679
+ width: "full",
1680
+ "align-items": "center",
1681
+ "column-gap": "xs",
1682
+ "media:max:768px": {
1683
+ "column-gap": "2xs",
1684
+ },
1685
+ "media:max:480px": {},
1686
+ },
1687
+ "header-icon": {
1688
+ height: "20px",
1689
+ width: "20px",
1690
+ "object-fit": "contain",
1691
+ "media:max:768px": {
1692
+ height: "18px",
1693
+ width: "18px",
1694
+ },
1695
+ "media:max:480px": {},
1696
+ },
1697
+ "blog-type": {
1698
+ "font-size": "base",
1699
+ "font-weight": "normal",
1700
+ "media:max:768px": {
1701
+ "font-size": "sm",
1702
+ },
1703
+ "media:max:480px": {},
1704
+ },
1705
+ title: {
1706
+ "font-size": "2xl",
1707
+ "font-weight": "bold",
1708
+ color: "var(--color-text-1)",
1709
+ "media:max:768px": {
1710
+ "font-size": "xl",
1711
+ },
1712
+ "media:max:480px": {},
1713
+ },
1714
+ description: {
1715
+ "font-size": "sm",
1716
+ "font-weight": "normal",
1717
+ color: "var(--color-text-2)",
1718
+ "media:max:768px": {},
1719
+ "media:max:480px": {},
1720
+ },
1721
+ "blog-footer": {
1722
+ display: "flex",
1723
+ width: "full",
1724
+ "align-items": "center",
1725
+ "column-gap": "md",
1726
+ },
1727
+ "blog-author": {
1728
+ display: "flex",
1729
+ "align-items": "center",
1730
+ "column-gap": "2xs",
1731
+ },
1732
+ "author-image": {
1733
+ height: "24px",
1734
+ width: "24px",
1735
+ "border-radius": "100%",
1736
+ },
1737
+ "author-name": {
1738
+ "font-size": "sm",
1739
+ "font-weight": "normal",
1740
+ color: "var(--color-text-2)",
1741
+ },
1742
+ "blog-reading-time-wrapper": {
1743
+ display: "flex",
1744
+ "align-items": "center",
1745
+ "column-gap": "3xs",
1746
+ },
1747
+ "reading-time-icon": {
1748
+ height: "16px",
1749
+ width: "16px",
1750
+ "object-fit": "contain",
1751
+ },
1752
+ "reading-time": {
1753
+ "font-size": "sm",
1754
+ "font-weight": "normal",
1755
+ color: "var(--color-text-2)",
1756
+ },
1757
+ },
1758
+ {
1759
+ blog: {
1760
+ display: "flex",
1761
+ width: "full",
1762
+ "flex-direction": "column",
1763
+ "row-gap": "xl",
1764
+ "media:max:768px": {
1765
+ "row-gap": "md",
1766
+ },
1767
+ "media:max:480px": {},
1768
+ },
1769
+ media: {
1770
+ height: "240px",
1771
+ width: "full",
1772
+ "object-fit": "cover",
1773
+ },
1774
+ "blog-info-wrapper": {
1775
+ display: "flex",
1776
+ width: "full",
1777
+ "flex-direction": "column",
1778
+ "row-gap": "base",
1779
+ "media:max:768px": {
1780
+ "row-gap": "xs",
1781
+ },
1782
+ "media:max:480px": {},
1783
+ },
1784
+ "blog-content": {
1785
+ display: "flex",
1786
+ width: "full",
1787
+ "flex-direction": "column",
1788
+ "row-gap": "xs",
1789
+ "media:max:768px": {
1790
+ "row-gap": "2xs",
1791
+ },
1792
+ "media:max:480px": {},
1793
+ },
1794
+ "blog-header": {
1795
+ display: "flex",
1796
+ width: "full",
1797
+ "align-items": "center",
1798
+ "column-gap": "xs",
1799
+ "media:max:768px": {
1800
+ "column-gap": "2xs",
1801
+ },
1802
+ "media:max:480px": {},
1803
+ },
1804
+ "header-icon": {
1805
+ height: "20px",
1806
+ width: "20px",
1807
+ "object-fit": "contain",
1808
+ "media:max:768px": {
1809
+ height: "18px",
1810
+ width: "18px",
1811
+ },
1812
+ "media:max:480px": {},
1813
+ },
1814
+ "blog-type": {
1815
+ "font-size": "base",
1816
+ "font-weight": "normal",
1817
+ "media:max:768px": {
1818
+ "font-size": "sm",
1819
+ },
1820
+ "media:max:480px": {},
1821
+ },
1822
+ title: {
1823
+ "font-size": "2xl",
1824
+ "font-weight": "bold",
1825
+ color: "var(--color-text-1)",
1826
+ "media:max:768px": {
1827
+ "font-size": "xl",
1828
+ },
1829
+ "media:max:480px": {},
1830
+ },
1831
+ description: {
1832
+ "font-size": "sm",
1833
+ "font-weight": "normal",
1834
+ color: "var(--color-text-2)",
1835
+ "media:max:768px": {},
1836
+ "media:max:480px": {},
1837
+ },
1838
+ "blog-footer": {
1839
+ display: "flex",
1840
+ width: "full",
1841
+ "align-items": "center",
1842
+ "column-gap": "md",
1843
+ },
1844
+ "blog-author": {
1845
+ display: "flex",
1846
+ "align-items": "center",
1847
+ "column-gap": "2xs",
1848
+ },
1849
+ "author-image": {
1850
+ height: "24px",
1851
+ width: "24px",
1852
+ "border-radius": "100%",
1853
+ },
1854
+ "author-name": {
1855
+ "font-size": "sm",
1856
+ "font-weight": "normal",
1857
+ color: "var(--color-text-2)",
1858
+ },
1859
+ "blog-reading-time-wrapper": {
1860
+ display: "flex",
1861
+ "align-items": "center",
1862
+ "column-gap": "3xs",
1863
+ },
1864
+ "reading-time-icon": {
1865
+ height: "16px",
1866
+ width: "16px",
1867
+ "object-fit": "contain",
1868
+ },
1869
+ "reading-time": {
1870
+ "font-size": "sm",
1871
+ "font-weight": "normal",
1872
+ color: "var(--color-text-2)",
1873
+ },
1874
+ },
1875
+ {
1876
+ blog: {
1877
+ display: "flex",
1878
+ width: "full",
1879
+ "flex-direction": "column",
1880
+ "row-gap": "xl",
1881
+ "media:max:768px": {
1882
+ "row-gap": "md",
1883
+ },
1884
+ "media:max:480px": {},
1885
+ },
1886
+ media: {
1887
+ height: "240px",
1888
+ width: "full",
1889
+ "object-fit": "cover",
1890
+ },
1891
+ "blog-info-wrapper": {
1892
+ display: "flex",
1893
+ width: "full",
1894
+ "flex-direction": "column",
1895
+ "row-gap": "base",
1896
+ "media:max:768px": {
1897
+ "row-gap": "xs",
1898
+ },
1899
+ "media:max:480px": {},
1900
+ },
1901
+ "blog-content": {
1902
+ display: "flex",
1903
+ width: "full",
1904
+ "flex-direction": "column",
1905
+ "row-gap": "xs",
1906
+ "media:max:768px": {
1907
+ "row-gap": "2xs",
1908
+ },
1909
+ "media:max:480px": {},
1910
+ },
1911
+ "blog-header": {
1912
+ display: "flex",
1913
+ width: "full",
1914
+ "align-items": "center",
1915
+ "column-gap": "xs",
1916
+ "media:max:768px": {
1917
+ "column-gap": "2xs",
1918
+ },
1919
+ "media:max:480px": {},
1920
+ },
1921
+ "header-icon": {
1922
+ height: "20px",
1923
+ width: "20px",
1924
+ "object-fit": "contain",
1925
+ "media:max:768px": {
1926
+ height: "18px",
1927
+ width: "18px",
1928
+ },
1929
+ "media:max:480px": {},
1930
+ },
1931
+ "blog-type": {
1932
+ "font-size": "base",
1933
+ "font-weight": "normal",
1934
+ "media:max:768px": {
1935
+ "font-size": "sm",
1936
+ },
1937
+ "media:max:480px": {},
1938
+ },
1939
+ title: {
1940
+ "font-size": "2xl",
1941
+ "font-weight": "bold",
1942
+ color: "var(--color-text-1)",
1943
+ "media:max:768px": {
1944
+ "font-size": "xl",
1945
+ },
1946
+ "media:max:480px": {},
1947
+ },
1948
+ description: {
1949
+ "font-size": "sm",
1950
+ "font-weight": "normal",
1951
+ color: "var(--color-text-2)",
1952
+ "media:max:768px": {},
1953
+ "media:max:480px": {},
1954
+ },
1955
+ "blog-footer": {
1956
+ display: "flex",
1957
+ width: "full",
1958
+ "align-items": "center",
1959
+ "column-gap": "md",
1960
+ },
1961
+ "blog-author": {
1962
+ display: "flex",
1963
+ "align-items": "center",
1964
+ "column-gap": "2xs",
1965
+ },
1966
+ "author-image": {
1967
+ height: "24px",
1968
+ width: "24px",
1969
+ "border-radius": "100%",
1970
+ },
1971
+ "author-name": {
1972
+ "font-size": "sm",
1973
+ "font-weight": "normal",
1974
+ color: "var(--color-text-2)",
1975
+ },
1976
+ "blog-reading-time-wrapper": {
1977
+ display: "flex",
1978
+ "align-items": "center",
1979
+ "column-gap": "3xs",
1980
+ },
1981
+ "reading-time-icon": {
1982
+ height: "16px",
1983
+ width: "16px",
1984
+ "object-fit": "contain",
1985
+ },
1986
+ "reading-time": {
1987
+ "font-size": "sm",
1988
+ "font-weight": "normal",
1989
+ color: "var(--color-text-2)",
1990
+ },
1991
+ },
1992
+ {
1993
+ blog: {
1994
+ display: "flex",
1995
+ width: "full",
1996
+ "flex-direction": "column",
1997
+ "row-gap": "xl",
1998
+ "media:max:768px": {
1999
+ "row-gap": "md",
2000
+ },
2001
+ "media:max:480px": {},
2002
+ },
2003
+ media: {
2004
+ height: "240px",
2005
+ width: "full",
2006
+ "object-fit": "cover",
2007
+ },
2008
+ "blog-info-wrapper": {
2009
+ display: "flex",
2010
+ width: "full",
2011
+ "flex-direction": "column",
2012
+ "row-gap": "base",
2013
+ "media:max:768px": {
2014
+ "row-gap": "xs",
2015
+ },
2016
+ "media:max:480px": {},
2017
+ },
2018
+ "blog-content": {
2019
+ display: "flex",
2020
+ width: "full",
2021
+ "flex-direction": "column",
2022
+ "row-gap": "xs",
2023
+ "media:max:768px": {
2024
+ "row-gap": "2xs",
2025
+ },
2026
+ "media:max:480px": {},
2027
+ },
2028
+ "blog-header": {
2029
+ display: "flex",
2030
+ width: "full",
2031
+ "align-items": "center",
2032
+ "column-gap": "xs",
2033
+ "media:max:768px": {
2034
+ "column-gap": "2xs",
2035
+ },
2036
+ "media:max:480px": {},
2037
+ },
2038
+ "header-icon": {
2039
+ height: "20px",
2040
+ width: "20px",
2041
+ "object-fit": "contain",
2042
+ "media:max:768px": {
2043
+ height: "18px",
2044
+ width: "18px",
2045
+ },
2046
+ "media:max:480px": {},
2047
+ },
2048
+ "blog-type": {
2049
+ "font-size": "base",
2050
+ "font-weight": "normal",
2051
+ "media:max:768px": {
2052
+ "font-size": "sm",
2053
+ },
2054
+ "media:max:480px": {},
2055
+ },
2056
+ title: {
2057
+ "font-size": "2xl",
2058
+ "font-weight": "bold",
2059
+ color: "var(--color-text-1)",
2060
+ "media:max:768px": {
2061
+ "font-size": "xl",
2062
+ },
2063
+ "media:max:480px": {},
2064
+ },
2065
+ description: {
2066
+ "font-size": "sm",
2067
+ "font-weight": "normal",
2068
+ color: "var(--color-text-2)",
2069
+ "media:max:768px": {},
2070
+ "media:max:480px": {},
2071
+ },
2072
+ "blog-footer": {
2073
+ display: "flex",
2074
+ width: "full",
2075
+ "align-items": "center",
2076
+ "column-gap": "md",
2077
+ },
2078
+ "blog-author": {
2079
+ display: "flex",
2080
+ "align-items": "center",
2081
+ "column-gap": "2xs",
2082
+ },
2083
+ "author-image": {
2084
+ height: "24px",
2085
+ width: "24px",
2086
+ "border-radius": "100%",
2087
+ },
2088
+ "author-name": {
2089
+ "font-size": "sm",
2090
+ "font-weight": "normal",
2091
+ color: "var(--color-text-2)",
2092
+ },
2093
+ "blog-reading-time-wrapper": {
2094
+ display: "flex",
2095
+ "align-items": "center",
2096
+ "column-gap": "3xs",
2097
+ },
2098
+ "reading-time-icon": {
2099
+ height: "16px",
2100
+ width: "16px",
2101
+ "object-fit": "contain",
2102
+ },
2103
+ "reading-time": {
2104
+ "font-size": "sm",
2105
+ "font-weight": "normal",
2106
+ color: "var(--color-text-2)",
2107
+ },
2108
+ },
2109
+ {
2110
+ blog: {
2111
+ display: "flex",
2112
+ width: "full",
2113
+ "flex-direction": "column",
2114
+ "row-gap": "xl",
2115
+ "media:max:768px": {
2116
+ "row-gap": "md",
2117
+ },
2118
+ "media:max:480px": {},
2119
+ },
2120
+ media: {
2121
+ height: "240px",
2122
+ width: "full",
2123
+ "object-fit": "cover",
2124
+ },
2125
+ "blog-info-wrapper": {
2126
+ display: "flex",
2127
+ width: "full",
2128
+ "flex-direction": "column",
2129
+ "row-gap": "base",
2130
+ "media:max:768px": {
2131
+ "row-gap": "xs",
2132
+ },
2133
+ "media:max:480px": {},
2134
+ },
2135
+ "blog-content": {
2136
+ display: "flex",
2137
+ width: "full",
2138
+ "flex-direction": "column",
2139
+ "row-gap": "xs",
2140
+ "media:max:768px": {
2141
+ "row-gap": "2xs",
2142
+ },
2143
+ "media:max:480px": {},
2144
+ },
2145
+ "blog-header": {
2146
+ display: "flex",
2147
+ width: "full",
2148
+ "align-items": "center",
2149
+ "column-gap": "xs",
2150
+ "media:max:768px": {
2151
+ "column-gap": "2xs",
2152
+ },
2153
+ "media:max:480px": {},
2154
+ },
2155
+ "header-icon": {
2156
+ height: "20px",
2157
+ width: "20px",
2158
+ "object-fit": "contain",
2159
+ "media:max:768px": {
2160
+ height: "18px",
2161
+ width: "18px",
2162
+ },
2163
+ "media:max:480px": {},
2164
+ },
2165
+ "blog-type": {
2166
+ "font-size": "base",
2167
+ "font-weight": "normal",
2168
+ "media:max:768px": {
2169
+ "font-size": "sm",
2170
+ },
2171
+ "media:max:480px": {},
2172
+ },
2173
+ title: {
2174
+ "font-size": "2xl",
2175
+ "font-weight": "bold",
2176
+ color: "var(--color-text-1)",
2177
+ "media:max:768px": {
2178
+ "font-size": "xl",
2179
+ },
2180
+ "media:max:480px": {},
2181
+ },
2182
+ description: {
2183
+ "font-size": "sm",
2184
+ "font-weight": "normal",
2185
+ color: "var(--color-text-2)",
2186
+ "media:max:768px": {},
2187
+ "media:max:480px": {},
2188
+ },
2189
+ "blog-footer": {
2190
+ display: "flex",
2191
+ width: "full",
2192
+ "align-items": "center",
2193
+ "column-gap": "md",
2194
+ },
2195
+ "blog-author": {
2196
+ display: "flex",
2197
+ "align-items": "center",
2198
+ "column-gap": "2xs",
2199
+ },
2200
+ "author-image": {
2201
+ height: "24px",
2202
+ width: "24px",
2203
+ "border-radius": "100%",
2204
+ },
2205
+ "author-name": {
2206
+ "font-size": "sm",
2207
+ "font-weight": "normal",
2208
+ color: "var(--color-text-2)",
2209
+ },
2210
+ "blog-reading-time-wrapper": {
2211
+ display: "flex",
2212
+ "align-items": "center",
2213
+ "column-gap": "3xs",
2214
+ },
2215
+ "reading-time-icon": {
2216
+ height: "16px",
2217
+ width: "16px",
2218
+ "object-fit": "contain",
2219
+ },
2220
+ "reading-time": {
2221
+ "font-size": "sm",
2222
+ "font-weight": "normal",
2223
+ color: "var(--color-text-2)",
2224
+ },
2225
+ },
2226
+ {
2227
+ blog: {
2228
+ display: "flex",
2229
+ width: "full",
2230
+ "flex-direction": "column",
2231
+ "row-gap": "xl",
2232
+ "media:max:768px": {
2233
+ "row-gap": "md",
2234
+ },
2235
+ "media:max:480px": {},
2236
+ },
2237
+ media: {
2238
+ height: "240px",
2239
+ width: "full",
2240
+ "object-fit": "cover",
2241
+ },
2242
+ "blog-info-wrapper": {
2243
+ display: "flex",
2244
+ width: "full",
2245
+ "flex-direction": "column",
2246
+ "row-gap": "base",
2247
+ "media:max:768px": {
2248
+ "row-gap": "xs",
2249
+ },
2250
+ "media:max:480px": {},
2251
+ },
2252
+ "blog-content": {
2253
+ display: "flex",
2254
+ width: "full",
2255
+ "flex-direction": "column",
2256
+ "row-gap": "xs",
2257
+ "media:max:768px": {
2258
+ "row-gap": "2xs",
2259
+ },
2260
+ "media:max:480px": {},
2261
+ },
2262
+ "blog-header": {
2263
+ display: "flex",
2264
+ width: "full",
2265
+ "align-items": "center",
2266
+ "column-gap": "xs",
2267
+ "media:max:768px": {
2268
+ "column-gap": "2xs",
2269
+ },
2270
+ "media:max:480px": {},
2271
+ },
2272
+ "header-icon": {
2273
+ height: "20px",
2274
+ width: "20px",
2275
+ "object-fit": "contain",
2276
+ "media:max:768px": {
2277
+ height: "18px",
2278
+ width: "18px",
2279
+ },
2280
+ "media:max:480px": {},
2281
+ },
2282
+ "blog-type": {
2283
+ "font-size": "base",
2284
+ "font-weight": "normal",
2285
+ "media:max:768px": {
2286
+ "font-size": "sm",
2287
+ },
2288
+ "media:max:480px": {},
2289
+ },
2290
+ title: {
2291
+ "font-size": "2xl",
2292
+ "font-weight": "bold",
2293
+ color: "var(--color-text-1)",
2294
+ "media:max:768px": {
2295
+ "font-size": "xl",
2296
+ },
2297
+ "media:max:480px": {},
2298
+ },
2299
+ description: {
2300
+ "font-size": "sm",
2301
+ "font-weight": "normal",
2302
+ color: "var(--color-text-2)",
2303
+ "media:max:768px": {},
2304
+ "media:max:480px": {},
2305
+ },
2306
+ "blog-footer": {
2307
+ display: "flex",
2308
+ width: "full",
2309
+ "align-items": "center",
2310
+ "column-gap": "md",
2311
+ },
2312
+ "blog-author": {
2313
+ display: "flex",
2314
+ "align-items": "center",
2315
+ "column-gap": "2xs",
2316
+ },
2317
+ "author-image": {
2318
+ height: "24px",
2319
+ width: "24px",
2320
+ "border-radius": "100%",
2321
+ },
2322
+ "author-name": {
2323
+ "font-size": "sm",
2324
+ "font-weight": "normal",
2325
+ color: "var(--color-text-2)",
2326
+ },
2327
+ "blog-reading-time-wrapper": {
2328
+ display: "flex",
2329
+ "align-items": "center",
2330
+ "column-gap": "3xs",
2331
+ },
2332
+ "reading-time-icon": {
2333
+ height: "16px",
2334
+ width: "16px",
2335
+ "object-fit": "contain",
2336
+ },
2337
+ "reading-time": {
2338
+ "font-size": "sm",
2339
+ "font-weight": "normal",
2340
+ color: "var(--color-text-2)",
2341
+ },
2342
+ },
2343
+ {
2344
+ blog: {
2345
+ display: "flex",
2346
+ width: "full",
2347
+ "flex-direction": "column",
2348
+ "row-gap": "xl",
2349
+ "media:max:768px": {
2350
+ "row-gap": "md",
2351
+ },
2352
+ "media:max:480px": {},
2353
+ },
2354
+ media: {
2355
+ height: "240px",
2356
+ width: "full",
2357
+ "object-fit": "cover",
2358
+ },
2359
+ "blog-info-wrapper": {
2360
+ display: "flex",
2361
+ width: "full",
2362
+ "flex-direction": "column",
2363
+ "row-gap": "base",
2364
+ "media:max:768px": {
2365
+ "row-gap": "xs",
2366
+ },
2367
+ "media:max:480px": {},
2368
+ },
2369
+ "blog-content": {
2370
+ display: "flex",
2371
+ width: "full",
2372
+ "flex-direction": "column",
2373
+ "row-gap": "xs",
2374
+ "media:max:768px": {
2375
+ "row-gap": "2xs",
2376
+ },
2377
+ "media:max:480px": {},
2378
+ },
2379
+ "blog-header": {
2380
+ display: "flex",
2381
+ width: "full",
2382
+ "align-items": "center",
2383
+ "column-gap": "xs",
2384
+ "media:max:768px": {
2385
+ "column-gap": "2xs",
2386
+ },
2387
+ "media:max:480px": {},
2388
+ },
2389
+ "header-icon": {
2390
+ height: "20px",
2391
+ width: "20px",
2392
+ "object-fit": "contain",
2393
+ "media:max:768px": {
2394
+ height: "18px",
2395
+ width: "18px",
2396
+ },
2397
+ "media:max:480px": {},
2398
+ },
2399
+ "blog-type": {
2400
+ "font-size": "base",
2401
+ "font-weight": "normal",
2402
+ "media:max:768px": {
2403
+ "font-size": "sm",
2404
+ },
2405
+ "media:max:480px": {},
2406
+ },
2407
+ title: {
2408
+ "font-size": "2xl",
2409
+ "font-weight": "bold",
2410
+ color: "var(--color-text-1)",
2411
+ "media:max:768px": {
2412
+ "font-size": "xl",
2413
+ },
2414
+ "media:max:480px": {},
2415
+ },
2416
+ description: {
2417
+ "font-size": "sm",
2418
+ "font-weight": "normal",
2419
+ color: "var(--color-text-2)",
2420
+ "media:max:768px": {},
2421
+ "media:max:480px": {},
2422
+ },
2423
+ "blog-footer": {
2424
+ display: "flex",
2425
+ width: "full",
2426
+ "align-items": "center",
2427
+ "column-gap": "md",
2428
+ },
2429
+ "blog-author": {
2430
+ display: "flex",
2431
+ "align-items": "center",
2432
+ "column-gap": "2xs",
2433
+ },
2434
+ "author-image": {
2435
+ height: "24px",
2436
+ width: "24px",
2437
+ "border-radius": "100%",
2438
+ },
2439
+ "author-name": {
2440
+ "font-size": "sm",
2441
+ "font-weight": "normal",
2442
+ color: "var(--color-text-2)",
2443
+ },
2444
+ "blog-reading-time-wrapper": {
2445
+ display: "flex",
2446
+ "align-items": "center",
2447
+ "column-gap": "3xs",
2448
+ },
2449
+ "reading-time-icon": {
2450
+ height: "16px",
2451
+ width: "16px",
2452
+ "object-fit": "contain",
2453
+ },
2454
+ "reading-time": {
2455
+ "font-size": "sm",
2456
+ "font-weight": "normal",
2457
+ color: "var(--color-text-2)",
2458
+ },
2459
+ },
2460
+ ],
2461
+ "pagination-wrapper": {
2462
+ display: "flex",
2463
+ width: "full",
2464
+ "justify-content": "center",
2465
+ "align-items": "center",
2466
+ "column-gap": "md",
2467
+ },
2468
+ "pagination-left": {},
2469
+ "pagination-text": {},
2470
+ "pagination-right": {},
2471
+ },
2472
+ content: DEFAULT_CONTENT,
2473
+ config: {},
2474
+ },
2475
+ ],
2476
+ };