.tips {
    color: var(--accent) !important;
    font-size: 0.72rem;
    line-height: 1.5;
}

.captcha-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.captcha-wrap input {
    flex: 1;
}

.captcha-wrap img {
    height: 42px;
    border-radius: 6px;
    cursor: pointer;
    flex-shrink: 0;
    background: #fff;
}
