#section_alpha {
    max-width: 1280px;
}

.common_alpha_img_wrapper {
    overflow: hidden;
}

.common_alpha_img_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.text_ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.common_alpha_post_meta {
    display: flex;
    flex-direction: row;
    align-items: center;

    span.author { display: flex; }

    span.author::after {
        content: '';
        display: block;
        margin: 0 8px;
        height: 12px;
        width: 1px;
        background-color:#DBDBDB; /* --gray-gray-05; */
        align-self: center;
    }
}