/* Consulta VTE v1.0.4.4 — navegação, foco e nome empresarial */

.result-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 0 18px;
  border-bottom: 1px solid #d8e4ef;
}

.result-new-search {
  order: -1;
  min-width: 180px;
}

.result-toolbar-note {
  color: #5f738f;
  font-size: .92rem;
  line-height: 1.45;
  text-align: right;
}

.result-bottom-actions {
  justify-content: flex-start;
}

.chip-link-primary {
  color: #fff !important;
  border-color: transparent !important;
  background: linear-gradient(135deg, #0c9c9a, #0e448f) !important;
  box-shadow: 0 12px 26px rgba(6, 41, 93, .18);
}

.rh-top-actions .chip-link-primary {
  order: -10;
}

#cpf:focus,
#cnpj:focus {
  border-color: #0c9c9a !important;
  box-shadow: 0 0 0 5px rgba(12, 156, 154, .13) !important;
}

@media (max-width: 900px) {
  .result-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .result-new-search {
    width: 100%;
  }

  .result-toolbar-note {
    text-align: left;
  }

  .rh-top-actions {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  .rh-top-actions .chip-link {
    width: 100%;
    justify-content: center;
  }
}
