/* Scoped legal disclosure; never changes contact links or consent controls. */
#chatgpt-conversion-measurement {
  box-sizing: border-box;
  max-width: 78ch;
  margin: 2.5rem auto;
  padding: 1.25rem;
  color: inherit;
  font: inherit;
}
#chatgpt-conversion-measurement h2 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  line-height: 1.25;
}
#chatgpt-conversion-measurement p {
  margin: 0 0 1rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
}
#chatgpt-conversion-measurement p:last-child { margin-bottom: 0; }
#chatgpt-conversion-measurement a { text-decoration: underline; }
@media (max-width: 480px) {
  #chatgpt-conversion-measurement { margin: 1.5rem auto; padding: 1rem; }
}
