.tool-form-random-password .special-line {
    display: flex;
    align-items: center;
    margin-top: 4px;
    gap: 6px;
    flex-wrap: wrap;
}

/* 复选框：蓝色系，与功能特点列表一致 */
.tool-form-random-password .checkbox input[type="checkbox"]:hover {
    border-color: #91b8f5;
}

.tool-form-random-password .checkbox input[type="checkbox"]:checked {
    border-color: #0958d9;
}

.tool-form-random-password .checkbox input[type="checkbox"]:checked::after {
    background: #0958d9;
}

.tool-form-random-password #tool-result.has-result {
    color: #333;
    cursor: pointer;
}
