.ms-2fa-container {
    position: relative;
    margin: 0 auto;
    font-family: inherit;
    direction: rtl;
}

.ms-2fa-container .jet-form-col {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.ms-2fa-container .jet-form-col__start,
.ms-2fa-container .jet-form-col__end {
    width: 100%;
    font-size: clamp(14px, 2vw, 16px);
}

.jet-form__label {
    margin-bottom: 5px;
    font-weight: 600;
}

.jet-form__field {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
}

.ms-2fa-otp-container {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    direction: ltr;
}

.otp-field {
    width: 60px;
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
}

.jet-form__submit-wrap {
    text-align: center;
}

.jet-form__submit {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.3s;
    width: 100%;
    position: relative;
    min-height: 44px;
}

.jet-form__submit:hover {
    background-color: #005177;
}

.jet-form__submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.jet-form-message--error {
    background-color: #fde8e8;
    color: #c53030;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    border: 1px solid #c53030;
    text-align: center;
}

.ms-2fa-resend-link {
    display: inline-block;
    color: #0073aa;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
}

.ms-2fa-resend-link:hover {
    color: #005177;
}

.ms-2fa-resend-link.disabled {
    color: #999;
    text-decoration: none;
    cursor: default;
    pointer-events: none;
}

.content-fullwidth {
    width: 100%;
}

.field-type-checkbox .jet-form-col__end label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.jet-form__field {
    width: 100%;
}

.ms-2fa-container .jet-form-builder-row {
    margin-bottom: 20px;
}

[v-cloak] {
    opacity: 0;
}

.jet-form--code {
    max-width: 360px;
    margin: 0 auto;
}
