.header {
  grid-area: header;
  background: transparent;
  padding: 22px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.titulo {
  color: #ff5fa2;
  letter-spacing: 0.8px;
}

.subtitle {
  color: var(--muted);
  font-size: 12px;
  margin-top: 10px;
}

.header-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}


.titulo-historico-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.sub-titulo-historico {
  color: var(--text);
  font-size: 14px;
  font-weight: 900;
}