
#mo_wc_send_otp {
white-space: normal; 
word-wrap: break-word; 
max-width: 100%; 
display: inline-block; 
text-align: center; 
line-height: 1.4; 
padding: 10px; 
}
#mo_wc_send_otp::before {
content: "Enviar OTP";
display: block;
margin-bottom: 5px; 
}
#mo_wc_send_otp::after {
content: "(Código de activación único)";
display: block;
margin-top: 5px; 
}