<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================================================================================ */
/* TAXONOMY TERMS */
/* (main.scss) */
/* ================================================================================ */
.taxonomy-terms .tax-row {
  margin-bottom: 6px; }
.taxonomy-terms .title {
  font-weight: 900;
  display: block;
  padding: 5px 0;
  margin-bottom:0;
  margin-right: 10px; }
.taxonomy-terms ul {
  display: block;
  list-style: none; }
  .taxonomy-terms ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .taxonomy-terms ul li {
    list-style: none;
    float: left;
    margin: 0 5px 5px 0; }
    .taxonomy-terms ul li a {
      display: block;
      padding: 5px 10px;
      color: black;
      font-weight: 900;
      font-size: 0.875em;
      background: #e5e5e5; }</pre></body></html>