.ucexpert-tag-cloud {
  position: relative;
  width: 100%;
}

.ucexpert-tag-cloud-canvas {
  display: block;
  width: 100%;
  height: 300px;
  cursor: pointer;
}

.ucexpert-tag-cloud-fallback {
  line-height: 1.45;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ucexpert-tag-cloud-fallback li {
  display: inline;
  margin-right: 8px;
}

.ucexpert-tag-cloud-fallback a {
  color: #3c7faf;
  text-decoration: none;
}

.ucexpert-tag-cloud-fallback a:hover {
  text-decoration: underline;
}

.ucexpert-tag-cloud.is-enhanced .ucexpert-tag-cloud-fallback {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

#sidebar-bottom .ucexpert-tag-cloud {
  min-height: 260px;
}

@media only screen and (max-width: 767px) {
  .ucexpert-tag-cloud-canvas {
    height: 260px;
  }
}
