/* UTM Builder — scoped styles. Uses global tokens. */
.nx-tool--utm-builder .nx-tool__out {
  font-size: .87rem;
  word-break: break-all;
  color: var(--nx-teal, #28AFB7);
}
.nx-tool--utm-builder #nx-utm-copy:disabled {
  opacity: .45;
  cursor: not-allowed;
  pointer-events: none;
}
