/**
 * Plugin Name: Taxonomy Indicators
 * Description: Use indicators to designate taxonomies a post belongs to. Includes key output.
 *
 * Author:      Once Coupled
 * Author URI:  https://www.oncecoupled.com
 *
 * Text Domain: oc_ti
 *
 * Version:     1.0.0
 *
 * License:     GPL-2.0+
 * License URI: http://www.opensource.org/licenses/gpl-license.php
 */

.taxonomy-indicators {
  margin: 0 -6px -12px;
  display: flex;
  flex-wrap: wrap;
}

.taxonomy-indicators .taxonomy-indicator {
  display: grid;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  gap: 8px;
  margin: 0 6px 12px;
  text-decoration: none;
}
