/* Estilos para el contenedor del QR */
.qr-container {
  background-color: #fff9e6;
  border: 2px dashed #ffcc00;
  border-radius: 12px;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  width: 300px;
  margin: 0 auto 20px auto;
  box-sizing: border-box;
}

/* Estilos para la imagen del QR */
.qr-container img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  display: block;
}

/* Estilos para el modal del QR */
.qr-modal .modal-body {
  padding: 25px;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.qr-modal .modal-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.qr-modal .modal-header {
  border-bottom: 1px solid #dee2e6;
  padding: 1rem 1.5rem;
}

.qr-modal .modal-footer {
  border-top: 1px solid #dee2e6;
  padding: 1rem 1.5rem;
  justify-content: center;
}

/* Estilos para el botón de descarga */
.btn-download-qr {
  background-color: #fab529;
  border: none;
  color: #000;
}

.btn-download-qr:hover {
  background-color: #e6a11e;
  color: #000;
}

/* Estilos para el texto del modal */
.qr-instructions {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}

.qr-benefit-name {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.qr-valid-until {
  font-size: 0.8125rem;
  color: #6c757d;
  margin-top: 15px;
}
