.elementor-4435 .elementor-element.elementor-element-5deb8d3a{--display:flex;}.elementor-4435 .elementor-element.elementor-element-96694f2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-4435 .elementor-element.elementor-element-579597b{--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-4435 .elementor-element.elementor-element-ad70e3e{--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-4435 .elementor-element.elementor-element-35a79a4{--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-4435 .elementor-element.elementor-element-579597b{--width:10%;}.elementor-4435 .elementor-element.elementor-element-ad70e3e{--width:80%;}.elementor-4435 .elementor-element.elementor-element-35a79a4{--width:10%;}}/* Start custom CSS for shortcode, class: .elementor-element-df56402 *//* HD Quiz ana kutusu */
.hdq_quiz {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Soru başlığı */
.hdq_question h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #2c3e50;
}

/* Cevap seçenekleri */
.hdq_answer {
    background: #f7f7f7;
    border: 2px solid #ccc;
    padding: 12px 18px;
    margin-bottom: 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Hover efekti */
.hdq_answer:hover {
    background: #e0f7fa;
    border-color: #00bcd4;
}

/* Seçilen cevap */
.hdq_answer_selected {
    background-color: #00bcd4 !important;
    border-color: #0097a7 !important;
    color: white !important;
}

/* İleri butonu */
.hdq_next_question {
    background-color: #00bcd4;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    margin-top: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.hdq_next_question:hover {
    background-color: #008ba3;
}

/* Sonuç kutusu */
.hdq_results {
    background: #e8f5e9;
    border: 1px solid #c8e6c9;
    padding: 20px;
    border-radius: 10px;
    color: #2e7d32;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
}/* End custom CSS */