.topic-icon {
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(var(--bs-primary-rgb), 0.12);
}

.topic-mention-search-wrap {
  max-width: 280px;
  width: 100%;
}

#mention-filter-toolbar .dropdown-container {
  width: 140px;
  min-width: 140px;
  flex-shrink: 0;
}

.hover-shadow:hover {
  box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
}

.earnings-topic-primary-btn {
  min-height: 40px;
}

.topic-keyword-match {
  background: rgb(255 141 85 / 18%);
  color: #ee6c45;
  padding: 0 3px;
  border-radius: 4px;
  font-weight: 600;
}

@media (width >= 768px) {
  .earnings-topic-primary-btn {
    min-height: 44px;
  }
}
