/* Popular content */
#designbox-popular-content .bx-db-header {
  padding-left: 0.75rem;
}
.item_timeline_popular,
.item_timeline_recent_content {
  border-radius: var(--Spacing-System-radius-sm, 8px);
  background: var(--Color-module-background-primary, #ffffff);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 1.25rem;
  padding: 0 0.6rem;
}
.item_timeline_popular .content-header,
.item_timeline_recent_content .content-header {
  padding: 0.25rem 0.8rem;
}
.item_timeline_popular .mh-title-container,
.item_timeline_recent_content .mh-title-container {
  display: inline-flex;
  gap: 8px;
}
.item_timeline_popular .mh-title-container .title,
.item_timeline_recent_content .mh-title-container .title {
  color: #202020;
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
.item_timeline_popular .mh-btns,
.item_timeline_recent_content .mh-btns {
  display: inline-flex;
  flex-direction: row;
  gap: 12px;
  margin-right: 6px;
}
.item_timeline_popular .mh-btns a,
.item_timeline_recent_content .mh-btns a {
  color: #000;
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
  cursor: pointer;
}
.item_timeline_popular .mh-btns a.mh-btn-edit,
.item_timeline_recent_content .mh-btns a.mh-btn-edit {
  color: #7728dd;
}
.item_timeline_popular .mh-btns a.mh-btn-edit:hover,
.item_timeline_recent_content .mh-btns a.mh-btn-edit:hover {
  color: var(--color-orange-500);
}
.item_timeline_popular .mh-btns a.mh-btn-delete,
.item_timeline_recent_content .mh-btns a.mh-btn-delete {
  color: #ff2929;
}
.item_timeline_popular .mh-btns a.mh-btn-delete:hover,
.item_timeline_recent_content .mh-btns a.mh-btn-delete:hover {
  color: var(--color-orange-500);
}
.item_timeline_popular .mh-btns a.mh-btn-archive,
.item_timeline_recent_content .mh-btns a.mh-btn-archive {
  color: #adadad;
}
.item_timeline_popular .mh-btns a.mh-btn-archive:hover,
.item_timeline_recent_content .mh-btns a.mh-btn-archive:hover {
  color: var(--color-orange-500);
}
.item_timeline_popular .info div,
.item_timeline_recent_content .info div {
  color: var(--Colors-Base-base-gray, #202020);
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 390;
  line-height: normal;
}
.item_timeline_popular .content-footer,
.item_timeline_recent_content .content-footer {
  border-top: 0.5px solid #f0f2f5;
  padding: 10px 10px 0 5px;
  /*  .bx-vote-counter-icon svg{
      width: 0.8rem;
      height: 0.8rem;
    }
    .manhattan-unit-profile-thumb{
      width: 18px !important;
      height: 18px !important;
    } */
}
.item_timeline_popular .content-footer .mh-unit-author img,
.item_timeline_recent_content .content-footer .mh-unit-author img {
  width: 1.5rem;
  margin-right: 5px;
}
.item_timeline_popular .content-footer .mh-unit-author .user_name,
.item_timeline_recent_content .content-footer .mh-unit-author .user_name {
  color: var(--Color-text-primary, #262626);
  font-family: "BrandonGrotesque";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.item_timeline_popular .content-footer .meta-items,
.item_timeline_recent_content .content-footer .meta-items {
  display: inline-flex;
  gap: 12px;
  padding: 0 0;
  justify-content: left;
  align-items: center;
}
.item_timeline_popular .content-footer .meta-items .sys-action-cnt .sys-action-element-holder,
.item_timeline_recent_content .content-footer .meta-items .sys-action-cnt .sys-action-element-holder {
  display: inline-flex;
}
.item_timeline_popular .content-footer .meta-items .sys-icon,
.item_timeline_recent_content .content-footer .meta-items .sys-icon {
  font-size: 14px;
}
.item_timeline_popular .content-footer .meta-items a,
.item_timeline_recent_content .content-footer .meta-items a {
  color: #adadad;
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 390;
  line-height: normal;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.item_timeline_popular .content-footer .meta-items a .i-title,
.item_timeline_recent_content .content-footer .meta-items a .i-title {
  margin-left: 4px;
}
.item_timeline_popular .content-footer .meta-items a i,
.item_timeline_recent_content .content-footer .meta-items a i {
  font-size: 14px;
}
.item_timeline_popular .content-footer .meta-items a .sys-action-do-text,
.item_timeline_recent_content .content-footer .meta-items a .sys-action-do-text {
  margin-left: 4px;
}
.item_timeline_popular .content-footer .meta-items a .sys-icon,
.item_timeline_recent_content .content-footer .meta-items a .sys-icon {
  color: unset;
}
.item_timeline_popular .content-footer .meta-items a .icon-Comments,
.item_timeline_recent_content .content-footer .meta-items a .icon-Comments {
  font-size: 16px;
}
.item_timeline_popular .content-footer .meta-items a .icon-Comment,
.item_timeline_recent_content .content-footer .meta-items a .icon-Comment {
  font-size: 12px;
}
.item_timeline_popular .content-footer .meta-items a .icon-Files,
.item_timeline_recent_content .content-footer .meta-items a .icon-Files {
  font-size: 1rem;
}
.item_timeline_popular .content-footer .meta-items a .icon-Share2,
.item_timeline_recent_content .content-footer .meta-items a .icon-Share2 {
  font-size: 1.5rem;
}
.item_timeline_popular .content-footer .meta-items a .sys-action-do-icon,
.item_timeline_recent_content .content-footer .meta-items a .sys-action-do-icon {
  width: 1rem;
}
.item_timeline_popular .content-footer .meta-items a:hover,
.item_timeline_recent_content .content-footer .meta-items a:hover {
  color: var(--color-orange-500);
}
.item_timeline_popular .content-footer .meta-items a:hover svg,
.item_timeline_recent_content .content-footer .meta-items a:hover svg {
  fill: var(--color-orange-500);
}
.item_timeline_popular .content-footer .meta-items a svg,
.item_timeline_recent_content .content-footer .meta-items a svg {
  fill: #adadad;
}
.item_timeline_popular .content-footer .meta-items a svg:hover,
.item_timeline_recent_content .content-footer .meta-items a svg:hover {
  fill: var(--color-orange-500);
}
.item_timeline_popular .content-footer .meta-items .meta-items-timeline,
.item_timeline_recent_content .content-footer .meta-items .meta-items-timeline {
  cursor: default;
}
.item_timeline_popular .content-footer .meta-items .meta-items-timeline:hover,
.item_timeline_recent_content .content-footer .meta-items .meta-items-timeline:hover {
  color: #adadad;
}
.item_timeline_popular .content-footer .sys-action-counter-icon,
.item_timeline_recent_content .content-footer .sys-action-counter-icon {
  width: 1.4rem;
  height: 1.4rem;
}
.item_timeline_popular .content-footer .bx-menu-item-item-reaction .total-count,
.item_timeline_recent_content .content-footer .bx-menu-item-item-reaction .total-count {
  display: none;
}
.item_timeline_popular .content-footer .bx-tl-ia-counters,
.item_timeline_recent_content .content-footer .bx-tl-ia-counters {
  margin-right: 0;
  margin-left: 0.25rem;
}
.item_timeline_popular .content-footer .reactions-container .bx-vote-counter-wrapper,
.item_timeline_recent_content .content-footer .reactions-container .bx-vote-counter-wrapper {
  margin-top: 0 !important;
}
.item_timeline_popular .content-footer .reactions-info .reaction-text,
.item_timeline_recent_content .content-footer .reactions-info .reaction-text {
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 425px) {
  .item_timeline_recent_content .content-header {
    flex-direction: column;
  }
}
.item_timeline_popular {
  overflow: hidden;
  /*  #bx-timeline-menu-item-reaction-counters .sys-action-counter.bx-vote-counter:not(.bx-vc-hidden):nth-of-type(n+4){
    display: none;
  } */
}
.item_timeline_popular .i-title {
  margin-left: 4px;
  max-width: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#designbox-recent-content .bx-db-menu {
  display: none !important;
}
#designbox-recent-content .bx-db-header {
  padding-left: 0.75rem;
}
#designbox-recent-content .bx-tl-item-comments-holder {
  margin-top: 1rem;
}
#designbox-recent-content .bx-tl-item-comments {
  border-color: #f0f2f5;
}
#designbox-recent-content .item_timeline_recent_content {
  padding-bottom: 0;
}
#designbox-recent-content .item_timeline_recent_content .title {
  max-width: 40vw;
}
#designbox-recent-content .item_timeline_recent_content .content-middle .content-left.max-thumb {
  width: 80%;
}
#designbox-recent-content .item_timeline_recent_content .content-middle .content-left {
  width: 100%;
}
#designbox-recent-content .item_timeline_recent_content .content-middle .content-left .contents {
  color: var(--Colors-Base-base-gray, #202020);
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 390;
  line-height: 15px;
  word-break: break-word;
  overflow-wrap: break-word;
}
#designbox-recent-content .item_timeline_recent_content .content-middle .content-left .contents a {
  color: var(--Colors-Base-base-gray, #7728dd);
  text-decoration-line: underline;
}
#designbox-recent-content .item_timeline_recent_content .content-middle .content-left .tags {
  margin-top: 10px;
  display: inline-flex;
  gap: 6px;
  flex-wrap: wrap;
}
#designbox-recent-content .item_timeline_recent_content .content-middle .content-left .tags a {
  color: var(--Color-text-color-primary, #7728dd);
  text-decoration-line: underline;
}
#designbox-recent-content .item_timeline_recent_content .content-middle .content-right {
  width: 18%;
}
#designbox-recent-content .item_timeline_recent_content .content-middle .reactions-container {
  align-items: end;
}
#designbox-recent-content .item_timeline_recent_content .content-middle .bx-def-vanilla-html a:first-child {
  text-decoration-line: none;
  color: var(--tw-prose-body);
  font-weight: 390;
}
#designbox-recent-content .item_timeline_recent_content .content-middle .bx-def-vanilla-html a:first-child p:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  #bx-timeline-main-timeline-owner .reactions > div {
    flex-direction: column;
    align-items: flex-start;
  }
  #bx-timeline-main-timeline-owner .reactions .meta-items {
    flex-wrap: wrap;
  }
}
