.otp-label {
    display: inline-flex;
    align-items: center;
}

.otp-value {
    text-overflow: ellipsis;
    max-width: 215px;
    overflow: hidden;
    white-space: nowrap;
}

#validation-otp, #validation-otp .frm-content form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px 0;
}

#validation-otp .instructions {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px 0;
}

#validation-otp .otp-text {
    text-overflow: ellipsis;
    max-width: 320px;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
}