/* Shared styles for me/collect/history pages */

.article-card {
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.article-card .cover-wrap {
    position: relative;
    width: 100%;
    padding-top: 50%;
    overflow: hidden;
}

.article-card .cover-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-card .meta-text {
    color: #6c757d;
    font-size: 0.9rem;
}

.article-card .title-text {
    color: #111;
    font-weight: 600;
    line-height: 1.4;
}

.article-card .summary-text {
    color: #111;
    font-size: 0.95rem;
}
