.badge__label--description {
  display: inline;
}
.bottom-buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.bottom-buttons .bottom-left-section {
  display: flex;
  gap: 9px;
  margin-right: auto;
}
.bottom-buttons .custom-shariff h2 {
  display: none;
}
.bottom-buttons .custom-shariff * {
  padding: 0;
}
.bottom-buttons .custom-shariff ul li {
  list-style: none;
}
.bottom-buttons .custom-shariff ul {
  padding: 0px;
  display: flex;
  gap: 9px;
  margin: 0px;
}
.bottom-buttons .custom-shariff ul li span {
  display: none;
}
.bottom-buttons .custom-shariff ul li a {
  font-size: 0;
}
.bottom-buttons .custom-shariff ul li a {
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 50%;
}
.bottom-buttons .section_two {
  display: flex;
  gap: 9px;
}
.bottom-right-section.section-three > .bottom-right-sub > *:not(:last-child) {
  margin: 0px;
  position: relative;
}
.bottom-right-section.section-three > .bottom-right-sub > *:not(:last-child)::after {
  content: "";
  width: 1px;
  /* height: 14px; */
  height: 16px;
  position: absolute;
  background: #000;
  right: 0;
  top: 8px;
}
.bottom-buttons .section_two .post-vote-wrapper > a {
  display: none;
}
.bottom-buttons .section_two .post-vote-wrapper > div a {
  width: 36px;
  height: 36px;
  display: block;
  font-size: 0px;
  cursor: pointer;
  border-radius: 50%;
}
.bottom-buttons .section-three .badge__container.public {
  position: relative;
  padding-left: 20px;
}
.bottom-buttons .section-three .badge__container.public::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0px;
  /* top: 7px; */
  background: url(../../icons/public-img.svg) no-repeat center left 0;
  background-size: 16px;
}
.bottom-buttons.section-three {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}
.bottom-buttons .section_two .like-post-wrapper {
  font-size: 0px;
}
.bottom-buttons .custom-shariff ul li.twitter a {
  background: url(../../icons/twitter.svg) no-repeat var(--primary-color-bold);
}
.bottom-buttons .custom-shariff ul li.facebook a {
  background: url(../../icons/facebook.svg) no-repeat var(--primary-color-bold);
}
.bottom-buttons .custom-shariff ul li.linkedin a {
  background: url(../../icons/linkedin.svg) no-repeat var(--primary-color-bold);
}
.bottom-buttons .custom-shariff ul li.addthis a {
  background: url(../../icons/add-this.svg) no-repeat var(--primary-color-bold);
}
.bottom-buttons .section_two .post-vote-wrapper > div a:hover,
.content-middle-section .section_two .post-vote-wrapper > div a.voted-like,
.content-middle-section .section_two .post-vote-wrapper > div a.voted,
.quicktab-activity-stream .section_two .post-vote-wrapper > div.liked a {
  background: url(../../icons/like-active.svg) no-repeat center var(--primary-color-light);
  border-color: var(--primary-color-light);
}
.bottom-buttons .custom-shariff ul li a:hover,
.bottom-buttons .section_two .post-vote-wrapper > div a {
  /* border: 2px solid var(--primary-color); */
  border: 2px solid var(--primary-color-bold);
}
.bottom-right-section.section-three {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  margin-left: auto;
}
.bottom-right-section.section-three .bottom-right-sub {
  height: 25px;
  display: flex;
  align-items: end;
}
.bottom-right-section.section-three .bottom-right-sub > .badge:last-child {
  padding-right: 0;
}
.bottom-buttons .section-three .badge__container.group::before,
.bottom-buttons .section-three .badge__container.lock::before {
  content: "";
  background: url(../../icons/group-1.svg) no-repeat center left 0;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0px;
  /* top: 7px; */
  top: 0px;
  background-size: 16px;
}
.bottom-buttons .section-three .badge__container.community,
.bottom-buttons .section-three .badge__container.group,
.bottom-buttons .section-three .badge__container.lock {
  position: relative;
  padding-left: 20px;
}
.bottom-buttons .section-three .badge__container.community::before {
  content: "";
  background: url(../../icons/Community-1.svg) no-repeat center left 0;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 1px;
  background-size: 16px;
}

/***************** Task #383284 issue 2 26-11-2024 ***************/
/* .bottom-buttons .section_two {
  gap: 10px;
} */
/* .bottom-buttons .section-three .badge__container.public::before {
  top: 1px;
} */
.bottom-right-section.section-three > .bottom-right-sub > *:not(:last-child)::after {
  /* top: 2px; */
  top: 1px;
}
.badge--large {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  padding: 0 12px;
  margin: 0;
  color: #000;
}
body .bottom-buttons .section_two .btn-primary-sm a {
  min-width: 106px;
}
/* Issue 3 */
.bottom-right-section.section-three .bottom-right-sub {
  text-transform: capitalize;
}

.badge--large a {
  font-weight: 400;
}
/* .badge .post-vote-wrapper .use-ajax:hover {
  color: var(--primary-color);
} */
.bottom-right-section.section-three .bottom-right-sub a:hover {
  color: var(--primary-color);
}
.card .views-field  span.field-content {
  width: 100%;
  display: block;
}
