.posts-page-section {
  padding: 24px 0 10px;
}

.posts-feed-wrap {
  display: flex;
  justify-content: center;
}

.posts-feed-box {
  width: 100%;
  max-width: 760px;
}

.posts-feed-header {
  margin-bottom: 24px;
}

.posts-feed-header h1 {
  margin-bottom: 8px;
}

.posts-feed-header p {
  color: #6b7280;
  font-size: 1rem;
}

.posts-empty-state {
  padding: 24px 20px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.posts-empty-state p {
  margin: 0;
  color: #6b7280;
}

.posts-feed-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.post-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  overflow: visible;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.post-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 18px 14px;
}

.post-card-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #111827, #374151);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.16);
}

.post-card-meta {
  min-width: 0;
}

.post-card-author {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
}

.post-card-date {
  margin-top: 3px;
  font-size: 0.88rem;
  color: #6b7280;
  line-height: 1.3;
}

.post-card-media {
  width: 100%;
  background: #f3f4f6;
  border-top: 1px solid #eef2f7;
  border-bottom: 1px solid #eef2f7;
}

.post-card-media-image img {
  width: 100%;
  height: auto;
  max-height: 680px;
  object-fit: contain;
  display: block;
}

.post-card-media-video video {
  width: 100%;
  display: block;
  background: #000000;
  max-height: 680px;
}

.post-card-content {
  padding: 18px 18px 20px;
}

.post-card-content p {
  margin: 0;
  color: #1f2937;
  font-size: 1rem;
  line-height: 1.7;
  white-space: normal;
  word-break: break-word;
}

.post-card-content p br {
  content: "";
}

.post-card-avatar-image-wrap {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #e5e7eb;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.16);
  background: #ffffff;
}

.post-card-avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.post-card-content-html {
  color: #1f2937;
  font-size: 1rem;
  line-height: 1.7;
  word-break: break-word;
}

.post-card-content-html > *:first-child {
  margin-top: 0;
}

.post-card-content-html > *:last-child {
  margin-bottom: 0;
}

.post-card-content-html p {
  margin: 0 0 14px;
}

.post-card-content-html strong,
.post-card-content-html b {
  font-weight: 700;
}

.post-card-content-html em,
.post-card-content-html i {
  font-style: italic;
}

.post-card-content-html ul,
.post-card-content-html ol {
  margin: 0 0 14px 22px;
}

.post-card-content-html li {
  margin-bottom: 6px;
}

.post-card-content-html a {
  color: #1d4ed8;
  text-decoration: underline;
}

.post-card-content-html blockquote {
  margin: 0 0 14px;
  padding: 12px 16px;
  border-left: 4px solid #d1d5db;
  background: #f9fafb;
  border-radius: 10px;
}

.post-card-content-html h2,
.post-card-content-html h3 {
  margin: 0 0 12px;
  color: #111827;
  line-height: 1.3;
}

.post-card-content-html h2 {
  font-size: 1.35rem;
}

.post-card-content-html h3 {
  font-size: 1.15rem;
}

.post-card-content-collapsible {
  padding: 4px 18px 14px;
}

.post-card-content-body {
  overflow: hidden;
}

.post-card-content-collapsible:not(.is-expanded) .post-card-content-body {
  max-height: 8.05rem;
}

.post-card-content-collapsible.is-expanded .post-card-content-body {
  display: block;
}

.post-card-content-more {
  display: inline;
  margin: 4px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2563eb;
  font: inherit;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
}

.post-card-content-more:hover,
.post-card-content-more:focus {
  text-decoration: underline;
}

.post-card-content-more.is-hidden {
  display: none;
}

.post-card-engagement {
  border-top: 1px solid #eef2f7;
  background: #ffffff;
}

.post-card-engagement-summary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  min-height: 38px;
  padding: 8px 18px 6px;
  color: #6b7280;
  font-size: 0.92rem;
}

.post-card-engagement-summary[hidden] {
  display: flex;
  visibility: hidden;
}

.post-card-engagement-reactions {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.post-card-reaction-mini-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.post-card-reaction-mini {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #f3f4f6;
  font-size: 0.86rem;
  box-shadow: 0 2px 5px rgba(15, 23, 42, 0.12);
}

.post-card-engagement-count {
  margin-left: 4px;
}

.post-card-reaction-tooltip {
  position: absolute;
  right: 0;
  bottom: calc(100% + 9px);
  min-width: 160px;
  max-width: min(260px, calc(100vw - 32px));
  padding: 9px 11px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(4px);
  transition:
    opacity 0.16s ease,
    transform 0.16s ease,
    visibility 0.16s ease;
  z-index: 30;
}

.post-card-reaction-mini-wrap:hover .post-card-reaction-tooltip,
.post-card-reaction-mini-wrap:focus-within .post-card-reaction-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.post-card-reaction-tooltip-row {
  display: block;
  padding: 3px 0;
  font-size: 0.88rem;
  line-height: 1.35;
  white-space: nowrap;
}

.post-card-reaction-tooltip-name {
  color: #111827;
  font-weight: 700;
}

.post-card-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 6px 12px 12px;
  border-top: 1px solid #f1f5f9;
}

.post-card-reaction-action {
  position: relative;
  display: flex;
  justify-content: center;
}

.post-card-reaction-action::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 14px;
}

.post-card-action-button {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #4b5563;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.post-card-action-button:hover,
.post-card-action-button:focus {
  background: #f3f4f6;
  color: #111827;
}

.post-card-reaction-action--disabled .post-card-action-button {
  color: #9ca3af;
  background: #f3f4f6;
  border: 1px dashed #d1d5db;
  cursor: not-allowed;
  opacity: 0.72;
}

.post-card-reaction-action--disabled .post-card-action-button:hover,
.post-card-reaction-action--disabled .post-card-action-button:focus {
  color: #6b7280;
  background: #eef2f7;
}

.post-card-reaction-action--disabled::before {
  display: none;
}

.post-card-reaction-panel {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%) translateY(8px);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0.18s ease;
  z-index: 10;
}

.post-card-reaction-action:hover .post-card-reaction-panel,
.post-card-reaction-action:focus-within .post-card-reaction-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.post-card-reaction-choice {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
  transition:
    transform 0.14s ease,
    background 0.14s ease;
}

.post-card-reaction-choice:hover,
.post-card-reaction-choice:focus {
  background: #f3f4f6;
  transform: translateY(-5px) scale(1.12);
}

@media (max-width: 991px) {
  .posts-page-section {
    padding-top: 18px;
  }

  .posts-feed-box {
    max-width: 100%;
  }

  .post-card {
    border-radius: 18px;
  }

  .post-card-header {
    padding: 16px 16px 12px;
  }

  .post-card-content {
    padding: 16px 16px 18px;
  }

  .post-card-content-collapsible {
    padding: 4px 16px 14px;
  }

  .post-card-reaction-panel {
    left: 0;
    right: auto;
    max-width: calc(100vw - 32px);
    transform: translateY(8px);
  }

  .post-card-reaction-action:hover .post-card-reaction-panel,
  .post-card-reaction-action:focus-within .post-card-reaction-panel {
    transform: translateY(0);
  }
}

@media (max-width: 640px) {
  .posts-page-section {
    padding-top: 14px;
  }

  .posts-feed-header {
    margin-bottom: 20px;
  }

  .posts-feed-header h1 {
    font-size: 1.65rem;
  }

  .posts-feed-list {
    gap: 14px;
  }

  .post-card {
    border-radius: 16px;
  }

  .post-card-header {
    gap: 10px;
    padding: 14px 14px 12px;
  }

  .post-card-avatar {
    width: 44px;
    height: 44px;
    font-size: 0.95rem;
  }

  .post-card-author {
    font-size: 0.95rem;
  }

  .post-card-date {
    font-size: 0.82rem;
  }

  .post-card-content,
  .post-card-content-collapsible {
    padding: 14px 14px 16px;
  }

  .post-card-content p {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .posts-empty-state {
    padding: 20px 16px;
    border-radius: 16px;
  }

  .post-card-engagement-summary {
    padding: 8px 14px 6px;
    font-size: 0.86rem;
  }

  .post-card-actions {
    gap: 2px;
    padding: 6px 8px 10px;
  }

  .post-card-action-button {
    min-height: 40px;
    border-radius: 10px;
    font-size: 0.86rem;
    gap: 5px;
  }

  .post-card-reaction-panel {
    left: 0;
    right: auto;
    max-width: calc(100vw - 32px);
    gap: 4px;
    padding: 7px 8px;
    transform: translateY(8px);
  }

  .post-card-reaction-choice {
    width: 38px;
    height: 38px;
    font-size: 1.38rem;
  }

  .post-card-reaction-tooltip {
    min-width: 160px;
    max-width: calc(100vw - 32px);
  }
}

.post-card-share-action {
  position: relative;
  display: flex;
  justify-content: center;
}

.post-card-share-menu {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  z-index: 20;
  display: none;
  min-width: 220px;
  padding: 8px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
}

.post-card-share-action.is-open .post-card-share-menu {
  display: grid;
  gap: 4px;
}

.post-card-share-menu-item {
  display: block;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #1f2937;
  font: inherit;
  font-size: 14px;
  line-height: 1.35;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.post-card-share-menu-item:hover,
.post-card-share-menu-item:focus {
  background: #f1f5f9;
  outline: none;
}

.post-card-share-menu-item--disabled {
  color: #94a3b8;
  cursor: not-allowed;
}

.post-card-share-menu-item--disabled:hover,
.post-card-share-menu-item--disabled:focus {
  background: transparent;
}


/* Tiltott bejegyzésgombok: ne legyenek vizuálisan elszürkítve, csak a kurzor jelezze a tiltást */
.post-card-reaction-action--disabled .post-card-action-button {
  opacity: 1;
  color: #1f2937;
  background: #ffffff;
  border-color: #d7deea;
}

.post-card-reaction-action--disabled .post-card-action-button span {
  opacity: 1;
}

.post-card-reaction-action--disabled .post-card-action-button:hover,
.post-card-reaction-action--disabled .post-card-action-button:focus {
  background: #ffffff;
}


/* Külön bejegyzésoldal felső visszanavigáció */
.single-post-page-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.single-post-top-nav {
  display: flex;
  justify-content: flex-start;
}

.single-post-top-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: auto;
  color: #475569;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.single-post-top-link:hover,
.single-post-top-link:focus {
  color: #0f172a;
  text-decoration: underline;
}

.post-card-share-context {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.85rem;
  padding: 0.65rem 0.85rem;
  border-radius: 14px;
  background: #f6f7fb;
  color: #5f6678;
  font-size: 0.92rem;
  line-height: 1.35;
}

.post-card-share-context i {
  color: #7b8499;
  font-size: 0.95rem;
}

.post-card-share-context span {
  display: inline-block;
}

.post-card-share-context strong {
  color: #2f3545;
  font-weight: 700;
}


.post-feed-realtime-notice {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 9999;
  max-width: calc(100% - 32px);
  padding: 0.85rem 1.15rem;
  border: 0;
  border-radius: 999px;
  background: #2f3545;
  color: #ffffff;
  box-shadow: 0 14px 40px rgba(20, 25, 40, 0.18);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
  transform: translateX(-50%);
}

.post-feed-realtime-notice[hidden] {
  display: none;
}

.post-feed-realtime-notice:hover,
.post-feed-realtime-notice:focus {
  background: #1f2430;
}

@media (max-width: 640px) {
  .post-feed-realtime-notice {
    left: 16px;
    right: 16px;
    bottom: 18px;
    max-width: none;
    transform: none;
  }
}



.posts-load-more-wrap {
  display: none;
}

.posts-floating-load-more-button {
  position: fixed;
  left: 50%;
  bottom: calc(var(--site-footer-height) + 22px);
  z-index: 80;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(15, 23, 42, 0.18);
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.92);
  color: #f9fafb;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  line-height: 1;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.26);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transform: translateX(-50%);
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease,
    opacity 0.18s ease;
}

.posts-floating-load-more-button:hover {
  background: rgba(31, 41, 55, 0.96);
  border-color: rgba(15, 23, 42, 0.28);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.32);
  transform: translateX(-50%) translateY(-2px);
}

.posts-floating-load-more-button:focus-visible {
  outline: 3px solid rgba(59, 130, 246, 0.28);
  outline-offset: 3px;
}

.posts-floating-load-more-button[hidden] {
  display: none;
}

.posts-floating-load-more-button[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
  transform: translateX(-50%);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
}

.post-card-comments-panel {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  margin-top: 0.75rem;
  padding: 0.85rem;
}

.post-card-comments-panel[hidden] {
  display: none;
}

.post-card-comments-list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.post-card-comments-loading,
.post-card-comments-empty,
.post-card-comments-error,
.post-card-comments-login-note {
  border-radius: 14px;
  background: rgba(248, 250, 252, 0.9);
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.45;
  padding: 0.8rem 0.9rem;
}

.post-card-comments-error {
  color: #b91c1c;
  background: rgba(254, 226, 226, 0.7);
}

.post-card-comment-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  position: relative;
}

.post-card-comment-avatar {
  align-items: center;
  background: #e2e8f0;
  border-radius: 999px;
  color: #334155;
  display: flex;
  flex: 0 0 34px;
  font-size: 0.85rem;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  overflow: hidden;
  width: 34px;
}

.post-card-comment-avatar-image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.post-card-comment-bubble {
  background: #f8fafc;
  border-radius: 16px;
  color: #0f172a;
  flex: 1;
  line-height: 1.45;
  padding: 0.65rem 0.8rem;
}

.post-card-comment-author {
  font-size: 0.92rem;
  font-weight: 800;
}

.post-card-comment-domain {
  color: #64748b;
  font-size: 0.78rem;
  margin-top: 0.05rem;
}

.post-card-comment-reply-to {
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 700;
  margin-top: 0.25rem;
}

.post-card-comment-text {
  font-size: 0.95rem;
  margin-top: 0.3rem;
  overflow-wrap: anywhere;
}

.post-card-comment-date {
  color: #94a3b8;
  font-size: 0.75rem;
  margin-top: 0.35rem;
}

.post-card-comment-form {
  margin: 0.9rem 0 0;
}

.post-card-comment-label {
  display: block;
  color: #475569;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.post-card-comment-input-row {
  align-items: flex-end;
  display: flex;
  gap: 0.55rem;
}

.post-card-comment-input {
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 16px;
  flex: 1;
  font: inherit;
  min-height: 42px;
  padding: 0.65rem 0.8rem;
  resize: vertical;
}

.post-card-comment-input:focus {
  border-color: rgba(37, 99, 235, 0.55);
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.post-card-comment-submit {
  border: 0;
  border-radius: 14px;
  background: #0f172a;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  min-height: 42px;
  padding: 0.65rem 0.95rem;
}

.post-card-comment-submit:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.post-card-action-count {
  align-items: center;
  background: rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  color: #334155;
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1;
  margin-left: 0.15rem;
  min-width: 1.25rem;
  padding: 0.22rem 0.42rem;
  justify-content: center;
}



@media (max-width: 640px) {
  .post-card-comment-input-row {
    align-items: stretch;
    flex-direction: column;
  }

  .post-card-comment-submit {
    width: 100%;
  }
}

.post-card-comments-load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 0.75rem;
}

.post-card-comments-load-more {
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  background: #f8fafc;
  color: #334155;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 800;
  padding: 0.55rem 0.95rem;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.post-card-comments-load-more:hover,
.post-card-comments-load-more:focus {
  background: #eef2ff;
  border-color: rgba(37, 99, 235, 0.25);
  outline: none;
  transform: translateY(-1px);
}

.post-card-comments-load-more:disabled {
  cursor: not-allowed;
  opacity: 0.65;
  transform: none;
}

.post-card-comment-main {
  flex: 1;
  min-width: 0;
}

.post-card-comment-author-line {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.post-card-comment-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0.22rem 0 0 0.45rem;
}

.post-card-comment-action,
.post-card-comment-replies-toggle,
.post-card-comment-cancel {
  background: transparent;
  border: 0;
  color: #64748b;
  cursor: pointer;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 800;
  padding: 0;
}

.post-card-comment-action:hover,
.post-card-comment-action:focus,
.post-card-comment-replies-toggle:hover,
.post-card-comment-replies-toggle:focus,
.post-card-comment-cancel:hover,
.post-card-comment-cancel:focus {
  color: #1d4ed8;
  outline: none;
  text-decoration: underline;
}

.post-card-comment-action-separator {
  color: #94a3b8;
  font-size: 0.75rem;
}

.post-card-comment-reaction-action {
  display: inline-flex;
  position: relative;
}

.post-card-comment-reaction-action::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 10px;
}

.post-card-comment-reaction-panel {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 6px);
  transform: translateX(-50%) translateY(6px);
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0.18s ease;
  z-index: 20;
}

.post-card-comment-reaction-action:hover .post-card-comment-reaction-panel,
.post-card-comment-reaction-action:focus-within .post-card-comment-reaction-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.post-card-comment-reaction-choice {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
  transition:
    transform 0.14s ease,
    background 0.14s ease;
}

.post-card-comment-reaction-choice:hover,
.post-card-comment-reaction-choice:focus {
  background: #f3f4f6;
  transform: translateY(-4px) scale(1.1);
}



.post-card-comment-reaction-count {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  color: #475569;
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 800;
  gap: 0.2rem;
  padding: 0.08rem 0.38rem;
}

.post-card-comment-replies-toggle {
  display: inline-flex;
  margin: 0.45rem 0 0 0.45rem;
}

.post-card-comment-replies {
  border-left: 3px solid rgba(100, 116, 139, 0.5);
  margin: 0.7rem 0 0 1rem;
  padding-left: 1rem;
  position: relative;
}

.post-card-comment-replies[hidden],
.post-card-comment-edit-wrap[hidden],
.post-card-comment-reply-form-wrap[hidden] {
  display: none;
}

.post-card-comment-item--reply {
  gap: 0.5rem;
  padding-top: 0.15rem;
}

.post-card-comment-item--reply::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 1.05rem;
  width: 0.85rem;
  height: 3px;
  background: rgba(100, 116, 139, 0.5);
  border-radius: 999px;
}

.post-card-comment-item--reply .post-card-comment-avatar {
  flex-basis: 28px;
  height: 28px;
  width: 28px;
}

.post-card-comment-form--reply {
  margin: 0.55rem 0 0.35rem 0.45rem;
}

.post-card-comment-edit-wrap {
  margin: 0.45rem 0 0 0.45rem;
}

.post-card-comment-edit-form {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.post-card-comment-edit-actions {
  align-items: center;
  display: flex;
  gap: 0.65rem;
}

.post-card-comment-bubble {
  display: inline-block;
  max-width: 100%;
}

.post-card-comment-domain {
  margin-top: 0;
}

