.links-apply-form {
    padding: 8px 4px 0;
}

.links-apply-form .form-row {
    margin-bottom: 16px;
}

.links-apply-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: var(--text, #333);
}

.links-apply-form input {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border: 1px solid var(--line, rgba(0, 0, 0, 0.12));
    border-radius: 8px;
    background: var(--bg, #fff);
    color: var(--text, #333);
    font-size: 14px;
    box-sizing: border-box;
}

.links-apply-form input:focus {
    outline: none;
    border-color: var(--title, #ff2d55);
}

.links-apply-form .form-tip {
    margin-top: 6px;
    font-size: 12px;
    color: #999;
    line-height: 1.5;
}

.links-apply-form .form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 8px;
}

.links-apply-form .btn {
    min-width: 88px;
    height: 36px;
    padding: 0 16px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
}

.links-apply-form .btn-cancel {
    background: var(--bar, #f5f5f5);
    color: var(--text, #666);
}

.links-apply-form .btn-submit {
    background: var(--title, #ff2d55);
    color: #fff;
}

.links-apply-form .btn-submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.linkBox .links-apply-trigger {
    font-size: 13px;
    color: var(--title, #ff2d55);
}

.linkBox .links-apply-trigger:hover {
    opacity: 0.85;
}
