.facets-show-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 0.4rem;
  padding: 0.3rem 0;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 600;
  color: #08a6e3;
  transition: color 0.15s ease;
}

.facets-show-more-btn:hover {
  color: #0580b0;
}

.facets-btn-count {
  font-weight: 400;
  color: #94a3b8;
  font-size: 0.75rem;
}

.facets-btn-icon {
  font-size: 0.6rem;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .facets-show-more-btn {
    font-size: 0.78rem;
    padding: 0.35rem 0;
  }
}
