/* INICIO CAMBIO TUENLACEQR BRIDGE v1.5.12 - PWA solo desde panel lateral */
/*
 * Se eliminan los estilos del aviso emergente inferior de instalación PWA.
 * Se conserva intacto el botón de instalación dentro del panel lateral y la guía manual al hacer clic.
 */

.tuenlaceqr-pwa-guide-ok,
.tuenlaceqr-pwa-panel-button {
    appearance: none;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    line-height: 1;
    font-family: inherit;
}

/* INICIO CAMBIO TUENLACEQR BRIDGE v1.5.3 - Mensaje del botón PWA en panel */
.tuenlaceqr-pwa-panel-message {
    margin: -2px 0 12px;
    color: inherit;
    font-size: 13px;
    line-height: 1.45;
    opacity: 0.78;
}
/* FIN CAMBIO TUENLACEQR BRIDGE v1.5.3 - Mensaje del botón PWA en panel */

.tuenlaceqr-pwa-guide-overlay {
    position: fixed;
    inset: 0;
    z-index: 1000000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(0, 0, 0, 0.52);
}

.tuenlaceqr-pwa-guide-box {
    position: relative;
    width: min(420px, 100%);
    padding: 24px;
    border-radius: 22px;
    background: #ffffff;
    color: #111827;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
    font-family: inherit;
}

.tuenlaceqr-pwa-guide-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 999px;
    background: #f3f4f6;
    color: #111827;
    font-size: 22px;
    line-height: 28px;
    cursor: pointer;
}

.tuenlaceqr-pwa-guide-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    border-radius: 16px;
    background: #111827;
    color: #ffffff;
    font-size: 20px;
}

.tuenlaceqr-pwa-guide-box h3 {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.25;
}

.tuenlaceqr-pwa-guide-box ol {
    margin: 0 0 18px;
    padding-left: 20px;
}

.tuenlaceqr-pwa-guide-box li {
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 1.45;
}

.tuenlaceqr-pwa-guide-ok {
    width: 100%;
    padding: 12px 16px;
    background: #111827;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.tuenlaceqr-pwa-panel-block {
    width: 100%;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(17, 24, 39, 0.12);
}

/* INICIO CAMBIO TUENLACEQR BRIDGE v1.5.5 - Título del bloque PWA igual al panel lateral */
.tuenlaceqr-pwa-panel-title {
    text-align: center;
}
/* FIN CAMBIO TUENLACEQR BRIDGE v1.5.5 - Título del bloque PWA igual al panel lateral */

.tuenlaceqr-pwa-panel-button {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    background: #111827;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 10px 25px rgba(17, 24, 39, 0.22);
}

.tuenlaceqr-pwa-panel-button:hover,
.tuenlaceqr-pwa-panel-button:focus {
    color: #ffffff !important;
    filter: brightness(0.94);
}
/* FIN CAMBIO TUENLACEQR BRIDGE v1.5.12 - PWA solo desde panel lateral */
