/* Base */
.top-terms-list{
  	list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.top-terms-list .top-term-item{ margin:0; padding:0; }
.top-terms-list .top-term-count{ margin-left:.35rem; opacity:.7; font-size:.82em; }

/* LISTA vertical */
.top-terms--list{ display:block; }
.top-terms--list .top-term-item{ margin:0 0 .35rem 0; }
.top-terms--list .top-term-link,
.top-terms--list .top-term-text{ text-decoration:none; }

/* PILLS (chips) */
.top-terms--pills{ display:flex; flex-wrap:wrap; gap:.5rem .75rem; }
.top-terms--pills .top-term-link.pill,
.top-terms--pills .top-term-text.pill{
	  display:inline-flex;
	  align-items:center;
	  padding:0rem .8rem;
	  font-size:.9rem;
	  border:1px solid #f03c02;
	  border-radius:999px;
	  background:#fff;
	  text-decoration:none;
	  transition:all .15s ease-in-out;
}
.top-terms--pills .top-term-link.pill:hover{
  	background:#f03c02;
  	border-color:#f03c02;
	color: #FFFFFF;
}
