.input-obj-field,
.input-obj-field input,
.input-obj-field select,
.input-obj-field textarea {
    box-sizing: border-box;
}

.input-obj-field input,
.input-obj-field select,
.input-obj-field textarea {
    width: 100%;
}

.input-obj-field small {
    display: block;
}

.input-obj-otp {
    display: grid;
    gap: 12px;
}

.input-obj-otp__top {
    margin: 4px 0 2px;
    text-align: center;
}

.input-obj-otp__title {
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.input-obj-otp__subtitle {
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
    margin-top: 6px;
}

.input-obj-otp__box {
    display: grid;
    gap: 8px;
}

.input-obj-otp__input {
    width: 100%;
    height: 52px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 0 14px;
    color: #111827;
    font: inherit;
    font-size: 20px;
    letter-spacing: 6px;
    outline: none;
    text-align: center;
}

.input-obj-otp__input:focus {
    border-color: #94a3b8;
    box-shadow: 0 0 0 4px rgba(148, 163, 184, .25);
}

.input-obj-otp__hint {
    color: #64748b;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
}

.input-obj-maxlength-hint {
    margin-left: 4px;
    color: #64748b;
    font-size: 11px;
    font-weight: 400;
    white-space: nowrap;
}

.input-obj-required {
    margin-left: 3px;
    color: inherit;
    font-size: inherit;
    font-weight: 400;
}

.input-obj-readonly-hint {
    margin-left: 4px;
    color: #64748b;
    font-size: 11px;
    font-weight: 400;
    white-space: nowrap;
}
