.am-wrapper-10577c79 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    font-family: inherit;
    width: 100%;
    flex-wrap: wrap;
    gap: 1rem;
}

.am-left-10577c79 {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.am-avatar-10577c79 {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.am-avatar-10577c79 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.am-info-10577c79 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.am-title-row-10577c79 {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    row-gap: 0.25rem;
}

.am-name-10577c79 {
    color: #0b1a2e;
    font-size: 16px;
    font-weight: 600;
}

.am-role-10577c79 {
    color: #6c7a8c;
    font-size: 15px;
    font-weight: 400;
}

.am-date-10577c79 {
    color: #6c7a8c;
    font-size: 14px;
}

.am-right-10577c79 {
    display: flex;
    align-items: center;
}

.am-readtime-10577c79 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #4a5568;
    font-size: 15px;
    font-weight: 500;
}

.am-readtime-10577c79 svg {
    color: #4a5568;
}

@media (max-width: 767px) {
    .am-wrapper-10577c79 {
        flex-direction: column;
        align-items: flex-start;
    }
}