﻿.Article.at-expertSmall:not(.Article.at-expertSmall + .Article.at-expertSmall) {
    margin-block: var(--marginMedium);
}

.Article.at-expertSmall + .Article.at-expertSmall {
    margin-block-start: 0;
}

.at-expertSmall__expert {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: space-between;
}

.at-expertSmall__textWrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: var(--marginMedium);
}

.at-expertSmall__title {
    display: block;
    margin-block-end: var(--marginMedium);
    font-family: var(--siteFont);
    font-size: var(--introSize);
    font-weight: 600;
    color: var(--baseDark900);
}

.at-expertSmall__intro {
    font-size: var(--14Size);
    line-height: 1.575;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.at-expertSmall__imageWrapper {
    position: relative;
}

.at-expertSmall__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--borderRadius);
}

div.at-expertSmall__tags {
    top: unset;
    bottom: var(--marginMedium);
}

div.at-expertSmall__tags .c-topicTag {
    border: 0;
    color: var(--baseDark900);
    background-color: rgba(255,255,255,.7);
}
