/*!************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js!./companion/modules/community/components/contextmenu/contextmenu.less ***!
  \************************************************************************************************************************************************************************************************************************************/
.popover-shell.contextmenupopover .popover-content .contextmenu {
  width: 220px;
}
.popover-shell.contextmenupopover .popover-content .contextmenu .menu-item {
  padding: 0.5rem 1rem;
  width: 100%;
  background-color: transparent;
  color: inherit;
  border: none;
  opacity: 0.8;
}
.popover-shell.contextmenupopover .popover-content .contextmenu .menu-item:hover {
  opacity: 1;
}
.popover-shell.contextmenupopover .popover-content .contextmenu .menu-item > .text {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  width: 100%;
}
.popover-shell.contextmenupopover .popover-content .contextmenu .menu-item > .text .menuicon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popover-shell.contextmenupopover .popover-content .contextmenu .menu-item > .text .menuicon i {
  display: block;
  font-size: 16px;
  width: 16px;
  height: 16px;
}
.popover-shell.contextmenupopover .popover-content .contextmenu .menu-item .menutext {
  text-align: left;
}

/*!************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js!./companion/modules/community/components/contextmenu/moreactions.less ***!
  \************************************************************************************************************************************************************************************************************************************/
.dynamicbloc-wrapper .dynamicbloc-wrapper-contentblocs .feed-publications .moreactions,
.moreactions {
  transition: opacity 300ms ease-out;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  color: inherit;
  border: none;
  margin: 0;
  padding: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dynamicbloc-wrapper .dynamicbloc-wrapper-contentblocs .feed-publications .moreactions i,
.moreactions i {
  width: 14px;
  height: 14px;
  font-size: 14px;
}

/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js!./companion/components/carousel/carouselplaycontrols.less ***!
  \************************************************************************************************************************************************************************************************************************/
.playcontrols-btn-common {
  pointer-events: auto;
  background-color: white;
  color: black;
  border: 1.5px solid black;
  border-radius: 4px;
  width: auto;
  height: 20px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  box-shadow: none;
}
.playcontrols-btn-common i {
  font-size: 9px;
  color: black;
  pointer-events: none;
  line-height: 1;
  display: flex;
  align-items: center;
}
.playcontrols-btn-common:hover {
  border: 1.5px solid black;
  background-color: white;
}
.playcontrols-btn-common:focus {
  outline: 2px solid black;
  outline-offset: 2px;
}
.playcontrols-btn-common:active {
  transform: scale(0.95);
  background-color: rgba(0, 0, 0, 0.1);
}
.video-playcontrols button[type="button"].video-playpause-btn.playcontrols-btn-common,
button[type="button"].video-playpause-btn.playcontrols-btn-common,
.video-playcontrols .playcontrols-btn-common.video-playpause-btn {
  pointer-events: auto;
  background-color: white;
  color: black;
  border: 1.5px solid black;
  border-radius: 4px;
  width: auto;
  height: 20px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  box-shadow: none;
}
.video-playcontrols button[type="button"].video-playpause-btn.playcontrols-btn-common i,
button[type="button"].video-playpause-btn.playcontrols-btn-common i,
.video-playcontrols .playcontrols-btn-common.video-playpause-btn i {
  font-size: 9px;
  color: black;
  pointer-events: none;
  line-height: 1;
  display: flex;
  align-items: center;
}
.video-playcontrols button[type="button"].video-playpause-btn.playcontrols-btn-common:hover,
button[type="button"].video-playpause-btn.playcontrols-btn-common:hover,
.video-playcontrols .playcontrols-btn-common.video-playpause-btn:hover {
  border: 1.5px solid black;
  background-color: white;
}
.video-playcontrols button[type="button"].video-playpause-btn.playcontrols-btn-common:focus,
button[type="button"].video-playpause-btn.playcontrols-btn-common:focus,
.video-playcontrols .playcontrols-btn-common.video-playpause-btn:focus {
  outline: 2px solid black;
  outline-offset: 2px;
}
.video-playcontrols button[type="button"].video-playpause-btn.playcontrols-btn-common:active,
button[type="button"].video-playpause-btn.playcontrols-btn-common:active,
.video-playcontrols .playcontrols-btn-common.video-playpause-btn:active {
  transform: scale(0.95);
  background-color: rgba(0, 0, 0, 0.1);
}
.picturegallerycarousel:has(.carousel-playcontrols) {
  margin-bottom: 29px;
}
.picturegallerycarousel:has(.carousel-playcontrols) .slick-slider .slick-dots {
  display: none;
  visibility: hidden;
}
.bloc-itemslist:has(.carousel-playcontrols) {
  padding-bottom: 29px;
}
.carousel-playcontrols {
  position: relative;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.carousel-playcontrols button[type="button"].carousel-playpause-btn {
  pointer-events: auto;
  background-color: white;
  color: black;
  border: 1.5px solid black;
  border-radius: 4px;
  width: auto;
  height: 20px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  box-shadow: none;
}
.carousel-playcontrols button[type="button"].carousel-playpause-btn i {
  font-size: 9px;
  color: black;
  pointer-events: none;
  line-height: 1;
  display: flex;
  align-items: center;
}
.carousel-playcontrols button[type="button"].carousel-playpause-btn:hover {
  border: 1.5px solid black;
  background-color: white;
}
.carousel-playcontrols button[type="button"].carousel-playpause-btn:focus {
  outline: 2px solid black;
  outline-offset: 2px;
}
.carousel-playcontrols button[type="button"].carousel-playpause-btn:active {
  transform: scale(0.95);
  background-color: rgba(0, 0, 0, 0.1);
}

/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js!./companion/modules/community/components/comments/linkpreview.less ***!
  \*********************************************************************************************************************************************************************************************************************************/
.community-addcomment a.linkpreview,
.commentitem a.linkpreview,
.popover-shell.commentsmodal a.linkpreview {
  padding: 8px 45px 8px 8px;
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 8px 0;
  text-decoration: none;
  color: inherit !important;
}
.community-addcomment a.linkpreview .linkpicture,
.commentitem a.linkpreview .linkpicture,
.popover-shell.commentsmodal a.linkpreview .linkpicture {
  flex-shrink: 0;
  width: 120px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.community-addcomment a.linkpreview .detail,
.commentitem a.linkpreview .detail,
.popover-shell.commentsmodal a.linkpreview .detail {
  margin-left: 8px;
}
.community-addcomment a.linkpreview .detail .title,
.commentitem a.linkpreview .detail .title,
.popover-shell.commentsmodal a.linkpreview .detail .title {
  font-weight: bold;
  font-size: 14px;
}
.community-addcomment a.linkpreview .btnclose,
.commentitem a.linkpreview .btnclose,
.popover-shell.commentsmodal a.linkpreview .btnclose {
  flex-grow: 1;
  position: absolute;
  right: 0;
  top: 0;
  color: inherit;
  background-color: transparent;
}

/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js!./companion/components/modals/confirmmodal.less ***!
  \**************************************************************************************************************************************************************************************************************/
.popover-shell.iwconfirmmodal .modalfooter {
  display: flex;
  justify-content: flex-end;
}
.popover-shell.iwconfirmmodal .modalfooter button {
  margin-left: 12px;
}
.popover-shell.iwconfirmmodal .modalfooter button:focus-visible {
  outline: 3px solid #0066cc;
  outline-offset: 2px;
}

/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js!./companion/modules/community/components/reactions/reactions.less ***!
  \********************************************************************************************************************************************************************************************************************************/
.reactions-selector-container {
  display: flex;
}
.reactions-selector-container button[type=button].react {
  background-color: transparent;
  color: var(--inwinkaccentcolor);
  border-width: 0 0 2px 0;
  border-radius: 0;
  flex: 1;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 20px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: font-size 300ms ease-out;
}
.reactions-selector-container button[type=button].react:not(.selected) {
  border-color: transparent;
}
.reactions-selector-container button[type=button].react:hover,
.reactions-selector-container button[type=button].react:hover:active {
  font-size: 30px;
  line-height: 30px;
  border-width: 0 0 2px 0;
}
.reactions-counter-container .count {
  margin-left: 4px;
}
.reactionicon.icon {
  display: inline-flex;
  height: 18px;
  width: 18px;
  align-items: center;
  justify-content: center;
}

/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js!./companion/modules/community/components/comments/sendcomment.less ***!
  \*********************************************************************************************************************************************************************************************************************************/
.community-addcomment .textarea {
  overflow: visible !important;
  width: calc(100% - 40px);
}
.community-addcomment .textarea__input,
.community-addcomment .textarea__highlighter {
  padding: 5px;
}
.community-addcomment .textarea__input {
  overflow: auto !important;
}
.community-addcomment .textarea__highlighter {
  height: 100%;
}
.community-addcomment .textarea__control {
  height: 100px;
}
.community-addcomment .textarea__suggestions__list {
  border: 1px solid rgba(0, 0, 0, 0.15);
  max-height: 125px;
  overflow-y: auto;
}
.community-addcomment .textarea__suggestions__list::-webkit-scrollbar {
  width: 6px;
}
.community-addcomment .textarea__suggestions__list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.community-addcomment .textarea__suggestions__list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.community-addcomment .textarea__suggestions__list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.community-addcomment .textarea__suggestions__item {
  display: flex;
  align-items: center;
  padding: 5px 10px;
}
.community-addcomment .textarea__suggestions__item--focused {
  background-color: var(--inwinkaccent2color);
  color: #fff;
}
.community-addcomment .textarea__suggestions__item .member-bubble {
  margin-right: 5px;
}
.community-addcomment .user-mention {
  position: relative;
  z-index: 1;
  color: var(--inwinkaccentcolor);
  text-shadow: 1px 1px 1px white, 1px -1px 1px white, -1px 1px 1px white, -1px -1px 1px white;
  pointer-events: none;
}
.community-addcomment .big-comment {
  width: 100%;
  margin-top: 8px;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
}
.community-addcomment .big-comment .textarea {
  margin-bottom: 1rem;
}
.community-addcomment .big-comment a.linkpreview {
  margin-top: 0;
  margin-bottom: 1rem;
}
.community-addcomment .small-comment {
  margin-top: 8px;
}
.community-addcomment .small-comment input {
  flex-grow: 1;
}
.community-addcomment .small-comment button {
  width: 32px;
  margin: 0;
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.community-addcomment .comment-controls {
  display: flex;
  align-items: flex-start;
}

/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js!./companion/modules/community/components/reactions/memberlistmodal.less ***!
  \**************************************************************************************************************************************************************************************************************************************/
.popover-shell.appusermodal .popover-modal .appusermessage .modalcontent.memberlistmodalcontent,
.popover-shell.appuserpopover .popover-modal .appusermessage .modalcontent.memberlistmodalcontent {
  height: 100%;
}
.popover-shell.appusermodal .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .header,
.popover-shell.appuserpopover .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .header {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
}
.popover-shell.appusermodal .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .header h3,
.popover-shell.appuserpopover .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .header h3 {
  margin-bottom: 0;
}
.popover-shell.appusermodal .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .header .btnclose,
.popover-shell.appuserpopover .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .header .btnclose {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0;
  height: 48px;
  width: 48px;
  background-color: transparent;
  border: none;
  color: inherit;
  font-size: 16px;
}
.popover-shell.appusermodal .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .members,
.popover-shell.appuserpopover .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .members {
  padding-top: 0.5rem;
  height: calc(100% - 20px);
  overflow-y: auto;
}
.popover-shell.appusermodal .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .members .loaderindicator,
.popover-shell.appuserpopover .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .members .loaderindicator {
  overflow: hidden;
}
.popover-shell.appusermodal .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .members .member-infos-container,
.popover-shell.appuserpopover .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .members .member-infos-container {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.popover-shell.appusermodal .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .members .member-infos-container .member-infos,
.popover-shell.appuserpopover .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .members .member-infos-container .member-infos {
  flex: 1;
}
.popover-shell.appusermodal .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .members .member-infos,
.popover-shell.appuserpopover .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .members .member-infos {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.popover-shell.appusermodal .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .members .member-infos:not(:first-child),
.popover-shell.appuserpopover .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .members .member-infos:not(:first-child) {
  border-top: 1px solid var(--inwinklightcolor);
}
.popover-shell.appusermodal .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .members .member-infos .details,
.popover-shell.appuserpopover .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .members .member-infos .details {
  flex: 1;
}
.popover-shell.appusermodal .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .members .member-infos .details .fullname,
.popover-shell.appuserpopover .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .members .member-infos .details .fullname {
  padding: 0 0.5rem;
}
.popover-shell.appusermodal .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .members .member-infos .details .company-infos,
.popover-shell.appuserpopover .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .members .member-infos .details .company-infos {
  padding-left: 0.5em;
  color: #6e6e6e;
  font-size: 0.8rem;
}
.popover-shell.appusermodal .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .members .member-infos .details .member-unknown,
.popover-shell.appuserpopover .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .members .member-infos .details .member-unknown {
  opacity: 0.8;
}
.popover-shell.appusermodal .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .members .member-infos .member-bubble-unknown,
.popover-shell.appuserpopover .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .members .member-infos .member-bubble-unknown {
  margin-right: 0.5rem;
}
.popover-shell.appusermodal .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .members .member-infos .member-bubble-unknown::before,
.popover-shell.appuserpopover .popover-modal .appusermessage .modalcontent.memberlistmodalcontent .members .member-infos .member-bubble-unknown::before {
  font-size: 1.2rem;
  opacity: 0.8;
}
.popover-shell.appusermodal .popover-modal .appusermessage .modalcontent.allreactionsmodalcontent .react,
.popover-shell.appuserpopover .popover-modal .appusermessage .modalcontent.allreactionsmodalcontent .react {
  font-size: 1.2rem;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js!./companion/modules/community/features/feed/blocs/mainfeed/mainbloc/publications/publicationitem/likepreview.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.popover-shell.appuserpopover.likepreview-modal .popover-content {
  border-radius: 10px;
}
.popover-shell.appuserpopover.likepreview-modal .appusermessage > header.appusermessage-header {
  z-index: 1;
}
.popover-shell.appuserpopover.likepreview-modal .popover-modal {
  width: 350px;
  height: 325px;
}
.popover-shell.appuserpopover.likepreview-modal .popover-modal .appusermessage {
  width: 100%;
  height: 100%;
  padding: 20px;
}
.popover-shell.appuserpopover.likepreview-modal .popover-modal .appusermessage .modalcontent.likepreviewmodalcontent .header h3 {
  margin-top: -3px;
}
.popover-shell.appuserpopover.likepreview-modal .popover-modal .appusermessage .modalcontent.likepreviewmodalcontent .header .btnclose {
  right: -10px;
}
.popover-shell.appuserpopover.likepreview-modal .popover-modal .appusermessage .modalcontent.likepreviewmodalcontent .members .member-infos-container .react {
  font-size: 1.2rem;
  margin-right: 2px;
}

/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js!./companion/modules/community/components/comments/commentitems.less ***!
  \**********************************************************************************************************************************************************************************************************************************/
.iw-communitycomments.items-comments .comment-items a {
  color: var(--inwinkaccentcolor);
}
.iw-communitycomments.items-comments .comment-items .commentitem {
  margin-bottom: 4px;
}

/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js!./companion/modules/community/components/comments/commentitem.less ***!
  \*********************************************************************************************************************************************************************************************************************************/
.iw-communitycomments .commentitem .commentitemcontent {
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-direction: row;
}
.iw-communitycomments .commentitem .commentitemcontent > .moreactions {
  pointer-events: none;
  opacity: 0.3;
  transition: opacity 500ms ease-out;
  align-self: center;
  position: relative;
  background-color: transparent;
  color: inherit;
  border: none;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5px;
}
.iw-communitycomments .commentitem .commentitemcontent > .moreactions i {
  width: 14px;
  height: 14px;
  font-size: 14px;
}
.iw-communitycomments .commentitem .commentitemcontent:hover > .moreactions {
  pointer-events: all;
  opacity: 1;
}
.iw-communitycomments .commentitem .commentitemcontent.member-info {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "member member" "comment button";
}
.feed-main .iw-communitycomments .commentitem .commentitemcontent.member-info {
  max-width: 100%;
}
.iw-communitycomments .commentitem .commentitemcontent.member-info .memberitem {
  grid-area: member;
}
.iw-communitycomments .commentitem .commentitemcontent.member-info .memberitem .detail {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.iw-communitycomments .commentitem .commentitemcontent.member-info .memberitem .detail .fullname {
  margin-right: 0.5rem;
}
.iw-communitycomments .commentitem .commentitemcontent.member-info .memberitem .detail .information .jobtitle::before,
.iw-communitycomments .commentitem .commentitemcontent.member-info .memberitem .detail .information .company:first-child::before {
  content: "\2014";
  margin-right: 0.5rem;
}
.iw-communitycomments .commentitem .commentitemcontent.member-info .memberitem .detail .information-long {
  width: 100%;
  margin-bottom: 0.5rem;
}
.iw-communitycomments .commentitem .commentitemcontent.member-info .memberitem .detail .information-long .jobtitle-long,
.iw-communitycomments .commentitem .commentitemcontent.member-info .memberitem .detail .information-long .company-long {
  display: block;
}
.iw-communitycomments .commentitem .commentitemcontent.member-info .memberitem .detail .information-long .jobtitle::after,
.iw-communitycomments .commentitem .commentitemcontent.member-info .memberitem .detail .information-long .jobtitle-long::after {
  content: ", ";
}
.iw-communitycomments .commentitem .commentitemcontent.member-info .memberitem .detail .information-long .jobtitle::before,
.iw-communitycomments .commentitem .commentitemcontent.member-info .memberitem .detail .information-long .company::before,
.iw-communitycomments .commentitem .commentitemcontent.member-info .memberitem .detail .information-long .company-long::before {
  content: none;
}
.iw-communitycomments .commentitem .commentitemcontent.member-info .memberitem .detail .member-unknown {
  opacity: 0.8;
  font-style: italic;
}
.iw-communitycomments .commentitem .commentitemcontent.member-info .comment-detail {
  padding-left: 40px;
  grid-area: comment;
}
.iw-communitycomments .commentitem .commentitemcontent.member-info .comment-detail .comment-date {
  text-align: left;
  margin-bottom: 4px;
  margin-top: 4px;
  padding-left: 5px;
}
.iw-communitycomments .commentitem .commentitemcontent.member-info .comment-detail .comment-actions + .comment-date {
  display: inline-block;
  width: 50%;
}
.iw-communitycomments .commentitem .commentitemcontent.member-info .moreactions {
  height: 100%;
  margin-top: 2px;
  align-items: center;
  grid-area: button;
}
.iw-communitycomments .commentitem .commentitemcontent .member-bubble {
  margin-right: 8px;
  margin-top: 4px;
}
.iw-communitycomments .commentitem .commentitemcontent .member-bubble::before {
  opacity: 0.8;
  font-size: 1.2rem;
}
.feed-main .iw-communitycomments .commentitem .commentitemcontent .comment-detail {
  max-width: 100%;
}
.iw-communitycomments .commentitem .commentitemcontent .comment-detail .comment-date {
  font-size: 0.7rem;
  font-style: italic;
  margin-bottom: 4px;
}
.iw-communitycomments .commentitem .commentitemcontent .comment-detail .comment-controls {
  display: flex;
  align-items: flex-start;
}
.iw-communitycomments .commentitem .commentitemcontent .comment-detail .textarea {
  flex-grow: 1;
  max-width: 100%;
  min-width: 0;
}
.iw-communitycomments .commentitem .commentitemcontent .comment-detail .textarea--multiLine .textarea__control {
  height: 100px;
}
.iw-communitycomments .commentitem .commentitemcontent .comment-detail .textarea__input,
.iw-communitycomments .commentitem .commentitemcontent .comment-detail .textarea__highlighter {
  padding: 5px;
}
.iw-communitycomments .commentitem .commentitemcontent .comment-detail .textarea__input {
  overflow: auto !important;
}
.iw-communitycomments .commentitem .commentitemcontent .comment-detail .textarea__highlighter {
  height: 100%;
}
.iw-communitycomments .commentitem .commentitemcontent .comment-detail .textarea__suggestions__list {
  border: 1px solid rgba(0, 0, 0, 0.15);
  max-height: 125px;
  overflow-y: auto;
}
.iw-communitycomments .commentitem .commentitemcontent .comment-detail .textarea__suggestions__list::-webkit-scrollbar {
  width: 6px;
}
.iw-communitycomments .commentitem .commentitemcontent .comment-detail .textarea__suggestions__list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.iw-communitycomments .commentitem .commentitemcontent .comment-detail .textarea__suggestions__list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.iw-communitycomments .commentitem .commentitemcontent .comment-detail .textarea__suggestions__list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.iw-communitycomments .commentitem .commentitemcontent .comment-detail .textarea__suggestions__item {
  display: flex;
  align-items: center;
  padding: 5px 10px;
}
.iw-communitycomments .commentitem .commentitemcontent .comment-detail .textarea__suggestions__item--focused {
  background-color: var(--inwinkaccent2color);
  color: #fff;
}
.iw-communitycomments .commentitem .commentitemcontent .comment-detail .textarea__suggestions__item .member-bubble {
  margin-right: 5px;
}
.iw-communitycomments .commentitem .commentitemcontent .comment-detail .user-mention {
  position: relative;
  z-index: 1;
  color: var(--inwinkaccentcolor);
  text-shadow: 1px 1px 1px white, 1px -1px 1px white, -1px 1px 1px white, -1px -1px 1px white;
  pointer-events: none;
}
.iw-communitycomments .commentitem .commentitemcontent .comment-detail > .text {
  border-radius: 8px;
  padding: 8px 12px;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}
.feed-main .iw-communitycomments .commentitem .commentitemcontent .comment-detail > .text {
  max-width: 100%;
}
.iw-communitycomments .commentitem .commentitemcontent .comment-detail .comment-actions {
  display: inline-flex;
  width: 100%;
  margin-bottom: 4px;
  justify-content: space-between;
}
.iw-communitycomments .commentitem .commentitemcontent .comment-detail .comment-actions .right-actions {
  display: inline-flex;
  align-items: center;
}
.iw-communitycomments .commentitem .commentitemcontent .comment-detail .comment-actions .left-actions {
  display: inline-flex;
  align-items: baseline;
}
.iw-communitycomments .commentitem .commentitemcontent .comment-detail .comment-actions .left-actions span {
  font-size: 0.7rem;
}
.iw-communitycomments .commentitem .commentitemcontent .comment-detail .comment-actions .left-actions .like-btn {
  margin-right: 1rem;
}
.iw-communitycomments .commentitem .commentitemcontent .comment-detail .comment-actions button {
  background-color: transparent;
  color: inherit;
  border: none;
  margin: 0 2px 0 0;
  padding: 0;
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 1.2em;
}
.iw-communitycomments .commentitem .commentitemcontent .comment-detail .comment-actions button:hover {
  text-decoration: underline;
}
.iw-communitycomments .commentitem .commentitemcontent .comment-detail .comment-actions .like-counter {
  display: flex;
  align-items: center;
  font-size: 0.8em;
  margin-right: 0.5rem;
}
.iw-communitycomments .commentitem .commentitemcontent .comment-detail .comment-actions .like-counter i {
  margin: 2px 5px 0 0;
}
.iw-communitycomments .commentitem .commentitemcontent .comment-detail .community-addcomment {
  margin-top: 0.5em 0;
}
.iw-communitycomments .commentitem .commentitemcontent .comment-detail .asyncbtn {
  margin-left: 8px;
}
.iw-communitycomments .commentitem .commentitemreplies {
  padding-left: 28px;
}
.iw-communitycomments .commentitem .commentitemreplies .comment-replies .loadmorecomments {
  padding: 5px;
}
.iw-communitycomments .commentitem .commentitemreplies .comment-replies .loadmorecomments a {
  font-size: 0.7rem;
}
.iw-communitycomments .commentitem .commentitemreplies .comment-replies .loadmorecomments a:hover {
  text-decoration: underline;
}


/*# sourceMappingURL=c-20260720-companion_modules_community_components_comments_commentitem_tsx-companion_modules_community_c-4734b9-e1f5a0d9924aa400b18f.css.map*/