/* TNU Woo Categories
 * Version: 1.0.1
 * Minimal styling, theme-friendly.
 */

.tnu-wcats {
  margin: 0 0 18px 0;
}

.tnu-wcats__intro,
.tnu-wcats__more {
  margin: 0 0 10px 0;
}

.tnu-wcats__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid currentColor;
  background: transparent;
  cursor: pointer;
  border-radius: 6px;
  line-height: 1;
  font-size: 0.95em;
}

.tnu-wcats__toggle:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
