.article-card{display:flex;height:100%;position:relative;text-decoration:none;width:100%}.article-card:hover .image{transform:scale(1.02)}.article-card:hover .article-card__download-btn-hover-text{transform:translate(0)}.article-card:hover .article-card__top-border:after{transform:scaleX(1)}.article-card__top-border{background:hsla(var(--theme-text)/.3);height:1px;left:0;position:absolute;top:0;width:100%}.article-card__top-border:after{background:hsla(var(--theme-text)/1);content:"";height:100%;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:transform 1s var(--ease-out-quart);width:100%}.article-card .article-card__media-container.fade-enter-active,.article-card .ts-subhead-1.fade-enter-active,.article-card span.fade-enter-active{transition:opacity 1s ease}.article-card .article-card__media-container.fade-enter-from,.article-card .article-card__media-container.fade-leave-to,.article-card .ts-subhead-1.fade-enter-from,.article-card .ts-subhead-1.fade-leave-to,.article-card span.fade-enter-from,.article-card span.fade-leave-to{opacity:0}.article-card .skeleton{background:var(--grey-skeleton);color:transparent;opacity:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.article-card.visible{opacity:1;transition:opacity .35s ease}.article-card.hidden{opacity:0;transition-delay:0s!important;transition:none}.article-card__inner{display:flex;flex-direction:column;position:relative;width:100%}.article-card__header{padding:.8rem 0}.article-card__media-container{aspect-ratio:34/21;overflow:hidden;position:relative}.article-card__media-container:before{border:1px solid hsla(var(--theme-text)/.3);content:"";height:calc(100% - 1px);left:1px;position:absolute;top:1px;width:calc(100% - 1px)}.article-card__download-btn{bottom:0;display:flex;height:2.7rem;justify-content:flex-end;position:absolute;right:0;width:100%}.article-card__download-btn-icon{align-items:center;background:var(--off-white);border-bottom:1px solid hsla(var(--color-black)/.3);border-right:1px solid hsla(var(--color-black)/.3);box-sizing:border-box;display:flex;flex-shrink:0;height:100%;justify-content:center;width:2.7rem}.article-card__download-btn-icon svg{height:auto;width:1em}.article-card__download-btn-hover{display:flex;height:100%;justify-content:flex-end;overflow-x:hidden;white-space:nowrap;width:100%}.article-card__download-btn-hover-text{align-items:center;background:var(--off-white);border-bottom:1px solid hsla(var(--color-black)/.3);box-sizing:border-box;display:flex;height:100%;justify-content:center;padding-left:1rem;transition:transform .6s var(--ease-out-quart)}@media (min-width:900px){.article-card__download-btn-hover-text{transform:translate(100%)}}.article-card__content{display:flex;flex:1 auto;flex-direction:column;justify-content:space-between;padding:1rem 0}.article-card__link{display:flex;font-size:0;line-height:0;max-height:0}.article-card__link:after{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.article-card__body{display:flex;margin-top:.5rem}.article-card .tag-list{margin-top:1.75rem;z-index:1}.article-card .tag-list .skeleton{margin-right:.5rem}
