/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
.view_mode_size-2 .post-card-v2.size-1.hidden-post,
.view_mode_size-3 .post-card-v2.size-1.hidden-post {
  margin-bottom: 8px;
}
.post-card-v2.post-view .post-card-body .post-body {
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: auto;
  text-overflow: unset;
}
.masonry .post-card-v2 {
  margin-bottom: 0;
}
.post-card-v2 {
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 24px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 100%;
}
.post-card-v2:hover {
  cursor: pointer;
}
.post-card-v2.dark-mode {
  background-color: #1A1A1A !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4) !important;
}
.post-card-v2.dark-mode .site-name .pill {
  color: #FFF !important;
  background-color: #424547 !important;
}
.post-card-v2.dark-mode .post-card-header .post-card-title-block a:not(.post-flair) {
  color: #FFF !important;
}
.post-card-v2.dark-mode .post-card-body .post-title .post-title-text {
  color: #FFF !important;
}
.post-card-v2.dark-mode .post-card-body *,
.post-card-v2.dark-mode .post-card-body .post-body,
.post-card-v2.dark-mode .post-card-body .post-body p,
.post-card-v2.dark-mode .post-card-body .post-body a {
  color: #C8C8C8 !important;
}
.post-card-v2.dark-mode .repost-content,
.post-card-v2.dark-mode .external-excerpt {
  color: #C8C8C8 !important;
}
.post-card-v2.dark-mode .post-body-block .body {
  color: #C8C8C8 !important;
}
.post-card-v2.dark-mode .post-card-crumbs {
  color: #8C8C8C !important;
}
.post-card-v2.dark-mode .post-card-crumbs a {
  color: #8C8C8C !important;
}
.post-card-v2.dark-mode .post-card-crumbs i {
  color: #8C8C8C !important;
}
.post-card-v2.dark-mode .post-created-at {
  color: #8C8C8C !important;
}
.post-card-v2.dark-mode .repost-title {
  color: #8C8C8C !important;
}
.post-card-v2.dark-mode .post-card-header i {
  color: #8C8C8C !important;
}
.post-card-v2.dark-mode .pinned-icon i,
.post-card-v2.dark-mode .edited-icon i,
.post-card-v2.dark-mode .ai-icon i {
  color: #8C8C8C !important;
}
.post-card-v2.dark-mode .post-actions > a,
.post-card-v2.dark-mode .post-actions > button,
.post-card-v2.dark-mode .post-actions > span {
  color: #C8C8C8 !important;
}
.post-card-v2.dark-mode .post-actions > a:hover,
.post-card-v2.dark-mode .post-actions > button:hover,
.post-card-v2.dark-mode .post-actions > span:hover {
  color: #FFF !important;
}
.post-card-v2.dark-mode .post-actions > a:before,
.post-card-v2.dark-mode .post-actions > button:before,
.post-card-v2.dark-mode .post-actions > span:before {
  color: #C8C8C8 !important;
}
.post-card-v2.dark-mode .post-actions > a:hover:before,
.post-card-v2.dark-mode .post-actions > button:hover:before,
.post-card-v2.dark-mode .post-actions > span:hover:before {
  color: #FFF !important;
}
.post-card-v2.dark-mode .post-actions > a i,
.post-card-v2.dark-mode .post-actions > button i,
.post-card-v2.dark-mode .post-actions > span i {
  color: #C8C8C8 !important;
}
.post-card-v2.dark-mode .post-actions > a:hover i,
.post-card-v2.dark-mode .post-actions > button:hover i,
.post-card-v2.dark-mode .post-actions > span:hover i {
  color: #FFF !important;
}
.post-card-v2.dark-mode .post-actions .like-dislike a {
  color: #C8C8C8 !important;
}
.post-card-v2.dark-mode .post-actions .like-dislike a:hover {
  color: #FFF !important;
}
.post-card-v2.dark-mode .post-actions .floating-menu-holder .toggle {
  color: #C8C8C8 !important;
}
.post-card-v2.dark-mode .post-actions .floating-menu-holder .toggle:hover {
  color: #FFF !important;
}
.post-card-v2.dark-mode .emojis-wrap a {
  color: #C8C8C8 !important;
}
.post-card-v2.dark-mode .repost-container .post-body,
.post-card-v2.dark-mode .external-container .post-body {
  border-color: #424547 !important;
  background-color: transparent !important;
}
.post-card-v2.dark-mode .repost-container .post-title-block .post-title,
.post-card-v2.dark-mode .repost-container .post-title-block .post-title a,
.post-card-v2.dark-mode .external-container .post-title-block .post-title,
.post-card-v2.dark-mode .external-container .post-title-block .post-title a {
  color: #FFF !important;
}
.post-card-v2.dark-mode .blur-overlay {
  background-color: rgba(26, 26, 26, 0.7) !important;
}
.post-card-v2.dark-mode .blur-overlay .nsfw-reason {
  color: #FFF !important;
}
.post-card-v2.dark-mode .blur-overlay .spoiler-tag {
  color: #FFF !important;
}
.post-card-v2.dark-mode .floating-menu-holder.post-floating-menu .toggle i {
  color: #C8C8C8 !important;
}
.post-card-v2.dark-mode .post-card-header .header-left .author-block .name-block a {
  color: #FFF !important;
}
.post-card-v2.dark-mode .post-card-footer .author-block .name-block a {
  color: #FFF !important;
}
.post-card-v2.dark-mode.user-top .post-card-footer .post-card-title-block a {
  color: #FFF !important;
}
.post-card-v2.dark-mode.user-top .post-card-footer .post-card-crumbs,
.post-card-v2.dark-mode.user-top .post-card-footer .post-card-crumbs a,
.post-card-v2.dark-mode.user-top .post-card-footer .post-card-crumbs i {
  color: #8C8C8C !important;
}
.post-card-v2.dark-mode .shared-by {
  color: #8C8C8C !important;
}
.post-card-v2.dark-mode .shared-by a,
.post-card-v2.dark-mode .shared-by a:before {
  color: #8C8C8C !important;
}
.post-card-v2.size-1.hidden-post .post-card-body {
  flex-direction: row;
  justify-content: space-between;
}
.post-card-v2.size-1.hidden-post .post-card-body p {
  margin-bottom: 0;
}
.post-card-v2 .emojis-wrap a {
  text-decoration: none;
}
.post-card-v2 .emojis-wrap i {
  font-style: normal;
}
.post-card-v2 .post-emoji.post-reacted {
  background-color: #838383;
}
.post-card-v2 .site-name .pill {
  color: #1A1A1A;
  background-color: #D0D2D3;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 4px 16px;
  border-radius: 9999px;
  display: inline-block;
}
.post-card-v2.user-top .post-card-footer {
  justify-content: flex-end;
}
.post-card-v2.user-top .post-card-footer.has-footer-left {
  justify-content: space-between;
}
.post-card-v2.user-top .post-card-footer .footer-left {
  -moz-column-gap: 6px;
       column-gap: 6px;
  flex: 1;
  min-width: 0;
}
.post-card-v2.user-top .post-card-footer .footer-left .avatar {
  width: 32px;
  height: 32px;
}
.post-card-v2.user-top .post-card-footer .post-card-header-info {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  min-width: 0;
  flex: 1;
}
.post-card-v2.user-top .post-card-footer .post-card-header-info > * {
  line-height: 1;
}
.post-card-v2.user-top .post-card-footer .post-card-title-block {
  flex-shrink: 0;
  min-width: 0;
}
.post-card-v2.user-top .post-card-footer .post-card-title-block a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #1A1A1A;
  text-decoration: none;
}
.post-card-v2.user-top .post-card-footer .post-card-title-block {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.post-card-v2.user-top .post-card-footer .post-card-crumbs {
  font-size: 13px;
  color: #424547;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.post-card-v2.user-top .post-card-footer .post-card-crumbs .custom-tooltip-text {
  visibility: hidden;
  pointer-events: none;
}
.post-card-v2.user-top .post-card-footer .post-card-crumbs.is-truncated:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 18px;
  background: transparent;
  pointer-events: auto;
}
.post-card-v2.user-top .post-card-footer .post-card-crumbs.is-truncated:hover .custom-tooltip-text {
  visibility: visible;
  pointer-events: auto;
}
.post-card-v2.user-top .post-card-footer .post-card-crumbs.is-truncated.force-show-tooltip .custom-tooltip-text {
  visibility: visible;
  pointer-events: auto;
}
.post-card-v2.user-top .post-card-footer .post-card-crumbs .crumbs-visible {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post-card-v2.user-top .post-card-footer .post-card-crumbs .custom-tooltip-text {
  width: auto;
  min-width: 200px;
  max-width: 500px;
  padding: 4px 8px;
  font-size: 13px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 1024px) {
  .post-card-v2.user-top .post-card-footer .post-card-crumbs .custom-tooltip-text {
    max-width: calc(100vw - 20px);
  }
}
.post-card-v2.user-top .post-card-footer .post-card-crumbs a {
  font-size: 13px;
  color: #424547;
  font-weight: 500;
  text-decoration: none;
}
.post-card-v2.user-top .post-card-footer .post-card-crumbs i {
  transform: scaleY(-1);
  color: #424547;
}
.post-card-v2.user-top .post-card-footer .post-card-crumbs i.fa-chevron-right {
  font-size: 8px;
  margin: 0 2px;
}
.post-card-v2.user-top .post-card-footer .post-card-crumbs i.fa-arrow-turn-right {
  font-size: 10px;
  margin-right: 2px;
}
@media (max-width: 500px) {
  .post-card-v2.user-top .post-card-footer .post-card-title-block a {
    font-size: 14px;
  }
}
.post-card-v2 .pinned-icon {
  display: none;
}
.post-card-v2 .poll-wrapper {
  padding: 0;
}
.post-card-v2.size-1,
.post-card-v2.size-2 {
  padding: 16px;
}
.post-card-v2 .post-card-header {
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.post-card-v2 .post-card-header .avatar {
  width: 40px;
  height: 40px;
}
.post-card-v2 .post-card-header .post-card-title-block a:not(.post-flair) {
  font-size: 16px;
  font-weight: 600;
  color: #1A1A1A;
  text-decoration: none;
}
.post-card-v2 .post-card-header .post-card-crumbs {
  font-size: 13px;
  color: #424547;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.post-card-v2 .post-card-header .post-card-crumbs .custom-tooltip-text {
  visibility: hidden;
  pointer-events: none;
}
.post-card-v2 .post-card-header .post-card-crumbs.is-truncated:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 18px;
  background: transparent;
  pointer-events: auto;
}
.post-card-v2 .post-card-header .post-card-crumbs.is-truncated:hover .custom-tooltip-text {
  visibility: visible;
  pointer-events: auto;
}
.post-card-v2 .post-card-header .post-card-crumbs.is-truncated.force-show-tooltip .custom-tooltip-text {
  visibility: visible;
  pointer-events: auto;
}
.post-card-v2 .post-card-header .post-card-crumbs .crumbs-visible {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post-card-v2 .post-card-header .post-card-crumbs .custom-tooltip-text {
  width: auto;
  min-width: 200px;
  max-width: 500px;
  padding: 4px 8px;
  font-size: 13px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 1024px) {
  .post-card-v2 .post-card-header .post-card-crumbs .custom-tooltip-text {
    max-width: calc(100vw - 20px);
  }
}
.post-card-v2 .post-card-header .post-card-crumbs a {
  font-size: 13px;
  color: #424547;
  font-weight: 500;
  text-decoration: none;
}
.post-card-v2 .post-card-header .post-card-crumbs i {
  transform: scaleY(-1);
  color: #424547;
}
.post-card-v2 .post-card-header .post-card-crumbs i.fa-chevron-right {
  font-size: 8px;
  margin: 0 2px;
}
.post-card-v2 .post-card-header .post-card-crumbs i.fa-arrow-turn-right {
  font-size: 10px;
  margin-right: 2px;
}
.post-card-v2 .post-card-header .pinned-icon,
.post-card-v2 .post-card-header .edited-icon,
.post-card-v2 .post-card-header .ai-icon {
  line-height: 0;
}
.post-card-v2 .post-card-header .pinned-icon i,
.post-card-v2 .post-card-header .edited-icon i,
.post-card-v2 .post-card-header .ai-icon i {
  font-size: 14px;
  color: #8C8C8C;
}
.post-card-v2 .post-card-header .header-left {
  -moz-column-gap: 6px;
       column-gap: 6px;
  flex: 1;
  flex-wrap: wrap;
  min-width: 0;
}
.post-card-v2 .post-card-header .header-left .post-card-header-info {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  min-width: 0;
  flex: 1;
}
.post-card-v2 .post-card-header .header-left .post-card-header-info > * {
  line-height: 1;
}
.post-card-v2 .post-card-header .header-left .author-block {
  flex-shrink: 1;
  min-width: 0;
}
.post-card-v2 .post-card-header .header-left .author-block .name-block {
  min-width: 0;
  overflow: hidden;
}
.post-card-v2 .post-card-header .header-left .author-block .name-block .link-wrap {
  min-width: 0;
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
}
.post-card-v2 .post-card-header .header-left .author-block .name-block a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.post-card-v2 .post-card-header .header-left .post-card-title-block {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.post-card-v2 .post-card-header .header-left .post-card-title-block a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.post-card-v2 .post-card-header .header-left .post-card-title-block .flair-wrap {
  line-height: 0;
}
@media (max-width: 500px) {
  .post-card-v2 .post-card-header .header-left {
    row-gap: 16px;
  }
}
.post-card-v2 .post-card-header .header-right {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  flex-shrink: 0;
}
.post-card-v2 .post-card-header .header-right > * {
  line-height: 1;
}
.post-card-v2 .post-card-header .header-right .right-top {
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.post-card-v2 .post-card-header .header-right .right-top .nsfw {
  margin-right: 8px;
}
.post-card-v2 .post-card-header .header-right .right-bottom {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.post-card-v2 .post-card-body .post-title {
  margin: 0;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post-card-v2 .post-card-body .post-title .post-title-text {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.post-card-v2 .post-card-body .post-body {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
.post-card-v2 .post-card-body .post-body p {
  font-size: 14px;
  color: #424547;
  line-height: 1.42;
  margin-bottom: 0;
}
.post-card-v2 .repost-container iframe,
.post-card-v2 .external-container iframe {
  max-width: 100%;
  width: 100%;
}
.post-card-v2 .repost-container .post-title-block,
.post-card-v2 .external-container .post-title-block {
  padding: 0;
}
.post-card-v2 .repost-container .post-title-block .post-title,
.post-card-v2 .external-container .post-title-block .post-title {
  padding: 0;
}
.post-card-v2 .repost-container .post-title-block .post-title a,
.post-card-v2 .external-container .post-title-block .post-title a {
  color: #1A1A1A;
  text-decoration: none;
  margin: 0 0 16px;
  line-height: 1.05;
  font-weight: 700;
}
.post-card-v2 .repost-container .repost-title,
.post-card-v2 .external-container .repost-title {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.post-card-v2 .repost-container .repost-title:before,
.post-card-v2 .external-container .repost-title:before {
  content: '\f064';
  font-family: 'Font Awesome 7 Pro';
  font-size: 18px;
  margin-right: 6px;
  font-weight: 600;
}
.post-card-v2 .repost-container .external-title,
.post-card-v2 .external-container .external-title {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 0;
}
.post-card-v2 .repost-container .external-title:before,
.post-card-v2 .external-container .external-title:before {
  content: '\f35d';
  font-family: 'Font Awesome 7 Pro';
  font-size: 12px;
  margin-right: 6px;
  font-weight: 600;
}
.post-card-v2 .repost-container .external-excerpt,
.post-card-v2 .external-container .external-excerpt,
.post-card-v2 .repost-container .repost-content,
.post-card-v2 .external-container .repost-content {
  color: #8C8C8C;
}
.post-card-v2 .repost-container .post-body .post-feat-img .feat-img-link,
.post-card-v2 .external-container .post-body .post-feat-img .feat-img-link {
  height: auto;
  aspect-ratio: 1;
  width: 100%;
  display: block;
  border-radius: 4px;
}
.post-card-v2 .repost-container .shared-by,
.post-card-v2 .external-container .shared-by {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
  color: #707070;
}
.post-card-v2 .repost-container .shared-by a,
.post-card-v2 .external-container .shared-by a,
.post-card-v2 .repost-container .shared-by a:before,
.post-card-v2 .external-container .shared-by a:before {
  font-size: 12px;
  color: #707070;
}
.post-card-v2 .repost-container .post-body,
.post-card-v2 .external-container .post-body {
  display: -ms-flex;
  display: flex;
  margin: 0;
  padding: 16px;
  border: 1px solid #C8C8C8;
  border-radius: 7px;
}
.post-card-v2 .repost-container .post-body .post-content,
.post-card-v2 .external-container .post-body .post-content {
  padding-right: 16px;
}
.post-card-v2 .repost-container .post-body .blur-wrap,
.post-card-v2 .external-container .post-body .blur-wrap {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
}
.post-card-v2 .repost-container .post-title-block,
.post-card-v2 .external-container .post-title-block {
  margin-bottom: 0;
}
.post-card-v2 .repost-container .post-title-block .post-title,
.post-card-v2 .external-container .post-title-block .post-title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: #1A1A1A;
  margin: 0 0 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.post-card-v2 .repost-container .post-body-block .body,
.post-card-v2 .external-container .post-body-block .body {
  font-size: 14px;
  line-height: 1.4;
  color: #424547;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 500px) {
  .post-card-v2 .repost-container .post-body .post-content,
  .post-card-v2 .external-container .post-body .post-content {
    padding-right: 0;
  }
  .post-card-v2 .repost-container .post-body .post-content .post-feat-img,
  .post-card-v2 .external-container .post-body .post-content .post-feat-img {
    margin-bottom: 8px;
  }
}
.post-card-v2 .post-card-footer {
  position: relative;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.post-card-v2 .post-card-footer .author-block {
  flex-shrink: 1;
  min-width: 0;
}
.post-card-v2 .post-card-footer .author-block .name-block {
  min-width: 0;
}
.post-card-v2 .post-card-footer .author-block .name-block .link-wrap {
  min-width: 0;
  margin-bottom: 0;
  width: 100%;
}
.post-card-v2 .post-card-footer .author-block .name-block a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.post-card-v2 .post-card-footer .post-actions-wrap {
  flex-shrink: 0;
  line-height: 1;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media (max-width: 500px) {
  .post-card-v2 .post-card-footer {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.post-card-v2 .post-card-header i {
  color: #8C8C8C;
}
.post-card-v2 .post-created-at {
  font-size: 13px;
  color: #8C8C8C;
}
.post-card-v2 .repost-title {
  font-size: 13px;
  color: #8C8C8C;
  text-decoration: none;
}
.post-card-v2 .repost-title i {
  font-size: 10px;
}
.post-card-v2 .floating-menu-holder.post-floating-menu {
  position: static;
}
.post-card-v2 .floating-menu-holder.post-floating-menu .toggle {
  margin: 0;
}
.post-card-v2 .floating-menu-holder.post-floating-menu .toggle i {
  transform: none;
  color: #64686D;
}
.post-card-v2.spoiler .blur-wrap {
  overflow: hidden;
  position: relative;
}
.post-card-v2.spoiler .blur-1 {
  filter: blur(4px);
}
.post-card-v2.spoiler .blur-2 {
  filter: blur(60px);
  position: relative;
  pointer-events: none;
  cursor: auto;
}
.post-card-v2 .unblur {
  display: none;
  background-color: black;
  border-radius: 7px;
  border: none;
  outline: none;
  text-decoration: none;
  font-size: 14px;
  padding: 7px 10px;
  font-weight: bold;
  color: white;
  line-height: 1;
}
.post-card-v2 .unblur:hover {
  cursor: pointer;
}
.post-card-v2.spoiler .unblur {
  display: inline-block;
}
.post-card-v2 .blur-overlay {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 200;
  background-color: rgba(255, 255, 255, 0.32);
  border-radius: 7px;
  padding: 8px 24px;
  text-align: center;
}
.post-card-v2 .blur-overlay .nsfw-tag {
  background-color: #EB212E;
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  padding: 4px 8px;
  border-radius: 8px;
  display: block;
  margin: 0 auto 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.post-card-v2 .blur-overlay .nsfw-reason {
  color: #1A1A1A;
  font-size: 13px;
  margin-bottom: 8px;
  font-weight: 500;
  display: block;
}
.post-card-v2 .blur-overlay .spoiler-tag {
  color: #1A1A1A;
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin: 0 auto 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.post-card-v2.spoiler .blur-overlay {
  display: block;
}
.post-card-v2 .post-emoji i,
.post-card-v2 .media-emoji i {
  font-style: normal;
  font-size: 20px;
}
.post-card-v2 .emojis-wrap {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
.post-card-v2 .emojis-wrap .emoji {
  padding-top: 0;
}
.post-card-v2 .emojis-wrap a {
  color: #64686D;
  display: inline-flex;
  align-items: center;
}
.post-card-v2 .emojis-wrap .emoji {
  display: inline-flex;
  align-items: center;
}
.post-card-v2 .emojis-wrap i {
  font-style: normal;
  line-height: 1;
  font-size: 16px;
}
.post-card-v2 .emojis-wrap .emoji-count {
  display: inline-block;
  margin: 0 8px 0 4px;
}
body.view_user_posts .post-card-v2 .pinned-icon,
body.view_community .post-card-v2 .pinned-icon {
  display: block;
}
.post-actions {
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.post-actions .delete-comment .btn-link {
  color: #64686D;
}
.post-actions > .like-dislike a,
.post-actions > a,
.post-actions > button,
.post-actions > span,
.post-actions .floating-menu-holder .toggle,
.post-actions .delete-comment {
  text-decoration: none;
  color: #64686D;
  padding: 8px;
  background: none;
  outline: none;
  margin-right: 0;
}
.post-actions > .like-dislike a.red,
.post-actions > a.red,
.post-actions > button.red,
.post-actions > span.red,
.post-actions .floating-menu-holder .toggle.red,
.post-actions .delete-comment.red {
  color: #EB212E;
}
.post-actions > .like-dislike a i,
.post-actions > a i,
.post-actions > button i,
.post-actions > span i,
.post-actions .floating-menu-holder .toggle i,
.post-actions .delete-comment i {
  font-size: 16px;
  font-style: normal;
}
.post-actions > .like-dislike a:hover,
.post-actions > a:hover,
.post-actions > button:hover,
.post-actions > span:hover,
.post-actions .floating-menu-holder .toggle:hover,
.post-actions .delete-comment:hover {
  color: #1A1A1A;
}
.post-actions > .like-dislike a:last-child,
.post-actions > a:last-child,
.post-actions > button:last-child,
.post-actions > span:last-child,
.post-actions .floating-menu-holder .toggle:last-child,
.post-actions .delete-comment:last-child {
  margin-right: 0;
}
.post-actions > .like-dislike a:before,
.post-actions > a:before,
.post-actions > button:before,
.post-actions > span:before,
.post-actions .floating-menu-holder .toggle:before,
.post-actions .delete-comment:before {
  font-family: 'Font Awesome 7 Pro';
  font-weight: 600;
  font-size: 16px;
}
.post-actions > .like-dislike a:hover:before,
.post-actions > a:hover:before,
.post-actions > button:hover:before,
.post-actions > span:hover:before,
.post-actions .floating-menu-holder .toggle:hover:before,
.post-actions .delete-comment:hover:before {
  color: #1A1A1A;
}
.post-actions .like-dislike {
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding: 8px;
  -ms-align-items: center;
  align-items: center;
}
.post-actions .like-dislike > a {
  padding: 0;
}
.post-actions .like-dislike .view-reactions {
  font-size: 14px;
  font-weight: 600;
  padding: 0 4px;
}
.post-actions .post-reacted {
  color: #EB212E;
}
.post-actions .comment-reply {
  transform: scaleY(-1);
}
.post-actions .post-like,
.post-actions .post-dislike,
.post-actions .load-comments {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.post-actions .add-post-to-collection:before {
  content: '\f02e';
}
.post-actions .add-post-to-collection.saved:before {
  color: #EB212E;
}
.post-actions .read-later:before {
  content: '\f02e';
}
.post-actions .read-later.saved:before {
  color: #EB212E;
}
.post-actions .post-like-style:before {
  content: '\f062';
}
.post-actions .post-like-style.heart:before {
  content: '\f004';
}
.post-actions .post-dislike-style:before {
  content: '\f063';
}
.post-actions .comment-reply:before {
  content: '\f3e5';
}
.post-actions .load-comments:before {
  content: '\f075';
}
.post-actions .count {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  padding: 0 0 0 8px;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 450px) {
  .post-actions .add-post-to-collection,
  .post-actions .floating-menu-holder:not(.emoji-floating-menu) {
    display: none;
  }
}
.post-actions a,
.emojis-wrap a {
  text-decoration: none;
}
.post-actions i,
.emojis-wrap i {
  font-style: normal;
}
@media (max-width: 450px) {
  .floating-menu-holder .floating-menu li.mbl-post-action {
    display: list-item;
  }
}

/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
.post-card-v2.size-1 .post-card-body {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.post-card-v2.size-1 .post-card-body .repost-container .post-body.no-image .post-content,
.post-card-v2.size-1 .post-card-body .external-container .post-body.no-image .post-content {
  padding-right: 0;
}

/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
.post-card-v2.size-2 {
  margin-bottom: 8px;
}
.post-card-v2.size-2.user-top .post-card-footer .footer-left .avatar {
  width: 24px;
  height: 24px;
}
.post-card-v2.size-2.user-bottom .author-block .avatar {
  width: 24px;
  height: 24px;
}
.post-card-v2.size-2 .post-card-body {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 12px;
  align-items: flex-start;
}
.post-card-v2.size-2 .post-card-body:not(:has(.blur-wrap)) {
  display: block;
}
.post-card-v2.size-2 .post-card-body .post-card-text {
  order: 1;
  min-width: 0;
  overflow: hidden;
}
.post-card-v2.size-2 .post-card-body .post-card-text:only-child {
  grid-column: 1 / -1;
}
.post-card-v2.size-2 .post-card-body .blur-wrap {
  order: 0;
  margin: 0;
  border-radius: 7px;
}
.post-card-v2.size-2 .post-card-body .blur-wrap video {
  border-radius: 7px;
  aspect-ratio: 125/95;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.post-card-v2.size-2 .post-card-body .blur-wrap .video-placeholder {
  display: block;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  cursor: pointer;
}
.post-card-v2.size-2 .post-card-body .blur-wrap .video-placeholder img {
  border-radius: 7px;
  aspect-ratio: 125/95;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.post-card-v2.size-2 .post-card-body .blur-wrap .video-placeholder .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-card-v2.size-2 .post-card-body .blur-wrap .video-placeholder .video-play-icon i {
  color: #FFF;
  font-size: 14px;
  margin-left: 2px;
}
.post-card-v2.size-2 .post-card-body .blur-wrap .video-placeholder:hover .video-play-icon {
  background: rgba(0, 0, 0, 0.8);
}
.post-card-v2.size-2 .post-card-body .blur-wrap .post-media {
  border-radius: 7px;
  cursor: pointer;
}
.post-card-v2.size-2 .post-card-body .blur-wrap .post-media img {
  border-radius: 7px;
  aspect-ratio: 125/95;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.post-card-v2.size-2 .post-card-body .blur-wrap .post-media .slide {
  aspect-ratio: 125/95;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 7px;
}
@media (max-width: 500px) {
  .post-card-v2.size-2 .post-card-body {
    grid-template-columns: 1fr 1fr;
  }
}
.post-card-v2.size-2.poll .post-card-body {
  display: block;
}
.post-card-v2.size-2.poll .post-card-body .post-card-text {
  display: none;
}
.post-card-v2.size-2.poll .poll-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 12px;
  align-items: flex-start;
}
.post-card-v2.size-2.poll .poll-wrapper .poll-image {
  width: 100%;
  overflow: hidden;
  border-radius: 7px;
}
.post-card-v2.size-2.poll .poll-wrapper .poll-image img {
  display: block;
  width: 100%;
  aspect-ratio: 125/95;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.post-card-v2.size-2.poll .poll-wrapper .poll-content:only-child {
  grid-column: 1 / -1;
}
.post-card-v2.size-2.poll .poll-wrapper .poll-content .question {
  margin: 0 0 8px 0;
  font-size: 15px;
  font-weight: 600;
}
.post-card-v2.size-2.poll .poll-wrapper .poll-content .vote-now-btn {
  margin-right: 12px;
  margin-bottom: 0;
}
.post-card-v2.size-2.poll .poll-wrapper .poll-content .poll-results {
  display: none;
}
.post-card-v2.size-2.poll .poll-wrapper .poll-content .poll-totals {
  display: inline;
  margin: 0;
}
@media (max-width: 500px) {
  .post-card-v2.size-2.poll .poll-wrapper .poll-content .vote-now-btn {
    display: block;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .post-card-v2.size-2.poll .poll-wrapper .poll-content .poll-totals {
    display: block;
  }
}
.post-card-v2.size-2.external .post-card-body,
.post-card-v2.size-2.repost .post-card-body {
  display: block;
}
.post-card-v2.size-2.external .post-card-body .post-card-text,
.post-card-v2.size-2.repost .post-card-body .post-card-text {
  display: none;
}
.post-card-v2.size-2.external .post-card-body .repost-container .post-body,
.post-card-v2.size-2.repost .post-card-body .repost-container .post-body,
.post-card-v2.size-2.external .post-card-body .external-container .post-body,
.post-card-v2.size-2.repost .post-card-body .external-container .post-body {
  border: none;
  padding: 0;
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 16px;
  align-items: flex-start;
}
@media (max-width: 500px) {
  .post-card-v2.size-2.external .post-card-body .repost-container .post-body,
  .post-card-v2.size-2.repost .post-card-body .repost-container .post-body,
  .post-card-v2.size-2.external .post-card-body .external-container .post-body,
  .post-card-v2.size-2.repost .post-card-body .external-container .post-body {
    grid-template-columns: 1fr 1fr;
  }
}
.post-card-v2.size-2.external .post-card-body .repost-container .post-body .post-content,
.post-card-v2.size-2.repost .post-card-body .repost-container .post-body .post-content,
.post-card-v2.size-2.external .post-card-body .external-container .post-body .post-content,
.post-card-v2.size-2.repost .post-card-body .external-container .post-body .post-content {
  order: 1;
  width: 100%;
  padding-right: 0;
  min-width: 0;
}
.post-card-v2.size-2.external .post-card-body .repost-container .post-body .post-content .blur-wrap.post-feat-img,
.post-card-v2.size-2.repost .post-card-body .repost-container .post-body .post-content .blur-wrap.post-feat-img,
.post-card-v2.size-2.external .post-card-body .external-container .post-body .post-content .blur-wrap.post-feat-img,
.post-card-v2.size-2.repost .post-card-body .external-container .post-body .post-content .blur-wrap.post-feat-img {
  display: none !important;
}
.post-card-v2.size-2.external .post-card-body .repost-container .post-body .post-content video,
.post-card-v2.size-2.repost .post-card-body .repost-container .post-body .post-content video,
.post-card-v2.size-2.external .post-card-body .external-container .post-body .post-content video,
.post-card-v2.size-2.repost .post-card-body .external-container .post-body .post-content video,
.post-card-v2.size-2.external .post-card-body .repost-container .post-body .post-content iframe,
.post-card-v2.size-2.repost .post-card-body .repost-container .post-body .post-content iframe,
.post-card-v2.size-2.external .post-card-body .external-container .post-body .post-content iframe,
.post-card-v2.size-2.repost .post-card-body .external-container .post-body .post-content iframe,
.post-card-v2.size-2.external .post-card-body .repost-container .post-body .post-content img,
.post-card-v2.size-2.repost .post-card-body .repost-container .post-body .post-content img,
.post-card-v2.size-2.external .post-card-body .external-container .post-body .post-content img,
.post-card-v2.size-2.repost .post-card-body .external-container .post-body .post-content img {
  border-radius: 7px;
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 125/95;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 158px;
}
.post-card-v2.size-2.external .post-card-body .repost-container .post-body .post-content:only-child,
.post-card-v2.size-2.repost .post-card-body .repost-container .post-body .post-content:only-child,
.post-card-v2.size-2.external .post-card-body .external-container .post-body .post-content:only-child,
.post-card-v2.size-2.repost .post-card-body .external-container .post-body .post-content:only-child {
  grid-column: 1 / -1;
}
.post-card-v2.size-2.external .post-card-body .repost-container .post-body .post-content .body,
.post-card-v2.size-2.repost .post-card-body .repost-container .post-body .post-content .body,
.post-card-v2.size-2.external .post-card-body .external-container .post-body .post-content .body,
.post-card-v2.size-2.repost .post-card-body .external-container .post-body .post-content .body {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-card-v2.size-2.external .post-card-body .repost-container .post-body .blur-wrap,
.post-card-v2.size-2.repost .post-card-body .repost-container .post-body .blur-wrap,
.post-card-v2.size-2.external .post-card-body .external-container .post-body .blur-wrap,
.post-card-v2.size-2.repost .post-card-body .external-container .post-body .blur-wrap {
  order: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 7px;
}
.post-card-v2.size-2.external .post-card-body .repost-container .post-body .blur-wrap video,
.post-card-v2.size-2.repost .post-card-body .repost-container .post-body .blur-wrap video,
.post-card-v2.size-2.external .post-card-body .external-container .post-body .blur-wrap video,
.post-card-v2.size-2.repost .post-card-body .external-container .post-body .blur-wrap video {
  border-radius: 7px;
  aspect-ratio: 125/95;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.post-card-v2.size-2.external .post-card-body .repost-container .post-body .blur-wrap .feat-img-link,
.post-card-v2.size-2.repost .post-card-body .repost-container .post-body .blur-wrap .feat-img-link,
.post-card-v2.size-2.external .post-card-body .external-container .post-body .blur-wrap .feat-img-link,
.post-card-v2.size-2.repost .post-card-body .external-container .post-body .blur-wrap .feat-img-link {
  display: block;
  aspect-ratio: 125/95;
  width: 100%;
}
.post-card-v2.size-2.external .post-card-body .repost-container .post-body .blur-wrap .feat-img-link img,
.post-card-v2.size-2.repost .post-card-body .repost-container .post-body .blur-wrap .feat-img-link img,
.post-card-v2.size-2.external .post-card-body .external-container .post-body .blur-wrap .feat-img-link img,
.post-card-v2.size-2.repost .post-card-body .external-container .post-body .blur-wrap .feat-img-link img {
  display: block;
  aspect-ratio: 125/95;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.post-card-v2.size-2.external .post-card-body .repost-container .post-body .blur-wrap .feat-img-link .slide,
.post-card-v2.size-2.repost .post-card-body .repost-container .post-body .blur-wrap .feat-img-link .slide,
.post-card-v2.size-2.external .post-card-body .external-container .post-body .blur-wrap .feat-img-link .slide,
.post-card-v2.size-2.repost .post-card-body .external-container .post-body .blur-wrap .feat-img-link .slide {
  aspect-ratio: 125/95;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 7px;
}
.post-card-v2.size-2.external .post-card-body .repost-container .post-body .repost-media-wrap,
.post-card-v2.size-2.repost .post-card-body .repost-container .post-body .repost-media-wrap,
.post-card-v2.size-2.external .post-card-body .external-container .post-body .repost-media-wrap,
.post-card-v2.size-2.repost .post-card-body .external-container .post-body .repost-media-wrap,
.post-card-v2.size-2.external .post-card-body .repost-container .post-body .external-media-wrap,
.post-card-v2.size-2.repost .post-card-body .repost-container .post-body .external-media-wrap,
.post-card-v2.size-2.external .post-card-body .external-container .post-body .external-media-wrap,
.post-card-v2.size-2.repost .post-card-body .external-container .post-body .external-media-wrap {
  order: 0;
}
.post-card-v2.size-2.external .post-card-body .repost-container .post-body .repost-media-wrap .blur-wrap,
.post-card-v2.size-2.repost .post-card-body .repost-container .post-body .repost-media-wrap .blur-wrap,
.post-card-v2.size-2.external .post-card-body .external-container .post-body .repost-media-wrap .blur-wrap,
.post-card-v2.size-2.repost .post-card-body .external-container .post-body .repost-media-wrap .blur-wrap,
.post-card-v2.size-2.external .post-card-body .repost-container .post-body .external-media-wrap .blur-wrap,
.post-card-v2.size-2.repost .post-card-body .repost-container .post-body .external-media-wrap .blur-wrap,
.post-card-v2.size-2.external .post-card-body .external-container .post-body .external-media-wrap .blur-wrap,
.post-card-v2.size-2.repost .post-card-body .external-container .post-body .external-media-wrap .blur-wrap {
  margin: 0;
  width: 100% !important;
  display: block !important;
}
.post-card-v2.size-2.external .post-card-body .repost-container .post-body .repost-title-inline,
.post-card-v2.size-2.repost .post-card-body .repost-container .post-body .repost-title-inline,
.post-card-v2.size-2.external .post-card-body .external-container .post-body .repost-title-inline,
.post-card-v2.size-2.repost .post-card-body .external-container .post-body .repost-title-inline {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #8C8C8C;
  text-decoration: none;
  text-align: center;
}
.post-card-v2.size-2.external .post-card-body .repost-container .post-body .repost-title-inline i,
.post-card-v2.size-2.repost .post-card-body .repost-container .post-body .repost-title-inline i,
.post-card-v2.size-2.external .post-card-body .external-container .post-body .repost-title-inline i,
.post-card-v2.size-2.repost .post-card-body .external-container .post-body .repost-title-inline i {
  font-size: 10px;
}
.post-card-v2.size-2.external .post-card-body .repost-container .post-body .external-link-inline,
.post-card-v2.size-2.repost .post-card-body .repost-container .post-body .external-link-inline,
.post-card-v2.size-2.external .post-card-body .external-container .post-body .external-link-inline,
.post-card-v2.size-2.repost .post-card-body .external-container .post-body .external-link-inline {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #1A1A1A;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-card-v2.size-2.external .post-card-body .repost-container .post-body .external-link-inline i,
.post-card-v2.size-2.repost .post-card-body .repost-container .post-body .external-link-inline i,
.post-card-v2.size-2.external .post-card-body .external-container .post-body .external-link-inline i,
.post-card-v2.size-2.repost .post-card-body .external-container .post-body .external-link-inline i {
  font-size: 10px;
}
.post-card-v2.size-2.external .post-card-body .repost-container .post-body .youtube-placeholder,
.post-card-v2.size-2.repost .post-card-body .repost-container .post-body .youtube-placeholder,
.post-card-v2.size-2.external .post-card-body .external-container .post-body .youtube-placeholder,
.post-card-v2.size-2.repost .post-card-body .external-container .post-body .youtube-placeholder {
  display: block;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  cursor: pointer;
}
.post-card-v2.size-2.external .post-card-body .repost-container .post-body .youtube-placeholder img,
.post-card-v2.size-2.repost .post-card-body .repost-container .post-body .youtube-placeholder img,
.post-card-v2.size-2.external .post-card-body .external-container .post-body .youtube-placeholder img,
.post-card-v2.size-2.repost .post-card-body .external-container .post-body .youtube-placeholder img {
  border-radius: 7px;
  aspect-ratio: 125/95;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.post-card-v2.size-2.external .post-card-body .repost-container .post-body .youtube-placeholder .video-play-icon,
.post-card-v2.size-2.repost .post-card-body .repost-container .post-body .youtube-placeholder .video-play-icon,
.post-card-v2.size-2.external .post-card-body .external-container .post-body .youtube-placeholder .video-play-icon,
.post-card-v2.size-2.repost .post-card-body .external-container .post-body .youtube-placeholder .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-card-v2.size-2.external .post-card-body .repost-container .post-body .youtube-placeholder .video-play-icon i,
.post-card-v2.size-2.repost .post-card-body .repost-container .post-body .youtube-placeholder .video-play-icon i,
.post-card-v2.size-2.external .post-card-body .external-container .post-body .youtube-placeholder .video-play-icon i,
.post-card-v2.size-2.repost .post-card-body .external-container .post-body .youtube-placeholder .video-play-icon i {
  color: #FFF;
  font-size: 14px;
  margin-left: 2px;
}
.post-card-v2.size-2.external .post-card-body .repost-container .post-body .youtube-placeholder:hover .video-play-icon,
.post-card-v2.size-2.repost .post-card-body .repost-container .post-body .youtube-placeholder:hover .video-play-icon,
.post-card-v2.size-2.external .post-card-body .external-container .post-body .youtube-placeholder:hover .video-play-icon,
.post-card-v2.size-2.repost .post-card-body .external-container .post-body .youtube-placeholder:hover .video-play-icon {
  background: rgba(0, 0, 0, 0.8);
}
.post-card-v2.size-2.external .post-card-header .repost-title,
.post-card-v2.size-2.repost .post-card-header .repost-title {
  display: none;
}
.post-card-v2.size-2.external:has(.external-container .post-body.no-image) .post-card-header .repost-title,
.post-card-v2.size-2.repost:has(.external-container .post-body.no-image) .post-card-header .repost-title {
  display: inline;
}
.post-card-v2.size-2.external:has(.external-container .post-body.no-image) .repost-title-inline,
.post-card-v2.size-2.repost:has(.external-container .post-body.no-image) .repost-title-inline,
.post-card-v2.size-2.external:has(.external-container .post-body.no-image) .external-link-inline,
.post-card-v2.size-2.repost:has(.external-container .post-body.no-image) .external-link-inline {
  display: none !important;
}
.post-card-v2.size-2.external:has(.external-container .post-body.no-image) .external-container .post-content,
.post-card-v2.size-2.repost:has(.external-container .post-body.no-image) .external-container .post-content {
  padding-right: 0;
}
.post-card-v2.size-2 .author-block .username {
  color: #1A1A1A;
  font-weight: 700;
  font-size: 14px;
}

/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
.post-card-v2.size-3 {
  padding: 12px 12px 6px;
  row-gap: 8px;
  margin-bottom: 8px;
  flex-wrap: wrap;
  flex-direction: row;
}
.post-card-v2.size-3 .post-card-header .header-left .author-block .name-block {
  margin-left: 0;
}
.post-card-v2.size-3 .post-card-header .header-left .author-block .name-block a {
  color: #1A1A1A;
  font-weight: 600;
  font-size: 15px;
}
.post-card-v2.size-3 .post-card-header .post-card-title-block a {
  font-size: 15px;
}
.post-card-v2.size-3 .post-card-header .header-right {
  row-gap: 4px;
}
.post-card-v2.size-3 .post-card-header .header-right .right-bottom .link-wrap {
  margin-bottom: 0;
  line-height: 1;
}
.post-card-v2.size-3 .post-card-header .header-right .right-bottom .username {
  font-size: 13px;
  color: #424547;
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
}
.post-card-v2.size-3 .post-card-body {
  padding-right: 8px;
}
.post-card-v2.size-3 .post-card-body .post-body {
  -webkit-line-clamp: 2;
}
.post-card-v2.size-3 .post-card-body:has(.post-title-text) .post-body {
  -webkit-line-clamp: 1;
}
.post-card-v2.size-3 .post-card-body .poll-wrapper,
.post-card-v2.size-3 .post-card-body .external-container {
  display: none;
}
.post-card-v2.size-3 .post-card-footer {
  -moz-column-gap: 0;
       column-gap: 0;
  justify-content: flex-end;
}
.post-card-v2.size-3 .post-card-footer .post-actions-wrap {
  flex-wrap: wrap;
}
.post-card-v2.size-3 .post-card-footer .post-actions-wrap .post-actions {
  width: 100%;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.post-card-v2.size-3 .post-card-footer .post-actions-wrap .post-actions .add-post-to-collection,
.post-card-v2.size-3 .post-card-footer .post-actions-wrap .post-actions .toggle,
.post-card-v2.size-3 .post-card-footer .post-actions-wrap .post-actions .post-dislike,
.post-card-v2.size-3 .post-card-footer .post-actions-wrap .post-actions .floating-menu-holder {
  display: none;
}
.post-card-v2.size-3 .post-card-footer .post-actions-wrap .post-actions .like-dislike {
  padding: 4px 0 4px 8px;
}
.post-card-v2.size-3 .post-card-footer .post-actions-wrap .post-actions > a {
  padding: 4px 8px;
}
.post-card-v2.size-3 .post-card-footer .post-actions-wrap .post-actions > .like-dislike a:before,
.post-card-v2.size-3 .post-card-footer .post-actions-wrap .post-actions > a:before,
.post-card-v2.size-3 .post-card-footer .post-actions-wrap .post-actions > button:before,
.post-card-v2.size-3 .post-card-footer .post-actions-wrap .post-actions > span:before,
.post-card-v2.size-3 .post-card-footer .post-actions-wrap .post-actions .floating-menu-holder .toggle:before {
  font-size: 14px;
}
.post-card-v2.size-3 .post-card-footer .post-actions-wrap .post-actions .load-comments {
  padding-right: 0;
}
.post-card-v2.size-3 .post-card-footer .post-actions-wrap .post-floating-menu {
  width: 100%;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.post-card-v2.size-3 .post-card-footer .post-actions-wrap .post-floating-menu .toggle {
  margin-right: 0;
  padding-right: 0;
}
.post-card-v2.size-3 .post-card-body {
  display: flex;
  align-items: center;
  gap: 8px;
}
.post-card-v2.size-3 .post-card-body .post-type-icon {
  flex-shrink: 0;
  cursor: pointer;
}
.post-card-v2.size-3 .post-card-body .post-type-icon i {
  font-size: 24px;
  color: #1A1A1A;
}
.post-card-v2.size-3 .post-card-body .post-type-icon:hover i {
  color: #1A1A1A;
}
.post-card-v2.size-3 .post-card-body .post-card-text {
  flex: 1;
  min-width: 0;
}
.post-card-v2.size-3 .post-card-body .post-body {
  -webkit-line-clamp: 2;
}
.post-card-v2.size-3 .post-card-body:has(.post-title-text) .post-body {
  -webkit-line-clamp: 1;
}

/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
body.view_mode_masonry .post-list {
  margin-right: -8px;
  margin-left: -8px;
  display: flex;
  flex-wrap: wrap;
}
body.view_mode_masonry .post-card-wrap {
  padding-left: 8px;
  padding-right: 8px;
}
body.view_mode_masonry .post-card-v2.size-4 {
  margin-bottom: 16px;
  position: relative;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  row-gap: 8px;
}
body.view_mode_masonry .post-card-v2.size-4.hidden-post {
  border-radius: 12px;
  padding: 16px;
  background: #fff;
  position: relative;
}
body.view_mode_masonry .post-card-v2.size-4.hidden-post .post-actions-wrap {
  position: absolute;
  top: unset;
  bottom: 8px;
}
body.view_mode_masonry .post-card-v2.size-4.external .post-card-body,
body.view_mode_masonry .post-card-v2.size-4.repost .post-card-body {
  padding: 64px 16px 16px;
}
@media (max-width: 767px) {
  body.view_mode_masonry .post-card-v2.size-4.external .post-card-body,
  body.view_mode_masonry .post-card-v2.size-4.repost .post-card-body {
    padding: 16px;
  }
}
body.view_mode_masonry .post-card-v2.size-4.poll .post-overlay-text {
  display: none;
}
body.view_mode_masonry .post-card-v2.size-4.poll .post-card-body:not(:has(.blur-wrap)) {
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
body.view_mode_masonry .post-card-v2.size-4.poll .post-card-body:not(:has(.blur-wrap)) .post-title,
body.view_mode_masonry .post-card-v2.size-4.poll .post-card-body:not(:has(.blur-wrap)) .post-body {
  display: none;
}
body.view_mode_masonry .post-card-v2.size-4.poll .poll-image {
  margin: -16px -16px 0;
}
body.view_mode_masonry .post-card-v2.size-4.poll .poll-results {
  display: none;
}
body.view_mode_masonry .post-card-v2.size-4.poll .poll-content {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.view_mode_masonry .post-card-v2.size-4.poll .poll-content.has-image {
  padding-top: 16px;
}
body.view_mode_masonry .post-card-v2.size-4.poll .poll-content .question {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
body.view_mode_masonry .post-card-v2.size-4.poll .poll-content .btn {
  margin: 0 8px 0 0;
}
body.view_mode_masonry .post-card-v2.size-4.poll .poll-content .poll-totals {
  padding-bottom: 0;
  font-size: 14px;
}
body.view_mode_masonry .post-card-v2.size-4 video,
body.view_mode_masonry .post-card-v2.size-4 iframe {
  max-width: 100%;
  height: auto;
}
body.view_mode_masonry .post-card-v2.size-4 .video video,
body.view_mode_masonry .post-card-v2.size-4 .blur-wrap video {
  max-width: 100%;
  width: 100%;
  height: auto;
}
body.view_mode_masonry .post-card-v2.size-4 .blur-wrap .video {
  line-height: 0;
}
body.view_mode_masonry .post-card-v2.size-4 .blur-wrap .post-media {
  background-color: #1A1A1A;
}
body.view_mode_masonry .post-card-v2.size-4 .video-iframe {
  max-width: 100%;
  width: 100%;
}
body.view_mode_masonry .post-card-v2.size-4 img {
  max-width: 100%;
  height: auto;
}
body.view_mode_masonry .post-card-v2.size-4 .post-card-body {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
body.view_mode_masonry .post-card-v2.size-4 .post-card-body .blur-wrap {
  margin: 0;
}
body.view_mode_masonry .post-card-v2.size-4 .post-card-body .post-overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 44px 16px 12px 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.32) 50.92%, rgba(0, 0, 0, 0.64) 100%);
  z-index: 10;
  pointer-events: none;
}
body.view_mode_masonry .post-card-v2.size-4 .post-card-body .post-overlay-text .post-title,
body.view_mode_masonry .post-card-v2.size-4 .post-card-body .post-overlay-text .post-body {
  color: #fff;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.view_mode_masonry .post-card-v2.size-4 .post-card-body .post-overlay-text .post-title a,
body.view_mode_masonry .post-card-v2.size-4 .post-card-body .post-overlay-text .post-body a,
body.view_mode_masonry .post-card-v2.size-4 .post-card-body .post-overlay-text .post-title .post-title-text,
body.view_mode_masonry .post-card-v2.size-4 .post-card-body .post-overlay-text .post-body .post-title-text,
body.view_mode_masonry .post-card-v2.size-4 .post-card-body .post-overlay-text .post-title p,
body.view_mode_masonry .post-card-v2.size-4 .post-card-body .post-overlay-text .post-body p {
  color: #fff;
  text-decoration: none;
}
body.view_mode_masonry .post-card-v2.size-4 .post-card-body .card-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: #fff;
  z-index: 10;
}
body.view_mode_masonry .post-card-v2.size-4 .post-card-body .card-caption a {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.view_mode_masonry .post-card-v2.size-4 .post-card-body:not(:has(.blur-wrap)) {
  padding: 16px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.view_mode_masonry .post-card-v2.size-4:hover .post-actions-wrap {
  display: block;
}
body.view_mode_masonry .post-card-v2.size-4 .post-actions-wrap {
  position: absolute;
  top: 16px;
  right: 16px;
  display: none;
}
body.view_mode_masonry .post-card-v2.size-4 .post-actions-wrap.hide {
  display: none;
}
body.view_mode_masonry .post-card-v2.size-4 .post-actions-wrap .post-actions {
  display: flex;
  gap: 8px;
}
body.view_mode_masonry .post-card-v2.size-4 .post-actions-wrap .post-actions .floating-menu-holder {
  display: none;
}
body.view_mode_masonry .post-card-v2.size-4 .post-actions-wrap .post-actions > a,
body.view_mode_masonry .post-card-v2.size-4 .post-actions-wrap .post-actions > button,
body.view_mode_masonry .post-card-v2.size-4 .post-actions-wrap .post-actions > span,
body.view_mode_masonry .post-card-v2.size-4 .post-actions-wrap .post-actions .like-dislike {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 12px;
}
@media (max-width: 767px) {
  body.view_mode_masonry .post-card-v2.size-4 .post-actions-wrap.sm-flex {
    display: flex;
  }
  body.view_mode_masonry .post-card-v2.size-4 .post-actions-wrap .post-actions {
    gap: 16px;
  }
  body.view_mode_masonry .post-card-v2.size-4 .post-actions-wrap .post-actions > a,
  body.view_mode_masonry .post-card-v2.size-4 .post-actions-wrap .post-actions > button,
  body.view_mode_masonry .post-card-v2.size-4 .post-actions-wrap .post-actions > span,
  body.view_mode_masonry .post-card-v2.size-4 .post-actions-wrap .post-actions .like-dislike {
    border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
    padding: 0;
  }
}
body.view_mode_masonry .post-card-v2.size-4.spoiler .post-actions-wrap {
  display: none;
}
@media (max-width: 767px) {
  body.view_mode_masonry .post-card-v2.size-4.spoiler .post-actions-wrap.sm-flex {
    display: flex;
  }
}
body.view_mode_masonry .post-card-v2.size-4 .post-card-footer {
  background: transparent;
}
body.view_mode_masonry .post-card-v2.size-4 .post-card-footer .author-block {
  display: flex;
  align-items: center;
  min-width: 0;
  margin-right: 12px;
}
body.view_mode_masonry .post-card-v2.size-4 .post-card-footer .author-block .avatar-wrap {
  flex-shrink: 0;
  margin-right: 4px;
}
body.view_mode_masonry .post-card-v2.size-4 .post-card-footer .author-block .avatar-wrap .avatar {
  width: 24px;
  height: 24px;
}
body.view_mode_masonry .post-card-v2.size-4 .post-card-footer .author-block .name-block {
  min-width: 0;
  margin-left: 0;
}
body.view_mode_masonry .post-card-v2.size-4 .post-card-footer .author-block .name-block .username {
  color: #424547;
  font-size: 14px;
}
body.view_mode_masonry .post-card-v2.size-4 .post-card-footer .footer-right {
  flex-shrink: 0;
  gap: 8px;
}
body.view_mode_masonry .post-card-v2.size-4 .post-card-footer .floating-menu-holder {
  position: relative;
  top: auto;
  right: auto;
}
body.view_mode_masonry .post-card-v2.size-4 .post-card-footer .floating-menu-holder .toggle {
  position: relative;
}
body.view_mode_masonry .post-card-v2.size-4 .post-card-footer .floating-menu-holder .toggle i {
  transform: none !important;
  rotation: none !important;
}
@media (max-width: 767px) {
  body.view_mode_masonry .post-card-v2.size-4 .post-actions-wrap {
    position: relative;
    top: auto;
    right: auto;
  }
  body.view_mode_masonry .post-card-v2.size-4 .post-actions-wrap .post-actions {
    background: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    padding: 0;
  }
  body.view_mode_masonry .post-card-v2.size-4 .post-card-footer .footer-right .post-actions {
    display: flex;
  }
}
@media (max-width: 500px) {
  body.view_mode_masonry .post-list {
    margin-right: -4px;
    margin-left: -4px;
  }
  body.view_mode_masonry .post-card-wrap {
    padding-left: 4px;
    padding-right: 4px;
  }
  body.view_mode_masonry .post-card-v2.size-4 {
    margin-bottom: 22px;
  }
}

/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */

/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
.post-card-v2 .post-card-body .blur-wrap {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: 8px;
}
.post-card-v2 .post-card-body .blur-wrap video {
  max-width: 100%;
  width: 100%;
}
.post-card-v2 .img-count {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 182;
  background: rgba(255, 255, 255, 0.32);
  padding: 4px 6px;
  color: #FFF;
  border-radius: 5px;
  line-height: 1;
  font-size: 14px;
}
.post-card-v2 .post-media.slick-slider {
  background-color: #1A1A1A;
}
.post-card-v2 .post-media.gallery-grid {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}
.post-card-v2 .post-media.gallery-grid .gallery-grid-img {
  position: absolute;
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.post-card-v2 .post-media.gallery-grid .image-num-1,
.post-card-v2 .post-media.gallery-grid .image-num-2 {
  aspect-ratio: 215/265;
  width: 50%;
}
.post-card-v2 .post-media.gallery-grid .image-num-1 {
  left: 0;
  top: 0;
  border-right: 1px solid #FFF;
}
.post-card-v2 .post-media.gallery-grid .image-num-2 {
  right: 0;
  top: 0;
}
.post-card-v2 .post-media.gallery-grid .image-num-3,
.post-card-v2 .post-media.gallery-grid .image-num-4,
.post-card-v2 .post-media.gallery-grid .image-num-5 {
  aspect-ratio: 143.3/165;
  width: 33.3333%;
  border-top: 1px solid #FFF;
}
.post-card-v2 .post-media.gallery-grid .image-num-3 {
  left: 0;
  bottom: 0;
}
.post-card-v2 .post-media.gallery-grid .image-num-4 {
  left: 33.3333%;
  bottom: 0;
  border-left: 1px solid #FFF;
}
.post-card-v2 .post-media.gallery-grid .image-num-5 {
  right: 0;
  bottom: 0;
  border-left: 1px solid #FFF;
}
.post-card-v2 .post-media.gallery-grid.image-1 {
  aspect-ratio: unset;
}
.post-card-v2 .post-media.gallery-grid.image-1 .single-image-wrap {
  display: block;
  width: 100%;
  background-color: #1A1A1A;
}
.post-card-v2 .post-media.gallery-grid.image-1 img {
  max-height: 800px;
  width: auto;
  margin: 0 auto;
}
.post-card-v2 .post-media.gallery-grid.image-2 .gallery-grid-img {
  aspect-ratio: 2;
  width: 100%;
}
.post-card-v2 .post-media.gallery-grid.image-2 .image-num-1 {
  top: 0;
  left: 0;
  border: none;
}
.post-card-v2 .post-media.gallery-grid.image-2 .image-num-2 {
  bottom: 0;
  left: 0;
  right: unset;
  top: unset;
  border-top: 1px solid #FFF;
}
.post-card-v2 .post-media.gallery-grid.image-3 .gallery-grid-img {
  position: absolute;
  width: 50%;
}
.post-card-v2 .post-media.gallery-grid.image-3 .image-num-1 {
  aspect-ratio: 0.5;
  left: 0;
  top: 0;
  border-right: 1px solid #FFF;
}
.post-card-v2 .post-media.gallery-grid.image-3 .image-num-2,
.post-card-v2 .post-media.gallery-grid.image-3 .image-num-3 {
  aspect-ratio: 1;
}
.post-card-v2 .post-media.gallery-grid.image-3 .image-num-2 {
  right: 0;
  top: 0;
}
.post-card-v2 .post-media.gallery-grid.image-3 .image-num-3 {
  right: 0;
  bottom: 0;
  left: unset;
  border-top: 1px solid #FFF;
}
.post-card-v2 .post-media.gallery-grid.image-4 .gallery-grid-img {
  position: absolute;
  width: 50%;
}
.post-card-v2 .post-media.gallery-grid.image-4 .image-num-1 {
  aspect-ratio: 0.5;
  left: 0;
  top: 0;
  border-right: 1px solid #FFF;
}
.post-card-v2 .post-media.gallery-grid.image-4 .image-num-2,
.post-card-v2 .post-media.gallery-grid.image-4 .image-num-3,
.post-card-v2 .post-media.gallery-grid.image-4 .image-num-4 {
  aspect-ratio: 1.5;
  border-left: none;
}
.post-card-v2 .post-media.gallery-grid.image-4 .image-num-2 {
  right: 0;
  top: 0;
}
.post-card-v2 .post-media.gallery-grid.image-4 .image-num-3 {
  right: 0;
  left: unset;
  top: 33.3333%;
  border-top: 1px solid #FFF;
}
.post-card-v2 .post-media.gallery-grid.image-4 .image-num-4 {
  right: 0;
  bottom: 0;
  left: unset;
  border-top: 1px solid #FFF;
}
@media (max-width: 767px) {
  .post-card-v2 .post-media.gallery-grid.image-1 img {
    max-height: 665px;
  }
}
@media (max-width: 500px) {
  .post-card-v2 .post-media.gallery-grid.image-1 img {
    max-height: 495px;
  }
}
@media (max-width: 400px) {
  .post-card-v2 .post-media.gallery-grid.image-1 img {
    max-height: 375px;
  }
}

/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
.post-card-v2 .poll-wrapper a {
  text-decoration: none;
}


/*# sourceMappingURL=global-post-card-styles.css.map*/