

.votacao {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: right;
  flex-grow: 0;
}

.listagem-pedidos{
  padding: 0;
}

.loopedido  p {
    margin: 0 !important;
}

.loopedido {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
 
  margin: 0 0 15px;
  border-radius: 17px;
 padding: 15px 25px ;
  font-family: "Quicksand";
}

.titulo_ped {
  font-size: 20px;
  color: #fff;
  padding: 0;
  margin: 0;
  font-weight: 600;
}

.nome_mus_list {
  
  color: #CAA4FF;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3em;
}

.nome_mus_list svg {
  transform: translate(0px , 3px);
  fill: #1DD694;
  margin-right: 3px;
}


.numero-votos {
  margin: 0;
  color: #FF9050;
  font-weight: 600;
  font-size: 14px;
  display: none;
}

.wraptit {
  gap: 5px;
  display: flex;
  flex-direction: column;
}

.botao-votar {
  background: #1DD694;
  color: #26005E;
  border: none;
  border-radius: 15px;
  font-weight: 600;
  padding: 0;
  height: 50px;
  width: 100px;
}





@media only screen and (max-width: 767px) {





.loopedido {
    padding: 20px;
    gap: 20px;
}
.nome_mus_list {
 
  font-size: 13px;
 
}
.numero-votos {
  
  font-size: 13px;
}

.titulo_ped {
    font-size: 18px;
}

.botao-votar {

  border-radius: 10px;
  height: 40px;
  width: 66px;
  font-size: 13px;
}



}







