.container {
    margin: 60px 0px 10px 0px;
    color: #000;
}

.total_comments {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7px;
}

.comments {
    margin: 40px 0px 100px 0px;
    border-top: 1px solid #ccc;
    padding-top: 50px;
}

.comment {
    display: flex;
    margin-bottom: 30px;
}
.main {
    margin-top: 5px;
    margin-left: 15px;
}
.main_detail {
    display: flex;
    align-items: center;
}
.author_name {
    font-weight: 700;
    font-size: 14px;
}
.published_date {
    font-size: 14px;
    color: #555;
    font-weight: 400;
}

.profile_image {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.main_content {
    font-family: "Roboto", sans-serif;
    margin-top: 10px;
    font-size: 14px;
}

.reply_btn {
    border: none;
    margin: 10px 0px;
    display: flex;
    align-items: center;
    background: none;
    cursor: pointer;
}
.reply_btn p {
    font-family: "Roboto", sans-serif;
    margin-left: 5px;
    font-size: 14px;
    color: #888;
    font-weight: 500;
}
