/* PressureReady Cusdis comments — v6.12 */
.comments-wrap {
  margin-top: clamp(2.5rem, 6vw, 5rem);
  padding-top: clamp(2rem, 4vw, 3.5rem);
  border-top: 1px solid rgba(226, 181, 82, 0.32);
}

.comments-head {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(15rem, 0.75fr);
  gap: clamp(1.25rem, 4vw, 3.5rem);
  align-items: end;
  margin-bottom: 1.35rem;
}

.comments-head .eyebrow {
  margin-bottom: 0.65rem;
}

.comments-head h2 {
  margin: 0;
  max-width: 18ch;
}

.comments-policy {
  margin: 0;
  color: var(--muted, #aeb3bc);
  font-size: 0.94rem;
  line-height: 1.65;
}

.comments-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(1rem, 3vw, 1.65rem);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  background:
    radial-gradient(circle at 92% 0%, rgba(211, 161, 66, 0.09), transparent 30%),
    linear-gradient(180deg, rgba(19, 25, 34, 0.94), rgba(10, 14, 20, 0.98));
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.24);
}

.comments-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: #d3a142;
}

#cusdis_thread {
  min-height: 23rem;
}

#cusdis_thread iframe {
  display: block;
  width: 100% !important;
  min-height: 31rem;
  border: 0;
  color-scheme: dark;
}

.comments-noscript {
  margin: 0;
  padding: 1rem;
  color: var(--muted, #aeb3bc);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.comments-noscript a {
  color: #e0b55b;
}

@media (max-width: 760px) {
  .comments-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .comments-head h2 {
    max-width: none;
  }

  .comments-panel {
    padding: 0.8rem 0.55rem;
    border-radius: 9px;
  }

  #cusdis_thread iframe {
    min-height: 35rem;
  }
}
