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

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