.nps-custom-error-message {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;

    h3 {
        text-align: center;
    }
}

body:has(.woocommerce-MyAccount-content) .nps-custom-error-message h3 {
    margin-bottom: 10px;
}