.elementor-1795032 .elementor-element.elementor-element-5ad9d16e{overflow:visible;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1795032 .elementor-element.elementor-element-9268b06{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;overflow:visible;}.elementor-1795032 .elementor-element.elementor-element-d72bc92 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-1795032 .elementor-element.elementor-element-d72bc92 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1795032 .elementor-element.elementor-element-832dfd8{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-1795032 .elementor-element.elementor-element-d72bc92 > .elementor-element-populated{padding:5px 5px 5px 5px;}}@media(max-width:767px){.elementor-1795032 .elementor-element.elementor-element-d72bc92 > .elementor-element-populated, .elementor-1795032 .elementor-element.elementor-element-d72bc92 > .elementor-element-populated > .elementor-background-overlay, .elementor-1795032 .elementor-element.elementor-element-d72bc92 > .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}.elementor-1795032 .elementor-element.elementor-element-d72bc92 > .elementor-element-populated{padding:05px 05px 05px 05px;}}/* Start custom CSS for html, class: .elementor-element-832dfd8 *//* Estilos Modificados para o Quiz do Mandado de Segurança */
/* Importar a fonte Karla (adicione isso no seu CSS principal ou verifique se o tema já a carrega) */
/* @import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;700&display=swap'); */

.ms-quiz-container {
    font-family: 'Karla', sans-serif; /* FONTE ALTERADA AQUI */
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    max-width: 750px;
    margin: 20px auto;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.ms-quiz-container h2 {
    text-align: center;
    color: #333;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.8em;
    font-weight: 700; /* Usando peso 700 se Karla foi importada com ele */
}

.ms-quiz-container p {
    font-size: 1em;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.ms-question-block {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.ms-question-block h4 {
    color: #a00000; /* COR ALTERADA PARA UM VERMELHO ESCURO PARA TÍTULOS DE PERGUNTA */
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.2em;
    line-height: 1.4;
    font-weight: 700;
}

.ms-question-block label {
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
    cursor: pointer;
    line-height: 1.5;
    color: #444;
}

.ms-question-block input[type="radio"] {
    margin-right: 10px;
    vertical-align: middle;
}

.ms-quiz-container button {
    background-color: #dc3545; /* COR ALTERADA PARA VERMELHO PRIMÁRIO */
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.1em;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 25px;
    margin-bottom: 20px;
    font-weight: 700; /* Usando peso 700 */
    font-family: 'Karla', sans-serif; /* Garantindo a fonte no botão também */
}

.ms-quiz-container button:hover {
    background-color: #c82333; /* COR ALTERADA PARA VERMELHO MAIS ESCURO NO HOVER */
}

#msQuizResult {
    margin-top: 25px;
    padding: 20px;
    background-color: #ffebee; /* Um fundo rosa/vermelho bem claro para a área de resultado */
    border: 1px solid #f44336; /* Borda vermelha */
    border-radius: 6px;
    line-height: 1.6;
}

#msQuizResult h3 {
    margin-top: 0;
    color: #b71c1c; /* Vermelho escuro para o título do resultado */
    font-size: 1.4em;
    margin-bottom: 15px;
    font-weight: 700;
}

#msQuizResult p {
    margin-bottom: 10px;
}

#msQuizResult ul {
    margin-top: 10px;
    padding-left: 20px;
}

#msQuizResult ul li {
    margin-bottom: 8px;
}

/* Mantendo o estilo para .ms-warning, mas pode ser ajustado se quiser um tom de vermelho */
.ms-warning { 
    color: #856404; 
    background-color: #fff3cd;
    padding: 10px;
    border-radius: 4px;
    border-left: 5px solid #ffeeba;
}

/* Mantendo o estilo para .ms-ok, mas pode ser ajustado se quiser um tom de verde que combine com vermelho */
.ms-ok { 
    color: #155724;  
    background-color: #d4edda;
    padding: 10px;
    border-radius: 4px;
    border-left: 5px solid #c3e6cb;
}

.disclaimer-tool-ms {
    font-size: 0.9em;
    color: #6c757d;
    margin-top: 25px;
    border-top: 1px solid #dee2e6;
    padding-top: 15px;
    text-align: center;
}/* End custom CSS */