.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Kieswijzer Algemene Styling */
#urkstemt-kieswijzer-app {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    max-width: 700px;
    margin: 30px auto;
    text-align: center;
    color: #333;
}

#urkstemt-kieswijzer-app h1,
#urkstemt-kieswijzer-app h2,
#urkstemt-kieswijzer-app h3,
#urkstemt-kieswijzer-app h4 {
    color: #333;
    margin-bottom: 20px;
}

.kieswijzer-vraag .vraag-nummer {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 10px;
}

.kieswijzer-vraag .vraag-tekst {
    font-size: 1.4em;
    margin-bottom: 30px;
    line-height: 1.5;
}

.antwoord-opties {
    margin-bottom: 25px;
}

.antwoord-opties button {
    background-color: #007bff; /* Blauw */
    color: white;
    padding: 12px 25px;
    margin: 8px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.2s ease;
    min-width: 120px;
}

.antwoord-opties button:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

.antwoord-opties button.active {
    background-color: #28a745; /* Groen voor actieve knop */
    border: 2px solid #218838;
    box-shadow: 0 0 10px rgba(40, 167, 69, 0.3);
}

.navigatie-knoppen button {
    background-color: #6c757d; /* Grijs */
    color: white;
    padding: 10px 20px;
    margin: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    transition: background-color 0.3s ease;
}

.navigatie-knoppen button#volgende-vraag,
.navigatie-knoppen button#toon-resultaten {
    background-color: #28a745; /* Groen */
}

.navigatie-knoppen button:hover {
    background-color: #5a6268;
}

/* Resultaten Styling */
#partij-matches {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

#partij-matches li {
    background-color: #f8f9fa; /* Lichtgrijs */
    border: 1px solid #e9ecef;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1em;
}

#partij-matches li span:first-child {
    font-weight: bold;
    color: #0056b3;
}

.vraag-detail-container {
    text-align: left;
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.vraag-detail {
    background-color: #f1f7fe; /* Lichter blauw */
    border: 1px solid #d0e7ff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.vraag-detail h4 {
    margin-top: 0;
    color: #007bff;
}

.vraag-detail ul {
    list-style: none;
    padding-left: 0;
}

.vraag-detail ul li {
    margin-bottom: 8px;
    line-height: 1.4;
    font-size: 0.95em;
    color: #555;
}

.vraag-detail ul li strong {
    color: #333;
}/* End custom CSS */