@quintype/arrow 3.15.1-perf.2 → 3.15.1-perf.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/atoms/Author/index.js +38 -29
- package/atoms/AuthorWithTime/index.js +83 -73
- package/atoms/CollectionName/index.js +40 -30
- package/atoms/ExtendedLoadMore/{index-d0f6c865.js → index-3976fac4.js} +59 -51
- package/atoms/ExtendedLoadMore/{index-1e444d20.js → index-3c4ac692.js} +243 -208
- package/atoms/ExtendedLoadMore/index-4ddfe28d.js +93 -0
- package/atoms/ExtendedLoadMore/{index-c61a16dc.js → index-5c8eda4a.js} +88 -80
- package/atoms/ExtendedLoadMore/{index-1256e453.js → index-6e083738.js} +60 -52
- package/atoms/ExtendedLoadMore/{index-fd651f70.js → index-6ecceae4.js} +58 -50
- package/atoms/ExtendedLoadMore/{index-4356ce04.js → index-9e0d32b7.js} +76 -68
- package/atoms/ExtendedLoadMore/{index-beed3a68.js → index-a5c95f84.js} +70 -62
- package/atoms/ExtendedLoadMore/{index-0519e570.js → index-b22f1843.js} +70 -62
- package/atoms/ExtendedLoadMore/{index-e4cf9cb7.js → index-b5936059.js} +72 -64
- package/atoms/ExtendedLoadMore/{index-aba6b278.js → index-bc129cb8.js} +57 -49
- package/atoms/ExtendedLoadMore/{index-ad3c83c3.js → index-e7cde739.js} +74 -46
- package/atoms/ExtendedLoadMore/{index-c2f73d18.js → index-fee73a14.js} +62 -54
- package/atoms/ExtendedLoadMore/index.js +13 -5
- package/atoms/ExtendedLoadMore/styles.arrow.css +1 -1
- package/atoms/Headline/index.js +85 -76
- package/atoms/HeroImage/index.js +69 -60
- package/atoms/LoadmoreButton/index.js +32 -23
- package/atoms/ScrollSnap/index.js +72 -63
- package/atoms/SectionTag/index.js +34 -25
- package/atoms/Subheadline/index.js +31 -22
- package/atoms/TimeStamp/index.js +34 -24
- package/molecules/KeyEvents/index.js +72 -61
- package/molecules/PageIntroductionCard/index.js +43 -34
- package/molecules/SocialShareTemplate/index.js +97 -88
- package/molecules/StoryCard/index.js +242 -232
- package/molecules/StoryElementCard/index.js +512 -483
- package/molecules/StorycardContent/index.js +172 -162
- package/package.json +1 -1
- package/rows/AlternateCollectionFilter/index.js +345 -333
- package/rows/AsideCollection/index.js +340 -328
- package/rows/AstrologyCollection/index.js +321 -309
- package/rows/AuthorIntroductionCard/index.js +157 -148
- package/rows/AuthorsList/index.js +184 -174
- package/rows/CollectionFilter/index.js +361 -349
- package/rows/ElevenStories/index.js +357 -346
- package/rows/FourColFiveStories/index.js +304 -274
- package/rows/FourColGrid/index.js +351 -321
- package/rows/FourColPortraitStories/index.js +357 -327
- package/rows/FourColSixteenStories/index.js +288 -277
- package/rows/FourColTwelveStories/index.js +315 -304
- package/rows/FourStorySlider/index.js +358 -347
- package/rows/FourStorySliderPortrait/index.js +359 -348
- package/rows/FourTabbedBigStorySlider/index.js +322 -311
- package/rows/FullScreenSlider/index.js +336 -325
- package/rows/HalfScreenSlider/index.js +308 -297
- package/rows/ListComponent/index.js +322 -311
- package/rows/Listicles/index.js +150 -139
- package/rows/MagazineEditions/index.js +104 -93
- package/rows/MagazineHeaderCard/index.js +104 -93
- package/rows/MagazineWidget/index.js +326 -315
- package/rows/OneColStoryList/index.js +365 -335
- package/rows/OpinionCollection/index.js +250 -220
- package/rows/SixColSixStories/index.js +333 -303
- package/rows/StoryCollection/index.js +340 -328
- package/rows/TagIntroductionCard/index.js +30 -21
- package/rows/ThreeColFlexStories/index.js +348 -318
- package/rows/ThreeColFourteenStories/index.js +285 -274
- package/rows/ThreeColGrid/index.js +352 -322
- package/rows/ThreeColSevenStory/index.js +322 -311
- package/rows/ThreeColSixStories/index.js +323 -312
- package/rows/ThreeColTwelveStories/index.js +302 -291
- package/rows/TwoColFourStories/index.js +316 -305
- package/rows/TwoColFourStoryHighlight/index.js +317 -306
- package/rows/TwoColSevenStories/index.js +322 -311
- package/rows/TwoColSixStories/index.js +316 -305
- package/rows/TwoColTenStoriesSidebar/index.js +338 -327
- package/rows/TwoColThreeStories/index.js +316 -305
- package/story-elements/AlsoRead/index.js +70 -61
- package/story-elements/Attachment/index.js +40 -31
- package/story-elements/BigFact/index.js +35 -26
- package/story-elements/BlockQuote/index.js +61 -51
- package/story-elements/Blurb/index.js +36 -27
- package/story-elements/Image/index.js +113 -86
- package/story-elements/ImageGallery/index.js +98 -71
- package/story-elements/ImageSlideshow/index.js +147 -120
- package/story-elements/QuestionAnswer/index.js +55 -46
- package/story-elements/Quote/index.js +37 -28
- package/story-elements/Reference/index.js +40 -31
- package/story-elements/StoryElement/index.js +28 -19
- package/story-elements/Summary/index.js +40 -31
- package/story-elements/Text/index.js +34 -25
- package/story-elements/Video/index.js +29 -20
- package/story-templates/ListicleStoryTemplate/index.js +937 -908
- package/story-templates/LiveBlogStoryTemplate/index.js +942 -913
- package/story-templates/PhotoStoryTemplate/index.js +912 -883
- package/story-templates/TextStoryTemplate/index.js +931 -902
- package/story-templates/VideoStoryTemplate/index.js +897 -868
- package/atoms/ExtendedLoadMore/index-81eb3978.js +0 -86
|
@@ -1 +1 @@
|
|
|
1
|
-
.three-col-m_three-col-grid__y7rZK{padding:0 var(--arrow-spacing-s)}@media (min-width:768px){.three-col-m_three-col-grid__y7rZK{padding:0}}.three-col-m_wrapper__20m5m{display:flex;flex-direction:column;margin:var(--arrow-spacing-xs) 0 0}@media (min-width:768px){.three-col-m_wrapper__20m5m{grid-gap:var(--arrow-spacing-l);display:grid;grid-template-columns:repeat(3,1fr);margin:var(--arrow-spacing-m) 0}}.three-col-m_ad__ypDAA{margin-bottom:var(--arrow-fs-xs)}.three-col-m_cards__2HyyK{margin-bottom:var(--arrow-spacing-m)}@media (min-width:768px){.three-col-m_cards__2HyyK{margin-bottom:0}}.three-col-m_ad__ypDAA,.three-col-m_wrapper__20m5m>:first-child{order:-1}@media (min-width:768px){.three-col-m_ad__ypDAA,.three-col-m_wrapper__20m5m>:first-child{order:0}}.three-col-m_three-col-grid__y7rZK .arr--story-card .arr--hero-image{flex-basis:40%}.three-col-m_three-col-grid__y7rZK .arr--story-card .arr--content-wrapper{flex-basis:60%}.four-col-m_four-col-grid__1EiO7{padding:0 var(--arrow-spacing-s)}@media (min-width:768px){.four-col-m_four-col-grid__1EiO7{padding:0}}.four-col-m_wrapper__1vOV7{display:flex;flex-direction:column;margin:var(--arrow-spacing-xs) 0 0}@media (min-width:768px){.four-col-m_wrapper__1vOV7{grid-gap:var(--arrow-spacing-l);display:grid;grid-template-columns:repeat(4,1fr);margin:var(--arrow-spacing-m) 0}}.four-col-m_story-card-wrapper__1e8p0{margin-bottom:var(--arrow-spacing-m)}@media (min-width:768px){.four-col-m_story-card-wrapper__1e8p0{margin-bottom:0}}.four-col-m_ad__5cArX,.four-col-m_wrapper__1vOV7>:first-child{order:-1}@media (min-width:768px){.four-col-m_ad__5cArX,.four-col-m_wrapper__1vOV7>:first-child{order:0}}.four-col-m_ad__5cArX{margin-bottom:16px}.four-col-m_content-wrapper__3Tqne{display:flex;flex-basis:70%;flex-direction:column}@media (min-width:768px){.four-col-m_content-wrapper__3Tqne{flex-basis:100%}}.four-col-m_four-col-grid__1EiO7 .arr--story-card .arr--hero-image{flex-basis:40%}.four-col-m_four-col-grid__1EiO7 .arr--story-card .arr--content-wrapper{flex-basis:60%}.one-col-story-list-m_one-col-story-list-wrapper__ICvTq{padding:0 var(--arrow-spacing-s)}@media (min-width:768px){.one-col-story-list-m_one-col-story-list-wrapper__ICvTq{padding:0}}.one-col-story-list-m_wrapper__38qTp{display:flex;flex-direction:column}@media (min-width:768px){.one-col-story-list-m_wrapper__38qTp{grid-column-gap:44px;display:grid;grid-template-columns:repeat(3,1fr)}}.one-col-story-list-m_one-col-first-story__1aC6i{grid-column:1/3;grid-row:1/2;order:-1}.one-col-story-list-m_one-col-border-full__3PSl0{margin-bottom:var(--arrow-spacing-m)}@media (min-width:768px){.one-col-story-list-m_one-col-border-full__3PSl0{margin-bottom:var(--arrow-spacing-l)}}.one-col-story-list-m_one-col-border-bottom__13nPb{padding-top:var(--arrow-spacing-m)}.one-col-story-list-m_one-col-border-default__2BDg7{margin-bottom:var(--arrow-spacing-m)}@media (min-width:768px){.one-col-story-list-m_one-col-border-default__2BDg7{margin-bottom:var(--arrow-spacing-l)}}.one-col-story-list-m_one-col-story-list__3d6Bp{grid-column:1/3;grid-row:2/3}.one-col-story-list-m_one-col-ads__UN_hF{grid-row:1/9;order:-1;padding-bottom:var(--arrow-spacing-m)}@media (min-width:768px){.one-col-story-list-m_footer-ad-wrapper__NGgvp{display:grid;grid-template-columns:repeat(3,1fr)}}.one-col-story-list-m_footer-wrapper__2WpgU{grid-column:1/3;grid-row:1/2}.one-col-story-list-m_ad-wrapper__3_cNc{grid-column:1/4;grid-row:2/3}.one-col-story-list-m_ad-wrapper__3_cNc .arr--ad-wrapper{justify-content:left}.one-col-story-list-m_story-card-content-wrapper__1baqS{padding:12px 8px 12px 0}@media (min-width:768px){.one-col-story-list-m_story-card-content-wrapper__1baqS{padding:16px 16px 16px 0}}@media (max-width:767px){.one-col-story-list-m_one-col-story-list-wrapper__ICvTq .arr--sub-headline{display:none}}.one-col-story-list-m_one-col-story-list-wrapper__ICvTq .arr--button{margin:0 auto var(--arrow-spacing-xs) auto}.four-col-portrait-stories-m_four-col-portrait__AtWub{padding:0 var(--arrow-spacing-s)}@media (min-width:1025px){.four-col-portrait-stories-m_four-col-portrait__AtWub{padding:0}}.four-col-portrait-stories-m_wrapper__1BX02{grid-gap:var(--arrow-spacing-s);display:grid;grid-template-columns:repeat(2,1fr);margin:var(--arrow-spacing-xs) 0 0}@media (min-width:1025px){.four-col-portrait-stories-m_wrapper__1BX02{grid-gap:var(--arrow-spacing-l);grid-template-columns:repeat(4,1fr);margin:var(--arrow-spacing-m) 0}}.four-col-portrait-stories-m_wrapper__1BX02 .arr--headline>a>h6{font-size:var(--arrow-fs-tiny)}@media (min-width:1025px){.four-col-portrait-stories-m_wrapper__1BX02 .arr--headline>a>h6{font-size:var(--arrow-fs-xs)}}.four-col-portrait-stories-m_wrapper__1BX02 .arr--content-wrapper time,.four-col-portrait-stories-m_wrapper__1BX02 .arr--read-time,.four-col-portrait-stories-m_wrapper__1BX02 .author-name{font-size:12px}@media (min-width:1025px){.four-col-portrait-stories-m_wrapper__1BX02 .arr--content-wrapper time,.four-col-portrait-stories-m_wrapper__1BX02 .arr--read-time,.four-col-portrait-stories-m_wrapper__1BX02 .author-name{font-size:var(--arrow-fs-tiny)}}@media (max-width:1024px) and (min-width:768px){.four-col-portrait-stories-m_wrapper__1BX02 .arr--headline>a>h6{font-size:var(--arrow-fs-l)}}.four-col-five-stories-m_four-col-five-stories__16ja_{padding:0 var(--arrow-spacing-s)}@media (min-width:1025px){.four-col-five-stories-m_four-col-five-stories__16ja_{padding:0}}.four-col-five-stories-m_wrapper__31KAU{margin:var(--arrow-spacing-xs) 0}@media (min-width:1025px){.four-col-five-stories-m_wrapper__31KAU{margin:var(--arrow-spacing-m) 0}}.four-col-five-stories-m_first-card__3dXVH{grid-gap:var(--arrow-spacing-xs);display:flex;flex-direction:column;gap:var(--arrow-spacing-xs);margin-bottom:var(--arrow-spacing-m)}@media (min-width:768px){.four-col-five-stories-m_first-card__3dXVH .arrow-component h6{font-size:var(--arrow-spacing-l)}.four-col-five-stories-m_first-card__3dXVH{margin-bottom:var(--arrow-spacing-l)}}@media (min-width:1025px){.four-col-five-stories-m_first-card__3dXVH{grid-gap:var(--arrow-spacing-l);align-items:center;flex-direction:row;gap:var(--arrow-spacing-l);margin-bottom:var(--arrow-spacing-l)}}.four-col-five-stories-m_first-card__3dXVH .arr--fallback-hero-image .story-icon,.four-col-five-stories-m_first-card__3dXVH .arr--responsive-hero-image .story-icon{bottom:10px;height:64px;left:10px;position:absolute;width:64px;z-index:var(--z-index-1)}@media (--viewport-small){.four-col-five-stories-m_first-card__3dXVH .arr--fallback-hero-image .story-icon,.four-col-five-stories-m_first-card__3dXVH .arr--responsive-hero-image .story-icon{height:24px;width:24px}}.four-col-five-stories-m_first-card__3dXVH .arr--fallback-hero-image .story-icon .live-icon,.four-col-five-stories-m_first-card__3dXVH .arr--responsive-hero-image .story-icon .live-icon{-webkit-animation:blink 1.5s linear infinite;animation:blink 1.5s linear infinite;height:24px;vertical-align:middle;width:24px}.four-col-five-stories-m_other-cards__1P4k5 .arr--fallback-hero-image .story-icon,.four-col-five-stories-m_other-cards__1P4k5 .arr--responsive-hero-image .story-icon{bottom:var(--arrow-spacing-xs);height:24px;left:var(--arrow-spacing-xs);position:absolute;width:24px;z-index:var(--z-index-1)}.four-col-five-stories-m_other-cards__1P4k5 .live-icon{-webkit-animation:blink 1.5s linear infinite;animation:blink 1.5s linear infinite;height:24px;vertical-align:middle;width:24px}@-webkit-keyframes four-col-five-stories-m_blink__WIF2d{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes four-col-five-stories-m_blink__WIF2d{0%{opacity:0}50%{opacity:1}to{opacity:0}}.four-col-five-stories-m_first-card__3dXVH>*{flex:1}.four-col-five-stories-m_other-cards__1P4k5{grid-row-gap:var(--arrow-spacing-m);display:grid}@media (min-width:768px){.four-col-five-stories-m_other-cards__1P4k5{grid-column-gap:var(--arrow-spacing-l);grid-row-gap:var(--arrow-spacing-l);grid-template-columns:repeat(2,1fr)}}@media (min-width:1025px){.four-col-five-stories-m_other-cards__1P4k5{grid-template-columns:repeat(4,1fr)}}.four-col-five-stories-m_card__2lzhH>div>:last-child{margin-top:var(--arrow-spacing-xs)}.three-col-flex-stories-m_wrapper__3SQMq{padding:0 var(--arrow-spacing-s)}@media (min-width:1025px){.three-col-flex-stories-m_wrapper__3SQMq{padding:0}}@media (min-width:768px){.three-col-flex-stories-m_card-row__3WMb3{grid-column-gap:var(--arrow-spacing-m);display:grid;grid-template-columns:repeat(2,1fr);margin-top:var(--arrow-spacing-m)}}@media (min-width:1025px){.three-col-flex-stories-m_card-row__3WMb3{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.three-col-flex-stories-m_row-with-ad__1gPPN{grid-column-gap:var(--arrow-spacing-m);display:grid;grid-template-columns:1fr 1fr;margin-bottom:var(--arrow-spacing-m)}}@media (min-width:1025px){.three-col-flex-stories-m_row-with-ad__1gPPN{grid-template-columns:2fr 1fr}.three-col-flex-stories-m_card-with-ad__32z5M{grid-column-gap:var(--arrow-spacing-m);align-self:center;display:grid;grid-template-columns:repeat(2,1fr)}}.three-col-flex-stories-m_card__2uZ3Q{margin-bottom:var(--arrow-spacing-m)}@media (min-width:1025px){.three-col-flex-stories-m_card__2uZ3Q{margin-bottom:var(--arrow-spacing-l)}}.three-col-flex-stories-m_card__2uZ3Q .three-col-flex-stories-m_card-content__1z9nt{margin-left:var(--arrow-spacing-s)}.three-col-flex-stories-m_ad-wrapper__3dmfM{align-self:center;margin-bottom:var(--arrow-spacing-m)}@media (min-width:768px){.three-col-flex-stories-m_ad-wrapper__3dmfM{margin-bottom:0}}.opinion-collection-m_opinion-collection__1Bc7h{padding:0 var(--arrow-spacing-s)}@media (min-width:1025px){.opinion-collection-m_opinion-collection__1Bc7h{padding:0}}@media (min-width:768px){.opinion-collection-m_content-wrapper__y32PE{grid-column-gap:var(--arrow-spacing-s);display:grid;grid-template-columns:repeat(2,1fr)}}@media (min-width:1025px){.opinion-collection-m_content-wrapper__y32PE{grid-column-gap:var(--arrow-spacing-l);grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.opinion-collection-m_custom-grid__33uRh{grid-template-columns:1fr}}@media (min-width:1025px){.opinion-collection-m_custom-grid__33uRh{align-items:center;grid-template-columns:2fr 1fr}}@media (min-width:768px){.opinion-collection-m_wrapper-with-ads__2daVe{grid-column-gap:var(--arrow-spacing-s);display:grid;grid-template-columns:1fr 1fr}}@media (min-width:1025px){.opinion-collection-m_wrapper-with-ads__2daVe{grid-column-gap:var(--arrow-spacing-l)}}@media only screen and (max-width:1025px){.opinion-collection-m_ad-slot__2ZpaC{margin:var(--arrow-spacing-l) 0}}.opinion-collection-m_headline-author__2H6Tv{display:flex}.opinion-collection-m_headline-author__2H6Tv :last-child{margin-left:auto}.opinion-collection-m_headline-author__2H6Tv .arr--headline{flex-basis:80%}.opinion-collection-m_content-wrapper__y32PE>div,.opinion-collection-m_wrapper-with-ads__2daVe>div{padding:0 0 8px}@media (min-width:1025px){.opinion-collection-m_content-wrapper__y32PE>div,.opinion-collection-m_wrapper-with-ads__2daVe>div{padding:0 var(--arrow-spacing-l) var(--arrow-spacing-m) 0}}.opinion-collection-m_custom-grid__33uRh>div{padding:0}@media (min-width:768px){.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_light__2Hent .opinion-collection-m_wrapper-with-ads__2daVe>div,.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_light__2Hent>div{border-right:1px solid var(--light-border)}.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF .opinion-collection-m_wrapper-with-ads__2daVe>div,.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF>div{border-right:1px solid var(--dark-border)}}.opinion-collection-m_custom-grid__33uRh.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF>div,.opinion-collection-m_custom-grid__33uRh.opinion-collection-m_border__38tun.opinion-collection-m_light__2Hent>div{border-right:none}.opinion-collection-m_content-wrapper__y32PE .author-name{color:var(--arrow-c-brand1);font-size:var(--arrow-spacing-m)}.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_light__2Hent .arr--author-time,.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_light__2Hent .opinion-collection-m_wrapper-with-ads__2daVe .arr--author-time{border-bottom:1px solid var(--light-border);padding-bottom:var(--arrow-spacing-m)}.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF .arr--author-time,.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF .opinion-collection-m_wrapper-with-ads__2daVe .arr--author-time{border-bottom:1px solid var(--dark-border);padding-bottom:var(--arrow-spacing-m)}.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun .opinion-collection-m_wrapper-with-ads__2daVe div:nth-last-child(-n+1) .arr--author-time,.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun div:nth-last-child(-n+1) .arr--author-time{border-bottom:none}@media (min-width:768px){.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun .opinion-collection-m_wrapper-with-ads__2daVe div:nth-last-child(-n+2) .arr--author-time,.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun div:nth-last-child(-n+2) .arr--author-time{border-bottom:none}}@media (min-width:1025px){.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun .opinion-collection-m_wrapper-with-ads__2daVe div:nth-last-child(-n+3) .arr--author-time,.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun div:nth-last-child(-n+3) .arr--author-time{border-bottom:none}.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_light__2Hent .opinion-collection-m_count-3__3cQUB div:nth-last-child(-n+3) .arr--author-time{border-bottom:1px solid var(--light-border)}.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF .opinion-collection-m_count-3__3cQUB div:first-child .arr--author-time{border-bottom:1px solid var(--dark-border)}.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_light__2Hent .opinion-collection-m_wrapper-with-ads__2daVe div:nth-child(2) .arr--author-time{border-bottom:1px solid var(--light-border)}.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF .opinion-collection-m_wrapper-with-ads__2daVe div:nth-child(2) .arr--author-time{border-bottom:1px solid var(--dark-border)}.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF .opinion-collection-m_count-2__2e7g_ div:nth-child(2) .arr--author-time,.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF .opinion-collection-m_count-3__3cQUB div:nth-child(2) .arr--author-time,.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_custom-grid__33uRh.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF .opinion-collection-m_count-2__2e7g_ div:nth-child(2) .arr--author-time,.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_custom-grid__33uRh.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF .opinion-collection-m_count-3__3cQUB div:nth-child(2) .arr--author-time{border-bottom:none}}@media (min-width:768px){.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_light__2Hent .opinion-collection-m_wrapper-with-ads__2daVe>div:nth-child(2n),.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_light__2Hent>div:nth-child(2n){border-right:none}}@media (min-width:1025px){.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_light__2Hent .opinion-collection-m_wrapper-with-ads__2daVe>div:nth-child(2n),.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_light__2Hent>div:nth-child(2n){border-right:1px solid var(--light-border)}}@media (min-width:768px){.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF .opinion-collection-m_wrapper-with-ads__2daVe>div:nth-child(2n),.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF>div:nth-child(2n){border-right:none}}@media (min-width:1025px){.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF .opinion-collection-m_wrapper-with-ads__2daVe>div:nth-child(2n),.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF>div:nth-child(2n){border-right:1px solid var(--dark-border)}.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF>div:nth-child(3n),.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_light__2Hent>div:nth-child(3n),.opinion-collection-m_custom-grid__33uRh.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF>div:nth-child(2n),.opinion-collection-m_custom-grid__33uRh.opinion-collection-m_border__38tun.opinion-collection-m_light__2Hent>div:nth-child(2n){border-right:none}}.six-col-six-stories-m_wrapper__2k2bf{padding:0 var(--arrow-spacing-s)}@media (min-width:1025px){.six-col-six-stories-m_wrapper__2k2bf{padding:0}}.six-col-six-stories-m_row-wrapper__2YNUO{grid-column-gap:var(--arrow-spacing-l);display:grid;grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.six-col-six-stories-m_row-wrapper__2YNUO{grid-column-gap:var(--arrow-spacing-28);grid-template-columns:repeat(3,1fr)}}@media (min-width:1025px){.six-col-six-stories-m_row-wrapper__2YNUO{grid-column-gap:var(--arrow-spacing-28);grid-template-columns:repeat(6,1fr)}}.six-col-six-stories-m_card-wrapper__1B5FM{margin-bottom:var(--arrow-spacing-m)}.six-col-six-stories-m_card-wrapper__1B5FM.six-col-six-stories-m_vertical-border__3iwon{position:relative}.six-col-six-stories-m_card-wrapper__1B5FM.six-col-six-stories-m_vertical-border__3iwon:after{content:"";height:100%;position:absolute;right:-13px;top:0;width:1px}.six-col-six-stories-m_card-wrapper__1B5FM.six-col-six-stories-m_vertical-border__3iwon.six-col-six-stories-m_light__2wu4e:after{background-color:var(--light-border)}.six-col-six-stories-m_card-wrapper__1B5FM.six-col-six-stories-m_vertical-border__3iwon.six-col-six-stories-m_dark__2y_No:after{background-color:var(--dark-border)}.six-col-six-stories-m_card-wrapper__1B5FM.six-col-six-stories-m_vertical-border__3iwon:nth-child(2n):after{content:none}@media (min-width:768px){.six-col-six-stories-m_card-wrapper__1B5FM.six-col-six-stories-m_vertical-border__3iwon:nth-child(2n):after{content:""}.six-col-six-stories-m_card-wrapper__1B5FM.six-col-six-stories-m_vertical-border__3iwon:nth-child(3n):after{content:none}}@media (min-width:1025px){.six-col-six-stories-m_card-wrapper__1B5FM.six-col-six-stories-m_vertical-border__3iwon:nth-child(3n):after{content:""}.six-col-six-stories-m_card-wrapper__1B5FM.six-col-six-stories-m_vertical-border__3iwon:nth-child(6n):after{content:none}}.six-col-six-stories-m_content-wrapper__3n5nT{height:100%}.subheadline-m_subheadline__3fd7z{-webkit-box-orient:vertical;display:-webkit-box;margin-bottom:var(--arrow-spacing-xxs);overflow:hidden}@media (min-width:768px){.subheadline-m_subheadline__3fd7z{margin-bottom:var(--arrow-spacing-xs)}}.subheadline-m_dark__28u00{color:var(--arrow-c-mono4)}.subheadline-m_light__2YUOe{color:var(--arrow-c-invert-mono4)}.hero-image-m_hero-image__3lraV{flex-grow:1;margin-bottom:var(--arrow-spacing-xs);padding-right:0;position:relative}.hero-image-m_right-padding__1LkCe{flex-grow:1;margin-bottom:0;padding-right:var(--arrow-spacing-s)}.hero-image-m_left-padding__pYRAj{flex-grow:1;margin-bottom:0;padding-left:var(--arrow-spacing-s)}.hero-image-m_right-padding-mob__3-uOU{flex-basis:30%;flex-grow:1;margin-bottom:0;padding-right:var(--arrow-spacing-s)}@media (min-width:768px){.hero-image-m_right-padding-mob__3-uOU{margin-bottom:var(--arrow-spacing-xs);padding-right:0}}.hero-image-m_placeholder__1omCm{background-color:#d3d3d3}html[dir=rtl] .hero-image-m_right-padding-mob__3-uOU,html[dir=rtl] .hero-image-m_right-padding__1LkCe{padding-left:var(--arrow-spacing-s);padding-right:0}@media (min-width:768px){html[dir=rtl] .hero-image-m_right-padding-mob__3-uOU{padding-left:0}}.hero-image-m_hero-image-mob__13JJp{flex-grow:1;margin-bottom:var(--arrow-spacing-xs);padding-right:0}.hero-image-m_with-padding__324G_{padding:16px 16px 0}.hero-image-m_image__1mz0U{position:relative}.hero-image-m_image__1mz0U img{bottom:0;height:100%;left:0;position:absolute;right:0;top:0}.author-m_author__WRuLm{align-items:center;color:var(--arrow-c-mono4);display:flex;margin-bottom:var(--arrow-spacing-xs)}.author-m_author-image__3q2oc{border-radius:100%;height:var(--arrow-spacing-l);margin-right:var(--arrow-spacing-xs);overflow:hidden;width:var(--arrow-spacing-l)}.author-m_author-image__3q2oc figure,.author-m_author-image__3q2oc img{height:100%;width:100%}.author-m_author-name__3WP-O{margin:auto var(--arrow-spacing-xs) auto 0}.author-m_bottom-fix__223TT{margin-top:auto}.author-m_prefix__YSInK{margin:auto var(--arrow-spacing-xxs) auto 0}.author-m_rtl-image__2nglD{display:none}html[dir=rtl] .author-m_author-name__3WP-O{margin-right:0}html[dir=rtl] .author-m_prefix__YSInK{margin-left:var(--arrow-spacing-xxs);margin-right:0}html[dir=rtl] .author-m_ltr-image__3bc0L{display:none}html[dir=rtl] .author-m_rtl-image__2nglD{display:block}.author-m_dark__2TTlp{color:var(--arrow-c-mono4)}.author-m_light__3y8_x{color:var(--arrow-c-invert-mono4)}.section-m_section__2N4S3{margin-bottom:var(--arrow-spacing-xxs)}@media (min-width:768px){.section-m_section__2N4S3{margin-bottom:var(--arrow-spacing-xs)}}.section-m_section-borderBottomSml__2GNbo .section-m_border-bottom__3cRoD{height:2px;margin-top:var(--arrow-spacing-xxs);width:20px}.section-m_section-borderLeft__3hKVj{align-items:baseline;display:flex}.section-m_section-borderLeft__3hKVj .section-m_border-left__2oUyp{margin-right:var(--arrow-spacing-xs);max-width:3px;min-width:3px;overflow:hidden}.section-m_section-borderLeft__3hKVj .section-m_border-left__2oUyp:before{content:"I";font-family:var(--arrow-sans-serif)}html[dir=rtl] .section-m_border-left__2oUyp{margin-left:var(--arrow-spacing-xs);margin-right:0}.section-m_section-solid__1vB1Q{align-self:self-start;color:var(--arrow-c-light);display:inline-flex;padding:var(--arrow-spacing-xxs) var(--arrow-spacing-s)}@media (min-width:768px){.section-m_section-solid__1vB1Q{padding:var(--arrow-spacing-xs) var(--arrow-spacing-m)}}.section-m_dark__1r3C4{color:var(--arrow-c-mono2)}.section-m_light__306hW{color:var(--arrow-c-invert-mono2)}.collection-name-m_collection__JD6sx{font-size:var(--arrow-fs-m);font-weight:var(--arrow-fw-bold);margin-bottom:var(--arrow-spacing-m)}@media (min-width:768px){.collection-name-m_collection__JD6sx{font-size:var(--arrow-fs-l);margin-bottom:var(--arrow-spacing-l)}}.collection-name-m_collection-borderLeft__3Dznk{align-items:baseline;display:flex}.collection-name-m_collection-borderLeft__3Dznk .collection-name-m_border-left__3_pYw{margin-right:var(--arrow-spacing-xs);min-width:5px;overflow:hidden;width:5px}.collection-name-m_collection-borderLeft__3Dznk .collection-name-m_border-left__3_pYw:before{content:"I";font-family:var(--arrow-sans-serif)}.collection-name-m_collection-borderBottomFull__Dkq3K{display:inline-block}.collection-name-m_collection-borderBottom__2rdQM{display:block}.collection-name-m_collection-crossLine__1sIpN{align-items:center;display:flex}.collection-name-m_collection-crossLine__1sIpN:before{border-top:1px solid var(--arrow-c-mono5);content:" ";flex:1 1 auto;margin-right:var(--arrow-spacing-l);position:relative}.collection-name-m_collection-crossLine__1sIpN:after{border-top:1px solid var(--arrow-c-mono5);content:" ";flex:1 1 auto;margin-left:var(--arrow-spacing-l);position:relative}html[dir=rtl] .collection-name-m_collection-borderLeft__3Dznk .collection-name-m_border-left__3_pYw{margin-left:var(--arrow-spacing-xs);margin-right:0}html[dir=rtl] .collection-name-m_collection-crossLine__1sIpN:before{margin-left:var(--arrow-spacing-l);margin-right:0}html[dir=rtl] .collection-name-m_collection-crossLine__1sIpN:after{margin-left:0;margin-right:var(--arrow-spacing-l)}.collection-name-m_border-bottom__1MnlV{height:4px;margin-top:var(--arrow-spacing-xxs);width:20px}.collection-name-m_collection-crossLine__1sIpN .collection-name-m_border-bottom__1MnlV{visibility:hidden}.collection-name-m_dark__nMe5H a,.collection-name-m_dark__nMe5H h2,.collection-name-m_dark__nMe5H h3,.collection-name-m_dark__nMe5H h5{color:var(--arrow-c-mono2)}.collection-name-m_light__1vFDN a,.collection-name-m_light__1vFDN h2,.collection-name-m_light__1vFDN h3,.collection-name-m_light__1vFDN h5{color:var(--arrow-c-invert-mono2)}.storycard-m_author-timestamp-wrapper__20yjp{align-items:center;display:flex}.storycard-m_default-card__1-POn{display:flex;flex-direction:column}.storycard-m_horizontal-card___7afz{display:flex;flex-direction:row}@media (min-width:768px){.storycard-m_backgroung-img__1FMJT>a>figure:after{background:linear-gradient(0deg,rgba(0,0,0,.7),transparent 50%,transparent);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.storycard-m_backgroung-img__1FMJT>div:nth-child(2){bottom:0;left:15%;padding:var(--arrow-spacing-m) var(--arrow-spacing-m) 48px;position:absolute;right:15%}}.storycard-m_backgroung-img__1FMJT img{bottom:0;position:absolute}@media (min-width:768px){.storycard-m_content-overlap__1yNHR>div:nth-child(2){background-color:var(--arrow-c-light);bottom:0;margin:0 var(--arrow-spacing-m);padding:var(--arrow-spacing-m);position:absolute;width:calc(100% - 32px)}.storycard-m_content-overlap__1yNHR img{bottom:0;position:absolute}}.storycard-m_horizontal-card___7afz>div:first-child{flex-basis:30%}.storycard-m_horizontal-card___7afz>div:nth-child(2){flex-basis:70%}.storycard-m_border-full__1nhy7.storycard-m_light__3EhXN{border:1px solid var(--light-border)}.storycard-m_border-full__1nhy7.storycard-m_dark__2wCTq{border:1px solid var(--dark-border)}.storycard-m_border-bottom__2_E-I.storycard-m_light__3EhXN{border-bottom:1px solid var(--light-border);padding-bottom:var(--arrow-spacing-m)}.storycard-m_border-bottom__2_E-I.storycard-m_dark__2wCTq{border-bottom:1px solid var(--dark-border);padding-bottom:var(--arrow-spacing-m)}.storycard-m_border-boxShadow__2-k3Z{box-shadow:0 2px 10px 0 rgba(0,0,0,.1)}.storycard-m_center-align__1Sn8-{align-items:left;display:flex;flex-direction:column}@media (min-width:768px){.storycard-m_center-align__1Sn8-{align-items:center;text-align:center}}.storycard-m_content-boxShadow__2IAWZ,.storycard-m_content-full__2zJmU{padding:var(--arrow-spacing-xs) var(--arrow-spacing-m)}.storycard-m_backgroung-img__1FMJT,.storycard-m_content-overlap__1yNHR{position:relative}.storycard-m_hero-image__1H3MB{margin-bottom:var(--arrow-spacing-xs);padding-right:0}.storycard-m_right-padding__12-lQ{padding-bottom:0;padding-right:var(--arrow-spacing-xs)}.storycard-m_horizontal-mob__17JG2{display:flex;flex-direction:row}@media (min-width:768px){.storycard-m_horizontal-mob__17JG2{flex-direction:column}}.storycard-m_horizontal-mob__17JG2 .storycard-m_hero-image__1H3MB{flex-basis:30%}@media (min-width:768px){.storycard-m_horizontal-mob__17JG2 .storycard-m_hero-image__1H3MB{flex-basis:100%}}.storycard-m_horizontal-mob__17JG2 .storycard-m_content__1Q9vq{flex-basis:70%}@media (min-width:768px){.storycard-m_horizontal-mob__17JG2 .storycard-m_content__1Q9vq{flex-basis:100%}}.storycard-m_border-default__PEZ1x{border:none;height:100%}.storycard-m_card__KJwRa{height:100%}.storycard-m_horizontal-image-last__3o6LY{display:flex;flex-direction:row-reverse}.storycard-m_horizontal-image-last__3o6LY>div:first-child{flex-basis:30%}.storycard-m_horizontal-image-last__3o6LY>div:nth-child(2){flex-basis:70%}.author-with-timestamp-m_author-time-wrapper__G7_eI{align-items:center;color:var(--arrow-c-mono2);display:flex;flex-wrap:wrap}.author-with-timestamp-m_author-image__24xrD{border-radius:100%;height:var(--arrow-spacing-l);margin-right:var(--arrow-spacing-xs);width:var(--arrow-spacing-l)}.author-with-timestamp-m_dot__1LHXD{margin-right:var(--arrow-spacing-xs);position:relative;top:-6px}.author-with-timestamp-m_bottom-fix__1rWGv{margin-top:auto}.author-with-timestamp-m_dash__2L5XC{margin-right:var(--arrow-spacing-xs);position:relative;top:-1px}@media (min-width:768px){.author-with-timestamp-m_dash__2L5XC{top:-3px}}html[dir=rtl] .author-with-timestamp-m_dot__1LHXD{margin-left:var(--arrow-spacing-xs)}html[dir=rtl] .author-with-timestamp-m_dash__2L5XC{padding-left:var(--arrow-spacing-xs)}.headline-m_wrapper__3nUmh{margin-bottom:6px}.headline-m_headline__3_NhV{color:var(--arrow-c-mono2);font-weight:var(--arrow-fw-semi-bold);margin-bottom:var(--arrow-spacing-xxs)}@media (min-width:768px){.headline-m_headline__3_NhV{margin-bottom:var(--arrow-spacing-xs)}}.headline-m_wrapper__3nUmh .headline-m_headline__3_NhV{display:inline;margin-bottom:var(--arrow-spacing-xs)}.headline-m_dark__en3hW{color:var(--arrow-c-mono2)}.headline-m_light__3lKJB{color:var(--arrow-c-invert-mono2)}.portrait-story-card-m_wrapper__3nche .arr--story-card>div:nth-child(2){bottom:0;left:0;padding:var(--arrow-spacing-xs);position:absolute;right:0}@media (min-width:768px){.portrait-story-card-m_wrapper__3nche .arr--story-card>div:nth-child(2){padding:var(--arrow-spacing-m)}}.portrait-story-card-m_wrapper__3nche .arr--content-wrapper time,.portrait-story-card-m_wrapper__3nche .arr--headline>a>h6,.portrait-story-card-m_wrapper__3nche .arr--read-time,.portrait-story-card-m_wrapper__3nche .author-name,.portrait-story-card-m_wrapper__3nche .section-tag{color:var(--arrow-c-light)}.portrait-story-card-m_wrapper__3nche .arr--hero-image{margin-bottom:0}.portrait-story-card-m_wrapper__3nche .arr--hero-image figure:after{background:linear-gradient(0deg,var(--arrow-c-mono3),transparent 70%,transparent);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.storycardContent-m_wrapper__TEmfA{flex-basis:70%}@media (min-width:768px){.storycardContent-m_wrapper__TEmfA{flex-basis:100%}}.storycardContent-m_horizontal-content-wrapper__NgpuC.storycardContent-m_border-full__2km37{padding:16px 16px 16px 0}@media (min-width:768px){.storycardContent-m_horizontal-content-wrapper__NgpuC.storycardContent-m_border-full__2km37{padding:0 16px 16px}}.storycardContent-m_border-full__2km37{padding:12px 0 0}@media (min-width:768px){.storycardContent-m_border-full__2km37{padding:0 16px 16px}}.author-image-m_image-container__19WNd{bottom:0;height:100%;left:0;right:0;top:0;width:100%}.author-image-m_author-image__D8GMB img,.author-image-m_author-image__D8GMB svg{border-radius:50%;height:160px;width:160px}@media (min-width:768px){.author-image-m_author-image__D8GMB img,.author-image-m_author-image__D8GMB svg{height:224px;position:relative;width:224px}}@media (min-width:768px) and (min-width:992px){.author-image-m_author-image__D8GMB img,.author-image-m_author-image__D8GMB svg{height:364px;width:364px}}.author-image-m_square__bjK7M img{border-radius:0}.author-image-m_small-circle__DbQMN.author-image-m_author-image__D8GMB img,.author-image-m_small-circle__DbQMN.author-image-m_author-image__D8GMB svg{border-radius:133.5px;height:40px;width:40px}@media (min-width:768px){.author-image-m_small-circle__DbQMN.author-image-m_author-image__D8GMB img,.author-image-m_small-circle__DbQMN.author-image-m_author-image__D8GMB svg{height:88px;width:88px}}@media (min-width:992px){.author-image-m_small-circle__DbQMN.author-image-m_author-image__D8GMB img,.author-image-m_small-circle__DbQMN.author-image-m_author-image__D8GMB svg{height:120px;width:120px}}.author-image-m_smaller-circle__2yMOZ.author-image-m_author-image__D8GMB img,.author-image-m_smaller-circle__2yMOZ.author-image-m_author-image__D8GMB svg{height:64px;width:64px}.dot-m_dark__1Njxl{fill:var(--arrow-c-mono4)}.dot-m_light__27IA3{fill:var(--arrow-c-invert-mono4)}.read-time-m_read-time-wrapper__3GyC_{display:flex;font-size:var(--arrow-fs-tiny);line-height:var(--arrow-lh-2)}.read-time-m_dot-indicator__3Sqh2{padding:0 var(--arrow-spacing-xs) var(--arrow-spacing-xs)}.read-time-m_dark__3yRaK{color:var(--arrow-c-mono4)}.read-time-m_light__1GAZu{color:var(--arrow-c-invert-mono4)}html[dir=rtl] .read-time-m_read-time-wrapper__3GyC_{margin-right:var(--arrow-spacing-xs)}.fallback-m_image-position__3KddP{bottom:0;left:0;position:absolute;right:0;top:0}.fallback-m_image__1GYCJ{background:var(--fallback-img)}.fallback-m_image__1GYCJ:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.fallback-m_fallback-svg__tK9fL svg{bottom:0;height:100%;left:50%;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;transform:translateX(-50%)}.divider-m_dark__26FRi{fill:var(--arrow-c-mono4)}.divider-m_light__w-7sy{fill:var(--arrow-c-invert-mono4)}.timestamp-m_time__2v46i{display:flex;margin-bottom:2px}.timestamp-m_time-wrapper__3O2lM{margin-bottom:var(--arrow-spacing-xxs)}.timestamp-m_bottom-fix__1Zh8r{margin-top:auto}.timestamp-m_dark__2lk9E{color:var(--arrow-c-mono4)}.timestamp-m_light__2QlrI{color:var(--arrow-c-invert-mono4)}.hyperlink-m_hyperlink-button__1CqWx{bottom:var(--arrow-spacing-xxs);position:absolute;right:var(--arrow-spacing-xxs);z-index:10}.hyperlink-m_hyperlink-button__1CqWx svg rect{fill:var(--arrow-c-brand1)}.load-more-m_button__1mmf1{background-color:transparent;border:1px solid;border-radius:var(--arrow-spacing-xxs);cursor:pointer;display:flex;font-size:var(--arrow-fs-xs);margin:var(--arrow-spacing-m) auto var(--arrow-spacing-xs) auto;padding:var(--arrow-spacing-xs) var(--arrow-spacing-l);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.load-more-m_default__2_k4V{display:block}.load-more-m_dark__3dfzb{color:var(--arrow-c-mono2)}.load-more-m_light__ePZQI{color:var(--arrow-c-invert-mono2)}
|
|
1
|
+
.three-col-m_three-col-grid__y7rZK{padding:0 var(--arrow-spacing-s)}@media (min-width:768px){.three-col-m_three-col-grid__y7rZK{padding:0}}.three-col-m_wrapper__20m5m{display:flex;flex-direction:column;margin:var(--arrow-spacing-xs) 0 0}@media (min-width:768px){.three-col-m_wrapper__20m5m{grid-gap:var(--arrow-spacing-l);display:grid;grid-template-columns:repeat(3,1fr);margin:var(--arrow-spacing-m) 0}}.three-col-m_ad__ypDAA{margin-bottom:var(--arrow-fs-xs)}.three-col-m_cards__2HyyK{margin-bottom:var(--arrow-spacing-m)}@media (min-width:768px){.three-col-m_cards__2HyyK{margin-bottom:0}}.three-col-m_ad__ypDAA,.three-col-m_wrapper__20m5m>:first-child{order:-1}@media (min-width:768px){.three-col-m_ad__ypDAA,.three-col-m_wrapper__20m5m>:first-child{order:0}}.three-col-m_three-col-grid__y7rZK .arr--story-card .arr--hero-image{flex-basis:40%}.three-col-m_three-col-grid__y7rZK .arr--story-card .arr--content-wrapper{flex-basis:60%}.one-col-story-list-m_one-col-story-list-wrapper__ICvTq{padding:0 var(--arrow-spacing-s)}@media (min-width:768px){.one-col-story-list-m_one-col-story-list-wrapper__ICvTq{padding:0}}.one-col-story-list-m_wrapper__38qTp{display:flex;flex-direction:column}@media (min-width:768px){.one-col-story-list-m_wrapper__38qTp{grid-column-gap:44px;display:grid;grid-template-columns:repeat(3,1fr)}}.one-col-story-list-m_one-col-first-story__1aC6i{grid-column:1/3;grid-row:1/2;order:-1}.one-col-story-list-m_one-col-border-full__3PSl0{margin-bottom:var(--arrow-spacing-m)}@media (min-width:768px){.one-col-story-list-m_one-col-border-full__3PSl0{margin-bottom:var(--arrow-spacing-l)}}.one-col-story-list-m_one-col-border-bottom__13nPb{padding-top:var(--arrow-spacing-m)}.one-col-story-list-m_one-col-border-default__2BDg7{margin-bottom:var(--arrow-spacing-m)}@media (min-width:768px){.one-col-story-list-m_one-col-border-default__2BDg7{margin-bottom:var(--arrow-spacing-l)}}.one-col-story-list-m_one-col-story-list__3d6Bp{grid-column:1/3;grid-row:2/3}.one-col-story-list-m_one-col-ads__UN_hF{grid-row:1/9;order:-1;padding-bottom:var(--arrow-spacing-m)}@media (min-width:768px){.one-col-story-list-m_footer-ad-wrapper__NGgvp{display:grid;grid-template-columns:repeat(3,1fr)}}.one-col-story-list-m_footer-wrapper__2WpgU{grid-column:1/3;grid-row:1/2}.one-col-story-list-m_ad-wrapper__3_cNc{grid-column:1/4;grid-row:2/3}.one-col-story-list-m_ad-wrapper__3_cNc .arr--ad-wrapper{justify-content:left}.one-col-story-list-m_story-card-content-wrapper__1baqS{padding:12px 8px 12px 0}@media (min-width:768px){.one-col-story-list-m_story-card-content-wrapper__1baqS{padding:16px 16px 16px 0}}@media (max-width:767px){.one-col-story-list-m_one-col-story-list-wrapper__ICvTq .arr--sub-headline{display:none}}.one-col-story-list-m_one-col-story-list-wrapper__ICvTq .arr--button{margin:0 auto var(--arrow-spacing-xs) auto}.four-col-portrait-stories-m_four-col-portrait__AtWub{padding:0 var(--arrow-spacing-s)}@media (min-width:1025px){.four-col-portrait-stories-m_four-col-portrait__AtWub{padding:0}}.four-col-portrait-stories-m_wrapper__1BX02{grid-gap:var(--arrow-spacing-s);display:grid;grid-template-columns:repeat(2,1fr);margin:var(--arrow-spacing-xs) 0 0}@media (min-width:1025px){.four-col-portrait-stories-m_wrapper__1BX02{grid-gap:var(--arrow-spacing-l);grid-template-columns:repeat(4,1fr);margin:var(--arrow-spacing-m) 0}}.four-col-portrait-stories-m_wrapper__1BX02 .arr--headline>a>h6{font-size:var(--arrow-fs-tiny)}@media (min-width:1025px){.four-col-portrait-stories-m_wrapper__1BX02 .arr--headline>a>h6{font-size:var(--arrow-fs-xs)}}.four-col-portrait-stories-m_wrapper__1BX02 .arr--content-wrapper time,.four-col-portrait-stories-m_wrapper__1BX02 .arr--read-time,.four-col-portrait-stories-m_wrapper__1BX02 .author-name{font-size:12px}@media (min-width:1025px){.four-col-portrait-stories-m_wrapper__1BX02 .arr--content-wrapper time,.four-col-portrait-stories-m_wrapper__1BX02 .arr--read-time,.four-col-portrait-stories-m_wrapper__1BX02 .author-name{font-size:var(--arrow-fs-tiny)}}@media (max-width:1024px) and (min-width:768px){.four-col-portrait-stories-m_wrapper__1BX02 .arr--headline>a>h6{font-size:var(--arrow-fs-l)}}.four-col-m_four-col-grid__1EiO7{padding:0 var(--arrow-spacing-s)}@media (min-width:768px){.four-col-m_four-col-grid__1EiO7{padding:0}}.four-col-m_wrapper__1vOV7{display:flex;flex-direction:column;margin:var(--arrow-spacing-xs) 0 0}@media (min-width:768px){.four-col-m_wrapper__1vOV7{grid-gap:var(--arrow-spacing-l);display:grid;grid-template-columns:repeat(4,1fr);margin:var(--arrow-spacing-m) 0}}.four-col-m_story-card-wrapper__1e8p0{margin-bottom:var(--arrow-spacing-m)}@media (min-width:768px){.four-col-m_story-card-wrapper__1e8p0{margin-bottom:0}}.four-col-m_ad__5cArX,.four-col-m_wrapper__1vOV7>:first-child{order:-1}@media (min-width:768px){.four-col-m_ad__5cArX,.four-col-m_wrapper__1vOV7>:first-child{order:0}}.four-col-m_ad__5cArX{margin-bottom:16px}.four-col-m_content-wrapper__3Tqne{display:flex;flex-basis:70%;flex-direction:column}@media (min-width:768px){.four-col-m_content-wrapper__3Tqne{flex-basis:100%}}.four-col-m_four-col-grid__1EiO7 .arr--story-card .arr--hero-image{flex-basis:40%}.four-col-m_four-col-grid__1EiO7 .arr--story-card .arr--content-wrapper{flex-basis:60%}.six-col-six-stories-m_wrapper__2k2bf{padding:0 var(--arrow-spacing-s)}@media (min-width:1025px){.six-col-six-stories-m_wrapper__2k2bf{padding:0}}.six-col-six-stories-m_row-wrapper__2YNUO{grid-column-gap:var(--arrow-spacing-l);display:grid;grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.six-col-six-stories-m_row-wrapper__2YNUO{grid-column-gap:var(--arrow-spacing-28);grid-template-columns:repeat(3,1fr)}}@media (min-width:1025px){.six-col-six-stories-m_row-wrapper__2YNUO{grid-column-gap:var(--arrow-spacing-28);grid-template-columns:repeat(6,1fr)}}.six-col-six-stories-m_card-wrapper__1B5FM{margin-bottom:var(--arrow-spacing-m)}.six-col-six-stories-m_card-wrapper__1B5FM.six-col-six-stories-m_vertical-border__3iwon{position:relative}.six-col-six-stories-m_card-wrapper__1B5FM.six-col-six-stories-m_vertical-border__3iwon:after{content:"";height:100%;position:absolute;right:-13px;top:0;width:1px}.six-col-six-stories-m_card-wrapper__1B5FM.six-col-six-stories-m_vertical-border__3iwon.six-col-six-stories-m_light__2wu4e:after{background-color:var(--light-border)}.six-col-six-stories-m_card-wrapper__1B5FM.six-col-six-stories-m_vertical-border__3iwon.six-col-six-stories-m_dark__2y_No:after{background-color:var(--dark-border)}.six-col-six-stories-m_card-wrapper__1B5FM.six-col-six-stories-m_vertical-border__3iwon:nth-child(2n):after{content:none}@media (min-width:768px){.six-col-six-stories-m_card-wrapper__1B5FM.six-col-six-stories-m_vertical-border__3iwon:nth-child(2n):after{content:""}.six-col-six-stories-m_card-wrapper__1B5FM.six-col-six-stories-m_vertical-border__3iwon:nth-child(3n):after{content:none}}@media (min-width:1025px){.six-col-six-stories-m_card-wrapper__1B5FM.six-col-six-stories-m_vertical-border__3iwon:nth-child(3n):after{content:""}.six-col-six-stories-m_card-wrapper__1B5FM.six-col-six-stories-m_vertical-border__3iwon:nth-child(6n):after{content:none}}.six-col-six-stories-m_content-wrapper__3n5nT{height:100%}.four-col-five-stories-m_four-col-five-stories__16ja_{padding:0 var(--arrow-spacing-s)}@media (min-width:1025px){.four-col-five-stories-m_four-col-five-stories__16ja_{padding:0}}.four-col-five-stories-m_wrapper__31KAU{margin:var(--arrow-spacing-xs) 0}@media (min-width:1025px){.four-col-five-stories-m_wrapper__31KAU{margin:var(--arrow-spacing-m) 0}}.four-col-five-stories-m_first-card__3dXVH{grid-gap:var(--arrow-spacing-xs);display:flex;flex-direction:column;gap:var(--arrow-spacing-xs);margin-bottom:var(--arrow-spacing-m)}@media (min-width:768px){.four-col-five-stories-m_first-card__3dXVH .arrow-component h6{font-size:var(--arrow-spacing-l)}.four-col-five-stories-m_first-card__3dXVH{margin-bottom:var(--arrow-spacing-l)}}@media (min-width:1025px){.four-col-five-stories-m_first-card__3dXVH{grid-gap:var(--arrow-spacing-l);align-items:center;flex-direction:row;gap:var(--arrow-spacing-l);margin-bottom:var(--arrow-spacing-l)}}.four-col-five-stories-m_first-card__3dXVH .arr--fallback-hero-image .story-icon,.four-col-five-stories-m_first-card__3dXVH .arr--responsive-hero-image .story-icon{bottom:10px;height:64px;left:10px;position:absolute;width:64px;z-index:var(--z-index-1)}@media (max-width:767px){.four-col-five-stories-m_first-card__3dXVH .arr--fallback-hero-image .story-icon,.four-col-five-stories-m_first-card__3dXVH .arr--responsive-hero-image .story-icon{height:24px;width:24px}}.four-col-five-stories-m_first-card__3dXVH .arr--fallback-hero-image .story-icon .live-icon,.four-col-five-stories-m_first-card__3dXVH .arr--responsive-hero-image .story-icon .live-icon{-webkit-animation:blink 1.5s linear infinite;animation:blink 1.5s linear infinite;height:24px;vertical-align:middle;width:24px}.four-col-five-stories-m_other-cards__1P4k5 .arr--fallback-hero-image .story-icon,.four-col-five-stories-m_other-cards__1P4k5 .arr--responsive-hero-image .story-icon{bottom:var(--arrow-spacing-xs);height:24px;left:var(--arrow-spacing-xs);position:absolute;width:24px;z-index:var(--z-index-1)}.four-col-five-stories-m_other-cards__1P4k5 .live-icon{-webkit-animation:blink 1.5s linear infinite;animation:blink 1.5s linear infinite;height:24px;vertical-align:middle;width:24px}@-webkit-keyframes four-col-five-stories-m_blink__WIF2d{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes four-col-five-stories-m_blink__WIF2d{0%{opacity:0}50%{opacity:1}to{opacity:0}}.four-col-five-stories-m_first-card__3dXVH>*{flex:1}.four-col-five-stories-m_other-cards__1P4k5{grid-row-gap:var(--arrow-spacing-m);display:grid}@media (min-width:768px){.four-col-five-stories-m_other-cards__1P4k5{grid-column-gap:var(--arrow-spacing-l);grid-row-gap:var(--arrow-spacing-l);grid-template-columns:repeat(2,1fr)}}@media (min-width:1025px){.four-col-five-stories-m_other-cards__1P4k5{grid-template-columns:repeat(4,1fr)}}.four-col-five-stories-m_card__2lzhH>div>:last-child{margin-top:var(--arrow-spacing-xs)}.three-col-flex-stories-m_wrapper__3SQMq{padding:0 var(--arrow-spacing-s)}@media (min-width:1025px){.three-col-flex-stories-m_wrapper__3SQMq{padding:0}}@media (min-width:768px){.three-col-flex-stories-m_card-row__3WMb3{grid-column-gap:var(--arrow-spacing-m);display:grid;grid-template-columns:repeat(2,1fr);margin-top:var(--arrow-spacing-m)}}@media (min-width:1025px){.three-col-flex-stories-m_card-row__3WMb3{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.three-col-flex-stories-m_row-with-ad__1gPPN{grid-column-gap:var(--arrow-spacing-m);display:grid;grid-template-columns:1fr 1fr;margin-bottom:var(--arrow-spacing-m)}}@media (min-width:1025px){.three-col-flex-stories-m_row-with-ad__1gPPN{grid-template-columns:2fr 1fr}.three-col-flex-stories-m_card-with-ad__32z5M{grid-column-gap:var(--arrow-spacing-m);align-self:center;display:grid;grid-template-columns:repeat(2,1fr)}}.three-col-flex-stories-m_card__2uZ3Q{margin-bottom:var(--arrow-spacing-m)}@media (min-width:1025px){.three-col-flex-stories-m_card__2uZ3Q{margin-bottom:var(--arrow-spacing-l)}}.three-col-flex-stories-m_card__2uZ3Q .three-col-flex-stories-m_card-content__1z9nt{margin-left:var(--arrow-spacing-s)}.three-col-flex-stories-m_ad-wrapper__3dmfM{align-self:center;margin-bottom:var(--arrow-spacing-m)}@media (min-width:768px){.three-col-flex-stories-m_ad-wrapper__3dmfM{margin-bottom:0}}.opinion-collection-m_opinion-collection__1Bc7h{padding:0 var(--arrow-spacing-s)}@media (min-width:1025px){.opinion-collection-m_opinion-collection__1Bc7h{padding:0}}@media (min-width:768px){.opinion-collection-m_content-wrapper__y32PE{grid-column-gap:var(--arrow-spacing-s);display:grid;grid-template-columns:repeat(2,1fr)}}@media (min-width:1025px){.opinion-collection-m_content-wrapper__y32PE{grid-column-gap:var(--arrow-spacing-l);grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.opinion-collection-m_custom-grid__33uRh{grid-template-columns:1fr}}@media (min-width:1025px){.opinion-collection-m_custom-grid__33uRh{align-items:center;grid-template-columns:2fr 1fr}}@media (min-width:768px){.opinion-collection-m_wrapper-with-ads__2daVe{grid-column-gap:var(--arrow-spacing-s);display:grid;grid-template-columns:1fr 1fr}}@media (min-width:1025px){.opinion-collection-m_wrapper-with-ads__2daVe{grid-column-gap:var(--arrow-spacing-l)}}@media only screen and (max-width:1025px){.opinion-collection-m_ad-slot__2ZpaC{margin:var(--arrow-spacing-l) 0}}.opinion-collection-m_headline-author__2H6Tv{display:flex}.opinion-collection-m_headline-author__2H6Tv :last-child{margin-left:auto}.opinion-collection-m_headline-author__2H6Tv .arr--headline{flex-basis:80%}.opinion-collection-m_content-wrapper__y32PE>div,.opinion-collection-m_wrapper-with-ads__2daVe>div{padding:0 0 8px}@media (min-width:1025px){.opinion-collection-m_content-wrapper__y32PE>div,.opinion-collection-m_wrapper-with-ads__2daVe>div{padding:0 var(--arrow-spacing-l) var(--arrow-spacing-m) 0}}.opinion-collection-m_custom-grid__33uRh>div{padding:0}@media (min-width:768px){.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_light__2Hent .opinion-collection-m_wrapper-with-ads__2daVe>div,.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_light__2Hent>div{border-right:1px solid var(--light-border)}.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF .opinion-collection-m_wrapper-with-ads__2daVe>div,.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF>div{border-right:1px solid var(--dark-border)}}.opinion-collection-m_custom-grid__33uRh.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF>div,.opinion-collection-m_custom-grid__33uRh.opinion-collection-m_border__38tun.opinion-collection-m_light__2Hent>div{border-right:none}.opinion-collection-m_content-wrapper__y32PE .author-name{color:var(--arrow-c-brand1);font-size:var(--arrow-spacing-m)}.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_light__2Hent .arr--author-time,.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_light__2Hent .opinion-collection-m_wrapper-with-ads__2daVe .arr--author-time{border-bottom:1px solid var(--light-border);padding-bottom:var(--arrow-spacing-m)}.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF .arr--author-time,.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF .opinion-collection-m_wrapper-with-ads__2daVe .arr--author-time{border-bottom:1px solid var(--dark-border);padding-bottom:var(--arrow-spacing-m)}.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun .opinion-collection-m_wrapper-with-ads__2daVe div:nth-last-child(-n+1) .arr--author-time,.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun div:nth-last-child(-n+1) .arr--author-time{border-bottom:none}@media (min-width:768px){.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun .opinion-collection-m_wrapper-with-ads__2daVe div:nth-last-child(-n+2) .arr--author-time,.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun div:nth-last-child(-n+2) .arr--author-time{border-bottom:none}}@media (min-width:1025px){.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun .opinion-collection-m_wrapper-with-ads__2daVe div:nth-last-child(-n+3) .arr--author-time,.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun div:nth-last-child(-n+3) .arr--author-time{border-bottom:none}.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_light__2Hent .opinion-collection-m_count-3__3cQUB div:nth-last-child(-n+3) .arr--author-time{border-bottom:1px solid var(--light-border)}.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF .opinion-collection-m_count-3__3cQUB div:first-child .arr--author-time{border-bottom:1px solid var(--dark-border)}.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_light__2Hent .opinion-collection-m_wrapper-with-ads__2daVe div:nth-child(2) .arr--author-time{border-bottom:1px solid var(--light-border)}.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF .opinion-collection-m_wrapper-with-ads__2daVe div:nth-child(2) .arr--author-time{border-bottom:1px solid var(--dark-border)}.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF .opinion-collection-m_count-2__2e7g_ div:nth-child(2) .arr--author-time,.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF .opinion-collection-m_count-3__3cQUB div:nth-child(2) .arr--author-time,.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_custom-grid__33uRh.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF .opinion-collection-m_count-2__2e7g_ div:nth-child(2) .arr--author-time,.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_custom-grid__33uRh.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF .opinion-collection-m_count-3__3cQUB div:nth-child(2) .arr--author-time{border-bottom:none}}@media (min-width:768px){.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_light__2Hent .opinion-collection-m_wrapper-with-ads__2daVe>div:nth-child(2n),.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_light__2Hent>div:nth-child(2n){border-right:none}}@media (min-width:1025px){.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_light__2Hent .opinion-collection-m_wrapper-with-ads__2daVe>div:nth-child(2n),.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_light__2Hent>div:nth-child(2n){border-right:1px solid var(--light-border)}}@media (min-width:768px){.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF .opinion-collection-m_wrapper-with-ads__2daVe>div:nth-child(2n),.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF>div:nth-child(2n){border-right:none}}@media (min-width:1025px){.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF .opinion-collection-m_wrapper-with-ads__2daVe>div:nth-child(2n),.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF>div:nth-child(2n){border-right:1px solid var(--dark-border)}.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF>div:nth-child(3n),.opinion-collection-m_content-wrapper__y32PE.opinion-collection-m_border__38tun.opinion-collection-m_light__2Hent>div:nth-child(3n),.opinion-collection-m_custom-grid__33uRh.opinion-collection-m_border__38tun.opinion-collection-m_dark__WMRNF>div:nth-child(2n),.opinion-collection-m_custom-grid__33uRh.opinion-collection-m_border__38tun.opinion-collection-m_light__2Hent>div:nth-child(2n){border-right:none}}.section-m_section__2N4S3{margin-bottom:var(--arrow-spacing-xxs)}@media (min-width:768px){.section-m_section__2N4S3{margin-bottom:var(--arrow-spacing-xs)}}.section-m_section-borderBottomSml__2GNbo .section-m_border-bottom__3cRoD{height:2px;margin-top:var(--arrow-spacing-xxs);width:20px}.section-m_section-borderLeft__3hKVj{align-items:baseline;display:flex}.section-m_section-borderLeft__3hKVj .section-m_border-left__2oUyp{margin-right:var(--arrow-spacing-xs);max-width:3px;min-width:3px;overflow:hidden}.section-m_section-borderLeft__3hKVj .section-m_border-left__2oUyp:before{content:"I";font-family:var(--arrow-sans-serif)}html[dir=rtl] .section-m_border-left__2oUyp{margin-left:var(--arrow-spacing-xs);margin-right:0}.section-m_section-solid__1vB1Q{align-self:self-start;color:var(--arrow-c-light);display:inline-flex;padding:var(--arrow-spacing-xxs) var(--arrow-spacing-s)}@media (min-width:768px){.section-m_section-solid__1vB1Q{padding:var(--arrow-spacing-xs) var(--arrow-spacing-m)}}.section-m_dark__1r3C4{color:var(--arrow-c-mono2)}.section-m_light__306hW{color:var(--arrow-c-invert-mono2)}.collection-name-m_collection__JD6sx{font-size:var(--arrow-fs-m);font-weight:var(--arrow-fw-bold);margin-bottom:var(--arrow-spacing-m)}@media (min-width:768px){.collection-name-m_collection__JD6sx{font-size:var(--arrow-fs-l);margin-bottom:var(--arrow-spacing-l)}}.collection-name-m_collection-borderLeft__3Dznk{align-items:baseline;display:flex}.collection-name-m_collection-borderLeft__3Dznk .collection-name-m_border-left__3_pYw{margin-right:var(--arrow-spacing-xs);min-width:5px;overflow:hidden;width:5px}.collection-name-m_collection-borderLeft__3Dznk .collection-name-m_border-left__3_pYw:before{content:"I";font-family:var(--arrow-sans-serif)}.collection-name-m_collection-borderBottomFull__Dkq3K{display:inline-block}.collection-name-m_collection-borderBottom__2rdQM{display:block}.collection-name-m_collection-crossLine__1sIpN{align-items:center;display:flex}.collection-name-m_collection-crossLine__1sIpN:before{border-top:1px solid var(--arrow-c-mono5);content:" ";flex:1 1 auto;margin-right:var(--arrow-spacing-l);position:relative}.collection-name-m_collection-crossLine__1sIpN:after{border-top:1px solid var(--arrow-c-mono5);content:" ";flex:1 1 auto;margin-left:var(--arrow-spacing-l);position:relative}html[dir=rtl] .collection-name-m_collection-borderLeft__3Dznk .collection-name-m_border-left__3_pYw{margin-left:var(--arrow-spacing-xs);margin-right:0}html[dir=rtl] .collection-name-m_collection-crossLine__1sIpN:before{margin-left:var(--arrow-spacing-l);margin-right:0}html[dir=rtl] .collection-name-m_collection-crossLine__1sIpN:after{margin-left:0;margin-right:var(--arrow-spacing-l)}.collection-name-m_border-bottom__1MnlV{height:4px;margin-top:var(--arrow-spacing-xxs);width:20px}.collection-name-m_collection-crossLine__1sIpN .collection-name-m_border-bottom__1MnlV{visibility:hidden}.collection-name-m_dark__nMe5H a,.collection-name-m_dark__nMe5H h2,.collection-name-m_dark__nMe5H h3,.collection-name-m_dark__nMe5H h5{color:var(--arrow-c-mono2)}.collection-name-m_light__1vFDN a,.collection-name-m_light__1vFDN h2,.collection-name-m_light__1vFDN h3,.collection-name-m_light__1vFDN h5{color:var(--arrow-c-invert-mono2)}.headline-m_wrapper__3nUmh{margin-bottom:6px}.headline-m_headline__3_NhV{color:var(--arrow-c-mono2);font-weight:var(--arrow-fw-semi-bold);margin-bottom:var(--arrow-spacing-xxs)}@media (min-width:768px){.headline-m_headline__3_NhV{margin-bottom:var(--arrow-spacing-xs)}}.headline-m_wrapper__3nUmh .headline-m_headline__3_NhV{display:inline;margin-bottom:var(--arrow-spacing-xs)}.headline-m_dark__en3hW{color:var(--arrow-c-mono2)}.headline-m_light__3lKJB{color:var(--arrow-c-invert-mono2)}.hero-image-m_hero-image__3lraV{flex-grow:1;margin-bottom:var(--arrow-spacing-xs);padding-right:0;position:relative}.hero-image-m_right-padding__1LkCe{flex-grow:1;margin-bottom:0;padding-right:var(--arrow-spacing-s)}.hero-image-m_left-padding__pYRAj{flex-grow:1;margin-bottom:0;padding-left:var(--arrow-spacing-s)}.hero-image-m_right-padding-mob__3-uOU{flex-basis:30%;flex-grow:1;margin-bottom:0;padding-right:var(--arrow-spacing-s)}@media (min-width:768px){.hero-image-m_right-padding-mob__3-uOU{margin-bottom:var(--arrow-spacing-xs);padding-right:0}}.hero-image-m_placeholder__1omCm{background-color:#d3d3d3}html[dir=rtl] .hero-image-m_right-padding-mob__3-uOU,html[dir=rtl] .hero-image-m_right-padding__1LkCe{padding-left:var(--arrow-spacing-s);padding-right:0}@media (min-width:768px){html[dir=rtl] .hero-image-m_right-padding-mob__3-uOU{padding-left:0}}.hero-image-m_hero-image-mob__13JJp{flex-grow:1;margin-bottom:var(--arrow-spacing-xs);padding-right:0}.hero-image-m_with-padding__324G_{padding:16px 16px 0}.hero-image-m_image__1mz0U{position:relative}.hero-image-m_image__1mz0U img{bottom:0;height:100%;left:0;position:absolute;right:0;top:0}.subheadline-m_subheadline__3fd7z{-webkit-box-orient:vertical;display:-webkit-box;margin-bottom:var(--arrow-spacing-xxs);overflow:hidden}@media (min-width:768px){.subheadline-m_subheadline__3fd7z{margin-bottom:var(--arrow-spacing-xs)}}.subheadline-m_dark__28u00{color:var(--arrow-c-mono4)}.subheadline-m_light__2YUOe{color:var(--arrow-c-invert-mono4)}.author-with-timestamp-m_author-time-wrapper__G7_eI{align-items:center;color:var(--arrow-c-mono2);display:flex;flex-wrap:wrap}.author-with-timestamp-m_author-image__24xrD{border-radius:100%;height:var(--arrow-spacing-l);margin-right:var(--arrow-spacing-xs);width:var(--arrow-spacing-l)}.author-with-timestamp-m_dot__1LHXD{margin-right:var(--arrow-spacing-xs);position:relative;top:-6px}.author-with-timestamp-m_bottom-fix__1rWGv{margin-top:auto}.author-with-timestamp-m_dash__2L5XC{margin-right:var(--arrow-spacing-xs);position:relative;top:-1px}@media (min-width:768px){.author-with-timestamp-m_dash__2L5XC{top:-3px}}html[dir=rtl] .author-with-timestamp-m_dot__1LHXD{margin-left:var(--arrow-spacing-xs)}html[dir=rtl] .author-with-timestamp-m_dash__2L5XC{padding-left:var(--arrow-spacing-xs)}.author-m_author__WRuLm{align-items:center;color:var(--arrow-c-mono4);display:flex;margin-bottom:var(--arrow-spacing-xs)}.author-m_author-image__3q2oc{border-radius:100%;height:var(--arrow-spacing-l);margin-right:var(--arrow-spacing-xs);overflow:hidden;width:var(--arrow-spacing-l)}.author-m_author-image__3q2oc figure,.author-m_author-image__3q2oc img{height:100%;width:100%}.author-m_author-name__3WP-O{margin:auto var(--arrow-spacing-xs) auto 0}.author-m_bottom-fix__223TT{margin-top:auto}.author-m_prefix__YSInK{margin:auto var(--arrow-spacing-xxs) auto 0}.author-m_rtl-image__2nglD{display:none}html[dir=rtl] .author-m_author-name__3WP-O{margin-right:0}html[dir=rtl] .author-m_prefix__YSInK{margin-left:var(--arrow-spacing-xxs);margin-right:0}html[dir=rtl] .author-m_ltr-image__3bc0L{display:none}html[dir=rtl] .author-m_rtl-image__2nglD{display:block}.author-m_dark__2TTlp{color:var(--arrow-c-mono4)}.author-m_light__3y8_x{color:var(--arrow-c-invert-mono4)}.portrait-story-card-m_wrapper__3nche .arr--story-card>div:nth-child(2){bottom:0;left:0;padding:var(--arrow-spacing-xs);position:absolute;right:0}@media (min-width:768px){.portrait-story-card-m_wrapper__3nche .arr--story-card>div:nth-child(2){padding:var(--arrow-spacing-m)}}.portrait-story-card-m_wrapper__3nche .arr--content-wrapper time,.portrait-story-card-m_wrapper__3nche .arr--headline>a>h6,.portrait-story-card-m_wrapper__3nche .arr--read-time,.portrait-story-card-m_wrapper__3nche .author-name,.portrait-story-card-m_wrapper__3nche .section-tag{color:var(--arrow-c-light)}.portrait-story-card-m_wrapper__3nche .arr--hero-image{margin-bottom:0}.portrait-story-card-m_wrapper__3nche .arr--hero-image figure:after{background:linear-gradient(0deg,var(--arrow-c-mono3),transparent 70%,transparent);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.storycardContent-m_wrapper__TEmfA{flex-basis:70%}@media (min-width:768px){.storycardContent-m_wrapper__TEmfA{flex-basis:100%}}.storycardContent-m_horizontal-content-wrapper__NgpuC.storycardContent-m_border-full__2km37{padding:16px 16px 16px 0}@media (min-width:768px){.storycardContent-m_horizontal-content-wrapper__NgpuC.storycardContent-m_border-full__2km37{padding:0 16px 16px}}.storycardContent-m_border-full__2km37{padding:12px 0 0}@media (min-width:768px){.storycardContent-m_border-full__2km37{padding:0 16px 16px}}.storycard-m_author-timestamp-wrapper__20yjp{align-items:center;display:flex}.storycard-m_default-card__1-POn{display:flex;flex-direction:column}.storycard-m_horizontal-card___7afz{display:flex;flex-direction:row}@media (min-width:768px){.storycard-m_backgroung-img__1FMJT>a>figure:after{background:linear-gradient(0deg,rgba(0,0,0,.7),transparent 50%,transparent);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.storycard-m_backgroung-img__1FMJT>div:nth-child(2){bottom:0;left:15%;padding:var(--arrow-spacing-m) var(--arrow-spacing-m) 48px;position:absolute;right:15%}}.storycard-m_backgroung-img__1FMJT img{bottom:0;position:absolute}@media (min-width:768px){.storycard-m_content-overlap__1yNHR>div:nth-child(2){background-color:var(--arrow-c-light);bottom:0;margin:0 var(--arrow-spacing-m);padding:var(--arrow-spacing-m);position:absolute;width:calc(100% - 32px)}.storycard-m_content-overlap__1yNHR img{bottom:0;position:absolute}}.storycard-m_horizontal-card___7afz>div:first-child{flex-basis:30%}.storycard-m_horizontal-card___7afz>div:nth-child(2){flex-basis:70%}.storycard-m_border-full__1nhy7.storycard-m_light__3EhXN{border:1px solid var(--light-border)}.storycard-m_border-full__1nhy7.storycard-m_dark__2wCTq{border:1px solid var(--dark-border)}.storycard-m_border-bottom__2_E-I.storycard-m_light__3EhXN{border-bottom:1px solid var(--light-border);padding-bottom:var(--arrow-spacing-m)}.storycard-m_border-bottom__2_E-I.storycard-m_dark__2wCTq{border-bottom:1px solid var(--dark-border);padding-bottom:var(--arrow-spacing-m)}.storycard-m_border-boxShadow__2-k3Z{box-shadow:0 2px 10px 0 rgba(0,0,0,.1)}.storycard-m_center-align__1Sn8-{align-items:left;display:flex;flex-direction:column}@media (min-width:768px){.storycard-m_center-align__1Sn8-{align-items:center;text-align:center}}.storycard-m_content-boxShadow__2IAWZ,.storycard-m_content-full__2zJmU{padding:var(--arrow-spacing-xs) var(--arrow-spacing-m)}.storycard-m_backgroung-img__1FMJT,.storycard-m_content-overlap__1yNHR{position:relative}.storycard-m_hero-image__1H3MB{margin-bottom:var(--arrow-spacing-xs);padding-right:0}.storycard-m_right-padding__12-lQ{padding-bottom:0;padding-right:var(--arrow-spacing-xs)}.storycard-m_horizontal-mob__17JG2{display:flex;flex-direction:row}@media (min-width:768px){.storycard-m_horizontal-mob__17JG2{flex-direction:column}}.storycard-m_horizontal-mob__17JG2 .storycard-m_hero-image__1H3MB{flex-basis:30%}@media (min-width:768px){.storycard-m_horizontal-mob__17JG2 .storycard-m_hero-image__1H3MB{flex-basis:100%}}.storycard-m_horizontal-mob__17JG2 .storycard-m_content__1Q9vq{flex-basis:70%}@media (min-width:768px){.storycard-m_horizontal-mob__17JG2 .storycard-m_content__1Q9vq{flex-basis:100%}}.storycard-m_border-default__PEZ1x{border:none;height:100%}.storycard-m_card__KJwRa{height:100%}.storycard-m_horizontal-image-last__3o6LY{display:flex;flex-direction:row-reverse}.storycard-m_horizontal-image-last__3o6LY>div:first-child{flex-basis:30%}.storycard-m_horizontal-image-last__3o6LY>div:nth-child(2){flex-basis:70%}.author-image-m_image-container__19WNd{bottom:0;height:100%;left:0;right:0;top:0;width:100%}.author-image-m_author-image__D8GMB img,.author-image-m_author-image__D8GMB svg{border-radius:50%;height:160px;width:160px}@media (min-width:768px){.author-image-m_author-image__D8GMB img,.author-image-m_author-image__D8GMB svg{height:224px;position:relative;width:224px}}@media (min-width:768px) and (min-width:992px){.author-image-m_author-image__D8GMB img,.author-image-m_author-image__D8GMB svg{height:364px;width:364px}}.author-image-m_square__bjK7M img{border-radius:0}.author-image-m_small-circle__DbQMN.author-image-m_author-image__D8GMB img,.author-image-m_small-circle__DbQMN.author-image-m_author-image__D8GMB svg{border-radius:133.5px;height:40px;width:40px}@media (min-width:768px){.author-image-m_small-circle__DbQMN.author-image-m_author-image__D8GMB img,.author-image-m_small-circle__DbQMN.author-image-m_author-image__D8GMB svg{height:88px;width:88px}}@media (min-width:992px){.author-image-m_small-circle__DbQMN.author-image-m_author-image__D8GMB img,.author-image-m_small-circle__DbQMN.author-image-m_author-image__D8GMB svg{height:120px;width:120px}}.author-image-m_smaller-circle__2yMOZ.author-image-m_author-image__D8GMB img,.author-image-m_smaller-circle__2yMOZ.author-image-m_author-image__D8GMB svg{height:64px;width:64px}.dot-m_dark__1Njxl{fill:var(--arrow-c-mono4)}.dot-m_light__27IA3{fill:var(--arrow-c-invert-mono4)}.timestamp-m_time__2v46i{display:flex;margin-bottom:2px}.timestamp-m_time-wrapper__3O2lM{margin-bottom:var(--arrow-spacing-xxs)}.timestamp-m_bottom-fix__1Zh8r{margin-top:auto}.timestamp-m_dark__2lk9E{color:var(--arrow-c-mono4)}.timestamp-m_light__2QlrI{color:var(--arrow-c-invert-mono4)}.hyperlink-m_hyperlink-button__1CqWx{bottom:var(--arrow-spacing-xxs);position:absolute;right:var(--arrow-spacing-xxs);z-index:10}.hyperlink-m_hyperlink-button__1CqWx svg rect{fill:var(--arrow-c-brand1)}.read-time-m_read-time-wrapper__3GyC_{display:flex;font-size:var(--arrow-fs-tiny);line-height:var(--arrow-lh-2)}.read-time-m_dot-indicator__3Sqh2{padding:0 var(--arrow-spacing-xs) var(--arrow-spacing-xs)}.read-time-m_dark__3yRaK{color:var(--arrow-c-mono4)}.read-time-m_light__1GAZu{color:var(--arrow-c-invert-mono4)}html[dir=rtl] .read-time-m_read-time-wrapper__3GyC_{margin-right:var(--arrow-spacing-xs)}.divider-m_dark__26FRi{fill:var(--arrow-c-mono4)}.divider-m_light__w-7sy{fill:var(--arrow-c-invert-mono4)}.fallback-m_image-position__3KddP{bottom:0;left:0;position:absolute;right:0;top:0}.fallback-m_image__1GYCJ{background:var(--fallback-img)}.fallback-m_image__1GYCJ:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.fallback-m_fallback-svg__tK9fL svg{bottom:0;height:100%;left:50%;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;transform:translateX(-50%)}.load-more-m_button__1mmf1{background-color:transparent;border:1px solid;border-radius:var(--arrow-spacing-xxs);cursor:pointer;display:flex;font-size:var(--arrow-fs-xs);margin:var(--arrow-spacing-m) auto var(--arrow-spacing-xs) auto;padding:var(--arrow-spacing-xs) var(--arrow-spacing-l);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.load-more-m_default__2_k4V{display:block}.load-more-m_dark__3dfzb{color:var(--arrow-c-mono2)}.load-more-m_light__ePZQI{color:var(--arrow-c-invert-mono2)}
|
package/atoms/Headline/index.js
CHANGED
|
@@ -1,8 +1,17 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var React = require('react');
|
|
6
|
+
var PropTypes = require('prop-types');
|
|
7
|
+
var components = require('@quintype/components');
|
|
8
|
+
require('react-timeago');
|
|
9
|
+
require('date-fns-tz');
|
|
10
|
+
|
|
11
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
12
|
+
|
|
13
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
14
|
+
var PropTypes__default = /*#__PURE__*/_interopDefaultLegacy(PropTypes);
|
|
6
15
|
|
|
7
16
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
8
17
|
|
|
@@ -155,9 +164,9 @@ exports["default"] = _default;
|
|
|
155
164
|
|
|
156
165
|
var _getClassName = /*@__PURE__*/getDefaultExportFromCjs(getClassName);
|
|
157
166
|
|
|
158
|
-
var StateContext = /*#__PURE__*/createContext(); // eslint-disable-next-line react/display-name
|
|
167
|
+
var StateContext = /*#__PURE__*/React.createContext(); // eslint-disable-next-line react/display-name
|
|
159
168
|
var useStateValue = function useStateValue() {
|
|
160
|
-
return useContext(StateContext);
|
|
169
|
+
return React.useContext(StateContext);
|
|
161
170
|
};
|
|
162
171
|
|
|
163
172
|
/**
|
|
@@ -2142,15 +2151,15 @@ function isExternalStory() {
|
|
|
2142
2151
|
metadata = _story$metadata === void 0 ? {} : _story$metadata;
|
|
2143
2152
|
return storyTemplate === "news-elsewhere" ? get_1(metadata, ["reference-url"], "") : "";
|
|
2144
2153
|
} // Adds target='_blank' attribute to anchor tags if not present
|
|
2145
|
-
|
|
2146
|
-
"sketches-host":
|
|
2147
|
-
"cdn-name":
|
|
2148
|
-
"cdn-image":
|
|
2154
|
+
PropTypes__default["default"].shape({
|
|
2155
|
+
"sketches-host": PropTypes__default["default"].string,
|
|
2156
|
+
"cdn-name": PropTypes__default["default"].string,
|
|
2157
|
+
"cdn-image": PropTypes__default["default"].string
|
|
2149
2158
|
});
|
|
2150
|
-
|
|
2151
|
-
headline:
|
|
2152
|
-
"last-published-at":
|
|
2153
|
-
subheadline:
|
|
2159
|
+
PropTypes__default["default"].shape({
|
|
2160
|
+
headline: PropTypes__default["default"].string,
|
|
2161
|
+
"last-published-at": PropTypes__default["default"].number,
|
|
2162
|
+
subheadline: PropTypes__default["default"].string
|
|
2154
2163
|
});
|
|
2155
2164
|
var getStoryUrl = function getStoryUrl(story) {
|
|
2156
2165
|
var defaultValue = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : "";
|
|
@@ -2163,7 +2172,7 @@ var CrownIcon = function CrownIcon(_ref) {
|
|
|
2163
2172
|
_ref$color = _ref.color,
|
|
2164
2173
|
color = _ref$color === void 0 ? "#D8D8D8" : _ref$color,
|
|
2165
2174
|
positionTop = _ref.positionTop;
|
|
2166
|
-
return /*#__PURE__*/
|
|
2175
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", {
|
|
2167
2176
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2168
2177
|
width: width,
|
|
2169
2178
|
height: height,
|
|
@@ -2172,28 +2181,28 @@ var CrownIcon = function CrownIcon(_ref) {
|
|
|
2172
2181
|
position: "relative",
|
|
2173
2182
|
top: positionTop
|
|
2174
2183
|
}
|
|
2175
|
-
}, /*#__PURE__*/
|
|
2184
|
+
}, /*#__PURE__*/React__default["default"].createElement("g", {
|
|
2176
2185
|
fill: "none",
|
|
2177
2186
|
fillRule: "evenodd",
|
|
2178
2187
|
stroke: "none",
|
|
2179
2188
|
strokeWidth: "1"
|
|
2180
|
-
}, /*#__PURE__*/
|
|
2189
|
+
}, /*#__PURE__*/React__default["default"].createElement("g", null, /*#__PURE__*/React__default["default"].createElement("g", {
|
|
2181
2190
|
transform: "translate(8 8)"
|
|
2182
|
-
}, /*#__PURE__*/
|
|
2191
|
+
}, /*#__PURE__*/React__default["default"].createElement("path", {
|
|
2183
2192
|
d: "M0 0H24V24H0z"
|
|
2184
|
-
}), /*#__PURE__*/
|
|
2193
|
+
}), /*#__PURE__*/React__default["default"].createElement("g", {
|
|
2185
2194
|
fill: color,
|
|
2186
2195
|
fillRule: "nonzero",
|
|
2187
2196
|
transform: "translate(0 2)"
|
|
2188
|
-
}, /*#__PURE__*/
|
|
2197
|
+
}, /*#__PURE__*/React__default["default"].createElement("path", {
|
|
2189
2198
|
d: "M21.043 19.553c0-.743-.601-1.344-1.344-1.344h-15.4a1.343 1.343 0 100 2.688h15.4c.743 0 1.344-.603 1.344-1.344zM1.598 8.673c.022 0 .042 0 .064-.003l2.131 7.713h16.411l2.132-7.713c.022 0 .041.003.063.003a1.599 1.599 0 10-1.52-1.108L17.025 9.82 12.882 2.95a1.599 1.599 0 10-1.765 0L6.976 9.82 3.121 7.565a1.599 1.599 0 10-1.523 1.107z"
|
|
2190
2199
|
}))))));
|
|
2191
2200
|
};
|
|
2192
2201
|
CrownIcon.propTypes = {
|
|
2193
|
-
height:
|
|
2194
|
-
width:
|
|
2195
|
-
color:
|
|
2196
|
-
positionTop:
|
|
2202
|
+
height: PropTypes__default["default"].string,
|
|
2203
|
+
width: PropTypes__default["default"].string,
|
|
2204
|
+
color: PropTypes__default["default"].string,
|
|
2205
|
+
positionTop: PropTypes__default["default"].string
|
|
2197
2206
|
};
|
|
2198
2207
|
|
|
2199
2208
|
var KeyIcon = function KeyIcon(_ref) {
|
|
@@ -2202,7 +2211,7 @@ var KeyIcon = function KeyIcon(_ref) {
|
|
|
2202
2211
|
_ref$color = _ref.color,
|
|
2203
2212
|
color = _ref$color === void 0 ? "#D5D5D5" : _ref$color,
|
|
2204
2213
|
positionTop = _ref.positionTop;
|
|
2205
|
-
return /*#__PURE__*/
|
|
2214
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", {
|
|
2206
2215
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2207
2216
|
width: width,
|
|
2208
2217
|
height: height,
|
|
@@ -2211,16 +2220,16 @@ var KeyIcon = function KeyIcon(_ref) {
|
|
|
2211
2220
|
position: "relative",
|
|
2212
2221
|
top: positionTop
|
|
2213
2222
|
}
|
|
2214
|
-
}, /*#__PURE__*/
|
|
2223
|
+
}, /*#__PURE__*/React__default["default"].createElement("g", {
|
|
2215
2224
|
fill: "none",
|
|
2216
2225
|
fillRule: "evenodd",
|
|
2217
2226
|
stroke: "none",
|
|
2218
2227
|
strokeWidth: "1"
|
|
2219
|
-
}, /*#__PURE__*/
|
|
2228
|
+
}, /*#__PURE__*/React__default["default"].createElement("g", null, /*#__PURE__*/React__default["default"].createElement("g", {
|
|
2220
2229
|
transform: "translate(8 8)"
|
|
2221
|
-
}, /*#__PURE__*/
|
|
2230
|
+
}, /*#__PURE__*/React__default["default"].createElement("path", {
|
|
2222
2231
|
d: "M0 0H24V24H0z"
|
|
2223
|
-
}), /*#__PURE__*/
|
|
2232
|
+
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
2224
2233
|
fill: color,
|
|
2225
2234
|
fillRule: "nonzero",
|
|
2226
2235
|
d: "M12.71 4.364A6.54 6.54 0 000 6.545a6.54 6.54 0 0012.71 2.182h4.745v4.364h4.363V8.727H24V4.364H12.71zM6.544 8.727a2.181 2.181 0 110-4.362 2.181 2.181 0 010 4.362z",
|
|
@@ -2228,10 +2237,10 @@ var KeyIcon = function KeyIcon(_ref) {
|
|
|
2228
2237
|
})))));
|
|
2229
2238
|
};
|
|
2230
2239
|
KeyIcon.propTypes = {
|
|
2231
|
-
height:
|
|
2232
|
-
width:
|
|
2233
|
-
color:
|
|
2234
|
-
positionTop:
|
|
2240
|
+
height: PropTypes__default["default"].string,
|
|
2241
|
+
width: PropTypes__default["default"].string,
|
|
2242
|
+
color: PropTypes__default["default"].string,
|
|
2243
|
+
positionTop: PropTypes__default["default"].string
|
|
2235
2244
|
};
|
|
2236
2245
|
|
|
2237
2246
|
var LockIcon = function LockIcon(_ref) {
|
|
@@ -2240,7 +2249,7 @@ var LockIcon = function LockIcon(_ref) {
|
|
|
2240
2249
|
_ref$color = _ref.color,
|
|
2241
2250
|
color = _ref$color === void 0 ? "#D5D5D5" : _ref$color,
|
|
2242
2251
|
positionTop = _ref.positionTop;
|
|
2243
|
-
return /*#__PURE__*/
|
|
2252
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", {
|
|
2244
2253
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2245
2254
|
width: width,
|
|
2246
2255
|
height: height,
|
|
@@ -2249,28 +2258,28 @@ var LockIcon = function LockIcon(_ref) {
|
|
|
2249
2258
|
position: "relative",
|
|
2250
2259
|
top: positionTop
|
|
2251
2260
|
}
|
|
2252
|
-
}, /*#__PURE__*/
|
|
2261
|
+
}, /*#__PURE__*/React__default["default"].createElement("g", {
|
|
2253
2262
|
fill: "none",
|
|
2254
2263
|
fillRule: "evenodd",
|
|
2255
2264
|
stroke: "none",
|
|
2256
2265
|
strokeWidth: "1"
|
|
2257
|
-
}, /*#__PURE__*/
|
|
2266
|
+
}, /*#__PURE__*/React__default["default"].createElement("g", null, /*#__PURE__*/React__default["default"].createElement("g", {
|
|
2258
2267
|
transform: "translate(8 8)"
|
|
2259
|
-
}, /*#__PURE__*/
|
|
2268
|
+
}, /*#__PURE__*/React__default["default"].createElement("path", {
|
|
2260
2269
|
d: "M0 0H24V24H0z"
|
|
2261
|
-
}), /*#__PURE__*/
|
|
2270
|
+
}), /*#__PURE__*/React__default["default"].createElement("g", {
|
|
2262
2271
|
fill: color,
|
|
2263
2272
|
fillRule: "nonzero",
|
|
2264
2273
|
transform: "translate(3)"
|
|
2265
|
-
}, /*#__PURE__*/
|
|
2274
|
+
}, /*#__PURE__*/React__default["default"].createElement("path", {
|
|
2266
2275
|
d: "M15.692 9h-.747V6c0-3.31-2.681-6-5.978-6C5.67 0 2.989 2.69 2.989 6v3h-.747A2.249 2.249 0 000 11.25v10.5A2.249 2.249 0 002.242 24h13.45a2.249 2.249 0 002.242-2.25v-10.5A2.249 2.249 0 0015.692 9zM4.982 6c0-2.206 1.787-4 3.985-4s3.985 1.794 3.985 4v3h-7.97V6z"
|
|
2267
2276
|
}))))));
|
|
2268
2277
|
};
|
|
2269
2278
|
LockIcon.propTypes = {
|
|
2270
|
-
height:
|
|
2271
|
-
width:
|
|
2272
|
-
color:
|
|
2273
|
-
positionTop:
|
|
2279
|
+
height: PropTypes__default["default"].string,
|
|
2280
|
+
width: PropTypes__default["default"].string,
|
|
2281
|
+
color: PropTypes__default["default"].string,
|
|
2282
|
+
positionTop: PropTypes__default["default"].string
|
|
2274
2283
|
};
|
|
2275
2284
|
|
|
2276
2285
|
var StarIcon = function StarIcon(_ref) {
|
|
@@ -2280,7 +2289,7 @@ var StarIcon = function StarIcon(_ref) {
|
|
|
2280
2289
|
color = _ref$color === void 0 ? "#D5D5D5" : _ref$color,
|
|
2281
2290
|
_ref$positionTop = _ref.positionTop,
|
|
2282
2291
|
positionTop = _ref$positionTop === void 0 ? "" : _ref$positionTop;
|
|
2283
|
-
return /*#__PURE__*/
|
|
2292
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", {
|
|
2284
2293
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2285
2294
|
width: width,
|
|
2286
2295
|
height: height,
|
|
@@ -2289,21 +2298,21 @@ var StarIcon = function StarIcon(_ref) {
|
|
|
2289
2298
|
position: "relative",
|
|
2290
2299
|
top: positionTop
|
|
2291
2300
|
}
|
|
2292
|
-
}, /*#__PURE__*/
|
|
2301
|
+
}, /*#__PURE__*/React__default["default"].createElement("g", {
|
|
2293
2302
|
fill: "none",
|
|
2294
2303
|
fillRule: "evenodd",
|
|
2295
2304
|
stroke: "none",
|
|
2296
2305
|
strokeWidth: "1"
|
|
2297
|
-
}, /*#__PURE__*/
|
|
2306
|
+
}, /*#__PURE__*/React__default["default"].createElement("g", null, /*#__PURE__*/React__default["default"].createElement("path", {
|
|
2298
2307
|
fill: color,
|
|
2299
2308
|
d: "M20 26L12.946577 29.7082039 14.2936609 21.854102 8.5873218 16.2917961 16.4732885 15.145898 20 8 23.5267115 15.145898 31.4126782 16.2917961 25.7063391 21.854102 27.053423 29.7082039z"
|
|
2300
2309
|
}))));
|
|
2301
2310
|
};
|
|
2302
2311
|
StarIcon.propTypes = {
|
|
2303
|
-
height:
|
|
2304
|
-
width:
|
|
2305
|
-
color:
|
|
2306
|
-
positionTop:
|
|
2312
|
+
height: PropTypes__default["default"].string,
|
|
2313
|
+
width: PropTypes__default["default"].string,
|
|
2314
|
+
color: PropTypes__default["default"].string,
|
|
2315
|
+
positionTop: PropTypes__default["default"].string
|
|
2307
2316
|
};
|
|
2308
2317
|
|
|
2309
2318
|
var PremiumStoryIcon = function PremiumStoryIcon(_ref) {
|
|
@@ -2315,7 +2324,7 @@ var PremiumStoryIcon = function PremiumStoryIcon(_ref) {
|
|
|
2315
2324
|
|
|
2316
2325
|
switch (iconType) {
|
|
2317
2326
|
case "crown":
|
|
2318
|
-
return /*#__PURE__*/
|
|
2327
|
+
return /*#__PURE__*/React__default["default"].createElement(CrownIcon, {
|
|
2319
2328
|
width: width,
|
|
2320
2329
|
height: height,
|
|
2321
2330
|
color: color,
|
|
@@ -2323,7 +2332,7 @@ var PremiumStoryIcon = function PremiumStoryIcon(_ref) {
|
|
|
2323
2332
|
});
|
|
2324
2333
|
|
|
2325
2334
|
case "lock":
|
|
2326
|
-
return /*#__PURE__*/
|
|
2335
|
+
return /*#__PURE__*/React__default["default"].createElement(LockIcon, {
|
|
2327
2336
|
width: width,
|
|
2328
2337
|
height: height,
|
|
2329
2338
|
color: color,
|
|
@@ -2331,7 +2340,7 @@ var PremiumStoryIcon = function PremiumStoryIcon(_ref) {
|
|
|
2331
2340
|
});
|
|
2332
2341
|
|
|
2333
2342
|
case "key":
|
|
2334
|
-
return /*#__PURE__*/
|
|
2343
|
+
return /*#__PURE__*/React__default["default"].createElement(KeyIcon, {
|
|
2335
2344
|
width: width,
|
|
2336
2345
|
height: height,
|
|
2337
2346
|
color: color,
|
|
@@ -2339,7 +2348,7 @@ var PremiumStoryIcon = function PremiumStoryIcon(_ref) {
|
|
|
2339
2348
|
});
|
|
2340
2349
|
|
|
2341
2350
|
default:
|
|
2342
|
-
return /*#__PURE__*/
|
|
2351
|
+
return /*#__PURE__*/React__default["default"].createElement(StarIcon, {
|
|
2343
2352
|
width: width,
|
|
2344
2353
|
height: height,
|
|
2345
2354
|
color: color,
|
|
@@ -2348,21 +2357,21 @@ var PremiumStoryIcon = function PremiumStoryIcon(_ref) {
|
|
|
2348
2357
|
}
|
|
2349
2358
|
};
|
|
2350
2359
|
PremiumStoryIcon.propTypes = {
|
|
2351
|
-
width:
|
|
2352
|
-
height:
|
|
2353
|
-
color:
|
|
2354
|
-
iconType:
|
|
2355
|
-
positionTop:
|
|
2360
|
+
width: PropTypes__default["default"].string,
|
|
2361
|
+
height: PropTypes__default["default"].string,
|
|
2362
|
+
color: PropTypes__default["default"].string,
|
|
2363
|
+
iconType: PropTypes__default["default"].string,
|
|
2364
|
+
positionTop: PropTypes__default["default"].string
|
|
2356
2365
|
};
|
|
2357
2366
|
|
|
2358
2367
|
function LiveIcon() {
|
|
2359
|
-
return /*#__PURE__*/
|
|
2368
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", {
|
|
2360
2369
|
className: "live-icon",
|
|
2361
2370
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2362
2371
|
width: "25",
|
|
2363
2372
|
height: "24",
|
|
2364
2373
|
viewBox: "0 0 25 24"
|
|
2365
|
-
}, /*#__PURE__*/
|
|
2374
|
+
}, /*#__PURE__*/React__default["default"].createElement("path", {
|
|
2366
2375
|
fill: "#ff5858",
|
|
2367
2376
|
d: "M12 18a6 6 0 110-12 6 6 0 010 12zm0 2.5a8.5 8.5 0 110-17 8.5 8.5 0 010 17zm0-1a7.5 7.5 0 100-15 7.5 7.5 0 000 15z"
|
|
2368
2377
|
}));
|
|
@@ -2419,41 +2428,41 @@ var Headline = function Headline(_ref) {
|
|
|
2419
2428
|
var wrapperClass = premiumStory ? "wrapper" : "";
|
|
2420
2429
|
var iconSize = "24px";
|
|
2421
2430
|
var enableLiveIcon = showLiveIcon && story["story-template"] === "live-blog" && !get_1(story, ["metadata", "is-closed"], false);
|
|
2422
|
-
return /*#__PURE__*/
|
|
2431
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2423
2432
|
"data-test-id": "headline",
|
|
2424
2433
|
className: "arrow-component arr--headline " + _getClassName(wrapperClass, _styleModuleImportMap)
|
|
2425
|
-
}, premiumStory && /*#__PURE__*/
|
|
2434
|
+
}, premiumStory && /*#__PURE__*/React__default["default"].createElement(PremiumStoryIcon, {
|
|
2426
2435
|
width: iconSize,
|
|
2427
2436
|
height: iconSize,
|
|
2428
2437
|
color: iconColor,
|
|
2429
2438
|
iconType: iconStyle,
|
|
2430
2439
|
positionTop: positionHeadline()
|
|
2431
|
-
}), isLink ? /*#__PURE__*/
|
|
2440
|
+
}), isLink ? /*#__PURE__*/React__default["default"].createElement(components.Link, {
|
|
2432
2441
|
href: getStoryUrl(story, "/".concat(story.slug)),
|
|
2433
2442
|
externalLink: isExternalStory(story),
|
|
2434
2443
|
"aria-label": "headline"
|
|
2435
|
-
}, /*#__PURE__*/
|
|
2444
|
+
}, /*#__PURE__*/React__default["default"].createElement(HeaderTag, {
|
|
2436
2445
|
className: _getClassName("headline ".concat(textColor), _styleModuleImportMap)
|
|
2437
|
-
}, enableLiveIcon && /*#__PURE__*/
|
|
2446
|
+
}, enableLiveIcon && /*#__PURE__*/React__default["default"].createElement(LiveIcon, null), headline)) : /*#__PURE__*/React__default["default"].createElement(HeaderTag, {
|
|
2438
2447
|
className: _getClassName("headline ".concat(textColor), _styleModuleImportMap)
|
|
2439
|
-
}, enableLiveIcon && /*#__PURE__*/
|
|
2448
|
+
}, enableLiveIcon && /*#__PURE__*/React__default["default"].createElement(LiveIcon, null), headline));
|
|
2440
2449
|
};
|
|
2441
2450
|
Headline.propTypes = {
|
|
2442
2451
|
/** The Story Object from the API response */
|
|
2443
|
-
story:
|
|
2452
|
+
story: PropTypes__default["default"].object.isRequired,
|
|
2444
2453
|
|
|
2445
2454
|
/** Header tags ranging h1-h6, where h[headerLevel] */
|
|
2446
|
-
headerLevel:
|
|
2447
|
-
premiumStoryIconConfig:
|
|
2448
|
-
iconColor:
|
|
2449
|
-
iconType:
|
|
2450
|
-
enablePremiumStoryIcon:
|
|
2455
|
+
headerLevel: PropTypes__default["default"].string,
|
|
2456
|
+
premiumStoryIconConfig: PropTypes__default["default"].shape({
|
|
2457
|
+
iconColor: PropTypes__default["default"].string,
|
|
2458
|
+
iconType: PropTypes__default["default"].string,
|
|
2459
|
+
enablePremiumStoryIcon: PropTypes__default["default"].bool
|
|
2451
2460
|
}),
|
|
2452
|
-
isLink:
|
|
2461
|
+
isLink: PropTypes__default["default"].bool
|
|
2453
2462
|
};
|
|
2454
2463
|
Headline.defaultProps = {
|
|
2455
2464
|
headerLevel: "6",
|
|
2456
2465
|
isLink: true
|
|
2457
2466
|
};
|
|
2458
2467
|
|
|
2459
|
-
|
|
2468
|
+
exports.Headline = Headline;
|