/* Robots.txt Generator — scoped styles. Uses global tokens. */
.nx-tool--robots-txt-generator .nx-rt-select {
  -webkit-appearance: auto;
  appearance: auto;
}
.nx-tool--robots-txt-generator .nx-tool__out {
  font-size: .85rem;
}
.nx-tool--robots-txt-generator .nx-rt-rule {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  gap: .5rem;
  align-items: center;
  margin-bottom: .5rem;
}
@media (max-width: 600px) {
  .nx-tool--robots-txt-generator .nx-rt-rule {
    grid-template-columns: 1fr 1fr;
  }
  .nx-tool--robots-txt-generator .nx-rt-rule input[data-rt="agent"] { grid-column: 1 / -1; }
}
.nx-tool--robots-txt-generator .nx-rt-remove {
  padding: .45rem .65rem;
  line-height: 1;
}
