.author-block {
  gap: 20px;
  min-height: 156px;
  border: solid #f4f4f4;
  border-radius: 8px;
  background-color: #f4f4f4;
  margin-right: 16px;
  margin-left: 16px;
}

.author-upper {
  display: flex;
  gap: 12px;
  min-height: 60px;
  margin: 12.5px 12.5px 16px 12.5px;
}

.author-lower {
  min-height: 30px;
  margin: 16px 12.5px 12.5px 12.5px;
  border-radius: 8px;
  background-color: #ffffff;
}

.author-image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.author-text {
  flex: 1;
  min-height: 60px;
}

.author-sub-text {
  display: flex;
  align-items: center;
  min-height: 30px;
  font-size: 14px;
  font-weight: 400;
}

.author-name {
  display: flex;
  align-items: flex-end;
  min-height: 30px;
  font-size: 16px;
  font-weight: 700;
}

.author-profile-text {
  min-height: 30px;
  padding: 12.5px;
  font-size: 14px;
  font-weight: 400;
}

.author-name a:hover {
  text-decoration: underline;
}

.author-image-editor {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #eee;
}

.author-image-div {
  width: 100%;
  height: 100%;
}

.author-image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.author-img-span {
  width: 100%;
  height: 100%;
  font-size: 100px;
  color: #888;
}
