/* Character & Word Counter — tool-specific styles */
[data-page="tool"] #tool-in-text {
  min-height: 340px;
}

[data-page="tool"] .tool-stat:first-child .tool-stat-value {
  color: var(--accent);
}

[data-page="tool"] .tool-stat-value {
  font-size: var(--text-2xl);
}
