/* .htaccess Redirect Generator scoped styles — uses global tokens. */
.nx-tool--htaccess-redirect-generator .nx-ht-rules {
  display: flex; flex-direction: column; gap: .4rem; margin-top: 1rem;
}
.nx-tool--htaccess-redirect-generator .nx-ht-rule-row {
  display: flex; align-items: center; gap: .65rem; flex-wrap: wrap;
  background: var(--nx-mist, #F8FAFC);
  border: 1px solid var(--nx-line, #E2E8F0);
  border-radius: var(--nx-r, 14px);
  padding: .55rem 1rem; font-size: .88rem;
}
.nx-tool--htaccess-redirect-generator .nx-ht-rule-badge {
  font-family: var(--nx-font-mono, monospace); font-weight: 700; font-size: .78rem;
  background: var(--nx-navy, #0B1B3F); color: #fff;
  border-radius: var(--nx-r-pill, 999px); padding: .15rem .65rem; flex-shrink: 0;
}
.nx-tool--htaccess-redirect-generator .nx-ht-rule-path {
  flex: 1; word-break: break-all; color: var(--nx-ink, #0F172A);
}
.nx-tool--htaccess-redirect-generator .nx-ht-remove {
  padding: .28rem .7rem; font-size: .8rem; margin-left: auto;
}
