﻿.articleCardCompact
{
    border-radius: var(--radiusXLarge);
    display: block;
    overflow: hidden;
    position: relative;
}
.articleCardCompact:after
{
    background-image: linear-gradient(180deg,#0000,#000000a6);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
}
.articleCardCompact__image
{
    flex: 1 1;
    flex-grow: 1;
    flex-shrink: 0;
    height: auto;
    max-height: 285px;
    min-height: 185px;
    object-fit: cover;
    width: 100%;
}
.articleCardCompact__title
{
    bottom: 12px;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    left: 20px;
    margin: 0;
    position: absolute;
    right: 20px;
    z-index: 2;
}