.pulsex0-page {
  min-width: 0;
}

.pulsex0-compose-section {
  margin: 0 auto 22px;
  max-width: 100%;
  text-align: center;
}

.pulsex0-compose-section > h2 {
  font-size: 17px;
  letter-spacing: 0;
  margin: 0 0 10px;
}

.pulsex0-compose {
  margin-bottom: 0;
  text-align: start;
}

.pulsex0-compose-inner {
  margin: 0 auto;
  max-width: 420px;
}

.pulsex0-compose textarea,
.pulsex0-inline-reply textarea {
  background: var(--x0-surface, var(--bs-body-bg, #fff));
  border: 1px solid var(--x0-border, var(--bs-border-color, #d7d7d7));
  color: inherit;
  display: block;
  line-height: 1.45;
  min-height: 38px;
  overflow: hidden;
  padding: 8px 10px;
  resize: none;
  width: 100%;
}

.pulsex0-compose textarea:focus,
.pulsex0-inline-reply textarea:focus {
  border-color: var(--x0-accent, #d6a23d);
  outline: 1px solid var(--x0-accent, #d6a23d);
}

.pulsex0-compose-actions {
  align-items: center;
  display: flex;
  font-size: 11px;
  gap: 12px;
  justify-content: space-between;
  margin-top: 8px;
  opacity: .78;
}

.pulsex0-compose-actions .btn {
  opacity: 1;
}

.pulsex0-soft-rule {
  background: linear-gradient(90deg, transparent, var(--x0-border, #d7d7d7) 18%, var(--x0-border, #d7d7d7) 82%, transparent);
  height: 1px;
  margin: 16px 0 4px;
}

.pulsex0-feed {
  margin: 0 auto;
  max-width: 980px;
  width: 80%;
}

.pulsex0-post {
  display: grid;
  gap: 14px;
  grid-template-columns: 48px minmax(0, 1fr);
  padding: 18px 0;
  position: relative;
}

.pulsex0-post::after {
  background: linear-gradient(90deg, transparent, var(--x0-border, #d7d7d7) 10%, var(--x0-border, #d7d7d7) 90%, transparent);
  bottom: 0;
  content: "";
  height: 1px;
  inset-inline: 0;
  position: absolute;
}

.pulsex0-post.is-reply {
  gap: 11px;
  grid-template-columns: 36px minmax(0, 1fr);
  padding: 13px 0;
}

.pulsex0-avatar-link {
  align-self: start;
  display: block;
}

.pulsex0-avatar {
  border-radius: 50%;
  display: block;
  height: 44px;
  object-fit: cover;
  width: 44px;
}

.pulsex0-post.is-reply .pulsex0-avatar {
  height: 32px;
  width: 32px;
}

.pulsex0-post-content {
  min-width: 0;
}

.pulsex0-post header {
  align-items: baseline;
  display: flex;
  gap: 7px;
  min-width: 0;
}

.pulsex0-author {
  font-weight: 700;
  min-width: 0;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pulsex0-post time {
  font-size: 10px;
  margin-inline-start: auto;
  opacity: .55;
  white-space: nowrap;
}

.pulsex0-body {
  font-size: 14px;
  line-height: 1.58;
  overflow-wrap: anywhere;
  padding: 9px 0 10px;
}

.pulsex0-hashtag {
  color: inherit;
  font-weight: 650;
  text-decoration-color: var(--x0-accent, currentColor);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.pulsex0-post footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 14px;
}

.pulsex0-post footer form {
  margin: 0;
}

.pulsex0-action {
  align-items: center;
  background: none;
  border: 0;
  color: inherit;
  display: inline-flex;
  font-size: 11px;
  gap: 5px;
  opacity: .66;
  padding: 3px 0;
  text-decoration: none;
}

.pulsex0-action:hover,
.pulsex0-action:focus-visible,
.pulsex0-action[aria-expanded="true"] {
  color: inherit;
  opacity: 1;
  outline: 0;
}

.pulsex0-replies-panel {
  display: grid;
  grid-template-rows: 0fr;
  margin-top: 0;
  opacity: 0;
  transition: grid-template-rows 220ms ease, margin-top 220ms ease, opacity 180ms ease;
}

.pulsex0-replies-panel > div {
  min-height: 0;
  overflow: hidden;
}

.pulsex0-replies-panel.is-open {
  grid-template-rows: 1fr;
  margin-top: 10px;
  opacity: 1;
}

.pulsex0-replies-list {
  border-inline-start: 1px solid var(--x0-border, #d7d7d7);
  padding-inline-start: 14px;
}

.pulsex0-inline-reply {
  align-items: end;
  display: grid;
  gap: 7px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 12px 0 2px;
}

.pulsex0-reply-error,
.pulsex0-empty {
  opacity: .68;
  padding: 18px 0;
  text-align: center;
}

.pulsex0-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
  margin: 20px 0;
}

.pulsex0-pagination a {
  align-items: center;
  border: 1px solid var(--x0-border, #d7d7d7);
  color: inherit;
  display: inline-flex;
  height: 31px;
  justify-content: center;
  min-width: 31px;
  text-decoration: none;
}

.pulsex0-pagination a:hover,
.pulsex0-pagination a:focus-visible,
.pulsex0-pagination a.is-active {
  background: var(--x0-surface-hover, #efeeeb);
  border-color: var(--x0-accent, #d6a23d);
  outline: 0;
}

.pulsex0-statistics {
  margin-top: 24px;
}

.pulsex0-statistics > h2 {
  font-size: 15px;
  letter-spacing: 0;
  margin: 0 0 12px;
}

.pulsex0-statistics > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pulsex0-statistics p {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin: 0;
  min-height: 31px;
  padding: 5px 10px;
}

.pulsex0-statistics p:nth-child(odd) {
  border-inline-end: 1px solid var(--x0-border, #d7d7d7);
}

.pulsex0-statistics p span {
  opacity: .72;
}

.pulsex0-trending-box {
  overflow: hidden;
  width: 100%;
}

.pulsex0-trending-box h2 {
  border-bottom: 1px solid var(--x0-border, #d7d7d7);
  font-size: 13px;
  letter-spacing: 0;
  margin: 0;
  padding: 10px 12px;
}

.pulsex0-trending-box > div {
  padding: 4px 0;
}

.pulsex0-trending-box a {
  align-items: center;
  border-inline: 1px solid transparent;
  color: inherit;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  min-height: 31px;
  padding: 6px 11px;
  text-decoration: none;
}

.pulsex0-trending-box a:hover,
.pulsex0-trending-box a:focus-visible {
  background: var(--x0-surface-hover, #efeeeb);
  border-inline-color: var(--x0-accent, #d6a23d);
  outline: 0;
}

.pulsex0-trending-box .badge {
  flex: 0 0 auto;
  font-size: 10px;
}

.pulsex0-trending-empty {
  display: block;
  opacity: .68;
  padding: 9px 11px;
}

@media (max-width: 900px) {
  .pulsex0-feed {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .pulsex0-statistics > div {
    grid-template-columns: 1fr;
  }

  .pulsex0-statistics p:nth-child(odd) {
    border-inline-end: 0;
  }

  .pulsex0-post {
    gap: 10px;
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .pulsex0-avatar {
    height: 36px;
    width: 36px;
  }

  .pulsex0-post header {
    align-items: start;
    flex-wrap: wrap;
  }

  .pulsex0-post time {
    flex-basis: 100%;
    margin-inline-start: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pulsex0-avatar,
  .pulsex0-replies-panel {
    transition: none;
  }
}
