.elementor-1626 .elementor-element.elementor-element-eb8cd1c{--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-popup-modal-1626{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1626 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1626 .dialog-close-button{display:flex;}#elementor-popup-modal-1626 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for container, class: .elementor-element-eb8cd1c *//* Container Geral */
.be-raia-wrapper {
    font-family: 'Inter', sans-serif; /* Ou a fonte do seu site */
    max-width: 100%;
}

.be-raia-wrapper label {
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    font-weight: 500;
}

/* O Campo de Input */
.be-input-group {
    position: relative;
    display: flex;
    align-items: center;
}

#be-cep-input-raia {
    width: 100%;
    height: 56px; /* Altura generosa igual Raia */
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0 40px 0 16px; /* Espaço para o botão X na direita */
    font-size: 18px;
    color: #333;
    outline: none;
    transition: border-color 0.2s;
    background: #fff;
}

#be-cep-input-raia:focus {
    border-color: #007a5e; /* Verde Raia */
    border-width: 2px;
}

/* Botão X para limpar */
.be-clear-btn {
    position: absolute;
    right: 15px;
    cursor: pointer;
    font-size: 24px;
    color: #999;
    line-height: 1;
}

/* Área do Endereço (Resultado) */
#be-cep-result {
    margin-top: 15px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #555;
    font-size: 14px;
    line-height: 1.4;
    padding: 0 5px;
}

#be-cep-result svg {
    flex-shrink: 0;
    margin-top: 3px;
}

/* Botão Continuar */
#be-cep-confirm-btn {
    margin-top: 20px;
    width: 100%;
    height: 48px;
    background-color: #007a5e; /* Verde Escuro */
    color: #fff;
    border: none;
    border-radius: 24px; /* Bem arredondado */
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    opacity: 0.5;
    pointer-events: none;
    transition: opacity 0.3s;
}

#be-cep-confirm-btn:not([disabled]) {
    opacity: 1;
    pointer-events: auto;
}

#be-cep-confirm-btn:hover {
    background-color: #005f48;
}

/* Estilos da Barra no Topo (Mantidos do anterior) */
#be-cep-topbar-container { display: inline-flex; align-items: center; justify-content: center; }
#be-cep-topbar-link { display: inline-flex; align-items: center; gap: 6px; padding: 0 12px; height: 32px; border-radius: 16px; background: #fff; border: 0; color: #111; font-size: 13px; cursor: pointer; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.be-cep-icon { width: 16px; height: 16px; color: #f97316; }
.be-cep-value { font-weight: 700; margin-left: 4px; }/* End custom CSS */