/* Regex Tester — tool-specific styles */
[data-page="tool"] #tool-in-pattern,
[data-page="tool"] #tool-in-flags,
[data-page="tool"] #tool-out-output {
  font-family: var(--font-mono);
  font-size: var(--text-sm);
}

[data-page="tool"] #tool-in-pattern,
[data-page="tool"] #tool-in-flags {
  font-size: var(--text-md);
}

[data-page="tool"] #tool-in-text {
  min-height: 240px;
}

[data-page="tool"] #tool-out-output {
  min-height: 300px;
  white-space: pre;
}
