.otp-code-panel {
    text-align: center;
}

.otp-code-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 18px;
}

.otp-code-row {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.otp-code-box {
    width: 42px;
    height: 52px;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background: #fff;
}

.otp-code-box.is-active {
    border: 2px solid #444;
}

.otp-primary-btn {
    margin-top: 18px;
}

.otp-alt-link {
    display: inline-block;
    margin-top: 18px;
    font-weight: 600;
}

.otp-back-link-row {
    margin-top: 18px;
    text-align: center;
}

.otp-resend-text {
    color: #6c757d;
}

.otp-resend-link.is-disabled {
    color: #6c757d;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}

.otp-warning-message {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: orangered;
    color: #fff;
}