/* group-author.css?file=../ui/components/SeoHeader/SeoHeader.styl */
.group_author_seo-header {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
}

/* group-author.css?file=../ui/components/Icon/Icon.styl */
.group_author_icon {
  display: inline-block;
}
.group_author_icon > svg {
  display: block;
}
.group_author_icon.group_author___is-flipped {
  transform: scaleX(-1);
}
.group_author_icon.group_author___margin-right {
  margin-right: 4px;
}
.group_author_icon.group_author___margin-left {
  margin-left: 4px;
}
.group_author_icon.group_author___size-8 {
  width: 8px;
  height: 8px;
}
.group_author_icon.group_author___size-10 {
  width: 10px;
  height: 10px;
}
.group_author_icon.group_author___size-12 {
  width: 12px;
  height: 12px;
}
.group_author_icon.group_author___size-16 {
  width: 16px;
  height: 16px;
}
.group_author_icon.group_author___size-18 {
  width: 18px;
  height: 18px;
}
.group_author_icon.group_author___size-20 {
  width: 20px;
  height: 20px;
}
.group_author_icon.group_author___size-24 {
  width: 24px;
  height: 24px;
}
.group_author_icon.group_author___size-26 {
  width: 26px;
  height: 26px;
}
.group_author_icon.group_author___size-28 {
  width: 28px;
  height: 28px;
}
.group_author_icon.group_author___size-32 {
  width: 32px;
  height: 32px;
}
.group_author_icon.group_author___size-36 {
  width: 36px;
  height: 36px;
}
.group_author_icon.group_author___size-40 {
  width: 40px;
  height: 40px;
}
.group_author_icon.group_author___size-44 {
  width: 44px;
  height: 44px;
}
.group_author_icon.group_author___size-482 {
  width: 48px;
  height: 48px;
}
.group_author_icon.group_author___size-54 {
  width: 54px;
  height: 54px;
}
.group_author_icon.group_author___size-56 {
  width: 56px;
  height: 56px;
}
.group_author_icon.group_author___size-60 {
  width: 60px;
  height: 60px;
}
.group_author_icon.group_author___size-64 {
  width: 64px;
  height: 64px;
}
.group_author_icon.group_author___size-80 {
  width: 80px;
  height: 80px;
}
.group_author_icon.group_author___size-96 {
  width: 96px;
  height: 96px;
}
.group_author_icon.group_author___size-100 {
  width: 100px;
  height: 100px;
}
.group_author_icon.group_author___size-120 {
  width: 120px;
  height: 120px;
}
.group_author_icon.group_author___size-128 {
  width: 128px;
  height: 128px;
}
.group_author_icon.group_author___size-132 {
  width: 132px;
  height: 132px;
}
.group_author_icon.group_author___size-144 {
  width: 144px;
  height: 144px;
}
.group_author_icon.group_author___size-152 {
  width: 152px;
  height: 152px;
}
.group_author_icon.group_author___size-160 {
  width: 160px;
  height: 160px;
}
.group_author_icon.group_author___size-176 {
  width: 176px;
  height: 176px;
}
.group_author_icon.group_author___size-208 {
  width: 208px;
  height: 208px;
}
.group_author_icon.group_author___size-240 {
  width: 240px;
  height: 240px;
}
.group_author_icon.group_author___size-288 {
  width: 288px;
  height: 288px;
}
.group_author_icon.group_author___size-full {
  width: 100%;
  height: 100%;
}
.svg-fill {
  fill: currentColor;
}
.svg-stroke {
  stroke: currentColor;
}

/* group-author.css?file=../ui/components/Avatars/AvatarCore/AvatarCore.styl */
.group_author_avatar {
  position: relative;
  display: inline-block;
  border-radius: 4px;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
}
.group_author_avatar.group_author___border:after {
  content: "";
  position: absolute;
  inset: 0;
  border: var(--delimiter_global);
  border-radius: inherit;
}
.group_author_avatar.group_author___block {
  display: block;
}
.group_author_avatar.group_author___trimmed {
  border-radius: 8px;
}
.group_author_avatar.group_author___round {
  border-radius: 50%;
}
.group_author_avatar.group_author___round:before {
  border-radius: 50%;
}
.group_author_avatar.group_author___size-162 {
  width: 16px;
  height: 16px;
}
.group_author_avatar.group_author___size-202 {
  width: 20px;
  height: 20px;
}
.group_author_avatar.group_author___size-242 {
  width: 24px;
  height: 24px;
}
.group_author_avatar.group_author___size-282 {
  width: 28px;
  height: 28px;
}
.group_author_avatar.group_author___size-322 {
  width: 32px;
  height: 32px;
}
.group_author_avatar.group_author___size-362 {
  width: 36px;
  height: 36px;
}
.group_author_avatar.group_author___size-402 {
  width: 40px;
  height: 40px;
}
.group_author_avatar.group_author___size-442 {
  width: 44px;
  height: 44px;
}
.group_author_avatar.group_author___size-483 {
  width: 48px;
  height: 48px;
}
.group_author_avatar.group_author___size-562 {
  width: 56px;
  height: 56px;
}
.group_author_avatar.group_author___size-642 {
  width: 64px;
  height: 64px;
}
.group_author_avatar.group_author___size-802 {
  width: 80px;
  height: 80px;
}
.group_author_avatar.group_author___size-962 {
  width: 96px;
  height: 96px;
}
.group_author_avatar.group_author___size-1282 {
  width: 128px;
  height: 128px;
}
.group_author_avatar.group_author___size-1442 {
  width: 144px;
  height: 144px;
}
.group_author_avatar.group_author___size-1522 {
  width: 152px;
  height: 152px;
}
.group_author_avatar.group_author___size-1602 {
  width: 160px;
  height: 160px;
}
.group_author_avatar.group_author___size-1762 {
  width: 176px;
  height: 176px;
}
.group_author_avatar.group_author___size-2082 {
  width: 208px;
  height: 208px;
}
.group_author_avatar.group_author___size-2402 {
  width: 240px;
  height: 240px;
}
.group_author_avatar.group_author___size-2882 {
  width: 288px;
  height: 288px;
}
.group_author_img {
  display: block;
}

/* group-author.css?file=../ui/components/Heading/Heading.styl */
.group_author_heading__h1,
.group_author_heading__h2,
.group_author_heading__h3 {
  margin: 0;
  padding: 16px;
  border-radius: 4px 4px 0 0;
  color: var(--color_main);
  font-weight: 600;
  word-wrap: break-word;
}
.group_author_heading__h1.group_author___no-padding,
.group_author_heading__h2.group_author___no-padding,
.group_author_heading__h3.group_author___no-padding {
  padding: 16px 0;
}
.group_author_heading__h1 {
  font-size: 21px;
  line-height: 1;
}
.group_author_heading__h2 {
  font-size: 16px;
  line-height: 1.3;
}
.group_author_heading__h3 {
  font-size: 14px;
  line-height: 1.4;
}

/* group-author.css?file=../ui/components/Link/Link.styl */
.group_author_link {
  text-decoration: none;
}
.group_author_link:hover {
  text-decoration: underline;
}
.group_author_link.group_author___primary {
  color: var(--color_main);
}
.group_author_link.group_author___secondary {
  color: var(--color_secondary);
}
.group_author_link.group_author___active2 {
  color: var(--color_orange);
}
.group_author_link.group_author___black {
  color: var(--color_main);
}
.group_author_link.group_author___white2 {
  color: var(--color_white);
}
.group_author_link.group_author___orange {
  color: var(--color_orange);
  text-decoration: none;
}
.group_author_link.group_author___orange:hover {
  color: var(--color_action_active_new);
}
.group_author_link.group_author___none {
  text-decoration: none;
  cursor: auto;
}
.group_author_link.group_author___none:hover {
  color: inherit;
  text-decoration: none;
}
.group_author_link.group_author___no-text-decor,
.group_author_link.group_author___no-text-decor:hover {
  text-decoration: none;
}

/* group-author.css?file=../ui/components/AvatarList/AvatarList.styl */
.group_author_avatar-list {
  display: flex;
  align-items: center;
}
.group_author_avatar-list.group_author___margin {
  margin-bottom: 4px;
}
.group_author_avatar-list_cards {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row-reverse;
}
.group_author_avatar-list_card {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: -6px;
  border: var(--delimiter_global);
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
}
.group_author_avatar-list_cnt {
  flex: 1 1 auto;
  margin-left: 12px;
  line-height: 20px;
}
.group_author_avatar-list_cnt:empty {
  display: none;
}

/* group-author.css?file=../ui/components/UserFriends/UserFriends.styl */
.group_author_link-show-all {
  padding: 8px 0;
  border-top: 1px solid var(--color_gray-5);
  text-align: center;
}
.group_author_user-count-texts {
  position: relative;
  display: inline-block;
}
.group_author_sm-content {
  padding: 3px 4px 10px;
}
.group_author_sm-content .group_author_user-item {
  margin-bottom: 6px;
}
.group_author_sm-content .group_author_user-item:last-child {
  margin-bottom: 0;
}
.group_author_sm-content .group_author_user-link {
  display: flex;
  align-items: center;
}
.group_author_sm-content .group_author_user-name {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  width: 150px;
  margin-left: 8px;
  font-weight: 600;
}
.group_author_total-text {
  color: var(--color_secondary);
  text-decoration: underline dotted;
  cursor: pointer;
}
.group_author_user-links {
  margin-left: 4px;
  text-decoration: none;
}

/* group-author.css?file=../ui/components/GroupMembersCount/GroupMembersCount.styl */
.group_author_group-members-count {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
.group_author_group-members-count.group_author___simplified {
  color: var(--color_secondary);
}
.group_author_dotted-item + .group_author_dotted-item {
  position: relative;
  padding-left: 8px;
  color: var(--color_secondary);
}
.group_author_dotted-item + .group_author_dotted-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  height: 2px;
  width: 2px;
  background: var(--color_secondary);
  border-radius: 50%;
}

/* group-author.css?file=../ui/components/EntityShortcutMenu/EntityShortcutMenu.styl */
.group_author_entity-shortcut-menu {
  width: 316px;
  border-radius: 20px;
  overflow: hidden;
  font-size: var(--fs-n);
  line-height: 19px;
}
.group_author_entity-shortcut-menu_cover-w {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 30.86%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.group_author_entity-shortcut-menu_cover {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  background-color: var(--color_on-surface);
  position: absolute;
  inset: 0;
}
.group_author_entity-shortcut-menu_avatar {
  position: relative;
  margin-bottom: -30px;
  bottom: 30px;
  left: 24px;
  border: 8px solid var(--color_surface);
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
.group_author_entity-shortcut-menu_cnt {
  padding: 0 24px;
}
.group_author_entity-shortcut-menu-title {
  margin-bottom: 4px;
  font-size: var(--fs-l);
  font-weight: 600;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 21px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  max-height: 42px;
}
.group_author_entity-shortcut-menu-members {
  margin-bottom: 12px;
}
.group_author_entity-shortcut-menu-desc {
  margin-bottom: 4px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 19px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  max-height: 76px;
}
.group_author_entity-shortcut-menu_footer {
  padding: 12px 24px;
  margin-bottom: 24px;
}

/* group-author.css?file=../ui/components/Badge/Badge.styl */
.group_author_badge2 {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  vertical-align: text-bottom;
}
.group_author_badge2:last-child {
  margin-right: 4px;
}

/* group-author.css?file=../ui/components/Loader/FetchingHorizontalLoader/FetchingHorizontalLoader.styl */
.group_author_loader {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 8px;
  padding: 0;
  text-align: center;
}
.group_author_loader:before,
.group_author_loader:after {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color_main);
  transform: scale(.75);
  opacity: .5;
  content: "";
}
.group_author_loader.group_author___light2:before,
.group_author_loader.group_author___light2:after {
  background: var(--color_white);
}
.group_author_loader.group_author___small {
  width: 16px;
  height: 4px;
}
.group_author_loader.group_author___small:before,
.group_author_loader.group_author___small:after {
  width: 4px;
  height: 4px;
  background: var(--color_secondary);
}
.group_author_loader.group_author___small:before {
  margin: -4px 0 0 -10px;
}
.group_author_loader.group_author___small:after {
  margin: -4px -6px 0 0;
}
.group_author_loader:before {
  left: 50%;
  margin: -4px 0 0 -15px;
  animation: group_author_show .9s 0s infinite linear;
}
.group_author_loader:after {
  right: 50%;
  margin: -4px -15px 0 0;
  animation: group_author_show .9s .3s infinite linear;
}
.group_author_loader .group_author_item {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: var(--color_main);
  transform: scale(.75);
  opacity: .5;
  animation: group_author_show .9s .15s infinite linear;
}
.group_author_loader .group_author_item.group_author___small {
  width: 4px;
  height: 4px;
  background: var(--color_secondary);
}
.group_author_loader .group_author_item.group_author___light2 {
  background: var(--color_white);
}
@keyframes group_author_show {
  0% {
    transform: scale(.75);
    opacity: .5;
  }
  25% {
    transform: scale(.75);
    opacity: .5;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(.75);
    opacity: .5;
  }
}

/* group-author.css?file=../ui/components/Spin/Spin.styl */
.group_author_spin {
  display: inline-block;
}
.group_author_spin.group_author___center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.group_author_spin.group_author___absolute {
  position: absolute;
}
.group_author_spin.group_author___fixed {
  position: fixed;
}
.group_author_spin.group_author___absolute,
.group_author_spin.group_author___fixed {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.group_author_spin-container.group_author___with-label {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.group_author_spin-icon-wrapper {
  line-height: 0;
}
.group_author_spin-icon-wrapper.group_author___default {
  width: 32px;
  height: 32px;
}
.group_author_spin-icon-wrapper.group_author___small2 {
  width: 16px;
  height: 16px;
}
.group_author_spin-label {
  margin-top: 16px;
  font-size: var(--fs-l);
  line-height: 21px;
  color: var(--color_secondary);
}
.group_author_spin-icon svg {
  animation: group_author_rotate 3.5s linear infinite;
}
.group_author_spin-icon svg circle {
  stroke: var(--color_orange);
  animation: group_author_arcs 3.9s cubic-bezier(.82, .1, .48, 1) infinite;
}
@media (prefers-color-scheme: dark) {
  :root.__ui-theme_enabled:not(.__ui-theme_light) .group_author_spin-icon svg circle {
    stroke: var(--color_white);
  }
}
:root.__ui-theme_enabled.__ui-theme_dark .group_author_spin-icon svg circle,
:root.ds-colors.dark-theme .group_author_spin-icon svg circle {
  stroke: var(--color_white);
}
@keyframes group_author_rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes group_author_arcs {
  0% {
    stroke-dashoffset: 87.9646;
  }
  12.5% {
    stroke-dashoffset: 65.97345;
  }
  25% {
    stroke-dashoffset: 43.9823;
  }
  37.5% {
    stroke-dashoffset: 21.99115;
  }
  50% {
    stroke-dashoffset: 0;
  }
  62.5% {
    stroke-dashoffset: -21.99115;
  }
  75% {
    stroke-dashoffset: -43.9823;
  }
  87.5% {
    stroke-dashoffset: -65.97345;
  }
  to {
    stroke-dashoffset: -87.9646;
  }
}

/* group-author.css?file=../ui/components/Spinner/Spinner.styl */
.group_author_spinner {
  position: relative;
  display: inline-block;
  color: var(--color_white);
  vertical-align: middle;
}
.group_author_spinner.group_author___size-163 {
  width: 16px;
  height: 16px;
}
.group_author_spinner.group_author___size-203 {
  width: 20px;
  height: 20px;
}
.group_author_spinner.group_author___size-403 {
  width: 40px;
  height: 40px;
}
.group_author_spinner.group_author___size-48 {
  width: 48px;
  height: 48px;
}
.group_author_spinner.group_author___view-secondary2 {
  color: var(--color_secondary);
}
.group_author_spinner.group_author___light3 {
  color: var(--color_orange);
}
.group_author_spinner.group_author___outline2,
.group_author_spinner.group_author___clean2 {
  color: var(--color_secondary);
}
.group_author_spinner:before,
.group_author_spinner:after,
.group_author_el:before,
.group_author_el:after {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: group_author_spinner 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
  content: "";
}
.group_author_spinner.group_author___size-48:before,
.group_author_spinner.group_author___size-48:after,
.group_author_spinner.group_author___size-48 .group_author_el:before,
.group_author_spinner.group_author___size-48 .group_author_el:after {
  border-width: 4px;
}
.group_author_spinner:after {
  animation-delay: -.45s;
}
.group_author_el:before {
  animation-delay: -.3s;
}
.group_author_el:after {
  animation-delay: -.15s;
}
@keyframes group_author_spinner {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

/* group-author.css?file=../ui/components/Button/ButtonCore.styl */
.group_author_button-core {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  overflow: visible;
  color: var(--color_white);
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-color: var(--color_orange_new);
  outline: none;
  transition: box-shadow .1s ease-in, background-color .1s ease-in;
  user-select: none;
}
.group_author_button-core.group_author___size-l {
  height: 40px;
  padding: 8px 16px;
  border-radius: 16px;
  font-size: var(--fs-l);
  line-height: var(--lh-n);
}
.group_author_button-core.group_author___size-m {
  height: 32px;
  padding: 0 16px;
  border-radius: 16px;
  font-size: var(--fs-n);
  line-height: 32px;
}
.group_author_button-core.group_author___size-s {
  height: 24px;
  padding: 0 12px;
  border-radius: 12px;
  font-size: var(--fs-s);
  line-height: 24px;
}
.group_author_button-core.group_author___wide {
  width: 100%;
}
.group_author_button-core.group_author___circle {
  min-width: 0;
  padding: 0;
}
.group_author_button-core.group_author___circle.group_author___size-m {
  width: 32px;
}
.group_author_button-core.group_author___circle.group_author___size-s {
  width: 24px;
}
.group_author_button-core.group_author___view-secondary {
  color: var(--color_secondary);
  background-color: var(--color_main-008);
}
.group_author_button-core.group_author___view-secondary.group_author___high_contrast {
  color: var(--color_main);
}
.group_author_button-core.group_author___light {
  color: var(--color_orange_new);
  background-color: var(--color_orange-light);
}
.group_author_button-core.group_author___white {
  color: #333;
  background-color: var(--color_white);
}
.group_author_button-core.group_author___white-secondary {
  color: var(--color_white);
  background-color: var(--color_white-008);
}
.group_author_button-core.group_author___eye-catching {
  background-color: #87189d;
}
.group_author_button-core.group_author___view_accent {
  color: var(--color_white);
  background-color: #1abaff;
}
.group_author_button-core.group_author___dark {
  color: var(--color_white);
  background-color: #0009;
}
.group_author_button-core.group_author___outline {
  color: var(--color_secondary);
  background-color: var(--color_surface);
  box-shadow: inset 0 0 0 1px var(--color_gray-stub);
}
.group_author_button-core.group_author___clean {
  color: var(--color_secondary);
  background-color: transparent;
}
.group_author_button-core.group_author___no-radius {
  border-radius: 0;
}
.group_author_button-core.group_author___radius-8 {
  border-radius: 8px;
}
.group_author_button-core.group_author___radius-16 {
  border-radius: 16px;
}
.group_author_button-core.group_author___radius-40 {
  border-radius: 40px;
}
.group_author_button-core.group_author___center-align {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
.group_author_content {
  display: block;
}
.group_author_content.group_author___center-align {
  display: flex;
  align-items: center;
}
.group_author_spinner2 {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.group_author_button-core.group_author___loading .group_author_content {
  z-index: -1;
  opacity: 0;
}
.group_author_button-core.group_author___loading .group_author_spinner2 {
  display: flex;
}
.group_author_button-core-container:hover.group_author_button-core,
.group_author_button-core-container:focus.group_author_button-core,
.group_author_button-core-container:active.group_author_button-core,
.group_author_button-core-container.group_author___active.group_author_button-core,
.group_author_button-core-container:hover .group_author_button-core,
.group_author_button-core-container:focus .group_author_button-core,
.group_author_button-core-container:active .group_author_button-core,
.group_author_button-core-container.group_author___active .group_author_button-core {
  color: var(--color_white);
  text-decoration: none;
  background-color: var(--color_orange_hover);
  box-shadow: 0 0 0 1px var(--color_orange_hover);
}
.group_author_button-core-container:hover .group_author_button-core.group_author___view-secondary,
.group_author_button-core-container:focus .group_author_button-core.group_author___view-secondary,
.group_author_button-core-container:active .group_author_button-core.group_author___view-secondary,
.group_author_button-core-container.group_author___active .group_author_button-core.group_author___view-secondary {
  color: var(--dynamic-text-and-icons-base-primary);
  background-color: var(--color_main-012);
  outline: none;
  box-shadow: 0 0 0 1px var(--color_main-012);
}
.group_author_button-core-container:hover .group_author_button-core.group_author___view-secondary.group_author___high_contrast,
.group_author_button-core-container:focus .group_author_button-core.group_author___view-secondary.group_author___high_contrast,
.group_author_button-core-container:active .group_author_button-core.group_author___view-secondary.group_author___high_contrast,
.group_author_button-core-container.group_author___active .group_author_button-core.group_author___view-secondary.group_author___high_contrast {
  color: var(--color_main);
}
.group_author_button-core-container:hover .group_author_button-core.group_author___light,
.group_author_button-core-container:focus .group_author_button-core.group_author___light,
.group_author_button-core-container:active .group_author_button-core.group_author___light,
.group_author_button-core-container.group_author___active .group_author_button-core.group_author___light {
  color: var(--color_orange_new);
  background-color: var(--color_orange-light_hover);
  outline: none;
  box-shadow: 0 0 0 1px var(--color_orange-light_hover);
}
.group_author_button-core-container:hover .group_author_button-core.group_author___white,
.group_author_button-core-container:focus .group_author_button-core.group_author___white,
.group_author_button-core-container:active .group_author_button-core.group_author___white,
.group_author_button-core-container.group_author___active .group_author_button-core.group_author___white {
  color: #333;
  background-color: var(--color_white);
  outline: none;
  box-shadow: 0 0 0 1px var(--color_main-012);
}
.group_author_button-core-container:hover .group_author_button-core.group_author___white-secondary,
.group_author_button-core-container:focus .group_author_button-core.group_author___white-secondary,
.group_author_button-core-container:active .group_author_button-core.group_author___white-secondary,
.group_author_button-core-container.group_author___active .group_author_button-core.group_author___white-secondary {
  color: var(--color_white);
  background-color: var(--color_white-012);
  outline: none;
  box-shadow: 0 0 0 1px var(--color_white-012);
}
.group_author_button-core-container:hover .group_author_button-core.group_author___outline,
.group_author_button-core-container:focus .group_author_button-core.group_author___outline,
.group_author_button-core-container:active .group_author_button-core.group_author___outline,
.group_author_button-core-container.group_author___active .group_author_button-core.group_author___outline {
  color: var(--color_secondary);
  background-color: var(--color_on-surface);
  outline: none;
  box-shadow: 0 0 0 1px #0000001f;
}
.group_author_button-core-container:hover .group_author_button-core.group_author___clean,
.group_author_button-core-container:focus .group_author_button-core.group_author___clean,
.group_author_button-core-container:active .group_author_button-core.group_author___clean,
.group_author_button-core-container.group_author___active .group_author_button-core.group_author___clean {
  color: var(--color_secondary);
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.group_author_button-core-container:hover .group_author_button-core.group_author___eye-catching,
.group_author_button-core-container:focus .group_author_button-core.group_author___eye-catching,
.group_author_button-core-container:active .group_author_button-core.group_author___eye-catching,
.group_author_button-core-container.group_author___active .group_author_button-core.group_author___eye-catching {
  background-color: #6b0380;
  box-shadow: 0 0 0 1px #6b0380;
}
.group_author_button-core-container:hover .group_author_button-core.group_author___view_accent,
.group_author_button-core-container:focus .group_author_button-core.group_author___view_accent,
.group_author_button-core-container:active .group_author_button-core.group_author___view_accent,
.group_author_button-core-container.group_author___active .group_author_button-core.group_author___view_accent {
  background-color: #1abaff;
  box-shadow: 0 0 0 1px #1abaff;
}
.group_author_button-core-container:hover .group_author_button-core.group_author___dark,
.group_author_button-core-container:focus .group_author_button-core.group_author___dark,
.group_author_button-core-container:active .group_author_button-core.group_author___dark,
.group_author_button-core-container.group_author___active .group_author_button-core.group_author___dark {
  background-color: #000c;
  box-shadow: 0 0 0 1px #000c;
}
.group_author_button-core-container:disabled.group_author_button-core,
.group_author_button-core-container:disabled .group_author_button-core {
  background-color: var(--color_orange_new);
  box-shadow: none;
}
.group_author_button-core-container:disabled .group_author_button-core.group_author___view-secondary {
  background-color: var(--color_main-008);
  box-shadow: none;
}
.group_author_button-core-container:disabled .group_author_button-core.group_author___light {
  background-color: var(--color_orange-light);
  box-shadow: none;
}
.group_author_button-core-container:disabled .group_author_button-core.group_author___white {
  background-color: var(--color_white);
  box-shadow: none;
}
.group_author_button-core-container:disabled .group_author_button-core.group_author___white-secondary {
  background-color: var(--color_white-008);
  box-shadow: none;
}
.group_author_button-core-container:disabled .group_author_button-core.group_author___outline {
  background-color: var(--color_surface);
  box-shadow: none;
}
.group_author_button-core-container:disabled .group_author_button-core.group_author___clean {
  background-color: transparent;
}
.group_author_button-core-container:disabled .group_author_button-core.group_author___eye-catching {
  background-color: #87189d;
  box-shadow: none;
}
.group_author_button-core-container:disabled .group_author_button-core.group_author___view_accent {
  background-color: #1abaff;
  box-shadow: none;
}
.group_author_button-core-container:disabled .group_author_button-core.group_author___dark {
  background-color: #0009;
  box-shadow: none;
}
.group_author_button-core-container:hover .group_author_button-core,
.group_author_button-core-container:active .group_author_button-core {
  outline: none;
}

/* group-author.css?file=../ui/components/Button/Button.styl */
.group_author_button {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  text-decoration: none;
  text-align: inherit;
  background: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  opacity: 1;
  transition: opacity .3s ease;
}
.group_author_button:focus-visible {
  outline: var(--focus-outline);
}
.group_author_button:hover,
.group_author_button:active {
  outline: none;
}
.group_author_button.group_author___wide2 {
  width: 100%;
}
.group_author_button.group_author___disabled {
  cursor: default;
  opacity: .5;
}
.group_author_button.group_author___no-animation {
  transition: none;
}

/* group-author.css?file=../ui/components/Card/Card.styl */
.group_author_card {
  display: flex;
  flex-direction: column;
}
.group_author_card.group_author___h {
  flex-direction: row;
}

/* group-author.css?file=../ui/components/Card/CardFooter.styl */
.group_author_card-footer.group_author___margin2 {
  margin-top: 4px;
}

/* group-author.css?file=../ui/components/Card/CardInfo.styl */
.group_author_card-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  color: var(--color_secondary);
}
.group_author_card-info.group_author___lighter {
  color: var(--color_secondary);
}
.group_author_card-info.group_author___small3 {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}

/* group-author.css?file=../ui/components/Card/CardPhoto.styl */
.group_author_card-photo {
  position: relative;
  flex-shrink: 0;
}
.group_author_card-photo.group_author___24 {
  width: 24px;
  height: 24px;
}
.group_author_card-photo.group_author___32 {
  width: 32px;
  height: 32px;
}
.group_author_card-photo.group_author___40 {
  width: 40px;
}
.group_author_card-photo.group_author___48 {
  width: 48px;
  height: 48px;
}
.group_author_card-photo.group_author___60 {
  width: 60px;
}
.group_author_card-photo.group_author___64 {
  width: 64px;
}
.group_author_card-photo.group_author___80 {
  width: 80px;
  height: 80px;
}
.group_author_card-photo.group_author___84 {
  width: 84px;
}
.group_author_card-photo.group_author___96 {
  width: 96px;
  height: 96px;
}
.group_author_card-photo.group_author___112 {
  width: 112px;
  height: 112px;
}
.group_author_card-photo.group_author___120 {
  width: 120px;
  height: auto;
}
.group_author_card-photo.group_author___128 {
  width: 128px;
  height: 128px;
}
.group_author_card-photo.group_author___131 {
  width: 131px;
  height: 131px;
}
.group_author_card-photo.group_author___152 {
  width: 152px;
  height: 152px;
}
.group_author_card-photo.group_author___160 {
  width: 160px;
  height: 160px;
}
.group_author_card-photo.group_author___176 {
  width: 176px;
  height: 176px;
}
.group_author_card-photo.group_author___204 {
  width: 204px;
  height: 204px;
}
.group_author_card-photo.group_author___208 {
  width: 208px;
  height: 208px;
}
.group_author_card-photo.group_author___gap-right {
  margin-right: 16px;
}
.group_author_card-photo.group_author___gap-right__small {
  margin-right: 8px;
}
.group_author_card-photo.group_author___gap-right__medium {
  margin-right: 12px;
}

/* group-author.css?file=../ui/components/Card/CardSection.styl */
.group_author_card-section {
  display: flex;
  flex: 1 1 50%;
  flex-direction: column;
  min-width: 0;
}
.group_author_card-section.group_author___horizontal {
  flex-direction: row;
}
.group_author_card-section.group_author___content-width {
  flex: 0 0 0;
  min-width: auto;
}

/* group-author.css?file=../ui/components/Button/ButtonClean.styl */
.group_author_button-clean {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  text-decoration: none;
  text-align: inherit;
  background: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.group_author_button-clean:focus-visible {
  outline: var(--focus-outline);
}

/* group-author.css?file=../ui/components/Toast/Toast.styl */
.group_author_toast {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--fs-n);
  line-height: 19px;
  position: fixed;
  z-index: 3200;
  bottom: 16px;
  left: 0;
  right: 0;
  justify-content: space-between;
  box-sizing: border-box;
  max-width: 450px;
  min-height: 48px;
  margin: 0 auto;
  padding: 16px;
  border-radius: 8px;
  color: var(--color_white);
  background-color: var(--color_black-08);
  box-shadow: var(--box-shadow_card);
  opacity: 0;
}
.group_author_toast.group_author___stretch-content {
  width: fit-content;
  padding: 16px 24px;
}
.group_author_toast.group_author___transition-entering,
.group_author_toast.group_author___transition-entered {
  animation: group_author_show2 .3s ease-out forwards;
}
.group_author_toast.group_author___transition-exiting {
  animation: group_author_hide .3s ease-in;
}
.group_author_toast.group_author___transition-exited {
  visibility: hidden;
  opacity: 0;
}
.group_author_button2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.group_author_icon3 {
  padding-left: 8px;
  color: var(--color_gray-4);
}
.group_author_icon3.group_author___stretch-content {
  color: #ffffffa3;
  padding-left: 0;
  margin-left: 16px;
}
@keyframes group_author_show2 {
  to {
    opacity: 1;
  }
}
@keyframes group_author_hide {
  0% {
    opacity: 1;
  }
}

/* group-author.css?file=../ui/components/Groups/GroupsJoinButton/components/GroupsJoinResult/view/GroupJoinResultView.styl */
.group_author_groups-join-result {
  line-height: 16px;
  color: var(--color_green-2);
}
.group_author_groups-join-result.group_author___red {
  color: var(--color_red);
}
.group_author_icon2 {
  vertical-align: middle;
}
.group_author_icon2.group_author___green {
  color: var(--color_green-2);
}
.group_author_icon2.group_author___gray {
  color: var(--color_secondary);
}
.group_author_label {
  padding-left: 6px;
  vertical-align: middle;
}
.group_author_label.group_author___small-padding {
  padding-left: 4px;
}
.group_author_secondary-color {
  color: var(--color_secondary);
}
.group_author_groups-join-status {
  font-size: var(--fs-n);
  line-height: 19px;
}
.group_author_menu-button {
  width: 100%;
  text-align: left;
  font-size: var(--fs-n);
  line-height: 19px;
  font-size: var(--fs-n) !important;
  color: var(--color_main);
}
.group_author_menu-button:hover {
  color: var(--color_main);
}
.group_author_menu-button_icon {
  margin-right: 16px;
  vertical-align: middle;
  color: var(--color_main);
}
.group_author_leave-menu {
  width: 184px;
  position: absolute;
  top: 100%;
  columns: 1;
  padding: 8px;
  border-radius: 16px;
  box-shadow: var(--box-shadow_sc-menu-redesign2023);
  border: var(--delimiter_global);
  background-color: var(--color_surface);
  cursor: auto;
  margin-top: 4px;
  min-width: 100%;
  width: max-content;
  z-index: 35;
}
.group_author_leave-menu-item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 36px;
  padding: 8px 12px;
  border-radius: 8px;
  box-sizing: border-box;
  color: var(--color_main);
  font-size: var(--fs-n);
  cursor: pointer;
  color: var(--color_secondary);
  border-radius: 8px !important;
  padding: 8px 12px !important;
}
.group_author_leave-menu-item:hover {
  background-color: var(--color_main-008);
}
.group_author_button-icon-left {
  margin-top: 8px;
  margin-right: 8px;
  vertical-align: top;
}
.group_author_button-icon-right {
  margin-top: 8px;
  margin-left: 4px;
  vertical-align: top;
}
.group_author_button-core2 {
  width: auto;
  padding-right: 8px;
  padding-left: 12px;
}
.group_author_invite-label {
  font-size: var(--fs-n);
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 19px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  max-height: 38px;
}

/* group-author.css?file=../ui/components/Link/LinkButton.styl */
.group_author_link-button {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  background: none;
  outline: none;
  -webkit-appearance: none;
}
.group_author_link-button:hover,
.group_author_link-button:active {
  outline: none;
}

/* group-author.css?file=../ui/components/DropDownMenu/DropDownMenu.styl */
.group_author_wrapper {
  position: relative;
}
.group_author_menu.group_author___left2 {
  left: 0;
}
.group_author_menu.group_author___right {
  right: 0;
}
.group_author_menu.group_author___center2 {
  left: 50%;
  transform: translate(-50%);
}

/* group-author.css?file=../ui/components/Groups/GroupsJoinButton/components/UserGroupStatus/UserGroupStatus.styl */
.group_author_icon4 {
  margin-top: 8px;
  margin-right: 8px;
  vertical-align: top;
}

/* group-author.css?file=../ui/components/ModalLayer/items/ModalLayerItems.styl */
.group_author_container {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  font-size: 14px;
  background-color: var(--color_surface);
  box-shadow: 0 0 12px #00000029;
}
.group_author_container.group_author___hide_overflow {
  overflow: hidden;
}
.group_author_header {
  display: flex;
  flex-direction: column;
  margin: 24px;
}
.group_author_header.group_author___left {
  align-items: start;
}
.group_author_header.group_author___left .group_author_description {
  text-align: left;
}
.group_author_header.group_author___middle {
  align-items: center;
}
.group_author_header.group_author___right2 {
  align-items: end;
}
.group_author_title-wrapper {
  display: flex;
  align-items: center;
}
.group_author_title {
  flex: 1;
  margin: 0;
  color: var(--color_main);
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}
.group_author_button-wrapper {
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  padding-right: 16px;
  border-right: 1px solid var(--color_main-008);
}
.group_author_button-back {
  padding: 0;
  border: 0;
  color: var(--color_secondary);
  background: none;
  cursor: pointer;
}
.group_author_description {
  width: 300px;
  margin-top: 8px;
  color: var(--color_secondary);
  text-align: center;
}
.group_author_content2 {
  margin: 24px;
  color: var(--color_main);
  font-size: 14px;
}
.group_author_footer {
  display: flex;
  justify-content: center;
  margin: 24px;
}
.group_author_footer-item:not(:last-child) {
  margin-right: 8px;
}

/* group-author.css?file=../ui/components/ModalLayer/ModalLayer.styl */
.group_author_modal-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3200;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--color_black-08);
}
.group_author_close-area {
  position: absolute;
  inset: 0;
}
.group_author_close-icon-control {
  position: absolute;
  top: 10px;
  right: -40px;
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  background: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.group_author_close-icon {
  display: block;
  color: var(--color_white-06);
}
.group_author_close-icon:hover {
  color: var(--color_white);
}
.group_author_size-small {
  width: 400px;
}
.group_author_size-medium {
  width: 596px;
}
.group_author_size-big {
  width: 704px;
}

/* group-author.css?file=../ui/components/ConfirmDialog/ConfirmDialog.styl */
.group_author_footer-button + .group_author_footer-button {
  margin-left: 8px;
}

/* group-author.css?file=../ui/components/SimilarGroups/SimilarGroups.styl */
.group_author_card2 {
  align-items: center;
}
.group_author_section {
  margin-left: 12px;
}
.group_author_section.group_author___space {
  justify-content: space-between;
}
.group_author_section-info {
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
}
.group_author_section-info .group_author_group-link {
  font-size: var(--fs-n);
  line-height: 19px;
}
.group_author_section-info .group_author_group-info {
  line-height: 14px;
}
.group_author_section-button {
  flex-shrink: 0;
  align-self: center;
  margin-left: -12px;
}
.group_author_section-button.group_author___subscribe {
  margin: 0 16px 0 12px;
}
.group_author_section-button_join {
  padding-left: 12px;
  padding-right: 8px;
}
.group_author_group-info {
  flex-grow: 0;
  margin-top: 4px;
}
.group_author_group-name2 {
  font-weight: 600;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 16px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  max-height: 32px;
}
.group_author_group-list {
  height: 208px;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  list-style-type: none;
}
.group_author_group-list .group_author_list-item {
  margin-bottom: 12px;
}
.group_author_group-list .group_author_list-item:last-child {
  margin-bottom: 0;
}
.group_author_group-list .group_author_list-item .group_author_join-button {
  min-width: 75px;
  padding: 0 8px;
  will-change: transform;
}
.group_author_subscribed {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 92px;
  height: 24px;
  border: 1px solid var(--color_gray-5);
  border-radius: 32px;
  background-color: var(--color_surface);
}
.group_author_subscribed-text {
  margin-left: 3px;
  color: var(--color_secondary);
  font-size: 12px;
}
.group_author_similar-groups {
  position: absolute;
  z-index: 3200;
  display: flex;
  flex-direction: column;
  width: 320px;
  border-radius: 8px;
  white-space: nowrap;
  background-color: var(--color_surface);
  box-shadow: 0 12px 24px #0003, 0 0 0 1px #0000000a;
  animation: group_author_animation-show-this-block .2s 0s 1;
}
.group_author_similar-groups.group_author_bottom {
  left: 50%;
  margin-top: 10px;
  transform: translate(-50%);
}
.group_author_similar-groups.group_author_bottom:after {
  top: -5px;
  left: 50%;
}
.group_author_similar-groups.group_author_left {
  top: -16px;
  margin-right: -300px;
  margin-left: -16px;
  transform: translate(-100%);
}
.group_author_similar-groups.group_author_left:after {
  top: 16px;
  right: -5px;
}
.group_author_similar-groups.group_author___wrap {
  white-space: normal;
}
.group_author_similar-groups:after {
  position: absolute;
  z-index: -1;
  width: 16px;
  height: 16px;
  margin: 0 0 0 -8px;
  border-radius: 2px;
  background-color: var(--color_surface);
  transform: rotate(-45deg);
  transform-origin: center center;
  content: "";
}
.group_author_subscribed-info {
  display: flex;
  align-items: center;
  color: var(--color_green-2);
}
.group_author_subscribed-info .group_author_subscribed-text {
  margin-left: 4px;
  color: var(--color_green-2);
}
.group_author_title2 {
  margin-bottom: 12px;
  color: var(--color_main);
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
.group_author_title-new {
  margin-bottom: 12px;
  color: var(--color_secondary);
  font-size: var(--fs-n);
  line-height: 19px;
}
@keyframes group_author_animation-show-this-block {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* group-author.css?file=../ui/components/Groups/GroupsJoinButton/components/GroupsJoinButton/GroupsJoinButton.styl */
.group_author_groups-join-button {
  display: block;
}
.group_author_only-icon-button {
  color: var(--color_secondary);
}
.group_author_menu-button2 {
  width: 100%;
  text-align: left;
  font-size: var(--fs-n);
  line-height: 19px;
  font-size: var(--fs-n) !important;
  color: var(--color_main);
}
.group_author_menu-button2:hover {
  color: var(--color_main);
}
.group_author_menu-button_icon2 {
  margin-right: 16px;
  vertical-align: middle;
  color: var(--color_main);
}
.group_author_button-icon {
  margin-top: 8px;
  margin-right: 8px;
  vertical-align: top;
}
.group_author_button-text {
  cursor: pointer;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  display: block;
  width: 100%;
}
.group_author_button-text:hover {
  color: inherit;
  text-decoration: none;
}

/* group-author.css?file=../ui/components/Groups/GroupsJoinButton/components/GroupsJoinButton/view/GroupJoinButtonViewMembersCard/GroupJoinButtonViewMembersCard.styl */
.group_author_members-card {
  border-radius: 16px !important;
  background: var(--color_orange-008) !important;
  text-align: center !important;
  position: relative;
}
.ugrid.__m .ugrid_i .group_author_members-card {
  width: 118px;
  height: 118px;
}
.ugrid.__xl .ugrid_i .group_author_members-card {
  width: 146px;
  height: 146px;
}
.group_author_members-card_icon {
  text-align: center;
  color: var(--color_orange_new);
}
.group_author_members-card_text {
  padding: 0 12px;
  color: var(--color_orange_new);
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: var(--fs-n);
  line-height: 19px;
}

/* group-author.css?file=../ui/components/Groups/GroupsJoinButton/components/GroupsJoinButton/shortcut-menu/ShortcutMenu.styl */
.group_author_shortcut-menu-button {
  font-size: var(--fs-n);
  line-height: 19px;
  font-size: var(--fs-n) !important;
  line-height: 19px !important;
}
.group_author_shortcut-menu-button_icon {
  color: var(--dynamic-text-and-icons-base-secondary);
  margin-right: 4px;
}
.group_author_shortcut-menu-button_text {
  color: var(--color_secondary);
}

/* group-author.css?file=../ui/components/Groups/GroupsJoinButton/components/GroupsJoinButton/view/GroupJoinRequested/GroupJoinRequested.styl */
.group_author_menu2 {
  width: 184px;
  position: absolute;
  top: 100%;
  columns: 1;
  padding: 8px;
  border-radius: 16px;
  box-shadow: var(--box-shadow_sc-menu-redesign2023);
  border: var(--delimiter_global);
  background-color: var(--color_surface);
  cursor: auto;
  margin-top: 4px;
  z-index: 1;
}
.group_author_menu-item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 36px;
  padding: 8px 12px;
  border-radius: 8px;
  box-sizing: border-box;
  color: var(--color_main);
  font-size: var(--fs-n);
  cursor: pointer;
  color: var(--color_secondary);
  border-radius: 8px !important;
  padding: 8px 12px !important;
}
.group_author_menu-item:hover {
  background-color: var(--color_main-008);
}
.group_author_text-with-icon {
  display: block;
}

/* group-author.css?file=../ui/components/Groups/GroupsJoinButton/components/HappeningJoinResult/HappeningJoinResult.styl */
.group_author_menu-button3 {
  width: 100%;
  text-align: left;
  font-size: var(--fs-n);
  line-height: 18px;
  color: var(--color_main);
}
.group_author_button-core3 {
  width: auto;
  padding-right: 8px;
  padding-left: 12px;
}
.group_author_button-icon2 {
  margin-top: 8px;
  margin-left: 4px;
  vertical-align: top;
}
.group_author_menu3 {
  width: 184px;
  position: absolute;
  top: 100%;
  columns: 1;
  padding: 8px;
  border-radius: 16px;
  box-shadow: var(--box-shadow_sc-menu-redesign2023);
  border: var(--delimiter_global);
  background-color: var(--color_surface);
  cursor: auto;
  margin-top: 4px;
  z-index: 1;
}
.group_author_menu-item2 {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 36px;
  padding: 8px 12px;
  border-radius: 8px;
  box-sizing: border-box;
  color: var(--color_main);
  font-size: var(--fs-n);
  cursor: pointer;
  color: var(--color_secondary);
  border-radius: 8px !important;
  padding: 8px 12px !important;
}
.group_author_menu-item2:hover {
  background-color: var(--color_main-008);
}

/* group-author.css?file=../ui/components/GroupName/GroupName.styl */
.group_author_badge {
  flex-shrink: 0;
  margin-left: 4px;
  vertical-align: -2px;
}
.group_author_badge.group_author___expert,
.group_author_badge.group_author___sa-author {
  display: flex;
}
.group_author_group-name-link {
  display: flex;
  align-items: center;
}
.group_author_group-name {
  flex-shrink: 1;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.group_author_group-name.group_author___multiline {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 19px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  max-height: 38px;
  white-space: normal;
}

/* group-author.css?file=../ui/components/UserName/UserName.styl */
.group_author_user-name-link {
  display: flex;
  align-items: center;
}
.group_author_badge3 {
  flex-shrink: 0;
  margin-left: 4px;
  vertical-align: -2px;
}
.group_author_user-name2 {
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* group-author.css?file=common/Author/components/TimeInfo/TimeInfo.styl */
.group_author_icon5 {
  color: var(--color_secondary);
  margin-right: 4px;
  vertical-align: -2px;
}

/* group-author.css?file=../ui/components/VisibilityInfo/VisibilityInfo.styl */
.group_author_visibility-info {
  font-size: var(--fs-s);
  line-height: 16px;
}
.group_author_visibility-info-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.group_author_visibility-info-name {
  display: inline-block;
  vertical-align: middle;
}
.group_author_shortcut-menu {
  width: 208px;
  padding: 16px;
}
.group_author_shortcut-menu-title {
  font-size: var(--fs-l);
  line-height: 21px;
  font-weight: 600;
}
.group_author_shortcut-menu-description {
  font-size: var(--fs-n);
  line-height: 19px;
  margin-top: 4px;
}
.group_author_shortcut-menu-posting {
  font-size: var(--fs-n);
  line-height: 19px;
  margin-top: 4px;
  display: block;
}

/* group-author.css?file=common/Author/components/GroupAuthor/GroupAuthor.styl */
.group_author_group-author {
  display: flex;
  align-items: center;
  min-width: 0;
  flex-grow: 1;
}
.group_author_group-avatar {
  align-self: flex-start;
  position: relative;
  height: 44px;
}
.group_author_group-avatar_user {
  position: absolute;
  bottom: -4px;
  right: -4px;
  border: 2px solid var(--color_surface);
}
.group_author_group-author_cnt {
  flex-grow: 1;
  min-width: 0;
  margin-left: 12px;
}
.group_author_group-author-top {
  font-size: var(--fs-n);
  line-height: 19px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.group_author_group-author-bottom {
  color: var(--color_secondary);
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.group_author_group-author-bottom_item {
  vertical-align: middle;
  display: inline-block;
}
.group_author_group-author-bottom_item + .group_author_group-author-bottom_item {
  position: relative;
  padding-left: 12px;
}
.group_author_group-author-bottom_item + .group_author_group-author-bottom_item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  height: 2px;
  width: 2px;
  background: var(--color_secondary);
  border-radius: 50%;
}
.group_author_group-author_join {
  align-self: center;
  margin-left: 4px;
  flex-shrink: 0;
}
.group_author_group-author_join-new-line {
  margin-top: 8px;
}
.group_author_inline {
  display: inline;
}

/* group-author.css?file=groupAuthor/components/GroupAuthor/GroupAuthorComponent.styl */
.group_author_group-author2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
:root .mlr_cnts.__deleted .group_author_delete {
  padding-left: 8px;
  background-color: var(--color_surface);
  position: relative;
  z-index: 34;
}
/*# sourceMappingURL=group-author-54TDWHUV.css.map */
