.elementor-34968 .elementor-element.elementor-element-9edf9f9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-34968 .elementor-element.elementor-element-06165b8{--display:flex;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-34968 .elementor-element.elementor-element-06165b8:not(.elementor-motion-effects-element-type-background), .elementor-34968 .elementor-element.elementor-element-06165b8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(120deg, var( --e-global-color-primary ) 0%, var( --e-global-color-938c1cf ) 100%);}.elementor-34968 .elementor-element.elementor-element-06165b8.e-con{--e-con-transform-rotateZ:-2deg;}.elementor-34968 .elementor-element.elementor-element-06165b8.e-con:hover{--e-con-transform-rotateZ:0deg;}.elementor-34968 .elementor-element.elementor-element-b6f349a .elementor-heading-title{text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:var( --e-global-color-secondary );}.elementor-34968 .elementor-element.elementor-element-e765fcc{color:var( --e-global-color-secondary );}.elementor-34968 .elementor-element.elementor-element-467301f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-24px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-34968 .elementor-element.elementor-element-d6762b3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-34968 .elementor-element.elementor-element-13d9d2d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-34968 .elementor-element.elementor-element-9edf9f9{--content-width:80%;}}/* Start custom CSS *//* --- ZNIP POP-ART STYLES V9 (Mobile Result Fix) --- */

#znip-test-wrapper {
    --znip-red: #c71312;
    --znip-yellow: #f0b917;
    --znip-blue: #3680ef;
    --znip-black: #000000;
    --znip-white: #ffffff;
    --znip-green: #4eff8c;
    
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    color: var(--znip-black);
    position: relative;
    background-color: transparent; 
}

#znip-test-wrapper * {
    box-sizing: border-box;
}

/* Container Box */
#znip-test-wrapper .znip-card {
    border: 4px solid var(--znip-black);
    background: var(--znip-white);
    padding: 30px;
    box-shadow: 8px 8px 0px var(--znip-black);
    margin-bottom: 30px;
    position: relative;
}

/* Überschriften */
#znip-test-wrapper h3 {
    background: var(--znip-black);
    color: var(--znip-white);
    display: inline-block;
    padding: 10px 20px;
    margin-top: 0;
    font-weight: 800;
    text-transform: uppercase;
    transform: rotate(-1deg);
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.3;
}

/* Fragen Layout */
#znip-test-wrapper .znip-statement-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 2px dashed var(--znip-black);
}

#znip-test-wrapper .znip-statement-row:last-of-type {
    border-bottom: none;
}

#znip-test-wrapper .znip-text {
    width: 70%; 
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}

/* Inputs (Breit + Spinner sichtbar) */
#znip-test-wrapper .znip-input {
    width: 80px;
    height: 50px;
    border: 3px solid var(--znip-black);
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    background: #f4f4f4;
    transition: all 0.2s;
    color: black;
    padding: 0 5px; 
}

#znip-test-wrapper .znip-input:focus {
    background: var(--znip-yellow);
    outline: none;
    transform: scale(1.1);
}

#znip-test-wrapper .znip-input.valid-state {
    background-color: var(--znip-green) !important;
    border-color: var(--znip-black);
}

/* E-Mail Input */
#znip-test-wrapper .email-input-field {
    width: 100%;
    padding: 15px;
    border: 3px solid var(--znip-black);
    font-size: 18px;
    margin-bottom: 20px;
    background: #f4f4f4;
    color: black;
}

/* Validierung Box */
#znip-test-wrapper .znip-validation-box {
    background: #e0e0e0;
    border: 3px solid var(--znip-black);
    padding: 15px;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}
#znip-test-wrapper .sum-ok { background: var(--znip-green); }
#znip-test-wrapper .sum-error { background: #ff4e4e; color: white; }

/* Buttons */
#znip-test-wrapper .znip-btn {
    background: var(--znip-yellow);
    border: 3px solid var(--znip-black);
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 4px 4px 0px var(--znip-black);
    margin-top: 20px;
    width: 100%;
    display: block;
    transition: transform 0.1s;
    color: black;
}

#znip-test-wrapper .znip-btn:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px var(--znip-black);
}
#znip-test-wrapper .znip-btn:active {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px var(--znip-black);
}
#znip-test-wrapper .znip-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    box-shadow: none;
    opacity: 0.7;
}

/* Ergebnis Balkendiagramm */
#znip-test-wrapper .result-row {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

/* Layout Update für Zeilenumbruch */
#znip-test-wrapper .role-label {
    width: 60%;
    text-align: right;
    padding-right: 15px;
    line-height: 1.3;
    display: flex;
    justify-content: flex-end;
    align-items: center; /* Vertikal zentriert zum Info-Icon */
    gap: 10px;
}

/* Style für die Rolle (Fett) */
#znip-test-wrapper .role-strong {
    font-weight: 900;
    display: block; /* Erzwingt, dass der Name oben steht */
}

/* NEU: Style für die 2. Zeile (Klammer) */
#znip-test-wrapper .role-meta {
    font-weight: normal;
    font-size: 11px; /* Etwas kleiner für bessere Lesbarkeit */
    display: block; /* Neue Zeile */
    color: #444;
    margin-top: 2px;
}

#znip-test-wrapper .bar-container {
    width: 40%;
    background: #eee;
    border: 2px solid var(--znip-black);
    height: 35px;
    position: relative;
}
#znip-test-wrapper .bar-fill {
    height: 100%;
    background: #ccc;
    width: 0%;
    transition: width 1s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    font-weight: bold;
    font-size: 14px;
}
#znip-test-wrapper .bar-fill.top-1 { background: var(--znip-red); color: white; }
#znip-test-wrapper .bar-fill.top-2 { background: var(--znip-yellow); color: black; }

/* Info Button */
#znip-test-wrapper .info-btn {
    background: var(--znip-blue);
    color: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border: 2px solid var(--znip-black);
    flex-shrink: 0;
    transition: transform 0.2s;
}
#znip-test-wrapper .info-btn:hover {
    transform: scale(1.1);
}

/* MODAL STYLES */
#znip-modal-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 99999;
    display: none;
    justify-content: center;
    align-items: center;
}
#znip-modal-content {
    background: white;
    border: 4px solid black;
    width: 90%;
    max-width: 600px;
    padding: 40px 30px 30px 30px;
    box-shadow: 10px 10px 0px var(--znip-blue);
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}
#znip-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: black;
    color: white;
    border: none;
    font-weight: bold;
    font-size: 16px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    line-height: 1;
}
#znip-modal-close:hover {
    background: var(--znip-red);
}
#znip-modal-title {
    margin-top: 0;
    font-size: 22px;
    border-bottom: 2px solid black;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
#znip-modal-body h4 {
    margin-top: 20px;
    margin-bottom: 5px;
    color: var(--znip-blue);
    text-transform: uppercase;
    font-weight: 800;
}
#znip-modal-body p {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.5;
}
#znip-modal-quote {
    background: #f0f0f0;
    padding: 15px;
    border-left: 5px solid var(--znip-yellow);
    font-style: italic;
    font-weight: bold;
    margin-top: 20px;
}
.hidden { display: none; }/* End custom CSS */