.woocommerce-message {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
}

.woocommerce-message .button {
    width: auto;
    flex: 0 0 auto;
}

@media (max-width: 768px) {

    .woocommerce-message {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-direction: column-reverse;
        justify-content: center;
        text-align: center;
    }
}