.article-card-small{position:relative;flex-direction:row;gap:1.2rem;align-items:flex-start;display:flex}.article-card-small:hover .article-card-small__title a{color:rgb(var(--color-foreground));background-size:100% .1rem}.article-card-small__image-wrapper{height:5.6rem;overflow:hidden;flex-shrink:0;border-radius:.3rem;width:5.6rem}.article-card-small__title{font-size:1.6rem;text-decoration:none;margin-bottom:.8rem;word-break:break-word;margin-top:0}.article-card-small__title a{transition-duration:var(--duration-long);text-decoration:none;transition-timing-function:ease;color:inherit;background:no-repeat 0 calc(100% - var(--text-underline-offset));background-size:0 .1rem;background-image:linear-gradient(rgb(var(--color-foreground)),rgb(var(--color-foreground)));line-height:1.3;transition-property:color,background-size;z-index:5}.article-card-small-link{right:0;position:absolute;bottom:0;top:0;left:0;display:block!important;z-index:3}.article-card-small__meta{color:rgba(var(--color-foreground-secondary));display:flex}.article-card-small__meta span{font-size:1.3rem;font-weight:500;display:inline-flex}.article-card-small__author span{margin-left:3px}.article-card-small .line-divider:after{background:rgba(var(--color-foreground),.6)}