.article-card {
    @apply border border-solid border-gray;

    .article-card-wrap-image {
        width: 100%;
        height: 207px;

        .picture {
            width: 100%;
            height: 100%;

            .picture-image {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }

    .article-card-content {
        padding: 24px;

        .article-card-tags {
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            flex-wrap: wrap;

            .article-card-tag {
                margin-right: 12px;
                margin-bottom: 8px;
            }

            .article-card-content-date {
                @apply text-black-400;
            }
        }
    }
}
