:root {
  --jrv-community-ink: #15324a;
  --jrv-community-muted: #60788a;
  --jrv-community-teal: #078f87;
  --jrv-community-cyan: #16a6c5;
  --jrv-community-line: #dce9eb;
  --jrv-community-mist: #edf7f5;
  --jrv-community-gold: #f2b84b;
}

body.single-post #articles-related,
body.single-post .card-block.-profile { display: none !important; }

.jrv-suggested-topics { box-sizing: border-box; margin-top: 30px; padding: clamp(28px, 4vw, 46px) !important; width: 100%; }
.jrv-suggested-heading { align-items: end; display: flex; flex-wrap: wrap; gap: 10px 30px; justify-content: space-between; margin-bottom: 26px; }
.jrv-suggested-heading h2 { color: var(--jrv-community-ink); flex: 1 0 100%; font-size: clamp(28px, 3.2vw, 40px); letter-spacing: -.035em; line-height: 1.05; margin: 0; }
.jrv-suggested-heading > p:last-child { color: var(--jrv-community-muted); font-size: 13px; margin: 0; }
.jrv-suggested-kicker { color: var(--jrv-community-teal); font-size: 11px; font-weight: 900; letter-spacing: .12em; margin: 0 !important; text-transform: uppercase; }
.jrv-suggested-grid { display: grid; gap: 22px 16px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.jrv-suggested-card { color: var(--jrv-community-ink) !important; display: block; text-decoration: none !important; }
.jrv-suggested-image { background: var(--jrv-community-mist); border-radius: 15px; display: block; overflow: hidden; position: relative; }
.jrv-suggested-image::after { background: linear-gradient(to top, rgba(8,42,63,.18), transparent 48%); content: ""; inset: 0; position: absolute; }
.jrv-suggested-image img { aspect-ratio: 16 / 10; display: block; height: auto; object-fit: cover; transition: transform .35s ease; width: 100%; }
.jrv-suggested-card strong { display: block; font-size: 14px; line-height: 1.35; padding: 11px 3px 0; }
.jrv-suggested-card:hover img { transform: scale(1.045); }
.jrv-suggested-card:hover strong { color: var(--jrv-community-teal); }

body.single-post #comments { box-sizing: border-box; max-width: none !important; padding: clamp(28px, 5vw, 54px) !important; width: 100% !important; }
body.single-post #comments > .subtitle { color: var(--jrv-community-ink); font-size: clamp(26px, 3vw, 38px); font-weight: 850; letter-spacing: -.03em; margin-bottom: 28px; }
.jrv-community-comments, .jrv-community-comments * { box-sizing: border-box; }
.jrv-comments-toolbar { align-items: center; background: linear-gradient(135deg, var(--jrv-community-mist), #fff); border: 1px solid var(--jrv-community-line); border-radius: 15px; color: var(--jrv-community-muted); display: flex; font-size: 12px; gap: 18px; justify-content: space-between; margin-bottom: 20px; padding: 15px 18px; }
.jrv-comments-toolbar strong { color: #8c681d; }
.jrv-comments-empty { background: linear-gradient(135deg, #f4fbfa, #fff); border: 1px dashed #bddbd7; border-radius: 18px; color: var(--jrv-community-muted); margin: 0 0 30px; padding: 28px; text-align: center; }
.jrv-comments-empty > span { color: var(--jrv-community-teal); display: block; font-size: 26px; }
.jrv-comments-empty strong { color: var(--jrv-community-ink); display: block; font-size: 19px; margin-top: 6px; }
.jrv-comments-empty p { margin: 5px 0 0; }
.jrv-comment-list, .jrv-comment-children { list-style: none; margin: 0; padding: 0; }
.jrv-comment-item { margin: 0 0 18px; position: relative; }
.jrv-comment-children { border-left: 2px solid #d6e8e6; margin: 16px 0 4px 34px; padding-left: 28px; }
.jrv-comment-children > .jrv-comment-item::before { background: #d6e8e6; content: ""; height: 2px; left: -28px; position: absolute; top: 32px; width: 20px; }
.jrv-comment-body { background: #fff; border: 1px solid var(--jrv-community-line); border-radius: 19px; box-shadow: 0 12px 32px rgba(13,49,72,.055); padding: 22px; }
.jrv-comment-header { align-items: center; display: flex; gap: 13px; }
.jrv-comment-avatar { border: 3px solid #e1f0ee; border-radius: 50%; height: 52px; object-fit: cover; width: 52px; }
.jrv-comment-author, .jrv-comment-author a { color: var(--jrv-community-ink) !important; font-size: 14px; text-decoration: none; }
.jrv-comment-header time { color: var(--jrv-community-muted); display: block; font-size: 11px; margin-top: 2px; }
.jrv-comment-content { color: #3d5566; font-size: 14px; line-height: 1.65; padding: 17px 0 5px; }
.jrv-comment-content p:last-child { margin-bottom: 0; }
.jrv-comment-actions { display: flex; gap: 14px; margin: 10px 0 17px; }
.jrv-comment-actions a, .jrv-comment-actions button { background: transparent !important; border: 0 !important; box-shadow: none !important; color: var(--jrv-community-teal) !important; cursor: pointer; font-size: 11px !important; font-weight: 850; min-height: 0 !important; padding: 0 !important; text-decoration: none; text-transform: uppercase; }
.jrv-comment-actions .jrv-comment-delete { color: #b44747 !important; }
.jrv-comment-rating { align-items: center; background: #f9fbfb; border: 1px solid #e1ecec; border-radius: 14px; display: grid; gap: 8px 18px; grid-template-columns: minmax(160px, 1fr) auto; padding: 15px 17px; }
.jrv-rating-copy strong { color: var(--jrv-community-ink); display: block; font-size: 12px; }
.jrv-rating-summary { color: var(--jrv-community-muted); display: block; font-size: 10px; margin-top: 2px; }
.jrv-rating-stars { display: flex; justify-content: flex-end; }
.jrv-rating-star { background: transparent !important; border: 0 !important; box-shadow: none !important; color: #c7d1d6; cursor: pointer; font-size: 25px; line-height: 1; min-height: 0 !important; padding: 2px !important; transition: color .15s ease, transform .15s ease; }
.jrv-rating-star.is-filled { color: var(--jrv-community-gold); }
.jrv-rating-star:not(:disabled):hover { transform: translateY(-1px); }
.jrv-rating-star:disabled { cursor: default; opacity: .9; }
.jrv-rating-message { color: var(--jrv-community-muted); font-size: 10px; grid-column: 1 / -1; }
.jrv-rating-login { color: var(--jrv-community-teal) !important; font-size: 12px; font-weight: 850; text-decoration: none; }
.jrv-comment-editor { border-top: 1px solid var(--jrv-community-line); margin-top: 15px; padding-top: 15px; }
.jrv-comment-editor label { color: var(--jrv-community-ink); display: block; font-size: 12px; font-weight: 850; margin-bottom: 7px; }
.jrv-comment-editor textarea { background: #fbfdfd; border: 1px solid #bfd2d5; border-radius: 12px; display: block; min-height: 130px; padding: 13px; resize: vertical; width: 100%; }
.jrv-comment-editor textarea:focus { border-color: var(--jrv-community-teal); box-shadow: 0 0 0 4px rgba(7,143,135,.1); outline: none; }
.jrv-comment-editor-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.jrv-comment-editor-actions button { border: 0 !important; border-radius: 999px !important; cursor: pointer; font-size: 10px !important; font-weight: 850 !important; min-height: 36px; padding: 0 16px !important; text-transform: uppercase; }
.jrv-comment-save { background: var(--jrv-community-teal) !important; color: #fff !important; }
.jrv-comment-cancel { background: #e9f0f1 !important; color: var(--jrv-community-ink) !important; }
.jrv-comment-editor-message { color: var(--jrv-community-muted); font-size: 11px; }
.jrv-comment-item { transition: opacity .22s ease, transform .22s ease; }
.jrv-comment-item.is-removing { opacity: 0; transform: translateX(12px); }

body.single-post #comments .comment-respond { border-top: 1px solid var(--jrv-community-line); margin-top: 34px; max-width: none !important; padding-top: 30px; width: 100% !important; }
body.single-post #comments .comment-reply-title { color: var(--jrv-community-ink); font-size: clamp(24px, 3vw, 34px); letter-spacing: -.025em; margin: 0 0 12px; }
body.single-post #comments .logged-in-as, body.single-post #comments .comment-notes { color: var(--jrv-community-muted); font-size: 12px; }
body.single-post #comments form, body.single-post #comments .form-data, body.single-post #comments .comment-form-comment { display: block; max-width: none !important; width: 100% !important; }
body.single-post #comments .comment-form-comment label { color: var(--jrv-community-ink); display: block; font-size: 13px; font-weight: 850; margin-bottom: 9px; }
body.single-post #comments textarea#comment { background: #fbfdfd; border: 1px solid #bfd2d5; border-radius: 16px; box-shadow: inset 0 1px 3px rgba(13,49,72,.04); display: block; font: inherit; min-height: 240px; padding: 18px; resize: vertical; transition: border-color .2s ease, box-shadow .2s ease; width: 100% !important; }
body.single-post #comments textarea#comment:focus { border-color: var(--jrv-community-teal); box-shadow: 0 0 0 4px rgba(7,143,135,.1); outline: none; }
body.single-post #comments .jrv-comment-submit, body.single-post #comments input[type="submit"] { background: linear-gradient(135deg, #16a6c5, #0b5262) !important; border: 0 !important; border-radius: 999px !important; color: #fff !important; cursor: pointer; font-size: 12px !important; font-weight: 900 !important; letter-spacing: .07em; min-height: 45px; padding: 0 24px !important; text-transform: uppercase; }

@media (max-width: 900px) {
  .jrv-suggested-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .jrv-suggested-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jrv-suggested-topics { padding: 24px 18px !important; }
  .jrv-comment-children { margin-left: 12px; padding-left: 16px; }
  .jrv-comment-children > .jrv-comment-item::before { left: -16px; width: 10px; }
  .jrv-comment-rating { grid-template-columns: 1fr; }
  .jrv-rating-stars { justify-content: flex-end; }
  body.single-post #comments { padding: 24px 18px !important; }
}
