.flow-field {

    display: flex;
    flex-direction: column;

    gap: 8px;

    margin-bottom: 22px;
}

.flow-field label {

    color: var(--gt-text);

    font-size: 14px;
    font-weight: 600;

    letter-spacing: .01em;
}

.flow-field small {

    color: var(--gt-text-muted);

    line-height: 1.5;

    font-size: 13px;
}

.flow-field.otp {

    padding-left: 14px;

    border-left:
        2px solid rgba(0,212,255,.5);
}

.flow-field.confirmation {

    padding: 18px;

    border-radius: 18px;

    border: 1px solid rgba(0,255,170,.15);

    background:
        rgba(255,255,255,.03);
}

.flow-field.confirmation h3 {

    margin: 0 0 8px;

    color: var(--gt-text);

    font-size: 18px;
}

.flow-field.confirmation p {

    margin: 0;

    color: var(--gt-text-soft);
}

.confirmation-summary {

    margin-top: 14px;

    color: var(--gt-text-muted);

    line-height: 1.6;
}

.flow-resend {

    margin-top: 10px;

    align-self: flex-start;

    border: none;

    background: transparent;

    color: var(--gt-primary);

    cursor: pointer;

    font-size: 14px;
}