.elementor-11461 .elementor-element.elementor-element-04e786d{--display:flex;}.elementor-11461 .elementor-element.elementor-element-bd1d39c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-12dc95f *//* Container Principal */
#glm-result-content {
    max-width: 900px;
    margin: 30px auto;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

/* Cabeçalho Principal */
#glm-result-content h2 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    margin: 0;
    padding: 25px 30px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-bottom: 4px solid #5568d3;
}

/* Seções (h3) */
#glm-result-content h3 {
    background: linear-gradient(to right, #f8f9fa, #e9ecef);
    color: #2c3e50;
    margin: 0;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-left: 5px solid #667eea;
    border-bottom: 2px solid #dee2e6;
}

/* Parágrafos */
#glm-result-content p {
    margin: 0;
    padding: 18px 30px;
    line-height: 1.8;
    color: #2c3e50;
    font-size: 15px;
    background: white;
    border-bottom: 1px solid #e9ecef;
}

#glm-result-content p:last-of-type {
    border-bottom: none;
}

/* Campos de Identificação (strong) */
#glm-result-content p strong {
    display: inline-block;
    min-width: 140px;
    color: #667eea;
    font-weight: 700;
    margin-right: 10px;
}

/* Listas */
#glm-result-content ul {
    margin: 0;
    padding: 20px 30px 20px 60px;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

#glm-result-content ul:last-child {
    border-bottom: none;
}

#glm-result-content li {
    margin-bottom: 12px;
    line-height: 1.7;
    color: #2c3e50;
    font-size: 15px;
    position: relative;
    padding-left: 10px;
}

#glm-result-content li::marker {
    color: #667eea;
    font-weight: bold;
}

/* Strong dentro de li (para metodologias) */
#glm-result-content li strong {
    color: #764ba2;
    font-weight: 700;
}

/* Seção de Identificação - Estilo Tabela */
#glm-result-content h3:first-of-type + p,
#glm-result-content h3:first-of-type + p + p,
#glm-result-content h3:first-of-type + p + p + p {
    background: linear-gradient(to right, #ffffff, #f8f9fa);
    border-left: 3px solid #e9ecef;
}

/* Última mensagem de exemplo */
#glm-result-content p:last-child {
    background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%);
    color: #2d3436;
    font-style: italic;
    font-weight: 600;
    text-align: center;
    padding: 20px 30px;
    border-top: 3px solid #fdcb6e;
    border-bottom: none;
}

/* Efeito Hover nos Itens */
#glm-result-content li:hover {
    background: rgba(102, 126, 234, 0.05);
    padding-left: 15px;
    transition: all 0.3s ease;
    border-radius: 4px;
}

/* Responsividade */
@media (max-width: 768px) {
    #glm-result-content {
        margin: 15px;
        border-radius: 6px;
    }
    
    #glm-result-content h2 {
        font-size: 20px;
        padding: 20px 15px;
    }
    
    #glm-result-content h3 {
        font-size: 14px;
        padding: 12px 15px;
    }
    
    #glm-result-content p,
    #glm-result-content ul {
        padding: 15px;
    }
    
    #glm-result-content ul {
        padding-left: 35px;
    }
    
    #glm-result-content p strong {
        display: block;
        margin-bottom: 5px;
    }
}

/* Impressão */
@media print {
    #glm-result-content {
        box-shadow: none;
        border: 1px solid #000;
    }
    
    #glm-result-content h2 {
        background: #667eea !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}


.woocommerce-notices-wrapper .woocommerce-message {
    display: none !important;
}



.pricing-card:has(.btn-mensal) {
  display: none !important;
}





.pricing-card:has(.btn-mensal) {
  display: none !important;
}




.btn-mensal-final {
  display: none !important;
}/* End custom CSS */