/* ============================================
   SEGMENTO: STUDIOS (adicionais à segmentos.css)
   ============================================ */

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 32px;
}

.tag {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-muted);
}
