/* SolAudioLab Comments V2 */
.comments-shell {
  padding-bottom: 24px;
}

.comments-intro,
.comments-compose,
.comments-list-panel {
  overflow: hidden;
}

.comments-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.comments-kicker {
  margin: 0 0 5px;
  color: #b0ed9c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.comments-title {
  margin: 0;
  color: #f4f7fb;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1;
  letter-spacing: -.055em;
}

.comments-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.comments-section-head h2 {
  margin: 0;
  color: #f4f7fb;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.comments-tool-context {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 15px;
  padding: 7px 12px;
  border: 1px solid rgba(176,237,156,.34);
  border-radius: 999px;
  background: rgba(176,237,156,.09);
  color: #b0ed9c;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
}

.comments-tool-context[hidden] {
  display: none;
}

#commentForm {
  display: grid;
  gap: 14px;
}

.comments-field {
  display: grid;
  gap: 7px;
}

.comments-field label {
  color: #f4f7fb;
  font-size: 13px;
  font-weight: 900;
}

.comments-field input,
.comments-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: rgba(8,10,14,.26);
  color: #f4f7fb;
  padding: 11px 12px;
  font: inherit;
  font-size: 14px;
  line-height: 1.55;
}

.comments-field input {
  min-height: 44px;
}

.comments-field textarea {
  min-height: 124px;
  resize: vertical;
}

.comments-field input:focus,
.comments-field textarea:focus {
  outline: 2px solid rgba(176,237,156,.32);
  border-color: rgba(176,237,156,.62);
}

.comments-public-note {
  margin: -2px 0 0;
  color: rgba(229,234,242,.60);
  font-size: 12px;
  line-height: 1.5;
}

.comments-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.comments-submit,
.comments-more,
.comments-retry {
  min-height: 40px;
  padding: 9px 15px;
  border: 1px solid rgba(176,237,156,.48);
  border-radius: 999px;
  background: rgba(176,237,156,.15);
  color: #f4f7fb;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.comments-submit:hover:not(:disabled),
.comments-more:hover:not(:disabled),
.comments-retry:hover:not(:disabled) {
  border-color: rgba(176,237,156,.72);
  background: rgba(176,237,156,.21);
}

.comments-submit:disabled,
.comments-more:disabled,
.comments-retry:disabled {
  opacity: .55;
  cursor: wait;
}

.comments-form-status,
.comments-list-status {
  color: rgba(229,234,242,.70);
  font-size: 12px;
  line-height: 1.45;
}

.comments-form-status.is-success {
  color: #b0ed9c;
}

.comments-form-status.is-error,
.comments-list-status.is-error {
  color: #ffb2b8;
}

.comments-list-status {
  min-height: 0;
  margin: 0 0 10px;
}

.comments-list-status:empty {
  display: none;
}

.comments-list {
  display: grid;
  gap: 12px;
}

.comment-card,
.comment-skeleton-card {
  padding: 15px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(8,10,14,.20);
}

.comment-meta,
.comment-reply-meta {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  color: rgba(229,234,242,.62);
  font-size: 11.5px;
  line-height: 1.4;
}

.comment-name {
  color: #f4f7fb;
  font-size: 13px;
  font-weight: 900;
}

.comment-rating,
.comment-tool,
.comment-source {
  color: #b0ed9c;
  font-weight: 900;
}

.comment-body,
.comment-reply-body {
  margin: 10px 0 0;
  color: rgba(244,247,251,.91);
  font-size: 14px;
  line-height: 1.65;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.comment-reply {
  margin: 14px 0 0 18px;
  padding: 12px 13px;
  border-left: 3px solid rgba(176,237,156,.50);
  border-radius: 0 13px 13px 0;
  background: rgba(176,237,156,.065);
}

.comment-reply-name {
  color: #b0ed9c;
  font-weight: 900;
}

.comments-skeleton {
  display: grid;
  gap: 12px;
}

.comments-skeleton[hidden] {
  display: none;
}

.comment-skeleton-card {
  min-height: 94px;
}

.comment-skeleton-line {
  position: relative;
  height: 12px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.075);
}

.comment-skeleton-line:first-child {
  margin-top: 0;
}

.comment-skeleton-line::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-110%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
  animation: comments-shimmer 1.35s ease-in-out infinite;
}

.comment-skeleton-meta {
  width: 38%;
  height: 10px;
}

.comment-skeleton-short {
  width: 58%;
}

.comment-skeleton-medium {
  width: 76%;
}

@keyframes comments-shimmer {
  to {
    transform: translateX(110%);
  }
}

.comments-more[hidden],
.comments-retry[hidden] {
  display: none;
}

.comments-more,
.comments-retry {
  display: block;
  margin: 16px auto 0;
  background: rgba(255,255,255,.055);
  border-color: rgba(255,255,255,.16);
}

.comments-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: .01;
}

@media (prefers-reduced-motion: reduce) {
  .comment-skeleton-line::after {
    display: none;
    animation: none;
  }
}

@media (max-width: 760px) {
  .comment-card,
  .comment-skeleton-card {
    padding: 13px;
  }

  .comment-reply {
    margin-left: 8px;
  }

  .comments-actions {
    align-items: stretch;
  }

  .comments-submit {
    width: 100%;
  }

  .comment-skeleton-meta {
    width: 58%;
  }
}
