.article-wrapper {
    min-height: 70vh;
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.article-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.article-date {
    font-size: 12px;
    color: var(--cherry-100);
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 16px;
}

.article-updated {
    font-size: 12px;
    color: var(--cherry-100);
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 8px;
}

.article-author {
    margin-top: 64px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    align-self: flex-start;
}

.author-avatar {
    border-radius: 9999px;
}

.author-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.author-name {
    font-weight: 900;
    font-size: 20px;
}

.author-role {
    font-size: 14px;
}
.breadcrumb {
    padding-bottom: 8px;
    font-size: 14px;
    margin: 0;
}

.breadcrumb a {
    font-weight: 500;
    color: var(--tangerine-100);
    text-decoration: underline;
}
