/* dzen-author.css?file=../ui/components/Link/Link.styl */
.dzen_author_link {
  text-decoration: none;
}
.dzen_author_link:hover {
  text-decoration: underline;
}
.dzen_author_link.dzen_author___primary {
  color: var(--color_main);
}
.dzen_author_link.dzen_author___secondary {
  color: var(--color_secondary);
}
.dzen_author_link.dzen_author___active {
  color: var(--color_orange);
}
.dzen_author_link.dzen_author___black {
  color: var(--color_main);
}
.dzen_author_link.dzen_author___white {
  color: var(--color_white);
}
.dzen_author_link.dzen_author___orange {
  color: var(--color_orange);
  text-decoration: none;
}
.dzen_author_link.dzen_author___orange:hover {
  color: var(--color_action_active_new);
}
.dzen_author_link.dzen_author___none {
  text-decoration: none;
  cursor: auto;
}
.dzen_author_link.dzen_author___none:hover {
  color: inherit;
  text-decoration: none;
}
.dzen_author_link.dzen_author___no-text-decor,
.dzen_author_link.dzen_author___no-text-decor:hover {
  text-decoration: none;
}

/* dzen-author.css?file=ui/dzen-author/components/DzenAuthorCompnent.styl */
.dzen_author_link2:hover {
  text-decoration: none;
}
.dzen_author_title {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}
/*# sourceMappingURL=dzen-author-MYFP6UCS.css.map */
