@ptcwebops/ptcw-design 6.2.17 → 6.2.18-beta

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 (242) hide show
  1. package/dist/cjs/blog-detail-content_2.cjs.entry.js +1 -1
  2. package/dist/cjs/blog-detail-layout.cjs.entry.js +1 -1
  3. package/dist/cjs/blogs-search-section.cjs.entry.js +1 -1
  4. package/dist/cjs/{component-06dda623.js → component-4dd13907.js} +2643 -832
  5. package/dist/cjs/featured-list.cjs.entry.js +1 -1
  6. package/dist/cjs/homepage-jumbotron.cjs.entry.js +1 -1
  7. package/dist/cjs/homepage-toggled-content.cjs.entry.js +1 -1
  8. package/dist/cjs/{icon-asset_18.cjs.entry.js → icon-asset_13.cjs.entry.js} +7 -286
  9. package/dist/cjs/innovator-toggle-container.cjs.entry.js +1 -1
  10. package/dist/cjs/loader.cjs.js +1 -1
  11. package/dist/cjs/modal-form-example.cjs.entry.js +94 -0
  12. package/dist/cjs/most-popular-news.cjs.entry.js +1 -1
  13. package/dist/cjs/my-component.cjs.entry.js +1 -1
  14. package/dist/cjs/ptc-accordion-item.cjs.entry.js +1 -1
  15. package/dist/cjs/ptc-bio-card.cjs.entry.js +1 -1
  16. package/dist/cjs/ptc-card-bottom_2.cjs.entry.js +1 -1
  17. package/dist/cjs/ptc-card_2.cjs.entry.js +2 -2
  18. package/dist/cjs/ptc-case-studies-slider.cjs.entry.js +1 -1
  19. package/dist/cjs/ptc-close-icon_2.cjs.entry.js +1 -1
  20. package/dist/cjs/ptc-collapse-list.cjs.entry.js +15 -20
  21. package/dist/cjs/ptc-data-lookup.cjs.entry.js +1 -2
  22. package/dist/cjs/ptc-featured-list.cjs.entry.js +1 -1
  23. package/dist/cjs/ptc-filter-level-theater.cjs.entry.js +1 -1
  24. package/dist/cjs/ptc-footer.cjs.entry.js +1 -1
  25. package/dist/cjs/{ptc-form-checkbox_2.cjs.entry.js → ptc-form-checkbox_4.cjs.entry.js} +787 -5
  26. package/dist/cjs/ptc-homepage-image-feature.cjs.entry.js +1 -1
  27. package/dist/cjs/ptc-homepage-video-background.cjs.entry.js +1 -1
  28. package/dist/cjs/ptc-icon-card.cjs.entry.js +8 -2
  29. package/dist/cjs/ptc-link.cjs.entry.js +5 -13
  30. package/dist/cjs/ptc-media-card.cjs.entry.js +1 -1
  31. package/dist/cjs/ptc-nav-link.cjs.entry.js +48 -0
  32. package/dist/cjs/ptc-nav-slider.cjs.entry.js +106 -0
  33. package/dist/cjs/ptc-nav-submenu.cjs.entry.js +51 -0
  34. package/dist/cjs/ptc-podcast-card.cjs.entry.js +1 -1
  35. package/dist/cjs/ptc-previous-url.cjs.entry.js +10 -2
  36. package/dist/cjs/ptc-pricing-packaging-table.cjs.entry.js +1 -1
  37. package/dist/cjs/ptc-pricing-tabs.cjs.entry.js +1 -1
  38. package/dist/cjs/ptc-product-card.cjs.entry.js +1 -1
  39. package/dist/cjs/ptc-product-category.cjs.entry.js +1 -1
  40. package/dist/cjs/ptc-product-highlight-card.cjs.entry.js +1 -1
  41. package/dist/cjs/ptc-readmore-char.cjs.entry.js +1 -1
  42. package/dist/cjs/ptc-readmore-v3.cjs.entry.js +1 -1
  43. package/dist/cjs/ptc-social-icons-footer.cjs.entry.js +7 -2
  44. package/dist/cjs/ptc-sticky-section.cjs.entry.js +70 -0
  45. package/dist/cjs/ptc-subnav.cjs.entry.js +37 -0
  46. package/dist/cjs/ptc-tooltip-v2.cjs.entry.js +1 -1
  47. package/dist/cjs/ptc-value-led-speed-bump.cjs.entry.js +1 -1
  48. package/dist/cjs/ptc-white-paper.cjs.entry.js +1 -1
  49. package/dist/cjs/ptcw-design.cjs.js +1 -1
  50. package/dist/cjs/{utils-87d7b99f.js → utils-ad441b07.js} +9 -0
  51. package/dist/collection/collection-manifest.json +1 -0
  52. package/dist/collection/components/icon-asset/icon-asset.css +0 -6
  53. package/dist/collection/components/icon-asset/media/designer-v6.0.6.svg +30 -2
  54. package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.css +20 -5
  55. package/dist/collection/components/organism-bundles/bundle-featured-list/featured-list.css +19 -1
  56. package/dist/collection/components/organism-bundles/form/modal-from-example/modal-form-example.css +26 -0
  57. package/dist/collection/components/organism-bundles/form/modal-from-example/modal-form-example.js +99 -0
  58. package/dist/collection/components/ptc-bio-card/ptc-bio-card.css +20 -5
  59. package/dist/collection/components/ptc-button/ptc-button.js +4 -1
  60. package/dist/collection/components/ptc-card-wrapper/ptc-card-wrapper.css +10 -0
  61. package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.css +20 -5
  62. package/dist/collection/components/ptc-collapse-list/ptc-collapse-list.js +50 -19
  63. package/dist/collection/components/ptc-featured-list/ptc-featured-list.css +20 -5
  64. package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.css +20 -5
  65. package/dist/collection/components/ptc-footer/ptc-footer-v2.css +14 -1
  66. package/dist/collection/components/ptc-icon-card/ptc-icon-card.css +10 -0
  67. package/dist/collection/components/ptc-icon-card/ptc-icon-card.js +25 -1
  68. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +20 -5
  69. package/dist/collection/components/ptc-link/ptc-link.css +8 -0
  70. package/dist/collection/components/ptc-link/ptc-link.js +4 -12
  71. package/dist/collection/components/ptc-modal/ptc-modal.css +4 -0
  72. package/dist/collection/components/ptc-modal/ptc-modal.js +2 -2
  73. package/dist/collection/components/ptc-para/ptc-para.css +3 -0
  74. package/dist/collection/components/ptc-para/ptc-para.js +2 -2
  75. package/dist/collection/components/ptc-podcast-card/ptc-podcast-card.css +20 -5
  76. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.css +24 -46
  77. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.js +1 -1
  78. package/dist/collection/components/ptc-previous-url/ptc-previous-url.css +16 -0
  79. package/dist/collection/components/ptc-previous-url/ptc-previous-url.js +27 -1
  80. package/dist/collection/components/ptc-product-card/ptc-product-card.css +20 -5
  81. package/dist/collection/components/ptc-product-category/ptc-product-category.css +20 -5
  82. package/dist/collection/components/ptc-product-highlight-card/ptc-product-highlight-card.css +20 -5
  83. package/dist/collection/components/ptc-readmore-char/ptc-readmore-char.css +20 -5
  84. package/dist/collection/components/ptc-readmore-v3/ptc-readmore-v3.css +20 -5
  85. package/dist/collection/components/ptc-social-icons-footer/ptc-social-icons-footer.css +10 -0
  86. package/dist/collection/components/ptc-social-icons-footer/ptc-social-icons-footer.js +24 -1
  87. package/dist/collection/components/ptc-tooltip-v2/ptc-tooltip-v2.css +20 -5
  88. package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.css +20 -5
  89. package/dist/collection/components/ptc-white-paper/ptc-white-paper.css +20 -5
  90. package/dist/collection/components/subnav/ptc-nav-submenu/ptc-nav-submenu.css +7 -0
  91. package/dist/collection/stories/organisms/eSupport/CaseTracker/preview.stories.js +45 -0
  92. package/dist/collection/stories/organisms/eSupport/SupportArticle/preview.stories.js +47 -0
  93. package/dist/collection/stories/organisms/eSupport/SupportPage/preview.stories.js +157 -0
  94. package/dist/collection/utils/utils.js +8 -0
  95. package/dist/custom-elements/index.d.ts +6 -0
  96. package/dist/custom-elements/index.js +171 -66
  97. package/dist/esm/blog-detail-content_2.entry.js +1 -1
  98. package/dist/esm/blog-detail-layout.entry.js +1 -1
  99. package/dist/esm/blogs-search-section.entry.js +1 -1
  100. package/dist/esm/{component-274da230.js → component-9c921cc6.js} +2592 -793
  101. package/dist/esm/featured-list.entry.js +1 -1
  102. package/dist/esm/homepage-jumbotron.entry.js +1 -1
  103. package/dist/esm/homepage-toggled-content.entry.js +1 -1
  104. package/dist/esm/{icon-asset_18.entry.js → icon-asset_13.entry.js} +8 -282
  105. package/dist/esm/innovator-toggle-container.entry.js +1 -1
  106. package/dist/esm/loader.js +1 -1
  107. package/dist/esm/modal-form-example.entry.js +90 -0
  108. package/dist/esm/most-popular-news.entry.js +1 -1
  109. package/dist/esm/my-component.entry.js +1 -1
  110. package/dist/esm/ptc-accordion-item.entry.js +1 -1
  111. package/dist/esm/ptc-bio-card.entry.js +1 -1
  112. package/dist/esm/ptc-card-bottom_2.entry.js +1 -1
  113. package/dist/esm/ptc-card_2.entry.js +2 -2
  114. package/dist/esm/ptc-case-studies-slider.entry.js +1 -1
  115. package/dist/esm/ptc-close-icon_2.entry.js +1 -1
  116. package/dist/esm/ptc-collapse-list.entry.js +15 -20
  117. package/dist/esm/ptc-data-lookup.entry.js +1 -2
  118. package/dist/esm/ptc-featured-list.entry.js +1 -1
  119. package/dist/esm/ptc-filter-level-theater.entry.js +1 -1
  120. package/dist/esm/ptc-footer.entry.js +1 -1
  121. package/dist/esm/{ptc-form-checkbox_2.entry.js → ptc-form-checkbox_4.entry.js} +784 -4
  122. package/dist/esm/ptc-homepage-image-feature.entry.js +1 -1
  123. package/dist/esm/ptc-homepage-video-background.entry.js +1 -1
  124. package/dist/esm/ptc-icon-card.entry.js +9 -3
  125. package/dist/esm/ptc-link.entry.js +5 -13
  126. package/dist/esm/ptc-media-card.entry.js +1 -1
  127. package/dist/esm/ptc-nav-link.entry.js +44 -0
  128. package/dist/esm/ptc-nav-slider.entry.js +102 -0
  129. package/dist/esm/ptc-nav-submenu.entry.js +47 -0
  130. package/dist/esm/ptc-podcast-card.entry.js +1 -1
  131. package/dist/esm/ptc-previous-url.entry.js +10 -2
  132. package/dist/esm/ptc-pricing-packaging-table.entry.js +1 -1
  133. package/dist/esm/ptc-pricing-tabs.entry.js +1 -1
  134. package/dist/esm/ptc-product-card.entry.js +1 -1
  135. package/dist/esm/ptc-product-category.entry.js +1 -1
  136. package/dist/esm/ptc-product-highlight-card.entry.js +1 -1
  137. package/dist/esm/ptc-readmore-char.entry.js +1 -1
  138. package/dist/esm/ptc-readmore-v3.entry.js +1 -1
  139. package/dist/esm/ptc-social-icons-footer.entry.js +7 -2
  140. package/dist/esm/ptc-sticky-section.entry.js +66 -0
  141. package/dist/esm/ptc-subnav.entry.js +33 -0
  142. package/dist/esm/ptc-tooltip-v2.entry.js +1 -1
  143. package/dist/esm/ptc-value-led-speed-bump.entry.js +1 -1
  144. package/dist/esm/ptc-white-paper.entry.js +1 -1
  145. package/dist/esm/ptcw-design.js +1 -1
  146. package/dist/esm/{utils-b7c6422e.js → utils-ff65c75b.js} +9 -1
  147. package/dist/ptcw-design/media/designer-v6.0.6.svg +30 -2
  148. package/dist/ptcw-design/p-01ad1cc2.entry.js +68 -0
  149. package/dist/ptcw-design/{p-6f9b7842.entry.js → p-051ba8f9.entry.js} +1 -1
  150. package/dist/ptcw-design/{p-f7ff8ee1.entry.js → p-0c862dbd.entry.js} +1 -1
  151. package/dist/ptcw-design/p-1adea6a5.entry.js +1 -0
  152. package/dist/ptcw-design/p-20670bc5.entry.js +1 -0
  153. package/dist/ptcw-design/{p-f6c3ae79.entry.js → p-208ca9de.entry.js} +1 -1
  154. package/dist/ptcw-design/p-20d837a9.entry.js +1 -0
  155. package/dist/ptcw-design/{p-dd10fc1f.entry.js → p-20d84f63.entry.js} +1 -1
  156. package/dist/ptcw-design/p-23302a4e.entry.js +1 -0
  157. package/dist/ptcw-design/{p-d2ed7e48.entry.js → p-2a255901.entry.js} +1 -1
  158. package/dist/ptcw-design/{p-ccead907.entry.js → p-2d0a9613.entry.js} +1 -1
  159. package/dist/ptcw-design/{p-ac860994.entry.js → p-2ee3a32b.entry.js} +1 -1
  160. package/dist/ptcw-design/p-330e1a36.entry.js +1 -0
  161. package/dist/ptcw-design/p-3a7c5330.entry.js +1 -0
  162. package/dist/ptcw-design/p-3ada2482.entry.js +1 -0
  163. package/dist/ptcw-design/p-45f01b17.entry.js +1 -0
  164. package/dist/ptcw-design/p-4e41c031.entry.js +1 -0
  165. package/dist/ptcw-design/p-4e8c87e1.entry.js +1 -0
  166. package/dist/ptcw-design/p-5ae21271.entry.js +1 -0
  167. package/dist/ptcw-design/p-6a79e68e.entry.js +1 -0
  168. package/dist/ptcw-design/p-73a41148.entry.js +1 -0
  169. package/dist/ptcw-design/p-8872161f.js +1 -0
  170. package/dist/ptcw-design/{p-0151c2ee.entry.js → p-907727fd.entry.js} +1 -1
  171. package/dist/ptcw-design/p-998265ca.entry.js +1 -0
  172. package/dist/ptcw-design/{p-ade21638.entry.js → p-9b60270e.entry.js} +1 -1
  173. package/dist/ptcw-design/p-9db0897a.entry.js +1 -0
  174. package/dist/ptcw-design/{p-a2e0ebdf.entry.js → p-9e6fb4ba.entry.js} +1 -1
  175. package/dist/ptcw-design/p-a220ab2c.entry.js +1 -0
  176. package/dist/ptcw-design/{p-5db96118.entry.js → p-a560e839.entry.js} +1 -1
  177. package/dist/ptcw-design/p-aba549b7.entry.js +1 -0
  178. package/dist/ptcw-design/p-abdd3b8e.entry.js +1 -0
  179. package/dist/ptcw-design/{p-0596f764.entry.js → p-b1c1de30.entry.js} +1 -1
  180. package/dist/ptcw-design/{p-4f959e8f.entry.js → p-b4ba719a.entry.js} +1 -1
  181. package/dist/ptcw-design/p-b6214065.entry.js +1 -0
  182. package/dist/ptcw-design/p-bcab66bf.js +336 -0
  183. package/dist/ptcw-design/{p-7267b11d.entry.js → p-bf076b87.entry.js} +1 -1
  184. package/dist/ptcw-design/{p-d574d14a.entry.js → p-c9518684.entry.js} +1 -1
  185. package/dist/ptcw-design/p-ca268a17.entry.js +1 -0
  186. package/dist/ptcw-design/{p-e4c56952.entry.js → p-ce6d1c5f.entry.js} +1 -1
  187. package/dist/ptcw-design/p-d5fbe774.entry.js +1 -0
  188. package/dist/ptcw-design/{p-4464123f.entry.js → p-d871e7f7.entry.js} +1 -1
  189. package/dist/ptcw-design/p-dabb1b70.entry.js +1 -0
  190. package/dist/ptcw-design/p-e77d2204.entry.js +1 -0
  191. package/dist/ptcw-design/{p-ace3e87f.entry.js → p-e895bf99.entry.js} +1 -1
  192. package/dist/ptcw-design/p-ef55ab3c.entry.js +1 -0
  193. package/dist/ptcw-design/p-f2006b03.entry.js +1 -0
  194. package/dist/ptcw-design/p-fb2e4612.entry.js +1 -0
  195. package/dist/ptcw-design/{p-ea8e0b2e.entry.js → p-fc0d9251.entry.js} +1 -1
  196. package/dist/ptcw-design/ptcw-design.css +2 -2
  197. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  198. package/dist/types/components/organism-bundles/form/modal-from-example/modal-form-example.d.ts +25 -0
  199. package/dist/types/components/ptc-button/ptc-button.d.ts +1 -0
  200. package/dist/types/components/ptc-collapse-list/ptc-collapse-list.d.ts +3 -2
  201. package/dist/types/components/ptc-icon-card/ptc-icon-card.d.ts +6 -0
  202. package/dist/types/components/ptc-link/ptc-link.d.ts +1 -0
  203. package/dist/types/components/ptc-modal/ptc-modal.d.ts +1 -1
  204. package/dist/types/components/ptc-para/ptc-para.d.ts +1 -1
  205. package/dist/types/components/ptc-previous-url/ptc-previous-url.d.ts +2 -0
  206. package/dist/types/components/ptc-social-icons-footer/ptc-social-icons-footer.d.ts +5 -0
  207. package/dist/types/components.d.ts +39 -4
  208. package/dist/types/utils/utils.d.ts +1 -0
  209. package/package.json +1 -1
  210. package/readme.md +5 -1
  211. package/dist/cjs/component-5b5b6a98.js +0 -1819
  212. package/dist/cjs/ptc-multi-select_2.cjs.entry.js +0 -670
  213. package/dist/cjs/validation-messages-33a4f26b.js +0 -126
  214. package/dist/esm/component-341e4eaa.js +0 -1802
  215. package/dist/esm/ptc-multi-select_2.entry.js +0 -665
  216. package/dist/esm/validation-messages-adbb6518.js +0 -124
  217. package/dist/ptcw-design/p-03e0fa1d.entry.js +0 -1
  218. package/dist/ptcw-design/p-03f4d5a8.entry.js +0 -1
  219. package/dist/ptcw-design/p-18a5a338.js +0 -1
  220. package/dist/ptcw-design/p-26c1f6a3.entry.js +0 -1
  221. package/dist/ptcw-design/p-2aa419ae.entry.js +0 -1
  222. package/dist/ptcw-design/p-2ead689e.entry.js +0 -1
  223. package/dist/ptcw-design/p-36b5cea1.entry.js +0 -1
  224. package/dist/ptcw-design/p-3df53e71.entry.js +0 -1
  225. package/dist/ptcw-design/p-3e06f959.entry.js +0 -1
  226. package/dist/ptcw-design/p-4819422a.entry.js +0 -1
  227. package/dist/ptcw-design/p-520542e2.entry.js +0 -1
  228. package/dist/ptcw-design/p-6b4c37a1.entry.js +0 -1
  229. package/dist/ptcw-design/p-7c416916.entry.js +0 -1
  230. package/dist/ptcw-design/p-841b807d.js +0 -1
  231. package/dist/ptcw-design/p-899a1931.entry.js +0 -1
  232. package/dist/ptcw-design/p-a14ef9c4.entry.js +0 -1
  233. package/dist/ptcw-design/p-ad4f4f33.entry.js +0 -1
  234. package/dist/ptcw-design/p-afa43eff.entry.js +0 -1
  235. package/dist/ptcw-design/p-be533f0d.js +0 -134
  236. package/dist/ptcw-design/p-c1513c3f.js +0 -203
  237. package/dist/ptcw-design/p-cc62e907.entry.js +0 -1
  238. package/dist/ptcw-design/p-ce6349f1.entry.js +0 -1
  239. package/dist/ptcw-design/p-dd978236.entry.js +0 -1
  240. package/dist/ptcw-design/p-e48bf1ce.entry.js +0 -68
  241. package/dist/ptcw-design/p-e9987674.entry.js +0 -1
  242. package/dist/ptcw-design/p-f5dd551a.entry.js +0 -1
@@ -1178,23 +1178,38 @@ a:focus-visible {
1178
1178
  border-radius: var(--ptc-border-radius-standard);
1179
1179
  }
1180
1180
 
1181
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a), .light-links a.light-link, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a), .background-grey-10 a.light-link, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a), .background-plm-grey a.light-link {
1181
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .light-links a.light-link, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .background-grey-10 a.light-link, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .background-plm-grey a.light-link {
1182
1182
  color: var(--color-blue-04);
1183
+ margin: -2px;
1184
+ border: 2px solid transparent;
1183
1185
  }
1184
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):visited, .light-links a.light-link:visited, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):visited, .background-grey-10 a.light-link:visited, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):visited, .background-plm-grey a.light-link:visited {
1186
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .light-links a.light-link:visited, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .background-grey-10 a.light-link:visited, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .background-plm-grey a.light-link:visited {
1185
1187
  color: var(--color-blue-06);
1186
1188
  }
1187
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):active, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):visited:active, .light-links a.light-link:active, .light-links a.light-link:visited:active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):visited:active, .background-grey-10 a.light-link:active, .background-grey-10 a.light-link:visited:active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):visited:active, .background-plm-grey a.light-link:active, .background-plm-grey a.light-link:visited:active {
1189
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .light-links a.light-link:active, .light-links a.light-link:visited:active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .background-grey-10 a.light-link:active, .background-grey-10 a.light-link:visited:active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .background-plm-grey a.light-link:active, .background-plm-grey a.light-link:visited:active {
1188
1190
  transition: none;
1189
1191
  color: var(--color-blue-07);
1190
1192
  }
1191
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):hover, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):visited:hover, .light-links a.light-link:hover, .light-links a.light-link:visited:hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):visited:hover, .background-grey-10 a.light-link:hover, .background-grey-10 a.light-link:visited:hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):visited:hover, .background-plm-grey a.light-link:hover, .background-plm-grey a.light-link:visited:hover {
1193
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .light-links a.light-link:hover, .light-links a.light-link:visited:hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .background-grey-10 a.light-link:hover, .background-grey-10 a.light-link:visited:hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .background-plm-grey a.light-link:hover, .background-plm-grey a.light-link:visited:hover {
1192
1194
  color: var(--color-blue-05);
1193
1195
  }
1194
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a).disabled, .light-links a.light-link.disabled, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a).disabled, .background-grey-10 a.light-link.disabled, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a).disabled, .background-plm-grey a.light-link.disabled {
1196
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .light-links a.light-link.disabled, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .background-grey-10 a.light-link.disabled, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .background-plm-grey a.light-link.disabled {
1195
1197
  color: var(--color-gray-04) !important;
1196
1198
  cursor: not-allowed;
1197
1199
  }
1200
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .light-links a.light-link:focus-visible, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .background-grey-10 a.light-link:focus-visible, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .background-plm-grey a.light-link:focus-visible {
1201
+ border-radius: var(--ptc-border-radius-standard);
1202
+ border: 2px solid white;
1203
+ outline: 5px solid var(--keyboard-nav-outline);
1204
+ }
1205
+ .light-links .podcast-cta-section a, .background-grey-10 .podcast-cta-section a, .background-plm-grey .podcast-cta-section a {
1206
+ border: 2px solid transparent;
1207
+ }
1208
+ .light-links .podcast-cta-section a:focus-visible, .background-grey-10 .podcast-cta-section a:focus-visible, .background-plm-grey .podcast-cta-section a:focus-visible {
1209
+ border-radius: var(--ptc-border-radius-standard);
1210
+ border: 2px solid white;
1211
+ outline: 5px solid var(--keyboard-nav-outline);
1212
+ }
1198
1213
 
1199
1214
  .ptc-link {
1200
1215
  color: var(--color-gray-10);
@@ -74,6 +74,10 @@ ptc-link, ptc-square-card,
74
74
  text-decoration: none;
75
75
  transition: color var(--ptc-transition-fast) var(--ptc-ease-inout);
76
76
  }
77
+ .ptc-link.focus-state-dark-background {
78
+ border: 2px solid transparent;
79
+ margin: -2px;
80
+ }
77
81
  .ptc-link:active {
78
82
  transition: none;
79
83
  }
@@ -96,6 +100,10 @@ ptc-link, ptc-square-card,
96
100
  text-decoration-thickness: 2px;
97
101
  transition: text-decoration-color var(--ptc-transition-medium) var(--ptc-ease-inout);
98
102
  }
103
+ .simple.focus-state-dark-background {
104
+ border: 2px solid transparent;
105
+ margin: -2px;
106
+ }
99
107
  .simple:hover {
100
108
  color: var(--color-green-06);
101
109
  transition: text-decoration-color var(--ptc-transition-medium) var(--ptc-ease-inout);
@@ -1,5 +1,5 @@
1
1
  import { h, Host } from '@stencil/core';
2
- import { getSeoTagType } from '../../utils/utils';
2
+ import { getSeoTagType, CheckDarkFocusState } from '../../utils/utils';
3
3
  export class PtcLink {
4
4
  constructor() {
5
5
  this.disabled = false;
@@ -17,6 +17,9 @@ export class PtcLink {
17
17
  this.tabNav = 0;
18
18
  this.darkFocusState = false;
19
19
  }
20
+ componentWillLoad() {
21
+ CheckDarkFocusState(this, this.el);
22
+ }
20
23
  seoCompRender() {
21
24
  const classMap = this.getCssClassMap();
22
25
  const [TagType, firstChild] = getSeoTagType(this.el, "a");
@@ -30,17 +33,6 @@ export class PtcLink {
30
33
  const classMap = this.getCssClassMap();
31
34
  return (h(Host, null, this.styles && h("style", null, this.styles), h("div", { id: this.trackerId, class: "tracker-div mf-listen" }, h("a", Object.assign({ class: classMap, href: this.href, target: this.external ? '_blank' : this.target, title: this.linkTitle }, (!!this.tabNav ? { tabindex: -1 } : { tabindex: 0 })), h("slot", null)))));
32
35
  }
33
- // render() {
34
- // const classMap = this.getCssClassMap();
35
- // return (
36
- // <Host>
37
- // {this.styles && <style>{this.styles}</style>}
38
- // <a class={classMap} href={this.href} target={this.external ? '_blank' : this.target} title={this.linkTitle}>
39
- // <slot></slot>
40
- // </a>
41
- // </Host>
42
- // );
43
- // }
44
36
  render() {
45
37
  if (this.seoCompatibilityMode) {
46
38
  return this.seoCompRender();
@@ -82,6 +82,7 @@ ptc-link, ptc-square-card,
82
82
  align-content: flex-end;
83
83
  z-index: 50020;
84
84
  transform: translateY(-100%);
85
+ position: relative;
85
86
  }
86
87
  @media only screen and (min-width: 992px) {
87
88
  .wrapper .modal-popup {
@@ -97,6 +98,9 @@ ptc-link, ptc-square-card,
97
98
  .wrapper .modal-popup.xl {
98
99
  max-width: 64.0625rem;
99
100
  }
101
+ .wrapper .modal-popup.fit-content {
102
+ max-width: fit-content;
103
+ }
100
104
  .wrapper .modal-popup.max {
101
105
  width: calc(100% - 4rem);
102
106
  max-width: 75rem;
@@ -227,8 +227,8 @@ export class PtcModal {
227
227
  "type": "string",
228
228
  "mutable": true,
229
229
  "complexType": {
230
- "original": "'sm' | 'md' | 'lg' | 'xl' | 'max'| 'sm-modal'",
231
- "resolved": "\"lg\" | \"max\" | \"md\" | \"sm\" | \"sm-modal\" | \"xl\"",
230
+ "original": "'sm' | 'md' | 'lg' | 'xl' | 'fit-content' | 'max'| 'sm-modal'",
231
+ "resolved": "\"fit-content\" | \"lg\" | \"max\" | \"md\" | \"sm\" | \"sm-modal\" | \"xl\"",
232
232
  "references": {}
233
233
  },
234
234
  "required": false,
@@ -104,6 +104,9 @@ p.main {
104
104
  p.primary-grey {
105
105
  color: var(--color-gray-10);
106
106
  }
107
+ p.primary-green {
108
+ color: var(--color-green-06);
109
+ }
107
110
  p.gray-darker {
108
111
  color: var(--color-gray-11);
109
112
  }
@@ -185,8 +185,8 @@ export class PtcPara {
185
185
  "type": "string",
186
186
  "mutable": false,
187
187
  "complexType": {
188
- "original": "'primary-grey' | 'white' | 'gray-darker'",
189
- "resolved": "\"gray-darker\" | \"primary-grey\" | \"white\"",
188
+ "original": "'primary-grey' | 'primary-green' | 'white' | 'gray-darker'",
189
+ "resolved": "\"gray-darker\" | \"primary-green\" | \"primary-grey\" | \"white\"",
190
190
  "references": {}
191
191
  },
192
192
  "required": false,
@@ -5602,23 +5602,38 @@ a:focus-visible {
5602
5602
  border-radius: var(--ptc-border-radius-standard);
5603
5603
  }
5604
5604
 
5605
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a), .light-links a.light-link, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a), .background-grey-10 a.light-link, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a), .background-plm-grey a.light-link {
5605
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .light-links a.light-link, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .background-grey-10 a.light-link, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .background-plm-grey a.light-link {
5606
5606
  color: var(--color-blue-04);
5607
+ margin: -2px;
5608
+ border: 2px solid transparent;
5607
5609
  }
5608
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):visited, .light-links a.light-link:visited, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):visited, .background-grey-10 a.light-link:visited, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):visited, .background-plm-grey a.light-link:visited {
5610
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .light-links a.light-link:visited, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .background-grey-10 a.light-link:visited, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .background-plm-grey a.light-link:visited {
5609
5611
  color: var(--color-blue-06);
5610
5612
  }
5611
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):active, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):visited:active, .light-links a.light-link:active, .light-links a.light-link:visited:active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):visited:active, .background-grey-10 a.light-link:active, .background-grey-10 a.light-link:visited:active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):visited:active, .background-plm-grey a.light-link:active, .background-plm-grey a.light-link:visited:active {
5613
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .light-links a.light-link:active, .light-links a.light-link:visited:active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .background-grey-10 a.light-link:active, .background-grey-10 a.light-link:visited:active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .background-plm-grey a.light-link:active, .background-plm-grey a.light-link:visited:active {
5612
5614
  transition: none;
5613
5615
  color: var(--color-blue-07);
5614
5616
  }
5615
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):hover, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):visited:hover, .light-links a.light-link:hover, .light-links a.light-link:visited:hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):visited:hover, .background-grey-10 a.light-link:hover, .background-grey-10 a.light-link:visited:hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):visited:hover, .background-plm-grey a.light-link:hover, .background-plm-grey a.light-link:visited:hover {
5617
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .light-links a.light-link:hover, .light-links a.light-link:visited:hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .background-grey-10 a.light-link:hover, .background-grey-10 a.light-link:visited:hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .background-plm-grey a.light-link:hover, .background-plm-grey a.light-link:visited:hover {
5616
5618
  color: var(--color-blue-05);
5617
5619
  }
5618
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a).disabled, .light-links a.light-link.disabled, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a).disabled, .background-grey-10 a.light-link.disabled, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a).disabled, .background-plm-grey a.light-link.disabled {
5620
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .light-links a.light-link.disabled, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .background-grey-10 a.light-link.disabled, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .background-plm-grey a.light-link.disabled {
5619
5621
  color: var(--color-gray-04) !important;
5620
5622
  cursor: not-allowed;
5621
5623
  }
5624
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .light-links a.light-link:focus-visible, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .background-grey-10 a.light-link:focus-visible, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .background-plm-grey a.light-link:focus-visible {
5625
+ border-radius: var(--ptc-border-radius-standard);
5626
+ border: 2px solid white;
5627
+ outline: 5px solid var(--keyboard-nav-outline);
5628
+ }
5629
+ .light-links .podcast-cta-section a, .background-grey-10 .podcast-cta-section a, .background-plm-grey .podcast-cta-section a {
5630
+ border: 2px solid transparent;
5631
+ }
5632
+ .light-links .podcast-cta-section a:focus-visible, .background-grey-10 .podcast-cta-section a:focus-visible, .background-plm-grey .podcast-cta-section a:focus-visible {
5633
+ border-radius: var(--ptc-border-radius-standard);
5634
+ border: 2px solid white;
5635
+ outline: 5px solid var(--keyboard-nav-outline);
5636
+ }
5622
5637
 
5623
5638
  .ptc-link {
5624
5639
  color: var(--color-gray-10);
@@ -1981,7 +1981,7 @@ ptc-link, ptc-square-card,
1981
1981
  margin-bottom: 38px;
1982
1982
  margin-top: 22px;
1983
1983
  }
1984
- @media only screen and (min-width: 992px) {
1984
+ @media only screen and (min-width: 1440px) {
1985
1985
  .preloader-events-listing .jumbotron .jumbotron-bg .short-1 {
1986
1986
  margin-bottom: 40px;
1987
1987
  }
@@ -1991,7 +1991,7 @@ ptc-link, ptc-square-card,
1991
1991
  margin-bottom: 24px;
1992
1992
  align-self: center;
1993
1993
  }
1994
- @media only screen and (min-width: 992px) {
1994
+ @media only screen and (min-width: 1440px) {
1995
1995
  .preloader-events-listing .jumbotron .jumbotron-bg .short-2 {
1996
1996
  margin-bottom: 25px;
1997
1997
  }
@@ -2005,7 +2005,7 @@ ptc-link, ptc-square-card,
2005
2005
  width: 335px;
2006
2006
  }
2007
2007
  }
2008
- @media only screen and (min-width: 992px) {
2008
+ @media only screen and (min-width: 1440px) {
2009
2009
  .preloader-events-listing .jumbotron .jumbotron-bg .short-3 {
2010
2010
  width: 445px;
2011
2011
  }
@@ -2019,7 +2019,7 @@ ptc-link, ptc-square-card,
2019
2019
  width: 397px;
2020
2020
  }
2021
2021
  }
2022
- @media only screen and (min-width: 992px) {
2022
+ @media only screen and (min-width: 1440px) {
2023
2023
  .preloader-events-listing .jumbotron .jumbotron-bg .short-4 {
2024
2024
  width: 525px;
2025
2025
  }
@@ -2029,7 +2029,7 @@ ptc-link, ptc-square-card,
2029
2029
  align-self: center;
2030
2030
  margin-bottom: 20px;
2031
2031
  }
2032
- @media only screen and (min-width: 992px) {
2032
+ @media only screen and (min-width: 1440px) {
2033
2033
  .preloader-events-listing .jumbotron .jumbotron-bg .short-5 {
2034
2034
  width: 769px;
2035
2035
  }
@@ -2043,7 +2043,7 @@ ptc-link, ptc-square-card,
2043
2043
  width: 411px;
2044
2044
  }
2045
2045
  }
2046
- @media only screen and (min-width: 992px) {
2046
+ @media only screen and (min-width: 1440px) {
2047
2047
  .preloader-events-listing .jumbotron .jumbotron-bg .short-6 {
2048
2048
  width: 621px;
2049
2049
  }
@@ -2057,7 +2057,7 @@ ptc-link, ptc-square-card,
2057
2057
  width: 383px;
2058
2058
  }
2059
2059
  }
2060
- @media only screen and (min-width: 992px) {
2060
+ @media only screen and (min-width: 1440px) {
2061
2061
  .preloader-events-listing .jumbotron .jumbotron-bg .short-7 {
2062
2062
  display: none;
2063
2063
  }
@@ -2071,7 +2071,7 @@ ptc-link, ptc-square-card,
2071
2071
  width: 435px;
2072
2072
  }
2073
2073
  }
2074
- @media only screen and (min-width: 992px) {
2074
+ @media only screen and (min-width: 1440px) {
2075
2075
  .preloader-events-listing .jumbotron .jumbotron-bg .short-8 {
2076
2076
  display: none;
2077
2077
  }
@@ -2085,7 +2085,7 @@ ptc-link, ptc-square-card,
2085
2085
  width: 199px;
2086
2086
  }
2087
2087
  }
2088
- @media only screen and (min-width: 992px) {
2088
+ @media only screen and (min-width: 1440px) {
2089
2089
  .preloader-events-listing .jumbotron .jumbotron-bg .short-9 {
2090
2090
  display: none;
2091
2091
  }
@@ -2101,7 +2101,7 @@ ptc-link, ptc-square-card,
2101
2101
  width: 411px;
2102
2102
  }
2103
2103
  }
2104
- @media only screen and (min-width: 992px) {
2104
+ @media only screen and (min-width: 1440px) {
2105
2105
  .preloader-events-listing .jumbotron .jumbotron-bg .short-10 {
2106
2106
  width: 232px;
2107
2107
  margin-top: 35px;
@@ -2126,7 +2126,7 @@ ptc-link, ptc-square-card,
2126
2126
  width: 65%;
2127
2127
  margin-bottom: 20px;
2128
2128
  }
2129
- @media only screen and (min-width: 992px) {
2129
+ @media only screen and (min-width: 1440px) {
2130
2130
  .preloader-events-listing .short-16 {
2131
2131
  width: 275px;
2132
2132
  }
@@ -2134,7 +2134,7 @@ ptc-link, ptc-square-card,
2134
2134
  .preloader-events-listing .short-11 {
2135
2135
  width: 95%;
2136
2136
  }
2137
- @media only screen and (min-width: 992px) {
2137
+ @media only screen and (min-width: 1440px) {
2138
2138
  .preloader-events-listing .short-11 {
2139
2139
  width: 60%;
2140
2140
  }
@@ -2142,7 +2142,7 @@ ptc-link, ptc-square-card,
2142
2142
  .preloader-events-listing .short-12 {
2143
2143
  width: 89%;
2144
2144
  }
2145
- @media only screen and (min-width: 992px) {
2145
+ @media only screen and (min-width: 1440px) {
2146
2146
  .preloader-events-listing .short-12 {
2147
2147
  display: none;
2148
2148
  }
@@ -2157,18 +2157,13 @@ ptc-link, ptc-square-card,
2157
2157
  width: 290px;
2158
2158
  }
2159
2159
  }
2160
- @media only screen and (min-width: 992px) {
2161
- .preloader-events-listing .short-15 {
2162
- display: none;
2163
- }
2164
- }
2165
2160
  .preloader-events-listing .grid-cards {
2166
2161
  display: flex;
2167
2162
  flex-direction: row;
2168
2163
  column-gap: 24px;
2169
2164
  overflow-x: hidden;
2170
2165
  }
2171
- @media only screen and (min-width: 992px) {
2166
+ @media only screen and (min-width: 1440px) {
2172
2167
  .preloader-events-listing .grid-cards {
2173
2168
  margin: 0 120px;
2174
2169
  }
@@ -2181,7 +2176,7 @@ ptc-link, ptc-square-card,
2181
2176
  flex-grow: 1;
2182
2177
  min-width: 250px;
2183
2178
  }
2184
- @media only screen and (min-width: 992px) {
2179
+ @media only screen and (min-width: 1440px) {
2185
2180
  .preloader-events-listing .grid-cards .short-17 {
2186
2181
  width: 270px;
2187
2182
  min-width: 270px;
@@ -2191,13 +2186,12 @@ ptc-link, ptc-square-card,
2191
2186
  .preloader-events-listing .grid-cards-desktop {
2192
2187
  display: none;
2193
2188
  }
2194
- @media only screen and (min-width: 992px) {
2189
+ @media only screen and (min-width: 1440px) {
2195
2190
  .preloader-events-listing .grid-cards-desktop {
2196
2191
  display: flex;
2197
2192
  flex-direction: row;
2198
2193
  column-gap: 24px;
2199
2194
  overflow-x: hidden;
2200
- justify-content: center;
2201
2195
  }
2202
2196
  }
2203
2197
  .preloader-events-listing .grid-cards-desktop .short-17 {
@@ -2208,20 +2202,11 @@ ptc-link, ptc-square-card,
2208
2202
  flex-grow: 1;
2209
2203
  min-width: 250px;
2210
2204
  }
2211
- @media only screen and (min-width: 992px) {
2212
- .preloader-events-listing .grid-cards-desktop .short-17 {
2213
- width: 22%;
2214
- min-width: 22%;
2215
- height: 530px;
2216
- flex-grow: initial;
2217
- }
2218
- }
2219
2205
  @media only screen and (min-width: 1440px) {
2220
2206
  .preloader-events-listing .grid-cards-desktop .short-17 {
2221
- width: 275px;
2222
- min-width: 275px;
2207
+ width: 270px;
2208
+ min-width: 270px;
2223
2209
  height: 530px;
2224
- flex-grow: initial;
2225
2210
  }
2226
2211
  }
2227
2212
  .preloader-events-listing .grid-long-cards-mobile {
@@ -2236,18 +2221,17 @@ ptc-link, ptc-square-card,
2236
2221
  width: 100%;
2237
2222
  height: 391px;
2238
2223
  }
2239
- @media only screen and (min-width: 992px) {
2224
+ @media only screen and (min-width: 1440px) {
2240
2225
  .preloader-events-listing .grid-long-cards-mobile .short-13 {
2241
2226
  width: 996px;
2242
2227
  height: 391px;
2243
2228
  min-width: 996px;
2244
- display: none;
2245
2229
  }
2246
2230
  }
2247
2231
  .preloader-events-listing .grid-long-cards-mobile .short-14 {
2248
2232
  display: none;
2249
2233
  }
2250
- @media only screen and (min-width: 992px) {
2234
+ @media only screen and (min-width: 1440px) {
2251
2235
  .preloader-events-listing .grid-long-cards-mobile .short-14 {
2252
2236
  display: block;
2253
2237
  width: 996px;
@@ -2264,12 +2248,6 @@ ptc-link, ptc-square-card,
2264
2248
  margin-bottom: 30px;
2265
2249
  display: none;
2266
2250
  }
2267
- @media only screen and (min-width: 992px) {
2268
- .preloader-events-listing .grid-long-cards {
2269
- margin-left: 24px;
2270
- display: flex;
2271
- }
2272
- }
2273
2251
  @media only screen and (min-width: 1440px) {
2274
2252
  .preloader-events-listing .grid-long-cards {
2275
2253
  margin-left: 120px;
@@ -2280,17 +2258,17 @@ ptc-link, ptc-square-card,
2280
2258
  width: 100%;
2281
2259
  height: 391px;
2282
2260
  }
2283
- @media only screen and (min-width: 992px) {
2261
+ @media only screen and (min-width: 1440px) {
2284
2262
  .preloader-events-listing .grid-long-cards .short-13 {
2285
- width: 80%;
2263
+ width: 996px;
2286
2264
  height: 391px;
2287
- min-width: 80%;
2265
+ min-width: 996px;
2288
2266
  }
2289
2267
  }
2290
2268
  .preloader-events-listing .grid-long-cards .short-14 {
2291
2269
  display: none;
2292
2270
  }
2293
- @media only screen and (min-width: 992px) {
2271
+ @media only screen and (min-width: 1440px) {
2294
2272
  .preloader-events-listing .grid-long-cards .short-14 {
2295
2273
  display: block;
2296
2274
  width: 996px;
@@ -70,7 +70,7 @@ export class PtcPreloaderSection {
70
70
  return (h("div", { class: "preloader-wrapper preloader-generic-form" }, h("div", { class: "jumbotron" }, h("div", { class: "ptc-container skeleton-jumbotron" }, h("div", { class: "is-grid has-no-row-gap has-col-gap-lg" }, h("div", { class: "is-col-12 is-col-8-lg" }, h("div", { class: "sekleton" }, h("div", { class: "skeleton-block thin short" }), h("div", { class: "skeleton-block thick" }), h("div", { class: "skeleton-block thick" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "skeleton-block thin" }), h("div", { class: "skeleton-block thin medium" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "cta-wrap" }, h("div", { class: "skeleton-block cta" }), h("div", { class: "skeleton-block cta" }))))))), h("div", { class: "ptc-container" }, h("div", { class: "is-grid block form-block-1" }, h("div", { class: "is-col-12" }, Array.from({ length: 7 }).map(() => (h("div", { class: "skeleton form-block-skeleton" }, h("div", { class: "skeleton-block bold" })))), h("div", { class: "skeleton" }, h("div", { class: "skeleton-block very-bold" })))), h("div", { class: "is-grid block grid-1" }, h("div", { class: "is-col-12-xs is-col-12-sm is-col-10-md is-col-7-lg" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block thin line-1" }), h("div", { class: "skeleton-block thin line-2" }), h("div", { class: "skeleton-block thin line-3" }), h("div", { class: "skeleton-block thin line-4" }), h("div", { class: "skeleton-block thin" }), h("div", { class: "skeleton-block thin line-6" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "cta-wrap" }, h("div", { class: "skeleton-block cta" })), h("div", { class: "skeleton-block block-2" }))), h("div", { class: "is-col-1-lg" }), h("div", { class: "is-col-12-xs is-col-12-sm is-col-4-lg form-block-2" }, Array.from({ length: 7 }).map(() => (h("div", { class: "skeleton form-block-skeleton" }, h("div", { class: "skeleton-block bold" })))), h("div", { class: "skeleton" }, h("div", { class: "skeleton-block very-bold" })))))));
71
71
  }
72
72
  case 'events-listing': {
73
- return (h("div", { class: "preloader-wrapper preloader-events-listing" }, h("div", { class: "jumbotron " }, h("div", { class: "jumbotron-bg" }, h("div", { class: "ptc-container" }, h("div", { class: "is-grid has-no-row-gap" }, h("div", { class: "is-col-12" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block thin short-1" }), h("div", { class: "skeleton-block thin short-2" }), h("div", { class: "skeleton-block bold short-3" }), h("div", { class: "skeleton-block thin short-4" }), h("div", { class: "skeleton-block thin short-5" }), h("div", { class: "skeleton-block thin short-6" }), h("div", { class: "skeleton-block thin short-7" }), h("div", { class: "skeleton-block thin short-8" }), h("div", { class: "skeleton-block thin short-9" }), h("div", { class: "skeleton-block thick short-10" }))))), h("div", { class: "grid-cards-div" }, h("div", { class: "skeleton grid-cards" }, h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" })), h("div", { class: "skeleton grid-cards-desktop ptc-container" }, h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }))), h("div", { class: "white-placeholder" }))), h("div", { class: "ptc-container grid-2" }, h("div", { class: "is-grid has-no-row-gap" }, h("div", { class: "is-col-12" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block thick short-16" }), h("div", { class: "skeleton-block thin short-11" }), h("div", { class: "skeleton-block thin short-12" }))))), h("div", { class: "is-grid has-no-row-gap" }, h("div", { class: "is-col-12" }, h("div", { class: "ptc-container skeleton grid-long-cards-mobile" }, h("div", { class: "skeleton-block short-13" })), h("div", { class: "skeleton" }, h("div", { class: "grid-long-cards" }, h("div", { class: "skeleton-block short-13" }), h("div", { class: "skeleton-block short-14" })), h("div", { class: "skeleton-block bold short-15" }))))));
73
+ return (h("div", { class: "preloader-wrapper preloader-events-listing" }, h("div", { class: "jumbotron " }, h("div", { class: "jumbotron-bg" }, h("div", { class: "ptc-container" }, h("div", { class: "is-grid has-no-row-gap" }, h("div", { class: "is-col-12" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block thin short-1" }), h("div", { class: "skeleton-block thin short-2" }), h("div", { class: "skeleton-block bold short-3" }), h("div", { class: "skeleton-block thin short-4" }), h("div", { class: "skeleton-block thin short-5" }), h("div", { class: "skeleton-block thin short-6" }), h("div", { class: "skeleton-block thin short-7" }), h("div", { class: "skeleton-block thin short-8" }), h("div", { class: "skeleton-block thin short-9" }), h("div", { class: "skeleton-block thick short-10" }))))), h("div", { class: "grid-cards-div" }, h("div", { class: "skeleton grid-cards" }, h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" })), h("div", { class: "skeleton grid-cards-desktop ptc-container" }, h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }), h("div", { class: "skeleton-block short-17" }))), h("div", { class: "white-placeholder" }))), h("div", { class: "ptc-container grid-2" }, h("div", { class: "is-grid has-no-row-gap" }, h("div", { class: "is-col-12" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block thick short-16" }), h("div", { class: "skeleton-block thin short-11" }), h("div", { class: "skeleton-block thin short-12" }))))), h("div", { class: "is-grid has-no-row-gap" }, h("div", { class: "is-col-12" }, h("div", { class: "ptc-container skeleton" }, h("div", { class: "grid-long-cards-mobile " }, h("div", { class: "skeleton-block short-13" }))), h("div", { class: "skeleton" }, h("div", { class: "grid-long-cards" }, h("div", { class: "skeleton-block short-13" }), h("div", { class: "skeleton-block short-14" })), h("div", { class: "skeleton-block bold short-15" }))))));
74
74
  }
75
75
  case 'pdf-skeleton': {
76
76
  return (h("div", { class: "preloader-wrapper pdf-skeleton-preloader" }, h("div", { class: "jumbotron-sec" }, h("div", { class: "ptc-container skeleton-jumbotron" }, h("div", { class: "is-grid has-no-row-gap has-col-gap-lg" }, h("div", { class: "is-col-12 is-col-8-lg" }, h("div", { class: "sekleton" }, h("div", { class: "skeleton-block thin short" }), h("div", { class: "skeleton-block thick" }), h("div", { class: "skeleton-block thick" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "skeleton-block thin" }), h("div", { class: "skeleton-block thin medium" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "cta-wrap" }, h("div", { class: "skeleton-block cta" }))))))), h("div", { class: "ptc-container" }, h("div", { class: "section-1" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block line-1" }), h("div", { class: "skeleton-block line-2 thin" }), h("div", { class: "skeleton-block line-3 thin" }), h("div", { class: "skeleton-block line-4 thin" }))), h("div", { class: "pdf-area" }, h("div", { class: "pdf-section" }, h("div", { class: "top-border" }), h("div", { class: "pdf-body" }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-block thick" }), h("div", { class: "skeleton-block thick" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "skeleton-block thin" }), h("div", { class: "skeleton-block thin medium" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "skeleton-block thick-block" }), h("div", { class: "skeleton-block thin" }), h("div", { class: "skeleton-block thin medium" }))))))));
@@ -82,4 +82,20 @@ ptc-link, ptc-square-card,
82
82
  text-decoration: underline;
83
83
  text-decoration-color: var(--color-green-07);
84
84
  outline: none;
85
+ }
86
+
87
+ .light {
88
+ display: inline-block;
89
+ background: rgba(0, 0, 0, 0.54);
90
+ border-radius: 4px;
91
+ padding: 0.5rem 0.75rem;
92
+ padding: 0.25rem 1rem 0.5rem 0.75rem;
93
+ cursor: pointer;
94
+ position: relative;
95
+ display: block;
96
+ }
97
+ .light:hover span {
98
+ text-decoration: underline;
99
+ text-decoration-color: var(--color-green-07);
100
+ outline: none;
85
101
  }
@@ -3,10 +3,18 @@ export class PtcPreviousUrl {
3
3
  constructor() {
4
4
  this.href = undefined;
5
5
  this.text = undefined;
6
+ this.theme = 'standard';
6
7
  this.styles = undefined;
7
8
  }
8
9
  render() {
9
- return (h(Host, null, this.styles && h("style", null, this.styles), h("list-item", { listType: 'breadcrumb', flushBefore: true, "link-href": this.href }, h("ptc-svg-btn", { class: "backarrow", "svg-name": "back-arrow", display: "inline-block" }), h("a", { class: "back-to-videos" }, this.text)), h("slot", null)));
10
+ return (h(Host, null, this.styles && h("style", null, this.styles), h("list-item", { listType: 'breadcrumb', flushBefore: true, "link-href": this.href }, this.theme == 'light' ?
11
+ (h("a", { class: this.getCssClassMap() }, h("ptc-svg-btn", { class: "backarrow", "svg-name": "back-arrow", display: "inline-block" }), h("span", { class: "back-to-videos" }, this.text))) :
12
+ [h("ptc-svg-btn", { class: "backarrow", "svg-name": "back-arrow", display: "inline-block" }), h("a", { class: "back-to-videos" }, this.text)]), h("slot", null)));
13
+ }
14
+ getCssClassMap() {
15
+ return {
16
+ [this.theme]: true
17
+ };
10
18
  }
11
19
  static get is() { return "ptc-previous-url"; }
12
20
  static get encapsulation() { return "shadow"; }
@@ -56,6 +64,24 @@ export class PtcPreviousUrl {
56
64
  "attribute": "text",
57
65
  "reflect": false
58
66
  },
67
+ "theme": {
68
+ "type": "string",
69
+ "mutable": false,
70
+ "complexType": {
71
+ "original": "'standard' | 'light'",
72
+ "resolved": "\"light\" | \"standard\"",
73
+ "references": {}
74
+ },
75
+ "required": false,
76
+ "optional": false,
77
+ "docs": {
78
+ "tags": [],
79
+ "text": ""
80
+ },
81
+ "attribute": "theme",
82
+ "reflect": false,
83
+ "defaultValue": "'standard'"
84
+ },
59
85
  "styles": {
60
86
  "type": "string",
61
87
  "mutable": false,
@@ -82,23 +82,38 @@ a:focus-visible {
82
82
  border-radius: var(--ptc-border-radius-standard);
83
83
  }
84
84
 
85
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a), .light-links a.light-link, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a), .background-grey-10 a.light-link, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a), .background-plm-grey a.light-link {
85
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .light-links a.light-link, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .background-grey-10 a.light-link, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a), .background-plm-grey a.light-link {
86
86
  color: var(--color-blue-04);
87
+ margin: -2px;
88
+ border: 2px solid transparent;
87
89
  }
88
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):visited, .light-links a.light-link:visited, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):visited, .background-grey-10 a.light-link:visited, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):visited, .background-plm-grey a.light-link:visited {
90
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .light-links a.light-link:visited, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .background-grey-10 a.light-link:visited, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited, .background-plm-grey a.light-link:visited {
89
91
  color: var(--color-blue-06);
90
92
  }
91
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):active, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):visited:active, .light-links a.light-link:active, .light-links a.light-link:visited:active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):visited:active, .background-grey-10 a.light-link:active, .background-grey-10 a.light-link:visited:active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):visited:active, .background-plm-grey a.light-link:active, .background-plm-grey a.light-link:visited:active {
93
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .light-links a.light-link:active, .light-links a.light-link:visited:active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .background-grey-10 a.light-link:active, .background-grey-10 a.light-link:visited:active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):active, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:active, .background-plm-grey a.light-link:active, .background-plm-grey a.light-link:visited:active {
92
94
  transition: none;
93
95
  color: var(--color-blue-07);
94
96
  }
95
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):hover, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):visited:hover, .light-links a.light-link:hover, .light-links a.light-link:visited:hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):visited:hover, .background-grey-10 a.light-link:hover, .background-grey-10 a.light-link:visited:hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a):visited:hover, .background-plm-grey a.light-link:hover, .background-plm-grey a.light-link:visited:hover {
97
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .light-links a.light-link:hover, .light-links a.light-link:visited:hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .background-grey-10 a.light-link:hover, .background-grey-10 a.light-link:visited:hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):hover, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):visited:hover, .background-plm-grey a.light-link:hover, .background-plm-grey a.light-link:visited:hover {
96
98
  color: var(--color-blue-05);
97
99
  }
98
- .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a).disabled, .light-links a.light-link.disabled, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a).disabled, .background-grey-10 a.light-link.disabled, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a).disabled, .background-plm-grey a.light-link.disabled {
100
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .light-links a.light-link.disabled, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .background-grey-10 a.light-link.disabled, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a).disabled, .background-plm-grey a.light-link.disabled {
99
101
  color: var(--color-gray-04) !important;
100
102
  cursor: not-allowed;
101
103
  }
104
+ .light-links a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .light-links a.light-link:focus-visible, .background-grey-10 a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .background-grey-10 a.light-link:focus-visible, .background-plm-grey a:not(.hero-footer-form-wrapper a, ptc-modal inline-form a, .podcast-cta-section a):focus-visible, .background-plm-grey a.light-link:focus-visible {
105
+ border-radius: var(--ptc-border-radius-standard);
106
+ border: 2px solid white;
107
+ outline: 5px solid var(--keyboard-nav-outline);
108
+ }
109
+ .light-links .podcast-cta-section a, .background-grey-10 .podcast-cta-section a, .background-plm-grey .podcast-cta-section a {
110
+ border: 2px solid transparent;
111
+ }
112
+ .light-links .podcast-cta-section a:focus-visible, .background-grey-10 .podcast-cta-section a:focus-visible, .background-plm-grey .podcast-cta-section a:focus-visible {
113
+ border-radius: var(--ptc-border-radius-standard);
114
+ border: 2px solid white;
115
+ outline: 5px solid var(--keyboard-nav-outline);
116
+ }
102
117
 
103
118
  .ptc-link {
104
119
  color: var(--color-gray-10);