.author-block-container {
 padding: 1px 1px !important;
 margin-bottom: 1px;
 display: flex;
 flex-direction: row;
 border-bottom: none;
 position: relative;
}

/* Аватар пользователя */
.author-block-avatar {
 flex-shrink: 0;
 margin-right: 10px;
 position: relative;
 margin-bottom: 6px;
}

/* Картинка аватара */
.author-block-avatar-image {
 width: 40px;
 height: 40px;
 border-radius: 50%;
 object-fit: cover;
}

/* Контейнер тела комментария */
.author-block-body {
 display: flex;
 flex-direction: column;
 width: 100%;
}

.author-block-header {
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
 margin-bottom: 6px;
}

/* Информация о пользователе */
.author-block-user-details {
 display: flex;
 flex-direction: column;
 justify-content: flex-start;
}

.author-block-user-name {
 font-size: 14px;
 font-weight: normal;
}

.author-block-user-profile-link {
 text-decoration: none;
}

.author-block-post-time {
 font-size: 10px;
 color: #999;
 margin-top: 2px;
}

.author-block-time-text {
 color: #999;
}

/* Кнопки модерации */
.author-block-moderation-buttons {
 display: flex;
 flex-direction: column;
 align-items: flex-end;
}