I followed our friend's solution Change checkout order review section in Woocommerce and now I need to edit the css only from the information table after payment, in which file would I be able to change the css of this table? i want it to align right at the top of the page, I've already tried using the selector itself and the id with:
display: flex;
align-items: right;
and it has no effect