.tagclouds-term {
  padding-right: 9px;
  padding-left: 9px;
}

.tagclouds-term a {
  color: #333;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 5px;
}

.tagclouds-term a:hover,
.tagclouds-term a:focus {
  text-decoration: underline;
}

.tagclouds-term a.level4 {
  color: #55565b;
  font-size: 20px;
}

.tagclouds-term a.level3 {
  color: var(--yellow-color-theme);
  font-size: 18px;
}

.tagclouds-term a.level2 {
  color: var(--black);
  font-size: 16px;
}

.tagclouds-term a.level1 {
  color: var(--red-color-theme);
  font-size: 14px;
}
