/* reaction sec */
.jpCommenter {
  font-family: var(--jp-font-body, "cartogothic_stdregular", "Plus Jakarta Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif);
  color: #1e2421;
  scroll-margin-top: 7rem;
}

.jpCommentJump {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: .85em 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #145c2e;
  font-family: var(--jp-font-ui, "Plus Jakarta Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.jpCommentJump:hover {
  color: #0a4f24;
  text-decoration: underline;
}

.jpCommenter button,
.jpCommenter input,
.jpCommenter select,
.jpCommenter textarea {
  font-family: var(--jp-font-ui, "Plus Jakarta Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif);
}

.jpCommenter .reaction-sec { margin-top: 2em; }
.jpCommenter .reaction-sec h6 {
  text-align: center;
  font-family: var(--jp-font-display, "Montserrat", "Plus Jakarta Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: 1.2em;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #1a1d1b;
  margin-bottom: 0.5em;
}
.jpCommenter .reaction-sec span {
  text-align: center;
  font-family: var(--jp-font-ui, "Plus Jakarta Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: 1em;
  font-weight: 700;
  color: #777;
  display: block;
}
.jpCommenter .reaction-sec .reaction-list { display: flex; flex-wrap: wrap; justify-content: space-between; width: 95%; margin: 1em auto; max-width: 600px; }
.jpCommenter .reaction-sec .reaction-list a { display: block; background: #eee; padding: .5em; border-radius: 20px; }
.jpCommenter .reaction-sec .reaction-list a img { width: 38px; margin-right: 1em; }
.jpCommenter .reaction-sec .reaction-list a em {
  font-family: var(--jp-font-display, "Montserrat", "Plus Jakarta Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: 1.2em;
  color: #444;
}
.jpCommenter .reaction-sec .reaction-list a:hover { background: #69af86; text-decoration: none; }
.jpCommenter .reaction-sec .reaction-list a:hover em { color: #fff; }
.jpCommenter .reaction-sec .reaction-list a:hover img { width: 42px; }
.jpCommenter .reaction-sec .reaction-list a.selected { background: #28583c; text-decoration: none; }
.jpCommenter .reaction-sec .reaction-list a.selected em { color: #fff; }
.jpCommenter .reaction-sec .reaction-list a.selected img { width: 42px; }
.jpCommenter .comment-sec { margin-bottom: 2em; }
/* typing sec */
.jpCommenter .comment-sec .top-sec {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
  align-items: flex-end;
}
.jpCommenter .comment-sec .top-sec .left {
  font-family: var(--jp-font-display, "Montserrat", "Plus Jakarta Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: 1.6em;
  color: #1a1d1b;
}
.jpCommenter .comment-sec .top-sec .right {
  font-family: var(--jp-font-ui, "Plus Jakarta Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: 1.1em;
  color: #555;
}
.jpCommenter .comment-sec .typing-sec { border: 2px solid #ccc; border-radius: 15px; background: #fff; width: 95%; }
.jpCommenter .comment-sec .typing-sec textarea {
  display: block;
  width: 88%;
  border: none;
  min-height: 80px;
  background: none;
  font-family: var(--jp-font-ui, "Plus Jakarta Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif);
  padding: 1em;
  margin-left: .5em;
}
.jpCommenter .comment-sec .typing-sec .action-sec { background: #eee; padding: .2em 0; }
.jpCommenter .comment-sec .typing-sec .action-sec a.comment-btn { float: right; margin-right: 2em; display: block; border-radius: 10px; text-align: center; }
.jpCommenter .comment-sec .typing-sec .action-sec a.comment-btn {
  background: #333;
  color: #fff;
  padding: .3em;
  font-family: var(--jp-font-ui, "Plus Jakarta Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: .9em;
  width: 80px;
}
.jpCommenter .comment-sec .typing-sec .action-sec a.comment-btn:hover { text-decoration: none; background: #0a7001; }
/* no comment */
.jpCommenter .comment-listing .no-comments { font-size: 1.1em; color: #999; text-align: center; margin-top: 3em; }
/*  Sort*/
.jpCommenter .comment-listing .sort-sec { margin-top: 1em; }
.jpCommenter .comment-listing .sort-sec ul { display: flex; width: 95%; justify-content: end; }
.jpCommenter .comment-listing .sort-sec li { margin-left: 1.2em; }
.jpCommenter .comment-listing .sort-sec a {
  color: #555;
  font-family: var(--jp-font-ui, "Plus Jakarta Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: .8em;
}
.jpCommenter .comment-listing .sort-sec a:hover { color: #153661; }
.jpCommenter .comment-listing .sort-sec a.selected { text-decoration: underline; color: #444; font-weight: bold; }
/* g */
.jpCommenter .comment-listing .comment-item { display: flex; margin-top: 1em; border-bottom: 1px solid #eee; padding-bottom: 1em; }
.jpCommenter .comment-listing .comment-item.pending { border-left: 5px solid #d4cf7c; background: #f0f1ab; padding: 0.3em; }
.jpCommenter .comment-listing .comment-item .left { margin-right: 0.7em; }
/* avatar sec */
.jpCommenter .comment-listing .avatar { width: 40px; height: 40px; }
.jpCommenter .comment-listing .avatar img { width: 100%; height: 100%; object-fit: cover; }
.jpCommenter .comment-listing .avatar .initials {
  display: flex;
  width: 100%;
  height: 100%;
  background: #0f4577;
  color: #fff;
  font-family: var(--jp-font-display, "Montserrat", "Plus Jakarta Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: 1.6em;
}
.jpCommenter .comment-listing .avatar .initials { justify-content: center; align-items: center; border-radius: 15px; }
.jpCommenter .comment-listing .avatar .initials.multiple { font-size: 1.4em; }
/* comment list */
.jpCommenter .comment-listing .comment-item .right .user_info { margin-bottom: 0.8em; }
.jpCommenter .comment-listing .comment-item .right .user_info em {
  font-family: var(--jp-font-ui, "Plus Jakarta Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: .9em;
  color: #555;
  display: block;
}
.jpCommenter .comment-listing .comment-item .right .user_info .date {
  font-family: var(--jp-font-ui, "Plus Jakarta Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: .8em;
  color: #999;
}
.jpCommenter .comment-listing .comment-item .content p {
  font-family: var(--jp-font-body, "cartogothic_stdregular", "Plus Jakarta Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: .95em;
  color: #444;
  line-height: 1.6em;
}
.jpCommenter .comment-listing .comment-item .bottom { margin-top: .5em; display: flex; }
.jpCommenter .comment-listing .comment-item .bottom ul { display: flex; margin-right: 1.8em; }
.jpCommenter .comment-listing .comment-item .bottom li { margin-right: 0.3em; }
.jpCommenter .comment-listing .comment-item .bottom li a.vote { display: block; padding: .2em .8em; border-radius: 15px; }
.jpCommenter .comment-listing .comment-item .bottom li a.vote img { width: 20px; vertical-align: middle; opacity: 0.7; }
.jpCommenter .comment-listing .comment-item .bottom li a.vote em {
  color: #555;
  font-family: var(--jp-font-ui, "Plus Jakarta Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: .8em;
  vertical-align: middle;
}
.jpCommenter .comment-listing .comment-item .bottom li a.vote.selected { background: #5e7b96; color: #fff; }
.jpCommenter .comment-listing .comment-item .bottom li a.vote.selected em { color: #fff; }
.jpCommenter .comment-listing .comment-item .bottom li a.vote.selected img { filter: brightness(0) invert(1); opacity: 0.9; }
.jpCommenter .comment-listing .comment-item .bottom li a.vote:hover { background: #eee; text-decoration: none; }
.jpCommenter .comment-listing .comment-item .bottom li a.vote:hover img { filter: brightness(0) invert(0); opacity: 0.9; }
.jpCommenter .comment-listing .comment-item .bottom li a.vote.selected:hover { background: #2aa10c; color: #fff; }
.jpCommenter .comment-listing .comment-item .bottom li a.vote.selected:hover img { filter: brightness(0) invert(1); opacity: 0.9; }
.jpCommenter .comment-listing .comment-item .bottom li a.vote.downvote.selected:hover { background: #a1360c; color: #fff; }
.jpCommenter .comment-listing .comment-item .bottom a.reply {
  font-family: var(--jp-font-ui, "Plus Jakarta Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: .8em;
  color: #444;
  display: block;
  margin-top: 0.4em;
}
.jpCommenter .comment-listing .comment-item .bottom a.reply:hover { font-weight: bold; text-decoration: none; }
/* replt sec */
.jpCommenter .comment-listing .comment-item .reply-sec { display: flex; margin: 1.5em 0; background: #f4f4f4; padding: .5em; }
.jpCommenter .comment-listing .comment-item .reply-sec .user-info { margin-right: 1em; }
.jpCommenter .comment-listing .comment-item .reply-sec .typing-sec { width: 90%; }
.jpCommenter .comment-listing .comment-item .reply-sec .typing-sec textarea { width: 85%; }
.jpCommenter .comment-listing .comment-item .reply-sec .action-sec .cancel { font-size: .8em; color: #555; margin-left: .5em; }
/* child */
.jpCommenter .comment-listing .child-comments li:first-child .comment-item { border-top: 1px dotted #aaa; padding-top: 1em; }
.jpCommenter .comment-listing .child-comments .show-replies {
  display: block;
  color: #20507c;
  font-family: var(--jp-font-ui, "Plus Jakarta Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: .8em;
  width: 80px;
  font-weight: bold;
}
.jpCommenter .comment-listing .child-comments .show-replies { padding: .5em .5em; text-align: center; border-radius: 15px; margin-top: 1em; }
.jpCommenter .comment-listing .child-comments .show-replies em { font-size: 1.4em; }
.jpCommenter .comment-listing .child-comments .show-more-replies { display: block; color: #145992; text-decoration: underline; font-size: .8em; width: 90%; max-width: 150px; text-align: center; margin: 1em auto 0 auto; }
.jpCommenter .comment-listing a.load-more-comments {
  display: block;
  background: #0f4577;
  color: #fff;
  padding: .5em;
  font-family: var(--jp-font-ui, "Plus Jakarta Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: .9em;
  width: 90%;
  max-width: 500px;
  border-radius: 15px;
  text-align: center;
  margin: 2em auto;
}
.jpCommenter .comment-listing a.load-more-comments:hover { background: #0a7001; text-decoration: none; }
/* Guest mode popup */
.jpCommenter .guest-mode-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  overflow: auto;
  padding: 1rem;
  background: rgba(19, 21, 20, 0.66);
}

.jpCommenter .guest-mode-popup .p_content-sec {
  position: relative;
  width: min(100%, 31rem);
  max-width: 31rem;
  margin: 0 auto;
  padding: 1rem 1.1rem 1.05rem;
  border: 1px solid rgba(16, 24, 16, 0.08);
  border-radius: 2rem;
  background: #ffffff;
  box-shadow: 0 28px 68px rgba(10, 16, 12, 0.24);
  box-sizing: border-box;
}

.jpCommenter .guest-mode-popup .close {
  position: absolute;
  top: 0.85rem;
  right: 0.95rem;
  float: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #7b7f7c;
  font-size: 2.35rem;
  line-height: 1;
  text-decoration: none;
}

.jpCommenter .guest-mode-popup .p_content-sec h6 {
  margin: 1.75rem 0 0.7rem;
  color: #111111;
  font-family: var(--jp-font-ui, "Plus Jakarta Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: clamp(2rem, 5.8vw, 2.65rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1.02;
  text-align: center;
}

.jpCommenter .guest-mode-popup .p_content-sec .error {
  min-height: 1.2rem;
  margin: 0 0 0.7rem;
  color: #8f1f2b;
  font-size: 0.88rem;
  text-align: center;
}

.jpCommenter .guest-mode-popup .p_content-sec fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.jpCommenter .guest-mode-popup .p_content-sec fieldset input {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.82rem 1rem;
  border: 1px solid #d8d8d8;
  border-radius: 1rem;
  background: #ffffff;
  color: #111111;
  font: inherit;
  font-size: 1rem;
  box-sizing: border-box;
}

.jpCommenter .guest-mode-popup .p_content-sec fieldset input:focus {
  outline: none;
  border-color: #2f7e39;
  box-shadow: 0 0 0 4px rgba(47, 126, 57, 0.12);
}

.jpCommenter .guest-mode-popup .p_content-sec a.submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3rem;
  margin: 1rem auto 0;
  padding: 0.75rem 1rem;
  box-sizing: border-box;
  border-radius: 1rem;
  background: #2f7e39;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 16px 28px rgba(47, 126, 57, 0.18);
}

.jpCommenter .guest-mode-popup .p_content-sec a.submit:hover {
  background: #276632;
  box-shadow: 0 18px 30px rgba(47, 126, 57, 0.22);
  text-decoration: none;
}
/*--------------------------------------------------------
  			Small Screen
---------------------------------------------------------*/
@media screen and (max-width: 800px) {
  .jpCommenter .reaction-sec .reaction-list {
    max-width: 310px;
  }
  .jpCommenter .reaction-sec .reaction-list a {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 500px) { }

/* global comment redesign */
.jpCommenter .reaction-sec {
  margin-top: 0;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(30, 36, 33, 0.08);
}

.jpCommenter .reaction-sec h6 {
  margin: 0;
  color: #1a1d1b;
  text-align: center;
}

.jpCommenter .reaction-sec .total_responses {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 8px auto 0;
  width: fit-content;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #ccc;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.jpCommenter .reaction-sec .total_responses em {
  color: inherit;
  font-style: normal;
}

.jpCommenter .reaction-sec .reaction-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 12px;
  width: 100%;
  max-width: none;
  margin: 18px 0 0;
  justify-items: stretch;
}

.jpCommenter .reaction-sec .reaction-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 68px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(46, 119, 55, 0.08);
  box-shadow: 0 8px 16px rgba(25, 35, 28, 0.05);
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.jpCommenter .reaction-sec .reaction-list a:hover {
  background: #fff;
  border-color: rgba(46, 119, 55, 0.18);
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(25, 35, 28, 0.08);
}

.jpCommenter .reaction-sec .reaction-list a.selected {
  background: linear-gradient(135deg, rgba(46, 119, 55, 0.14) 0%, rgba(240, 195, 49, 0.2) 100%);
  border-color: rgba(46, 119, 55, 0.22);
  box-shadow: 0 14px 24px rgba(25, 35, 28, 0.08);
}

.jpCommenter .reaction-sec .reaction-list a.selected:hover {
  transform: translateY(-2px);
}

.jpCommenter .reaction-sec .reaction-list .reaction-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
}

.jpCommenter .reaction-sec .reaction-list .reaction-icon img {
  width: 100%;
  height: 100%;
  margin-right: 0;
  object-fit: contain;
}

.jpCommenter .reaction-sec .reaction-list .reaction-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
}

.jpCommenter .reaction-sec .reaction-list .reaction-label {
  color: #64706a;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.jpCommenter .reaction-sec .reaction-list a em {
  margin-top: 2px;
  color: #1e2421;
  font-size: 1.25rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-align: center;
}

.jpCommenter .reaction-sec .reaction-list a.selected .reaction-label,
.jpCommenter .reaction-sec .reaction-list a.selected em {
  color: #163d1b;
}

.jpCommenter .reaction-sec .reaction-list a em {
  color: #444;
}

.jpCommenter .comment-sec {
  margin-bottom: 0;
  padding-top: 28px;
}

.jpCommenter .comment-sec .top-sec {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.jpCommenter .comment-sec .top-sec .left {
  display: grid;
  gap: 8px;
}

.jpCommenter .comment-sec .top-sec .section-note {
  margin: 0;
  color: #94a09a;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
}

.jpCommenter .comment-sec .top-sec .right.login-sec {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(46, 119, 55, 0.1);
  color: #2e7737;
  font-size: 0.88rem;
  font-weight: 800;
  box-shadow: 0 8px 16px rgba(25, 35, 28, 0.05);
}

.jpCommenter .comment-sec .top-sec .right.login-sec:empty {
  display: none;
}

.jpCommenter .comment-sec .guest-claim-prompt {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(46, 119, 55, 0.12);
  border-radius: 16px;
  background: rgba(247, 250, 246, 0.96);
}

.jpCommenter .comment-sec .guest-claim-prompt p {
  margin: 0;
  color: #55615b;
  font-size: 0.84rem;
  line-height: 1.55;
}

.jpCommenter .comment-sec .guest-claim-prompt strong {
  color: #1e2421;
}

.jpCommenter .comment-sec .guest-claim-prompt .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.jpCommenter .comment-sec .guest-claim-prompt .actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-family: var(--jp-font-ui, "Plus Jakarta Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.jpCommenter .comment-sec .guest-claim-prompt .actions a.claim-account {
  background: #2e7737;
  color: #fff;
}

.jpCommenter .comment-sec .guest-claim-prompt .actions a.claim-login {
  background: rgba(46, 119, 55, 0.08);
  color: #255f2d;
}

.jpCommenter .comment-sec .typing-sec {
  width: 100%;
  border: 1px solid rgba(46, 119, 55, 0.14);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 251, 245, 1) 100%);
  box-shadow: 0 14px 28px rgba(25, 35, 28, 0.06);
  overflow: hidden;
}

.jpCommenter .comment-sec .typing-sec textarea {
  width: 100%;
  min-height: 122px;
  margin: 0;
  padding: 20px 22px 12px;
  border: none;
  background: transparent;
  color: #1e2421;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  resize: vertical;
}

.jpCommenter .comment-sec .typing-sec textarea:focus {
  outline: none;
}

.jpCommenter .comment-sec .typing-sec .action-sec {
  display: flex;
  justify-content: flex-end;
  padding: 0 18px 18px;
  background: transparent;
}

.jpCommenter .comment-sec .typing-sec .action-sec a.comment-btn {
  float: none;
  margin: 0;
  width: auto;
  min-width: 160px;
  padding: 14px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2e7737 0%, #225d29 100%);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(46, 119, 55, 0.18);
}

.jpCommenter .comment-sec .typing-sec .action-sec a.comment-btn:hover {
  background: linear-gradient(135deg, #16431c 0%, #19431d 100%);
  transform: translateY(-1px);
}

.jpCommenter .comment-listing {
  margin-top: 24px;
  display: grid;
  gap: 16px;
}

.jpCommenter .comment-listing .sort-sec {
  margin-top: 0;
}

.jpCommenter .comment-listing .sort-sec ul {
  width: 100%;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}

.jpCommenter .comment-listing .sort-sec li {
  margin-left: 0;
}

.jpCommenter .comment-listing .sort-sec a {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid transparent;
  color: #64706a;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.jpCommenter .comment-listing .sort-sec a.selected {
  background: #fff;
  border-color: rgba(46, 119, 55, 0.14);
  color: #2e7737;
  text-decoration: none;
  box-shadow: 0 8px 16px rgba(25, 35, 28, 0.05);
}

.jpCommenter .comment-listing .comment-item {
  display: flex;
  gap: 14px;
  margin-top: 0;
  padding: 18px 0 16px;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid transparent;
}

.jpCommenter .comment-listing .comment-item.showing-replies {
  border-bottom-color: rgba(46, 119, 55, 0.12);
}

.jpCommenter .comment-listing .comment-item.pending {
  border-left: 5px solid #f0c331;
  background: rgba(240, 195, 49, 0.08);
}

.jpCommenter .comment-listing .comment-item .left {
  margin-right: 0;
}

.jpCommenter .comment-listing .avatar {
  width: 48px;
  height: 48px;
}

.jpCommenter .comment-listing .avatar .initials {
  border-radius: 16px;
  background: linear-gradient(145deg, #1f5e27 0%, #2f7938 100%);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.jpCommenter .comment-listing .comment-item .right .user_info {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  margin-bottom: 10px;
  min-width: 0;
  white-space: nowrap;
}

.jpCommenter .comment-listing .comment-item .right .user_info em {
  color: #1e2421;
  font-size: 0.98rem;
  font-weight: 900;
}

.jpCommenter .comment-listing .comment-item .right .user_info .date {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #64706a;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.jpCommenter .comment-listing .comment-item .content p {
  color: #2b322d;
  font-size: 0.98rem;
  line-height: 1.7;
}

.jpCommenter .comment-listing .comment-item .bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.jpCommenter .comment-listing .comment-item .bottom ul {
  display: flex;
  gap: 8px;
  margin-right: 0;
}

.jpCommenter .comment-listing .comment-item .bottom li {
  margin-right: 0;
}

.jpCommenter .comment-listing .comment-item .bottom li a.vote,
.jpCommenter .comment-listing .comment-item .bottom a.reply {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #f4f7f3;
  color: #334039;
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
}

.jpCommenter .comment-listing .comment-item .bottom li a.vote img {
  width: 18px;
  opacity: 0.8;
}

.jpCommenter .comment-listing .comment-item .bottom li a.vote em {
  color: #1e2421;
  font-size: 0.85rem;
  font-style: normal;
  line-height: 1;
}

.jpCommenter .comment-listing .comment-item .bottom li a.vote.selected {
  background: rgba(46, 119, 55, 0.14);
  color: #2e7737;
}

.jpCommenter .comment-listing .comment-item .bottom li a.vote:hover,
.jpCommenter .comment-listing .comment-item .bottom a.reply:hover {
  background: rgba(46, 119, 55, 0.1);
  text-decoration: none;
}

.jpCommenter .comment-listing .comment-item .reply-container {
  margin-top: 12px;
}

.jpCommenter .comment-listing .comment-item .reply-sec {
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(46, 119, 55, 0.08);
  border-radius: 14px;
  background: rgba(247, 250, 246, 0.65);
}

.jpCommenter .comment-listing .comment-item .reply-sec .typing-sec {
  width: 100%;
  border-radius: 16px;
}

.jpCommenter .comment-listing .child-comments {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed rgba(46, 119, 55, 0.14);
}

.jpCommenter .comment-listing .child-comments .show-replies {
  width: fit-content;
  margin-top: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(46, 119, 55, 0.08);
  color: #2e7737;
  font-size: 0.8rem;
  font-weight: 800;
}

.jpCommenter .comment-listing .child-comments .show-more-replies {
  margin-top: 14px;
}

.jpCommenter .comment-listing a.load-more-comments {
  width: 100%;
  max-width: none;
  margin: 20px 0 0;
  padding: 14px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2e7737 0%, #225d29 100%);
  box-shadow: 0 10px 20px rgba(46, 119, 55, 0.18);
}

.jpCommenter .comment-listing a.load-more-comments:hover {
  background: linear-gradient(135deg, #16431c 0%, #19431d 100%);
}

@media screen and (max-width: 768px) {
  .jpCommenter .reaction-sec .reaction-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .jpCommenter .reaction-sec .reaction-list a {
    min-height: 0;
    padding: 10px 10px;
    gap: 8px;
    border-radius: 16px;
  }

  .jpCommenter .reaction-sec .reaction-list .reaction-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .jpCommenter .reaction-sec .reaction-list .reaction-label {
    font-size: 0.66rem;
    letter-spacing: 0.06em;
  }

  .jpCommenter .reaction-sec .reaction-list a em {
    font-size: 1.05rem;
  }

  .jpCommenter .comment-sec .typing-sec textarea {
    min-height: 110px;
    padding: 18px 18px 10px;
  }

  .jpCommenter .comment-sec .typing-sec .action-sec {
    padding: 0 14px 14px;
  }

  .jpCommenter .comment-sec .typing-sec .action-sec a.comment-btn {
    width: 100%;
    min-width: 0;
  }

  .jpCommenter .comment-listing .comment-item {
    padding: 16px;
  }
}

@media screen and (max-width: 520px) {
  .jpCommenter .reaction-sec .reaction-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .jpCommenter .reaction-sec .reaction-list a {
    padding: 9px 8px;
  }

  .jpCommenter .reaction-sec .reaction-list .reaction-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .jpCommenter .reaction-sec .reaction-list .reaction-label {
    font-size: 0.6rem;
  }

  .jpCommenter .reaction-sec .reaction-list a em {
    font-size: 0.98rem;
  }

  .jpCommenter .comment-listing .comment-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }

  .jpCommenter .comment-listing .avatar {
    width: 42px;
    height: 42px;
  }

  .jpCommenter .comment-listing .comment-item .right {
    flex: 1;
    min-width: 0;
  }

  .jpCommenter .comment-listing .comment-item .right .user_info {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 4px;
    margin-bottom: 8px;
    white-space: normal;
  }

  .jpCommenter .comment-listing .comment-item .right .user_info .date {
    width: fit-content;
  }
}

.jpCommenter .jp-commenter-status {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0.5em auto;
  padding: 0.35rem 0.8rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.84rem;
  line-height: 1.35;
  text-align: center;
  box-sizing: border-box;
}

.jpCommenter .jp-commenter-status.is-hidden {
  display: none;
}

.jpCommenter .jp-commenter-status.is-error {
  border-color: #efc0c0;
  background: #fff6f6;
  color: #bb5b5b;
}

.jpCommenter .jp-commenter-status.is-success {
  border-color: #b9dfbc;
  background: #f3fbf4;
  color: #2f7e39;
}

.jpCommenter .jp-commenter-status.is-info {
  border-color: #d9ddd9;
  background: #f8faf8;
  color: #6f756f;
}

.jpCommenter .reaction-sec .reaction-status {
  text-align: center;
}

.jpCommenter .comment-sec .typing-sec textarea:disabled,
.jpCommenter .comment-listing .comment-item .reply-sec .typing-sec textarea:disabled {
  opacity: 0.78;
  cursor: wait;
}

.jpCommenter .reaction-sec .reaction-list.is-busy a,
.jpCommenter .comment-sec .typing-sec .action-sec a.comment-btn[aria-disabled="true"],
.jpCommenter .comment-listing .comment-item .reply-sec .action-sec a.comment-btn[aria-disabled="true"],
.jpCommenter .comment-listing .comment-item .bottom li a.vote[aria-disabled="true"] {
  cursor: wait;
}
