.card-item{position:relative;flex:auto;display:flex;flex-direction:column}.card-item-image:not(:last-child){margin-bottom:var(--margin-medium)}.card-item-image{background:var(--color-light)}.card-item-image img{transition:opacity .3s}.card-item:hover .card-item-image img{opacity:.7}.card-item:focus-within .card-item-image img{opacity:.7}.card-item-text{flex:auto;display:flex;flex-direction:column}.card-item-text-inner{flex:auto}.card-item-metadata{display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--margin-small))}.card-item-metadata:not(:last-child),.card-item-title:not(:last-child){margin-bottom:var(--margin-normal)}.card-item-themes{margin-top:var(--margin-small);padding-right:var(--gutter-half);flex:1 0 0}.card-item-date{margin-top:var(--margin-small);flex:0 0 auto;font-size:var(--font-size-small);font-weight:600;margin-left:auto;padding-left:var(--gutter-half)}.card-item-title{margin-top:0;font:inherit;font-size:var(--font-size-medium);font-weight:700;line-height:1.2}.card-item-link:not(:first-child){margin-top:var(--margin-large)}.card-item-link a::before{content:'';position:absolute;z-index:1;top:0;left:0;width:100%;height:100%}