#jw-single-app .jw-comments-section {
  border-top: 1px solid var(--jw-border, #E5E5E5);
  margin-top: 4rem;
  padding-top: 2.75rem;
}

#jw-single-app .jw-comments-section__eyebrow {
  color: var(--jw-gray, #52525B);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

#jw-single-app .jw-comments-section__title {
  color: var(--jw-dark, #171717);
  font-family: var(--jw-font-serif, Georgia, "Times New Roman", serif);
  font-size: clamp(1.75rem, 2.4vw, 2.3rem);
  line-height: 1.1;
  margin: 0;
}

#jw-single-app .jw-comments-section__intro,
#jw-single-app .jw-comments-empty,
#jw-single-app .jw-comments-note,
#jw-single-app .jw-comments-login {
  color: var(--jw-gray, #52525B);
  line-height: 1.75;
  margin: 0.9rem 0 0;
}

#jw-single-app .jw-comments-notice {
  background: rgba(183, 121, 31, 0.08);
  border: 1px solid rgba(183, 121, 31, 0.24);
  border-radius: 0.9rem;
  color: #7c4a10;
  line-height: 1.6;
  margin-top: 1.2rem;
  padding: 0.9rem 1rem;
}

#jw-single-app .jw-comments-notice--success {
  background: rgba(5, 150, 105, 0.08);
  border-color: rgba(5, 150, 105, 0.24);
  color: #0f766e;
}

#jw-single-app .jw-comments-login a,
.jw-account-comment-title a,
.jw-account-comment-link {
  color: var(--jw-blue, #1A365D);
  text-decoration: none;
}

#jw-single-app .jw-comments-login a:hover,
#jw-single-app .jw-comments-login a:focus,
.jw-account-comment-title a:hover,
.jw-account-comment-title a:focus,
.jw-account-comment-link:hover,
.jw-account-comment-link:focus {
  color: var(--jw-gold, #B7791F);
}

#jw-single-app .jw-comments-list {
  display: grid;
  gap: 1rem;
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
}

#jw-single-app .jw-comment-card {
  margin: 0;
}

#jw-single-app .jw-comment-card__inner,
.jw-account-comment-item {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(26, 54, 93, 0.14);
  border-radius: 1rem;
  box-shadow: 0 14px 32px rgba(23, 23, 23, 0.06);
  padding: 1.15rem 1.25rem;
}

#jw-single-app .jw-comment-card__header,
.jw-account-comment-header {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

#jw-single-app .jw-comment-card__author,
.jw-account-comment-title {
  color: var(--jw-blue, #1A365D);
  font-family: var(--jw-font-serif, Georgia, "Times New Roman", serif);
  font-size: 1.1rem;
  line-height: 1.2;
  margin: 0;
}

#jw-single-app .jw-comment-card__author-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

#jw-single-app .jw-comment-card__author-link:hover,
#jw-single-app .jw-comment-card__author-link:focus {
  color: var(--jw-gold, #B7791F);
}

#jw-single-app .jw-comment-card__meta,
.jw-account-comment-meta {
  color: var(--jw-gray, #52525B);
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0.35rem 0 0;
}

#jw-single-app .jw-comment-card__content {
  color: var(--jw-dark, #171717);
  line-height: 1.8;
  margin-top: 0.95rem;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  word-break: break-word;
}

#jw-single-app .jw-comment-card__content > *:first-child {
  margin-top: 0;
}

#jw-single-app .jw-comment-card__content > *:last-child {
  margin-bottom: 0;
}

#jw-single-app .jw-comment-card__footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.jw-comment-status,
.jw-account-comment-status {
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0.45rem 0.7rem;
  text-transform: uppercase;
}

.jw-comment-status--pending,
.jw-account-comment-status--pending {
  background: rgba(183, 121, 31, 0.12);
  color: #7c4a10;
}

.jw-account-comment-status--approved {
  background: rgba(5, 150, 105, 0.12);
  color: #0f766e;
}

#jw-single-app .jw-comment-form {
  margin-top: 1.8rem;
}

#jw-single-app .jw-comment-form label {
  color: var(--jw-dark, #171717);
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.45rem;
}

#jw-single-app .jw-comment-form textarea {
  background: #fff;
  border: 1px solid rgba(26, 54, 93, 0.18);
  border-radius: 0.95rem;
  color: var(--jw-dark, #171717);
  font: inherit;
  min-height: 10rem;
  padding: 0.95rem 1rem;
  resize: vertical;
  width: 100%;
}

#jw-single-app .jw-comment-form textarea:focus {
  border-color: rgba(26, 54, 93, 0.42);
  box-shadow: 0 0 0 4px rgba(26, 54, 93, 0.08);
  outline: none;
}

.jw-comment-character-count {
  color: var(--jw-gray, #52525B);
  display: inline-flex;
  font-size: 0.86rem;
  line-height: 1.5;
  margin-top: 0.55rem;
}

#jw-single-app .jw-comment-like-button,
#jw-single-app .jw-comments-existing-link {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(26, 54, 93, 0.18);
  border-radius: var(--jw-button-radius-sm);
  color: var(--jw-blue, #1A365D);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  gap: 0.35rem;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.6rem 0.95rem;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

#jw-single-app .jw-comment-like-button:hover,
#jw-single-app .jw-comment-like-button:focus,
#jw-single-app .jw-comments-existing-link:hover,
#jw-single-app .jw-comments-existing-link:focus {
  border-color: rgba(26, 54, 93, 0.42);
  box-shadow: 0 12px 24px rgba(26, 54, 93, 0.12);
  color: var(--jw-gold, #B7791F);
  transform: translateY(-1px);
}

#jw-single-app .jw-comment-like-button.is-liked {
  background: rgba(26, 54, 93, 0.08);
  border-color: rgba(26, 54, 93, 0.26);
}

#jw-single-app .jw-comment-like-button.is-loading {
  cursor: wait;
  opacity: 0.7;
}

#jw-single-app .jw-comment-like-count {
  color: var(--jw-gray, #52525B);
  font-size: 0.9rem;
  line-height: 1.5;
}

#jw-single-app .jw-comments-existing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

#jw-single-app .jw-comment-card__actions,
#jw-single-app .jw-comment-card__form-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

#jw-single-app .jw-comment-card__action,
#jw-single-app .jw-comment-card__submit {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(26, 54, 93, 0.18);
  border-radius: var(--jw-button-radius-sm);
  color: var(--jw-blue, #1A365D);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  justify-content: center;
  min-height: 2.6rem;
  padding: 0.65rem 1rem;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

#jw-single-app .jw-comment-card__action:hover,
#jw-single-app .jw-comment-card__action:focus,
#jw-single-app .jw-comment-card__submit:hover,
#jw-single-app .jw-comment-card__submit:focus {
  border-color: rgba(26, 54, 93, 0.42);
  box-shadow: 0 12px 24px rgba(26, 54, 93, 0.12);
  color: var(--jw-gold, #B7791F);
  transform: translateY(-1px);
}

#jw-single-app .jw-comment-card__action--danger {
  border-color: rgba(185, 28, 28, 0.22);
  color: #991b1b;
}

#jw-single-app .jw-comment-card__remove-form {
  margin: 0;
}

#jw-single-app .jw-comment-card__edit-form {
  border-top: 1px solid rgba(26, 54, 93, 0.12);
  display: grid;
  gap: 1rem;
  margin-top: 1.15rem;
  padding-top: 1rem;
}

#jw-single-app .jw-comment-card__field {
  display: grid;
  gap: 0.45rem;
}

#jw-single-app .jw-comment-card__field-label {
  color: var(--jw-dark, #171717);
  font-size: 0.95rem;
  font-weight: 600;
}

#jw-single-app .jw-comment-card__textarea {
  background: #fff;
  border: 1px solid rgba(26, 54, 93, 0.18);
  border-radius: 0.95rem;
  color: var(--jw-dark, #171717);
  font: inherit;
  min-height: 9rem;
  padding: 0.95rem 1rem;
  resize: vertical;
  width: 100%;
}

#jw-single-app .jw-comment-card__textarea:focus {
  border-color: rgba(26, 54, 93, 0.42);
  box-shadow: 0 0 0 4px rgba(26, 54, 93, 0.08);
  outline: none;
}

#jw-single-app .jw-comment-submit {
  align-items: center;
  background: var(--jw-blue, #1A365D);
  border: 1px solid var(--jw-blue, #1A365D);
  border-radius: var(--jw-button-radius);
  box-shadow: var(--jw-button-shadow-soft);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 700;
  justify-content: center;
  min-height: var(--jw-button-min-height);
  padding: 0.72rem 1.2rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#jw-single-app .jw-comment-submit:hover,
#jw-single-app .jw-comment-submit:focus {
  box-shadow: var(--jw-button-shadow);
  transform: translateY(-1px);
}

.jw-account-comments-section {
  margin-top: 1.5rem;
}

.jw-account-comment-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.jw-account-comment-link {
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 600;
  margin-top: 0.55rem;
}

.jw-account-notice--success {
  background: rgba(5, 150, 105, 0.08);
  border-color: rgba(5, 150, 105, 0.24);
  color: #0f766e;
}

.jw-account-comment-actions,
.jw-account-comment-form-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.jw-account-comment-action,
.jw-account-comment-remove {
  min-height: 2.6rem;
  padding: 0.7rem 1.15rem;
}

.jw-account-comment-remove {
  border-color: rgba(185, 28, 28, 0.22);
  color: #991b1b;
}

.jw-account-comment-remove-form {
  margin: 0;
}

.jw-account-comment-form {
  border-top: 1px solid rgba(26, 54, 93, 0.12);
  display: grid;
  gap: 1rem;
  margin-top: 1.15rem;
  padding-top: 1rem;
}

.jw-account-comment-field {
  display: grid;
  gap: 0.45rem;
}

.jw-account-comment-field__label {
  color: var(--jw-dark, #171717);
  font-size: 0.95rem;
  font-weight: 600;
}

.jw-account-comment-field textarea {
  background: #fff;
  border: 1px solid rgba(26, 54, 93, 0.18);
  border-radius: 0.95rem;
  color: var(--jw-dark, #171717);
  font: inherit;
  min-height: 9rem;
  padding: 0.95rem 1rem;
  resize: vertical;
  width: 100%;
}

.jw-account-comment-field textarea:focus {
  border-color: rgba(26, 54, 93, 0.42);
  box-shadow: 0 0 0 4px rgba(26, 54, 93, 0.08);
  outline: none;
}

.jw-account-comment-excerpt {
  color: #4b5563;
  line-height: 1.7;
  margin: 0.9rem 0 0;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  word-break: break-word;
}

.jw-public-profile-page .jw-profile-comments {
  display: grid;
  gap: 1rem;
}

.jw-public-profile-page .jw-profile-comments--preview {
  gap: 0.85rem;
}

#jw-single-app .jw-comment-card,
.jw-public-profile-page .jw-comment-card {
  margin: 0;
}

.jw-public-profile-page .jw-comment-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

#jw-single-app .jw-comment-card__inner,
.jw-public-profile-page .jw-comment-card__inner {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(10, 25, 47, 0.1);
  border-radius: 1.05rem;
  box-shadow: 0 12px 28px rgba(10, 25, 47, 0.06);
  padding: 1rem 1.1rem;
}

.jw-public-profile-page .jw-comment-card__inner--profile-preview {
  padding: 0.9rem 0.95rem;
}

.jw-public-profile-page .jw-comment-card__inner--profile-preview .jw-comment-card__header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  column-gap: 0.85rem;
  row-gap: 0.35rem;
}

.jw-public-profile-page .jw-comment-card__inner--profile-preview .jw-comment-card__identity,
.jw-public-profile-page .jw-comment-card__inner--profile-preview .jw-comment-card__identity-body {
  display: contents;
}

.jw-public-profile-page .jw-comment-card__inner--profile-preview .jw-comment-card__avatar-wrap {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.jw-public-profile-page .jw-comment-card__inner--profile-preview .jw-comment-card__byline {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.jw-public-profile-page .jw-comment-card__inner--profile-preview .jw-comment-card__handle {
  display: none;
}

.jw-public-profile-page .jw-comment-card__inner--profile-preview .jw-comment-card__meta {
  grid-column: 2 / 4;
  grid-row: 2;
  min-width: 0;
  margin-top: 0;
}

.jw-public-profile-page .jw-comment-card__inner--profile-preview .jw-comment-card__meta-item--place {
  min-width: 0;
  flex: 1 1 auto;
}

.jw-public-profile-page .jw-comment-card__inner--profile-preview .jw-comment-card__place-link {
  display: block;
  min-width: 0;
}

.jw-public-profile-page .jw-comment-card__inner--profile-preview .jw-comment-card__aside {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  align-self: start;
}

#jw-single-app .jw-comment-card__header,
.jw-public-profile-page .jw-comment-card__header {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

#jw-single-app .jw-comment-card__identity,
.jw-public-profile-page .jw-comment-card__identity {
  align-items: flex-start;
  display: flex;
  gap: 0.85rem;
  min-width: 0;
  flex: 1 1 auto;
}

#jw-single-app .jw-comment-card__avatar-wrap,
.jw-public-profile-page .jw-comment-card__avatar-wrap {
  flex: 0 0 auto;
}

#jw-single-app .jw-comment-card__avatar,
.jw-public-profile-page .jw-comment-card__avatar {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  object-fit: cover;
  display: block;
  float: none;
  box-shadow: 0 0 0 1px rgba(10, 25, 47, 0.1);
}

#jw-single-app .jw-comment-card__avatar--fallback,
.jw-public-profile-page .jw-comment-card__avatar--fallback {
  align-items: center;
  background: #edf1f4;
  color: #1a365d;
  display: inline-flex;
  font-family: var(--jw-font-sans);
  font-size: 0.78rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
  text-align: center;
}

.jw-public-profile-page .jw-comment-card__inner--profile-preview .jw-comment-card__avatar {
  width: 2.7rem;
  height: 2.7rem;
}

#jw-single-app .jw-comment-card__identity-body,
.jw-public-profile-page .jw-comment-card__identity-body {
  min-width: 0;
  flex: 1 1 auto;
}

#jw-single-app .jw-comment-card__byline,
.jw-public-profile-page .jw-comment-card__byline {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
}

#jw-single-app .jw-comment-card__author,
.jw-public-profile-page .jw-comment-card__author {
  color: var(--jw-blue, #1A365D);
  font-family: var(--jw-font-serif, Georgia, "Times New Roman", serif);
  font-size: 1.02rem;
  line-height: 1.08;
  margin: 0;
}

#jw-single-app .jw-comment-card__author-link,
.jw-public-profile-page .jw-comment-card__author-link,
#jw-single-app .jw-comment-card__handle,
.jw-public-profile-page .jw-comment-card__handle,
#jw-single-app .jw-comment-card__place-link,
.jw-public-profile-page .jw-comment-card__place-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.18s ease;
}

#jw-single-app .jw-comment-card__author-link:hover,
#jw-single-app .jw-comment-card__author-link:focus,
.jw-public-profile-page .jw-comment-card__author-link:hover,
.jw-public-profile-page .jw-comment-card__author-link:focus,
#jw-single-app .jw-comment-card__handle:hover,
#jw-single-app .jw-comment-card__handle:focus,
.jw-public-profile-page .jw-comment-card__handle:hover,
.jw-public-profile-page .jw-comment-card__handle:focus,
#jw-single-app .jw-comment-card__place-link:hover,
#jw-single-app .jw-comment-card__place-link:focus,
.jw-public-profile-page .jw-comment-card__place-link:hover,
.jw-public-profile-page .jw-comment-card__place-link:focus {
  color: var(--jw-gold, #B7791F);
}

#jw-single-app .jw-comment-card__handle,
.jw-public-profile-page .jw-comment-card__handle {
  color: #7b8aa4;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
}

#jw-single-app .jw-comment-card__meta,
.jw-public-profile-page .jw-comment-card__meta {
  align-items: center;
  color: #8a95a8;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  font-size: 0.8rem;
  line-height: 1.45;
  margin: 0.28rem 0 0;
}

#jw-single-app .jw-comment-card__meta-item--place,
.jw-public-profile-page .jw-comment-card__meta-item--place {
  color: var(--jw-blue, #1A365D);
  font-weight: 600;
}

#jw-single-app .jw-comment-card__meta-separator,
.jw-public-profile-page .jw-comment-card__meta-separator {
  color: #c0c7d4;
}

#jw-single-app .jw-comment-card__aside,
.jw-public-profile-page .jw-comment-card__aside {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex: 0 0 auto;
}

#jw-single-app .jw-comment-card__signals,
.jw-public-profile-page .jw-comment-card__signals {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
}

#jw-single-app .jw-comment-card__signal,
.jw-public-profile-page .jw-comment-card__signal {
  align-items: center;
  display: inline-flex;
}

#jw-single-app .jw-comment-card__signals .jw-diary-rating,
.jw-public-profile-page .jw-comment-card__signals .jw-diary-rating {
  align-items: center;
  display: inline-flex;
  gap: 0.38rem;
}

#jw-single-app .jw-comment-card__signals .jw-diary-rating__stars,
.jw-public-profile-page .jw-comment-card__signals .jw-diary-rating__stars {
  display: inline-flex;
  gap: 0.02rem;
}

#jw-single-app .jw-comment-card__signals .jw-diary-rating__star,
.jw-public-profile-page .jw-comment-card__signals .jw-diary-rating__star {
  font-size: 0.84rem;
}

#jw-single-app .jw-comment-card__signals .jw-diary-rating__text,
.jw-public-profile-page .jw-comment-card__signals .jw-diary-rating__text {
  color: var(--jw-blue, #1A365D);
  font-size: 0.88rem;
  font-weight: 600;
}

#jw-single-app .jw-comment-card__signal--favorite,
.jw-public-profile-page .jw-comment-card__signal--favorite {
  color: #d33b52;
}

#jw-single-app .jw-comment-card__signal-icon,
.jw-public-profile-page .jw-comment-card__signal-icon {
  display: inline-flex;
  line-height: 0;
}

#jw-single-app .jw-comment-card__signal-icon svg,
.jw-public-profile-page .jw-comment-card__signal-icon svg {
  width: 0.98rem;
  height: 0.98rem;
}

#jw-single-app .jw-comment-card__content {
  color: #243b5a;
  font-size: 0.88rem;
  line-height: 1.42;
  clear: both;
  margin-top: 0.58rem;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  word-break: break-word;
}

.jw-public-profile-page .jw-comment-card__content {
  color: #243b5a;
  font-size: 0.9rem;
  line-height: 1.55;
  margin-top: 0.8rem;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  word-break: break-word;
}

.jw-public-profile-page .jw-comment-card__inner--profile-preview .jw-comment-card__content {
  font-size: 0.84rem;
  line-height: 1.48;
  margin-top: 0.7rem;
}

#jw-single-app .jw-comment-card__footer,
.jw-public-profile-page .jw-comment-card__footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.9rem;
}

#jw-single-app .jw-comment-like-button,
.jw-public-profile-page .jw-comment-like-button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  color: var(--jw-blue, #1A365D);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  gap: 0.45rem;
  justify-content: center;
  min-height: auto;
  padding: 0;
  text-decoration: none;
  transition: color 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
}

#jw-single-app .jw-comment-like-button:hover,
#jw-single-app .jw-comment-like-button:focus,
.jw-public-profile-page .jw-comment-like-button:hover,
.jw-public-profile-page .jw-comment-like-button:focus {
  border-color: transparent;
  box-shadow: none;
  color: var(--jw-gold, #B7791F);
  transform: translateY(-1px);
}

#jw-single-app .jw-comment-like-button__icon,
.jw-public-profile-page .jw-comment-like-button__icon {
  display: inline-flex;
  line-height: 0;
}

#jw-single-app .jw-comment-like-button__icon svg,
.jw-public-profile-page .jw-comment-like-button__icon svg {
  width: 1rem;
  height: 1rem;
}

#jw-single-app .jw-comment-like-button.is-liked,
.jw-public-profile-page .jw-comment-like-button.is-liked {
  background: transparent;
  border-color: transparent;
  color: #d33b52;
}

#jw-single-app .jw-comment-like-button.is-liked .jw-comment-like-button__icon svg path,
.jw-public-profile-page .jw-comment-like-button.is-liked .jw-comment-like-button__icon svg path {
  fill: currentColor;
  stroke: currentColor;
}

#jw-single-app .jw-comment-like-button.is-loading,
.jw-public-profile-page .jw-comment-like-button.is-loading {
  cursor: wait;
  opacity: 0.7;
}

#jw-single-app .jw-comment-like-count,
.jw-public-profile-page .jw-comment-like-count {
  color: #8a95a8;
  font-size: 0.84rem;
  line-height: 1.4;
}

@media (max-width: 860px) {
  #jw-single-app .jw-comment-card__header,
  .jw-public-profile-page .jw-comment-card__header,
  .jw-account-comment-header {
    flex-direction: column;
  }

  #jw-single-app .jw-comment-card__aside,
  .jw-public-profile-page .jw-comment-card__aside {
    align-items: flex-start;
  }

  #jw-single-app .jw-comment-card__actions,
  #jw-single-app .jw-comment-card__form-actions,
  .jw-account-comment-actions,
  .jw-account-comment-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  #jw-single-app .jw-comment-card__footer,
  .jw-public-profile-page .jw-comment-card__footer,
  #jw-single-app .jw-comments-existing-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .jw-public-profile-page .jw-comment-card__inner--profile-preview .jw-comment-card__header {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .jw-public-profile-page .jw-comment-card__inner--profile-preview .jw-comment-card__avatar-wrap {
    grid-row: 1 / span 3;
  }

  .jw-public-profile-page .jw-comment-card__inner--profile-preview .jw-comment-card__aside {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
  }

  .jw-public-profile-page .jw-comment-card__inner--profile-preview .jw-comment-card__meta {
    grid-column: 2;
    grid-row: 3;
  }
}
