.article-preview {
    margin-bottom: 32px;
}

.article-link {
    color: var(--tangerine-100);
    text-decoration: none;
}

.article-link:hover {
    opacity: 0.6;
}
.article-preview-meta {
    font-size: 12px;
    color: var(--cherry-100);
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 16px;
}

.article-read-more {
    white-space: nowrap;
    text-decoration: underline;
    font-size: 14px;
    color: var(--tangerine-100);
    font-weight: bold;
    margin-left: 8px;
}

.article-read-more:hover {
    opacity: 0.6;
}
