/* =========================================================
   Swipe WatuPRO
   ========================================================= */

#watupro_quiz {
    position: relative;
    touch-action: pan-y;
    overscroll-behavior-x: contain;
}

/* Indicador visual del swipe real WatuPRO */

#watupro_quiz .ogc-watu-swipe-hint {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 120ms ease;
    overflow: hidden;
}

#watupro_quiz .ogc-watu-swipe-hint span {
    position: absolute;
    top: 42%;
    width: 52px;
    height: 52px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 46px;
    font-weight: 800;
    line-height: 1;
    background: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.38);
    transition: transform 80ms linear;
}

#watupro_quiz .ogc-watu-swipe-hint-left {
    left: 12px;
}

#watupro_quiz .ogc-watu-swipe-hint-right {
    right: 12px;
}

#watupro_quiz .ogc-watu-swipe-hint:not(.is-prev) .ogc-watu-swipe-hint-left,
#watupro_quiz .ogc-watu-swipe-hint:not(.is-next) .ogc-watu-swipe-hint-right {
    opacity: 0.2;
}

#watupro_quiz .watu-question {
    position: relative;
    z-index: 1;
}


	overflow: hidden;
}
.watupro-quiz-item p{
    margin-bottom:0 !important;
}

/*PANTALLA FINAL WATUPRO*/

/* nºpreguntas */ 
.ogc-resumen-test{ display:flex; justify-content:space-evenly; align-items:flex-start; gap:10px; flex-wrap:nowrap; margin:10px 0; text-align:center; width:100%; } 
.ogc-item{ display:flex; flex-direction:column; } 
.ogc-label{ line-height:1.2; white-space:nowrap; font-size:14px;} 
.ogc-value{ font-weight:700; line-height:1.2; white-space:nowrap; font-size:28px;}

/*respuestas desplegables*/ .ogc-feedback-desplegable summary{cursor:pointer; text-align:center; font-size:18px; font-weight:700; padding:12px 16px; border-radius:10px; background:#f5f5f5; } 
.ogc-feedback-contenido{ margin-top:15px; } 
.ogc-feedback-desplegable{    margin:15px 0;}

/* Botón Reintentar*/ 
#watupro_quiz input[value="Reintentar ↻"]{ display:block; margin:15px auto 0; color:#777; font-size:16px; font-weight:bold; border-radius:3px; border:none; background:transparent; cursor:pointer; transition:.2s; }
#watupro_quiz input[value="Reintentar ↻"]:hover{ background:#dddddd;}

/* Gráficos pantalla final*/ 
.ogc-score-chart{
    width:100%;
    margin:4px 0 8px;
}
.ogc-chart-row{
    margin-bottom:8px;
}
.ogc-chart-label{
    display:flex;
    justify-content:space-between;
    font-size:13px;
    font-weight:700;
    margin-bottom:3px;
    color:#333;
}
.ogc-chart-track{
    height:8px;
    background:#eee;
    border-radius:999px;
    overflow:hidden;
}
.ogc-chart-bar{
    height:100%;
    border-radius:999px;
}
.ogc-chart-bar-user{
    background:#d71920;
}
.ogc-chart-bar-avg{
    background:#777;
}
.ogc-chart-row:first-child .ogc-chart-label{
    color:#d71920;
}
