
.mi-lite-ingressos {
  padding: 1rem;
  font-family: sans-serif;
}
.mi-ticket-box {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #f9f9f9;
}
.mi-ticket-box h4 {
  margin-top: 0;
}
.mi-ticket-qr img {
  margin-top: 10px;
  width: 150px;
  height: 150px;
}
button {
  margin-top: 10px;
  padding: 0.5rem 1rem;
  background: #0073aa;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
button:hover {
  background: #005177;
}
