.reorder {
    display: inline-block;
    padding: 0.5em 1em;
    background-color: #0073aa;
    color: #fff !important;
    text-decoration: none;
    border-radius: 3px;
    transition: background-color 0.3s ease;
    cursor: pointer;
    border: none;
    font-size: 0.875em;
}

.reorder:hover {
    background-color: #005177;
    color: #fff !important;
}

.reorder:disabled {
    background-color: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
}

.woocommerce-orders-table__cell-order-actions .reorder {
    margin-left: 0.5em!important;
}
