/* Estilo simples para formulário de rastreamento */
form {
    margin: 15px 0;
}
input[name="mer_pedido"] {
    max-width: 200px;
    margin-right: 10px;
}
/* Remove coluna de rastreamento da tabela de pedidos */
.woocommerce-orders-table__header-tracking,
.woocommerce-orders-table__cell-tracking {
    display: none !important;
}
.woocommerce-button.mer_rastrear {
    background-color: #ff1e3f !important; /* vermelho da sua identidade visual */
    border-color: #ff1e3f !important;
    color: #fff !important;
    margin-left: 3px;
    border-radius: 12px; /* arredondado no seu padrão */
}

.woocommerce-button.mer_rastrear:hover {
    background-color: #d91a36 !important; /* vermelho mais escuro no hover */
    border-color: #d91a36 !important;
    color: #fff !important;
}

