#detalhesTarefaModal .orientacoes-body {
  overflow-wrap: anywhere;
}

#detalhesTarefaModal .card-header h6 {
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  #detalhesTarefaModal .detalhe-processo-label {
    flex: 0 0 30%;
    max-width: 30%;
  }

  #detalhesTarefaModal .detalhe-processo-valor {
    flex: 0 0 70%;
    max-width: 70%;
    white-space: nowrap;
  }

  #detalhesTarefaModal .detalhe-processo-valor a {
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
  }

  #detalhesTarefaModal .detalhe-processo-valor a:hover,
  #detalhesTarefaModal .detalhe-processo-valor a:focus,
  #detalhesTarefaModal .detalhe-processo-valor a:active,
  #detalhesTarefaModal .detalhe-processo-valor a:visited {
    color: inherit;
    text-decoration: none;
  }
}
