/* Center and enable wrapping for long email addresses to display in OTP form */
.subheadline {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-16);
    width: 100%;
    margin-bottom: var(--spacing-32);
    color: var(--color-essential-black);
    text-align: center;
    overflow-wrap: anywhere;
}
