.avt-slide-captcha {
    margin: 12px 0 8px;
    user-select: none;
}

.avt-slide-captcha__hint {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.35;
    color: #444;
}

.avt-slide-captcha__hint span {
    color: #f50000;
    font-weight: 600;
}

.avt-slide-captcha__track {
    position: relative;
    height: 44px;
    border-radius: 8px;
    background: linear-gradient(180deg, #f3f3f3 0%, #e6e6e6 100%);
    border: 1px solid #ccc;
    touch-action: none;
}

.avt-slide-captcha__target {
    position: absolute;
    top: 4px;
    bottom: 4px;
    width: 4px;
    margin-left: -2px;
    border-radius: 2px;
    background: #f50000;
    box-shadow: 0 0 0 2px rgba(245, 0, 0, 0.2);
    pointer-events: none;
}

.avt-slide-captcha__knob {
    position: absolute;
    top: 4px;
    left: 0;
    width: 48px;
    height: 36px;
    margin-left: 0;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #bbb;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    cursor: grab;
    transition: border-color 0.15s, background 0.15s;
}

.avt-slide-captcha__knob:active {
    cursor: grabbing;
}

.avt-slide-captcha[data-ready="1"] .avt-slide-captcha__knob {
    border-color: #2e7d32;
    background: #e8f5e9;
}

.avt-slide-captcha__status {
    min-height: 1.2em;
    margin: 8px 0 0;
    font-size: 13px;
    color: #2e7d32;
}

.avt-slide-captcha[data-ready="0"] .avt-slide-captcha__status:empty {
    display: none;
}

.FormZ button[type="submit"]:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}
