.elementor-99 .elementor-element.elementor-element-33df2418{--display:flex;--min-height:100vh;--justify-content:flex-start;--margin-top:3%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-99 .elementor-element.elementor-element-61efd686 > .elementor-widget-container{border-style:none;border-radius:10px 10px 10px 10px;}/* Start custom CSS for shortcode, class: .elementor-element-61efd686 *//* ============================================
   PXSign - My Account Modernizado (Storely Pro)
   ============================================ */
.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}




/* Sidebar (menu da conta) */
.woocommerce-MyAccount-navigation {
    min-height: 40vh !important; 
    display: flex !important;
    flex-direction: column !important;
        border-radius: 20px;
    overflow: hidden;
        background: #ff8a3d;
}
/* Faz os itens crescerem para preencher a barra */
.woocommerce-MyAccount-navigation ul li {
    flex: 1 1 auto !important; /* cresce automaticamente */
    display: flex !important;
    align-items: center !important;
    
}
/* Deixa o link alinhar certinho ao centro vertical */
.woocommerce-MyAccount-navigation ul li a {
    padding: 8% 5% !important;
    width: 100%;
    display: flex !important;
    align-items: center !important;
    height: 100%;
    font-weight: 600;
    
}


.woocommerce-MyAccount-navigation ul {
	 height: 100%;
    display: flex !important;
    flex-direction: column !important;

    border: 1px solid #e5e5e5 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
	
 
}
.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
    background-color: #ff6600 !important; /* sua cor PXSign */
    color: #fff !important;
 
}

/* Conteúdo da conta */
.woocommerce-MyAccount-content {
    flex: 1 !important;
    background: #ffffff !important;
    padding: 25px !important;
    border-radius: 10px !important;
    border: 1px solid #eaeaea !important;
}

/* ====== Ajuste do layout dos endereços ====== */

/* Header vira bloco vertical */
.woocommerce-Address .woocommerce-Address-title {
    display: flex;
    flex-direction: column !important;  /* Um em cima do outro */
    align-items: flex-start !important; /* Alinha tudo à esquerda */
    gap: 6px !important;
}

/* Título */
.woocommerce-Address-title h2 {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-top: 10% !important;
    color: #222 !important;
}

/* Link "Editar" ou "Adicionar" embaixo */
.woocommerce-Address-title a.edit {
    font-size: 14px !important;
    color: #ff6600 !important;
    text-decoration: none !important;
    margin-top: 4px !important;
}

.woocommerce-Address-title a.edit:hover {
    text-decoration: underline !important;
}

/* Caixa dos endereços */
.woocommerce-Address {
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    padding: 20px !important;
    border-radius: 10px !important;
}

/* Texto do endereço */
.woocommerce-Address address {
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin-top: 10px !important;
    color: #333 !important;
}

/* Ajustar Detalhes da Conta */
.woocommerce-EditAccountForm .edit-account{
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}


/* Deixar os dois blocos alinhados com espaçamento */
.woocommerce-Addresses .woocommerce-Address {
    margin-bottom: 20px !important;
}

@media(min-width: 768px) {
    .woocommerce-Addresses {
        display: flex !important;
        gap: 30px !important;
    }
    .woocommerce-Address {
        flex: 1 !important;
    }
}

.ast-wooaccount-user-wrapper img{
        border-radius: 10px 0px 0px 0px;
}/* End custom CSS */