.user-name {
    color: var(--main-text-color);
}

.user-element {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.user-avatar img {
    border-radius: 100%;
    width: 2.5rem;
    height: 2.5rem;
}

.user-detail {
    display: flex;
    flex-direction: column;
}

.user-detail span {
    font-size: 1rem;
    line-height: 140%;
    margin-bottom: 0.12rem;
}

.user-description {
    display: flex;
    align-items: center;
}

.user-description span {
    color: #666;
    font-size: 0.75rem;
    line-height: 140%;
}

.user-description span:not(:last-child):after {
    content: '•';
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.archive-first-post .user-avatar img {
    width: 3.25rem;
    height: 3.25rem;
}

.archive-first-post .user-description {
    font-size: 1.125rem;
}


@media (max-width: 1100px) {}

@media (max-width: 992px) {}

@media (max-width: 768px) {}