

/* Start:/local/components/cspat/article.author/templates/.default/style.css?17855069491165*/
.new_part-author {
  gap: 0;
}

.new_part-author .new_author {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  padding: 0;
  background: transparent;
  border-radius: 0;
  grid-template-columns: unset;
  grid-template-rows: unset;
}

.new_author_label {
  color: #8a8d96;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.new_author_body {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.new_part-author .new_author_avatar {
  flex-shrink: 0;
  grid-row: unset;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
}

.new_part-author .new_author_avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new_author_info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.new_part-author .new_author_name {
  color: #0e0e0e;
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 600;
  line-height: 1.25;
}

.new_part-author .new_author_position {
  color: #8a8d96;
  font-size: clamp(14px, 2.5vw, 16px);
  font-weight: 400;
  line-height: 1.35;
}

/* End */
/* /local/components/cspat/article.author/templates/.default/style.css?17855069491165 */
