.elementor-55316 .elementor-element.elementor-element-b03456a{--display:flex;--min-height:0px;--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;--background-transition:0.3s;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-55316 .elementor-element.elementor-element-371b0dd{--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;--background-transition:0.3s;--padding-top:00px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-55316 .elementor-element.elementor-element-945b345 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-55316 .elementor-element.elementor-element-945b345{width:var( --container-widget-width, 100.001% );max-width:100.001%;--container-widget-width:100.001%;--container-widget-flex-grow:0;}.elementor-55316 .elementor-element.elementor-element-945b345.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-55316 .elementor-element.elementor-element-68fa3cb{--display:flex;--background-transition:0.3s;}body.elementor-page-55316:not(.elementor-motion-effects-element-type-background), body.elementor-page-55316 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(min-width:768px){.elementor-55316 .elementor-element.elementor-element-b03456a{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-945b345 */body {
    font-family: Arial, sans-serif !important;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #FFE500; /* Fundo amarelo */
    background: linear-gradient(to bottom, #FFE500, #EBB93B); /* Gradiente */
    }
    
    form {
    width: 450px;
    background: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    position: relative;
    margin-top: 100px
    }
    
    form h1 {
    font-size: 1.5rem;
    color: #000000;
    margin-bottom: 20px;
    }
    
    form label {
    font-size: 1rem;
    color: #000000;
    display: block;
    text-align: left;
    margin-bottom: 5px;
    }
    
    form input {
    width: 100%;
    padding: 12px;
    margin-bottom: 5px;
    border: 1px solid #EBB93B !important; /* Força a aplicação da borda */
    border-radius: 5px !important;
    font-size: 1rem;
    box-sizing: border-box; /* Garante que padding e largura não causem problemas */
    outline: none; /* Remove bordas de foco padrão (se necessário) */
    }
    
    textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #EBB93B !important; /* Força a aplicação da borda */
    border-radius: 5px !important;
    font-size: 1rem;
    box-sizing: border-box; /* Garante que padding e largura não causem problemas */
    outline: none; /* Remove bordas de foco padrão (se necessário) */
    }
    form button {
    width: 100%;
    padding: 12px;
    background: linear-gradient(45deg, #FFE500, #EBB93B) !important;
    color: #000000 !important; /* Garante que a cor do texto seja aplicada */
    border: 1px solid #000000 !important; /* Força a borda */
    border-radius: 5px !important;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
    }
    
    form button:hover {
    background: linear-gradient(45deg, #333333, #000000) !important;
    transform: scale(1.05);
    color: #FFFFFF !important; /* Garante a cor do texto no hover */
    }
    
    form img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    padding: 5px;
    border: 2px solid #EBB93B;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Adiciona uma sombra discreta */
    }
    
    form p {
    font-size: 0.9rem;
    color: #000000;
    margin-top: 10px;
    }
    
    form p a {
    color: #EBB93B;
    text-decoration: none;
    font-weight: bold;
    }
    /* Estilos existentes do checkbox */
    #postarAgora {
    width: 22px; /* Aumento de 2px */
    height: 22px; /* Aumento de 2px */
    margin: 0 12px 0 0; /* Espaçamento aumentado à direita */
    accent-color: #FFD700; /* Amarelo mais vibrante */
    cursor: pointer;
    margin-top: 10px;
    transition: accent-color 0.2s ease; /* Transição suave */
    }
    
    #postarAgora + label {
    color: #333; /* Cor mais escura */
    font-size: 1.25rem; /* Tamanho aumentado */
    cursor: pointer;
    margin: 10;
    font-weight: 600; /* Peso da fonte aumentado */
    letter-spacing: 0.3px; /* Espaçamento entre letras */
    }
    
    /* Efeito hover personalizado */
    #postarAgora:hover {
    accent-color: #EBB93B;
    }
    
    #postarAgora + label:hover {
    color: #000;
    }
    .checkbox-container {
    margin: 5px 0 15px; /* Reduzi a margem superior/inferior */
    transform: translateY(-20px); /* Move o elemento 4px para cima */
    }
    
    #postarAgora + label {
    position: relative;
    top: 0px; /* Ajuste fino de alinhamento vertical */
    }
    
    /* Ajuste específico para o campo Cupom */
    textarea {
    margin-bottom: 10px !important; /* Reduz o espaçamento abaixo da descrição */
    }
    
    /* Estilo para o campo Cupom */
    #cupom {
    width: 100%;
    padding: 12px;
    margin-bottom: 8px !important; /* Margem inferior reduzida para ficar mais próximo do novo preço */
    border: 1px solid #EBB93B !important;
    border-radius: 5px !important;
    font-size: 1rem;
    box-sizing: border-box;
    outline: none;
    }
    
    label[for="cupom"] {
    font-size: 1rem !important;
    color: #000000 !important;
    display: block !important;
    text-align: left !important;
    margin-bottom: 5px !important;
    font-weight: normal !important;
    }
    
    /* Estilo para o campo Novo Preço */
    #novoPreco {
    width: 100%;
    padding: 12px;
    margin-bottom: 3px !important; /* Reduzido de 15px para 8px */
    border: 1px solid #EBB93B !important;
    border-radius: 5px !important;
    font-size: 1rem;
    box-sizing: border-box;
    outline: none;
    }
    
    label[for="novoPreco"] {
    font-size: 1rem !important;
    color: #000000 !important;
    display: block !important;
    text-align: left !important;
    margin-bottom: 5px !important;
    margin-top: 0 !important; /* Reduz o espaço acima do label */
    font-weight: normal !important;
    }/* End custom CSS */
/* Start custom CSS */button,
button.elementor-button {
    background-color: #000000 !important;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 5px;
}

button.elementor-button:hover {
    background-color: #333333 !important;
    
}/* End custom CSS */