.story-card{--story-card-gap:.5rem;gap:var(--story-card-gap);flex-direction:column;width:100%;display:flex;position:relative}.story-card.variant-dark{--story-card-background-color:var(--color-surface-inverse);--story-card-text-color:var(--color-text-inverse)}.story-card.variant-light{--story-card-background-color:var(--color-surface-primary);--story-card-text-color:var(--color-text-primary)}.story-card .story-card-main{flex:auto;display:flex;position:relative}.story-card .story-card-main:before{content:"";width:0;height:0;padding-top:150.602%}.story-card .story-card-background{background-color:var(--story-card-background-color);z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.story-card .story-card-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.story-card .story-card-video{width:100%;height:100%}.story-card .story-card-video video{-o-object-fit:cover;object-fit:cover}.story-card .story-card-content{color:var(--story-card-text-color);z-index:2;grid-template-rows:1fr auto;width:100%;line-height:1.4;text-decoration:none;display:grid;position:relative}.story-card .story-card-title{font-size:calc(var(--story-card-body-size-mobile,var(--story-card-body-size))/16*1rem);font-weight:var(--story-card-body-weight);text-align:center;text-wrap:balance;-webkit-hyphens:auto;hyphens:auto;flex-direction:column;justify-content:center;gap:.25rem;min-width:0;padding:1rem;line-height:1.2;display:flex}.story-card .story-card-title-image{align-items:center;padding:1rem;display:flex}.story-card .story-card-title-image .media-image{max-width:100%}.story-card .story-card-title-main{font-size:calc(var(--story-card-title-size-mobile,var(--story-card-title-size))/16*1rem);font-weight:var(--story-card-title-weight)}.story-card .story-card-title-sub{line-height:1.5}.story-card .story-card-button{text-align:center;margin-top:auto;margin-bottom:1.5rem}.story-card .story-card-content-section{background-color:var(--story-card-message-bg-color);margin-top:calc(var(--story-card-gap)*-1);text-align:left;flex-direction:column;align-items:flex-start;width:100%;padding:1rem;display:flex}.story-card .story-card-content-section .sponsored-label{color:var(--color-text-primary-muted)}.story-card .story-card-content-section .story-card-title{padding:.25rem 0}.story-card .story-card-content-section .story-card-title .story-card-title-main{font-size:1rem}.story-card .story-card-content-section .story-card-button{margin-top:1rem;margin-bottom:0}.story-card .story-card-message{font-size:calc(var(--story-card-body-size-mobile,var(--story-card-body-size))/16*1rem);line-height:1.4}.story-card .story-card-terms{color:var(--color-text-primary-muted);text-align:center;flex:none;font-size:.75rem}.story-card .story-card-terms button{text-decoration:underline}.story-card aside{z-index:3;position:absolute;top:1rem;right:1rem}.story-card.wide .story-card-main:before{padding-top:72%}@media (width>=62em){.story-card .story-card-title{font-size:calc(var(--story-card-body-size-desktop,16)/16*1rem)}.story-card .story-card-title-main{font-size:calc(var(--story-card-title-size-desktop,32)/16*1rem)}.story-card .story-card-button .cta.size-m{--cta-min-height:3rem;--cta-font-size:1rem}.story-card .story-card-content-section{padding:1.5rem}}
