/* Portal — complementos ao tema compartilhado */
.feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.feature-pill {
  padding: 8px 16px;
  border-radius: 999px;
  background: white;
  border: 1px solid #e2e8f0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #334155;
  box-shadow: 0 2px 8px rgba(15, 39, 68, 0.04);
}

.feature-pill:hover {
  border-color: #93c5fd;
  color: #1d4ed8;
}
