.elementor-383041 .elementor-element.elementor-element-3ab37ac7{--display:flex;--margin-top:0px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Rubik;font-weight:var( --e-global-typography-text-font-weight );}:root{--page-title-display:none;}/* Start custom CSS *//* --- ORDEM DOS BOTÕES NA MINHA CONTA --- */

/* 1. Forçar a célula a usar Flexbox em coluna */
td.woocommerce-orders-table__cell-order-actions {
    display: flex !important;
    flex-direction: column !important; /* Empilha verticalmente */
    justify-content: center !important;
    align-items: center !important; /* Centra os botões */
    gap: 2px !important; /* Espaço entre os botões */
}

/* 2. Garantir a ordem visual (Flex Order) */
/* "Ver Encomenda" fica em 1º lugar */
.woocommerce-orders-table__cell-order-actions .woocommerce-button.view {
    order: 1 !important;
    margin: 0 !important;
}

/* "Comprar Novamente" fica em 2º lugar */
.woocommerce-orders-table__cell-order-actions .woocommerce-button.buy-again {
    order: 2 !important;
    margin: 0 !important;
}/* End custom CSS */