.code-inputs {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin: 24px 0;
}
.code-inputs input {
    width: 48px;
    height: 56px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    border: 2px solid #ddd;
    border-radius: 8px;
    transition: border-color 0.2s;
}
.code-inputs input:focus {
    outline: none;
    border-color: #4f8ef7;
}
.email-display {
    text-align: center;
    color: #555;
    font-size: 0.875rem;
    margin-bottom: 8px;
}
.email-display strong {
    color: #333;
}
