/* Estilos frontend del plugin QR + foto */

.ckp-preview {
    margin-top: 10px;
}

.ckp-preview img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
}

.ckp-audio {
    margin-top: 10px;
}

.ckp-audio audio {
    width: 100%;
    outline: none;
}

/* Barra de progreso subida */
.ckp-progress-container {
    margin-top: 12px;
    background: #eee;
    border-radius: 6px;
    overflow: hidden;
    height: 14px;
    display: none;
}

.ckp-progress-bar {
    height: 100%;
    width: 0;
    background: #ff0080;
    transition: width 0.3s;
}

/* Habilita gestos táctiles en el canvas (iOS/Android) */
.keychain-preview-side canvas,
#keychain-photo-canvas {
  touch-action: none; /* evita zoom de la página y permite manejar el gesto en JS */
}

