.matomo-comparisons h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.matomo-comparisons .comparison {
  display: inline-block;
  min-width: 164px;
  margin-right: 16px;
  padding: 14px;
  background-color: white;
  margin-bottom: 16px;
  position: relative;
}
.matomo-comparisons .comparison-type {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.7em;
  color: #999;
}
.matomo-comparisons .remove-button {
  font-size: 0.6em;
  color: #666;
  position: absolute;
  right: 12px;
  top: 12px;
  text-decoration: none;
}
.matomo-comparisons .remove-button:hover {
  text-decoration: none;
}
.matomo-comparisons .title {
  font-size: 1.1rem;
  margin-top: 4px;
  margin-bottom: 12px;
  overflow-x: hidden;
  max-width: 250px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.matomo-comparisons .title a {
  color: #333;
}
.matomo-comparisons .comparison-period {
  margin-top: 4px;
}
.matomo-comparisons .comparison-period > span {
  display: inline-block;
}
.matomo-comparisons .comparison-period .comparison-dot {
  width: 1em;
  height: 1em;
  display: inline-block;
  border-radius: 0.5em;
}
.matomo-comparisons .comparison-period .comparison-period-label {
  position: relative;
  top: -3px;
  margin-left: 6.5px;
  display: inline-block;
  font-size: 0.85rem;
  font-style: italic;
}
.comparison-card-tooltip p {
  font-size: 1.1em;
  line-height: 1.3em;
  color: #fff;
}
